AI Debugging Agent
AI Debugging Agent is a VS Code extension that connects to a Python-based AI debugging engine.
It can run project commands such as pytest, analyze errors, generate patches, verify fixes, create reports, and support rollback workflows.
Features
- Run AI Debugger from VS Code
- One-click
pytest execution
- Automatic error analysis
- Function-level patch generation
- Patch score and quality checks
- Patch history JSON files
- HTML debug reports
- Open latest report
- Open latest patch
- Patch viewer webview
- Git rollback for current file
- Sidebar actions panel
Requirements
This extension expects the Python AI Debugging Agent project to be present in the opened workspace.
Required Python command:
python -m app.main --path . --cmd "pytest" --auto
| |