Private VS Code extension for inline AI code editing and chat assistant using local proxy gateway.
Features
Inline Edit (Ctrl + Shift + I): Highlight code or place cursor on a line, press Ctrl + Shift + I, enter your instruction, and stream AI modifications directly in place.
Chat Assistant (Ctrl + Shift + L): Open the AI chat panel to discuss, refactor, debug, or ask questions about your codebase.
Private & Secure: Requests are routed through your local Proxy Gateway (http://localhost:8887).
Usage
Open any file in VS Code.
Select code or place cursor on a line.
Press Ctrl + Shift + I for inline edits or Ctrl + Shift + L to open the chat assistant.