Agentic AI Assistant for VS Code
A production-ready autonomous AI coding agent for VS Code. This extension operates as a true agentic system, not a simple chatbot.
Features
- Autonomous Agent Loop: Think → Act → Observe pattern with multi-step planning
- Task Management: Live task tracking visible to users
- File Operations: Create, read, edit, delete files with diff preview
- Collapsible Thinking: Expand/collapse AI reasoning
- Error Recovery: Automatic self-correction on failures
- Multiple Models: Supports ZenMux and OpenRouter models
Supported Models
| Model |
Provider |
| Xiaomi Mimo V2 Flash |
ZenMux |
| Kuaishou Kat Coder Pro V1 |
ZenMux |
| DeepSeek V3.1 Nex N1 |
OpenRouter |
Installation
- Open VS Code
- Press
F5 to launch Extension Development Host
- Click the Agentic AI icon in the activity bar
Usage
- Open the Agentic AI panel from the activity bar
- Describe your task in natural language
- Watch the agent:
- Plan the approach
- Create tasks
- Execute tools step-by-step
- Verify results
- Self-correct on errors
Agent Behavior
Every request follows this mandatory loop:
- Interpret - Understand user intent and workspace context
- Plan - Create multi-step solution before acting
- Decompose - Break plan into visible tasks
- Execute - Run tools step-by-step
- Verify - Check results after each step
- Iterate - Self-correct until completion
read_file - Read file contents with line numbers
create_file - Create new files
edit_file - Edit with find/replace and diff
delete_file - Delete files
list_files - List directory contents
create_folder - Create directories
delete_folder - Delete directories
add_task - Add task to visible list
update_task - Update task status
mark_complete - Mark task done
mark_failed - Mark task failed
replan_from_failure - Create recovery plan
UI Design
- Professional dark theme (black/grey/blue)
- Glowing input border on focus
- Collapsible thinking blocks
- Real-time task panel
- Diff display for file edits
Commands
Agentic AI: Open Chat - Open the chat panel
Agentic AI: Start New Task - Start a new task
Agentic AI: Clear History - Clear chat history
Configuration
{
"agenticAI.selectedModel": "xiaomi/mimo-v2-flash-free"
}
Development
# Install dependencies
npm install
# Compile
npm run compile
# Watch mode
npm run watch
# Run in VS Code
Press F5
License
MIT
| |