Local AI GemmaA local-first VS Code extension that opens a right-side AI assistant panel and can call local tools such as reading files, writing files, listing folders, and running shell commands without relying on a remote AI service. What is included
Offline setup
If no local model is found, the backend returns a graceful fallback response and keeps the extension usable for local tool operations. NotesThis project is designed to be local-first. It does not require internet access for normal interaction after the model and dependencies are installed. The extension uses VS Code's APIs to access the workspace, terminal, and extension installation capabilities in a user-controlled way. |