agent-dashboard

Monitor and control your coding agents from terminal and phone.

A tmux-integrated TUI and mobile web companion that gives you real-time visibility into every coding agent running across your sessions.

Quick install

1. Install the binary
curl -fsSL https://raw.githubusercontent.com/bjornjee/agent-dashboard/main/install.sh | sh
2. Register the plugin
/marketplace add bjornjee/agent-dashboard
/plugin install agent-dashboard@agent-dashboard
3. Launch
agent-dashboard

Demo

Real-time agent monitoring

Agents grouped by state with live tmux pane capture, conversation history, and a collapsible subagent tree.

GitHub PR workflow

Review syntax-highlighted split-pane diffs, create PRs, and merge — all without leaving the terminal.

Mobile remote control

A companion PWA for managing agents from your phone. Approve permissions, reply, stop agents, and manage PRs.

Session creation

Spin up new agent sessions with frecency-ranked path suggestions and skill selection.

Built with an adapter architecture — add support for any coding agent. Currently ships with a Claude Code adapter out of the box.