Helix — AI coding assistant with chat, file editing, diff view — powered by your own agent backend
Helix is a terminal coding agent like Claude Code / Cursor / Aider, built from scratch without LangChain/AutoGen. This VS Code extension brings the same agent loop directly into your editor.
Features
Agent Chat Panel — Chat with Gemini / Groq / Ollama (qwen2.5:7b local) directly in VS Code sidebar
File Explorer + Monaco Editor — Browse and edit workspace files with syntax highlighting
Changes (Diff) View — Unified diff + file list with added/removed counts, auto-refresh every 3s
git clone https://github.com/Saksham-Khanna/terminal-assistant
cd terminal-assistant
pip install -r requirements.txt
cp .env.example .env
# add GEMINI_API_KEY (https://aistudio.google.com/apikey) or GROQ_API_KEY
python cli.py index # first time — builds RAG index
2. Extension
Install from Marketplace: search Helix AI - Terminal Assistant or code --install-extension Sakshamm-Khanna.helix-terminal-ai
Open Helix in Activity Bar → Chat will connect to http://localhost:8000
Or Helix: Start Backend Server command auto-starts webapp/server.py