AI-powered Kanban board for orchestrating coding agents on your codebase
Manage tasks, stream live agent output, review diffs, and merge -- all through native VS Code APIs. Works with 14 agent backends including Claude Code, Cursor, Windsurf, and more.
Features
Feature
VS Code Surface
How to access
Orchestrator chat
Chat Participant
@kagan <message> in Chat panel
Watch task output
Chat Participant
@kagan /watch or click chat icon on task
Board status
Chat Participant
@kagan /status
Kanban board
Sidebar TreeView
Click the Kagan icon in the Activity Bar
Task diffs
SCM diff editor
Right-click task > View Diff
Review verdicts
Comments panel
Open a task in Review status
Agent terminal
Terminal
Right-click running task > Attach Terminal
Diagnostic log
Output Channel
Command: Show Agent Output
Quick Start
Install the extension from the Marketplace or Open VSX.
The extension auto-connects to localhost:8765 and auto-starts the server if needed.
Open the Chat panel and type @kagan to start.
Tip: Install Kagan with pip install kagan or uv tool install kagan, then run kagan serve to start the API server.