Andromity – Autonomous AI Coding Agent for VS CodeThe only AI coding agent with trust governance, subagents, live plans, native diffs & one-click rollback. Website • GitHub • Docs • Report Issue Andromity is a private, BYOK (Bring Your Own Key) autonomous AI coding agent for VS Code. Designed as an extensible Copilot and Cursor alternative, it doesn't just autocomplete code — it plans out complex tasks with an interactive task planner, manages parallel subagents, shows you live step-by-step blueprints, lets you review diffs before applying, and gives you instant one-click rollback if you change your mind. Connect your preferred AI model (Claude 3.7 Sonnet, GPT-4o, Gemini 2.5 Pro, DeepSeek R1 & V3, Groq, OpenRouter) or run 100% locally and free with Ollama.
✨ Interactive Welcome WalkthroughNew to Andromity? VS Code includes a built-in interactive walkthrough to get you oriented in under a minute:
⚡ Quick Start — Up and Running in Seconds1. Install ExtensionClick Install on this Marketplace page. That's it! 2. Add Your API Key (or Use Local Ollama)
3. Start Coding!Press 🚀 How to Use Andromity in Your Workflow💬 1. Interactive Sidebar Chat
📝 2. Live Task Planner & BlueprintsWhen tackling complex tasks, Andromity creates an interactive implementation plan first.
🔍 3. Side-by-Side Diff ReviewEvery change proposed by the agent is presented as a native VS Code diff.
⏪ 4. One-Click Rollback (
|
| Mode | Plans | File Writes | Terminal Commands |
|---|---|---|---|
| SAFE (default) | You approve each one | You approve each one | You approve each one |
| TRUST | You approve | Direct (No review needed) | Direct (No review needed) |
| FULL | Auto-runs with live log | Direct | Direct |
| YOLO | Auto-runs silently | Silent | Silent |
Switch modes anytime by clicking the permission badge in the top bar or via Andromity: Switch Permission Mode.
🤖 4 Specialized Agent Profiles
Switch profiles depending on what you're working on:
- 🏗️ Builder (default): Plans out tasks first, then implements them.
- ⚡ Coder: Fast direct implementation without an upfront planning stage.
- 🧐 Reviewer: Read-only mode for code audits, security checks, and PR reviews.
- 📐 Planner: Generates architectural specs and technical plans without modifying code.
⌨️ Keyboard Shortcuts
| Shortcut | macOS | Action |
|---|---|---|
Ctrl+Alt+C |
Cmd+Alt+C |
Open Andromity Chat |
Ctrl+Alt+A |
Cmd+Alt+A |
Ask About Selected Code |
Ctrl+Alt+E |
Cmd+Alt+E |
Explain Selected Code |
Ctrl+Alt+T |
Cmd+Alt+T |
Generate Unit Tests for Selection |
⚙️ Extension Settings
Customize Andromity in Settings (Ctrl+, → search Andromity):
andromity.defaultProvider: Default AI provider (anthropic,openai,google,groq,openrouter,ollama,nvidia).andromity.defaultModel: Default model (e.g.,claude-sonnet-4-6,gpt-4o,gemini-2.5-pro).andromity.defaultProfile: Default agent profile (builder,coder,reviewer,planner).andromity.permissionMode: Default trust mode (safe,trust,full,yolo).andromity.reasoningEffort: Thinking level for reasoning models (off,low,medium,high).andromity.soundNotifications: Enable or disable turn completion sound cues.
🔒 Privacy & Security First
- Zero Data Collection: Your code and prompts go strictly between your machine and your chosen AI provider.
- Local Secret Storage: API keys are encrypted locally using VS Code's native Secret Storage API.
- 100% Offline Capability: Use Ollama to keep all code and conversations strictly local on your machine.
🌐 Links & Community
- 🏠 Website: andromity.agenticmarket.dev
- 🐙 GitHub: agenticmarket/andromity
- 📋 Changelog: CHANGELOG.md
- 💬 Discussions & Feedback: GitHub Discussions
- 🐛 Bug Reports & Requests: GitHub Issues
Built with ❤️ for developers by AgenticMarket