{"id":30351148,"url":"https://github.com/jagjeevanak/debugbuddy","last_synced_at":"2026-06-22T02:31:48.990Z","repository":{"id":307648821,"uuid":"1030224341","full_name":"JagjeevanAK/DebugBuddy","owner":"JagjeevanAK","description":"Debug Buddy is your intelligent coding assistant that detects syntax errors, explains issues clearly, and suggests smart fixes all right when you hover. Debugging just got wiser.","archived":false,"fork":false,"pushed_at":"2025-08-10T07:39:04.000Z","size":1315,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-18T23:02:48.357Z","etag":null,"topics":["code-analysis","developer-tools","error-detection","hover-help","linter","productivity","typescript","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JagjeevanAK.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-01T09:33:52.000Z","updated_at":"2025-08-10T07:39:08.000Z","dependencies_parsed_at":"2025-08-01T12:43:36.289Z","dependency_job_id":"e68ee64f-bde0-478f-b89d-a573ecc7763c","html_url":"https://github.com/JagjeevanAK/DebugBuddy","commit_stats":null,"previous_names":["jagjeevanak/codesage","jagjeevanak/debugbuddy"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/JagjeevanAK/DebugBuddy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JagjeevanAK%2FDebugBuddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JagjeevanAK%2FDebugBuddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JagjeevanAK%2FDebugBuddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JagjeevanAK%2FDebugBuddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JagjeevanAK","download_url":"https://codeload.github.com/JagjeevanAK/DebugBuddy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JagjeevanAK%2FDebugBuddy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271073387,"owners_count":24694538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-analysis","developer-tools","error-detection","hover-help","linter","productivity","typescript","vscode-extension"],"created_at":"2025-08-18T23:01:17.308Z","updated_at":"2026-06-22T02:31:48.984Z","avatar_url":"https://github.com/JagjeevanAK.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DebugBuddy\n\nDebugBuddy is your AI mentor — it helps you understand and resolve errors by offering thoughtful suggestions, encouraging you to think instead of instantly solving everything for you.\n\n## Features\n\n### **Hover Error Explanations**\n\nHover over any error or warning in your code to get instant AI-powered explanations and suggestions. No need to search for solutions - DebugBuddy provides context-aware help right where you need it.\n\n### **AI-Powered Code Analysis**\n\nGet comprehensive code analysis with multiple specialized features:\n\n- **Code Review** - Comprehensive analysis for best practices and potential issues\n- **Performance Analysis** - Identify bottlenecks and optimization opportunities\n- **Refactoring Suggestions** - Improve code maintainability and structure\n- **Security Analysis** - Find vulnerabilities and security issues\n\nAccess all features through:\n- Right-click context menu → \"Analyze Code with DebugBuddy...\"\n- Command Palette → Individual analysis commands\n- Context menu → Direct access to each analysis type\n\n### Multi-Provider AI Support\n\nChoose your preferred AI provider and model based on your needs:\n\n- **OpenAI** - Choose from GPT-4o, GPT-4o-mini, or other models\n- **Anthropic** - Select Claude 3.5 Sonnet, Claude 3 Opus, or other variants\n- **Google Gemini** - Pick Gemini 2.0 Flash, Gemini 1.5 Pro, or other models\n- **Groq** - Configure Llama 3.3 70B, Mixtral 8x7B, or other high-speed models\n- **xAI** - Use Grok Beta or other available models\n- **OpenRouter** - Access 200+ models from multiple providers through a single API\n\n## How to Use\n\n### First-Time Setup\n\n1. Install DebugBuddy extension\n2. Press `Cmd+Shift+P` (Mac) or `Ctrl+Shift+P` (Windows/Linux)\n3. Type \"Set API Key for DebugBuddy\"\n4. Select your AI provider (OpenAI, Anthropic, Gemini, Groq, xAI, or OpenRouter)\n5. Paste your API key\n6. Choose your preferred model (e.g., gpt-4o, claude-3-5-sonnet-latest, gemini-2.0-flash-exp)\n7. Start coding!\n\n### Get Error Help\n\n1. Hover over any red squiggly line (error) in your code\n2. DebugBuddy automatically shows AI explanation\n3. Read the suggestion and apply the fix\n\n### Review Your Code\n\n1. Open any code file\n2. Right-click in editor: \"Analyze Code with DebugBuddy...\"\n3. Choose your analysis type:\n   - **Code Review** - Best practices and code quality\n   - **Performance Analysis** - Speed and efficiency improvements\n   - **Refactoring Suggestions** - Code structure improvements\n   - **Security Analysis** - Vulnerability detection\n4. View the comprehensive analysis in the webview panel\n\n### Quick Access Commands\n\nAll features available via Command Palette (`Cmd+Shift+P` / `Ctrl+Shift+P`):\n- \"Analyze Code with DebugBuddy...\" - Choose analysis type\n- \"Review Current File with DebugBuddy\" - Code review\n- \"Analyze Performance with DebugBuddy\" - Performance analysis\n- \"Suggest Refactoring with DebugBuddy\" - Refactoring suggestions\n- \"Analyze Security with DebugBuddy\" - Security audit\n\n### Manage API Keys\n\n- **View Key**: Press `Cmd+Shift+P` and select \"Show API Key of DebugBuddy\"\n- **Change Key**: Press `Cmd+Shift+P` and select \"Set API Key for DebugBuddy\"\n- **Delete Key**: Press `Cmd+Shift+P` and select \"Delete API Key of DebugBuddy\"\n\n## Commands\n\n- `DebugBuddy: Set API Key` - Configure your AI provider API key\n- `DebugBuddy: Review Current File` - Get AI analysis of the current file\n- `DebugBuddy: Show Webview` - Open the DebugBuddy response panel\n- `DebugBuddy: Show API Key` - Display your current API key\n- `DebugBuddy: Delete API Key` - Remove stored API key\n\n## Requirements\n\n- VS Code 1.102.0 or higher\n- API key from one of the supported AI providers (OpenAI, Anthropic, Google, xAI)\n\n## Configuration\n\nConfigure DebugBuddy behavior in VS Code settings:\n\n- `debugBuddy.webview.autoShow` - Automatically show webview for responses\n- `debugBuddy.webview.retainContext` - Keep webview state when hidden\n- `debugBuddy.webview.enableSyntaxHighlighting` - Enable code syntax highlighting\n\n---\n\n**Enjoy coding with AI assistance!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjagjeevanak%2Fdebugbuddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjagjeevanak%2Fdebugbuddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjagjeevanak%2Fdebugbuddy/lists"}