Skip to content
@Raimal-Raja-VScode-Extensions

CoderAI: Auto Bug Fixer

Automatically detects errors and warnings in your VS Code terminal and fixes them using CoderAI, powered by the Professor-Raimal model.

✨ Raimal Raja — VS Code Extensions

Building AI-powered developer tools for VS Code.

Marketplace License: MIT Publisher


👋 About

This organization is home to VS Code extensions built and maintained by Raimal Raja, focused on one goal: cutting the time between "something broke" and "it's fixed" down to a single click, without leaving the editor.

Every extension here is AI-powered, ships with a proxy backend so no API keys ever live in your machine or your VS Code settings, and is designed to stay out of your way until something actually needs your attention.


🧩 Extensions

Automatically detects terminal errors and warnings, explains what went wrong in plain English, and fixes them — right from inside VS Code.

Install

What it does:

Feature Description
🔴 Auto-Detect Watches your terminal via VS Code's shell integration API. The moment a command errors out — or even just prints a warning — a notification offers to fix it.
🔍 Root-Cause Explanation Professor-Raimal (CoderAI's model) explains why the error happened, in plain English, not just what the stack trace says.
🛠️ Step-by-Step Fix Clear, numbered instructions for resolving the issue — not just a wall of text.
💻 One-Click Apply Generates the corrected code and writes it directly into the file that errored, via Apply Fix to File.
📦 Dependency Detection Recognizes missing-package errors and hands you the exact install command, ready to copy.
🌐 Multi-Language Python, JavaScript, TypeScript, Java, C++, C#, and more.

How it works under the hood:

  • The extension never ships or stores a real provider API key. Every request is routed through a PHP proxy (generate.php), which holds the real key server-side, outside the web root.
  • The proxy calls an OpenAI-compatible LLM endpoint (currently NVIDIA NIM, model Professor-Raimal) and normalizes the response into a consistent shape the editor UI can render.
  • Per-IP rate limiting protects the shared backend quota from being exhausted by any single noisy client.
  • The side panel runs under a strict, nonce-based Content-Security-Policy — no unsandboxed script execution, scoped connect-src to the CoderAI backend only.

Install:

ext install RaimalRaja.coderai-auto-bug-fixer

Or from the Marketplace directly: marketplace.visualstudio.com/items?itemName=RaimalRaja.coderai-auto-bug-fixer


🛠️ Tech Stack

  • Extension host: TypeScript, VS Code Extension API (shell integration, terminal link providers, webview panels)
  • UI: Custom webview with a strict CSP, CSS-driven layout, no external UI frameworks
  • Backend: PHP proxy on a standard LAMP host, OpenAI-compatible LLM API
  • Tooling: esbuild / tsc, @vscode/vsce for packaging and publishing

📦 Repositories

Repo Description
CoderAI-Auto-Bug-Fixer-VScode-Extension Source for CoderAI - Auto Bug Fixer

🐛 Found a bug?

Open an issue on the relevant repo, or use the in-editor command CoderAI: Analyze Terminal to see if CoderAI can fix it for you first. 😉


Made with ❤️ by Raimal Raja

Marketplace · GitHub Organization

Pinned Loading

  1. .github .github Public

Repositories

Showing 2 of 2 repositories

Top languages

Loading…

Most used topics

Loading…