AI coding assistant for VS Code — powered by Llama, Mistral, and Gemma via Groq.
Features
Chat with AI — Ask questions, get code explanations, debug help
Create files — "Create led.ino with a blink function" → file appears in your workspace
Create folders — "Create a folder named src" → folder created instantly
Edit current file — "Fix the bug in this file" → AI rewrites the open file
@ file mentions — Type @filename to inject file content into your prompt (with autocomplete)
Workspace awareness — Ask "what files are in this folder?" and get a full list
Multiple models — Switch between Llama 3.3 70B, Mistral Saba 24B, and Gemma 2 9B
Getting Started
Install the extension
Click the EdgeConductor AI icon in the Activity Bar
Click Login with Google — you'll be redirected to the web app
Start chatting!
Usage Examples
What you type
What happens
explain this code (with code selected)
AI explains the selection
fix the bug in this file (file open)
AI rewrites the file with the fix
create utils.py with a helper function
Creates utils.py in your workspace
create a folder named components
Creates the folder instantly
@led.ino what does this file do
Reads led.ino and explains it
list all files
Shows your workspace file tree
Privacy
Your Groq API key never leaves the server. The extension authenticates via Google OAuth and communicates with the EdgeConductor AI backend — your API key is never sent to the extension.