Blu is a lightweight AI-powered coding assistant for VS Code, powered by Google Gemini.
It can help you write, debug, and auto-fix code directly from your editor.
✨ Features
🤖 Chat-style panel for coding help and explanations.
🛠️ Code actions – auto-fix errors and suggest improvements.
⚡ Inline suggestions – autocomplete code as you type.
🔄 Multiple Gemini models with fallback – avoids API limits.
📂 Workspace access (with permission) – Blu can read and suggest changes in your project.
🚀 Usage
Open the Blu sidebar from the Activity Bar.
Start chatting with Blu or use the command:
Blu: Insert Code (Ctrl+Shift+P → search Blu).
Inline suggestions will appear as you type.
🛠️ Requirements
VS Code 1.104.0+
A valid Google Gemini API key (store it in .env as GEMINI_API_KEY).
📦 Extension Settings
This extension contributes the following settings:
blu.apiKey: (optional) Provide your Gemini API key manually.
📝 Release Notes
0.0.1
Initial release of Blu 🚀
Chat panel, inline code suggestions, and auto-fix actions.