debug_with_codex
Analyze a failure by providing symptom, command output, and recent changes; Codex identifies root cause without applying fixes.
Instructions
Ask Codex to analyze a failure using systematic debugging without applying fixes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspacePath | Yes | Repository or workspace path. | |
| symptom | Yes | Observed failure or bug. | |
| commandOutput | Yes | Relevant command output, stack trace, or logs. | |
| recentChanges | No | Recent changes that may be related. |