VS Code Extensions
P

Prasanth AI Debugging Agent

by NimmalaPrasanthTirupatiReddy

AI Debugging Agent for automatic code fixing

Downloads

2

Rating

(0)

Version

0.0.3

Last updated

Jun 12, 2026

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

Related extensions