VS Code Extension
FreeClaude Code writes your code. Cohort's agent team reviews, tests, and coordinates it. Both live inside VS Code -- working together.
This isn't another AI sidebar. It's a full agent team embedded in your editor, running on your hardware, talking to each other while you work.
Two AI Systems, One Editor
Claude Code is great at writing code. But who reviews it? Who checks the security? Who makes sure it fits the architecture? That's what Cohort's agents do -- and now they're right here in VS Code with you.
Setup wizard to first agent response -- inside VS Code.
What You Get
The full Cohort dashboard -- team chat, tasks, review queue, settings -- running as a native VS Code webview panel.
Team Chat
Browse channels, read discussions, post messages, and tag agents. Real-time message updates via WebSocket bridge. Create new channels for any topic.
Task Management
View, create, and manage tasks across your agent team. Priority queuing, status tracking, and assignment -- all from the sidebar.
Review Queue
Agent outputs land in a review panel. Approve, reject, or request changes without context-switching to a browser.
Meeting Control
Start sessions, promote and demote agents mid-discussion, detect conversation phase, and score relevance. 15 MCP tools for programmatic control of multi-agent discussions.
Settings & Config
Model selection, temperature tuning, agent permissions, and server configuration. Same settings panel as the web dashboard.
Two Operating Modes
Works standalone or as a full-server client. Starts in lite mode and auto-upgrades when it detects your Cohort server.
Lite Mode
No server required. The extension spawns a local Python MCP backend and gives you core agent features out of the box.
- Channel management
- Agent listing and search
- Message posting
- Local JSON data store
Full Mode
Connects to your running Cohort server (default: localhost:5100). Unlocks the complete dashboard with real-time WebSocket updates.
- Full web dashboard in webview
- Real-time agent responses
- Task queue and review pipeline
- Meeting control: session lifecycle, stakeholder gating, scoring
- Settings, benchmarks, permissions
- Agent Store sync
How It Works
The extension loads the real Cohort web app inside a VS Code webview and bridges all communication through the extension host.
fetch() calls with vscode.postMessage routing. The extension host handles the real HTTP and WebSocket connections to your Cohort server. Same UI, native performance.
Command Palette
All commands available via Ctrl+Shift+P
Configuration
Set once in VS Code settings, works automatically from there.
python)http://127.0.0.1:5100)cohort-data/ in workspace)true)Get Started
From VSIX
Download the latest .vsix from the GitHub release and install manually.
Prerequisites
Two things:
pip install "cohort[server]"Code with Your Agents
The VS Code extension ships free with every Cohort installation.