debug_with_codex
Analyze failures by providing symptoms, command output, and recent changes for systematic debugging 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. |