AI coding assistant for VS Code. Chat, orchestrate tasks, apply code to files, and run an auto-inspect/fix loop — with 400+ models via OpenRouter. Smart routing, fallback chains, change logs.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Add agents in the Agents tab, then start prompting
🔗 How It Works
User Prompt
└─► Postacı (Orchestrator)
├─ Plans: which files, what intent, need research?
├─ Research Agent (if needed)
├─ Routing Agent(s) → priority order
│ └─ Free model fallback chain (if routing fails)
└─ Applies changes → writes full code to Change Log
Denetmen (Inspector) [runs separately or on demand]
└─ Reads Change Log since last inspection
└─ Inspects each changed file for real errors
└─ Persistent errors → saved to persistent-errors/
└─ Pings Postacı → auto fix → re-inspect
⚙️ Agent Roles
Role
Purpose
coding
Primary code writer
routing
Smart router — tried before free models (priority-ordered)