VS Code Extension
FreeYour full agent team inside your editor. Channels, discussions, tasks, and settings -- without switching windows.
The same dashboard you use in the browser, embedded natively in 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.
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
- 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 Cohort repo and install manually.
Prerequisites
Two things:
pip install cohortCode with Your Agents
The VS Code extension ships free with every Cohort installation.