| Bragi Code AssistantConnect VS Code to Bragi AI for powerful code assistance powered by Gemini. Features
Seamless integration between VS Code and Bragi AISend your current file to Bragi for AI-assisted codingGet code suggestions, explanations, and refactoring helpWorks with the Bragi AI Code Mode InstallationFrom VS Code Marketplace (Coming Soon)
Open VS CodeGo to Extensions (Ctrl+Shift+X)Search for "Bragi Code Assistant"Click Install Manual Installation
Download the extension VSIX fileOpen VS CodeGo to Extensions (Ctrl+Shift+X)Click the "..." menu in the top-right of the Extensions panelSelect "Install from VSIX..."Choose the downloaded VSIX file Setup
Install the extensionConfigure the Bragi API URL in settings (default: http://localhost:3001)Click the Bragi icon in the activity barClick "Connect to Bragi AI" Usage
Connect to Bragi AI using the sidebar or status barOpen a code file in VS CodeIn the Bragi app, activate Code ModeAsk coding questions or request code generationView and apply suggestions directly in VS Code Commands
Connect to Bragi AI: Establish connection with Bragi serverDisconnect from Bragi AI: End the connectionSend Current File to Bragi AI: Send the active file for context Requirements
VS Code 1.60.0 or higherBragi AI application running locally or remotely Extension SettingsThis extension contributes the following settings: 
bragiCodeAssistant.apiUrl: URL of the Bragi AI server (default: http://localhost:3001) Known Issues
Initial release may have stability issuesConnection may time out after long periods of inactivity Release Notes0.1.0Initial release of Bragi Code Assistant with basic connectivity features. 
 For DevelopmentBuilding the Extensioncd vscode-extension/bragi-code-assistant
npm install
vsce package
 Running the Extension
Open VS Code on the extension folderPress F5 to start debuggingA new VS Code window will open with the extension loaded |  |