Real-time monitoring of AI agents across projects and VS Code windows. See at a glance which agents are running, waiting for input, or have errors.
| Client | Status |
|---|---|
| VS Code Extension | Available |
| Plugin | Status |
|---|---|
| Claude Code | Available |
Missing your tool? Feel free to create a PR to add support for your agent or IDE.
Install Agent Observer from the VS Code Marketplace.
The extension manages the observer server automatically — no separate setup needed.
Requires VS Code code CLI for click-to-focus. Install via: Cmd+Shift+P → "Shell Command: Install 'code' command in PATH".
claude plugin marketplace add dithom/agent-observer
claude plugin install agent-observer@agent-observerThe plugin reports agent status via Claude Code's hook system.
Claude Code Plugin → POST /api/status → Server → WebSocket → VS Code Extension
- Claude Code Plugin reports status changes (running, waiting, error) via hooks
- Server collects status from all agents (managed automatically by the VS Code extension)
- VS Code Extension displays agent status in the sidebar and status bar
- Sidebar TreeView grouped by project with live status
- Status Bar showing aggregated agent state
- Click-to-focus: jump to the VS Code window where an agent is running
- Automatic server lifecycle — starts on demand, stops when no clients remain
npm install
npm run build -w server
npm run build -w observer-clients/vscode


