The Aigon Dashboard is a browser-based control centre for all your repos. Monitor agent progress, launch features, run evaluations, and merge winners — all from one place.

Getting started
aigon dashboard add # Register current repo
aigon dashboard start # Start the dashboard server
aigon dashboard open # Open in browser (http://aigon.localhost)The dashboard polls registered repos every 30 seconds and fires macOS notifications when agents reach waiting or when all agents submit.
Dashboard and CLI: two views, same workflow
The dashboard and CLI are interchangeable views of the same state. Any action you take in one is immediately visible in the other.
| Action | CLI | Dashboard |
|---|---|---|
| View all features | aigon board | Pipeline tab |
| Start a feature | aigon feature-start 42 cc gg | ”Start” button on a card |
| Monitor agents | aigon status 42 | Real-time agent status badges |
| Evaluate | aigon feature-eval 42 | ”Evaluate” button |
| Close/merge | aigon feature-close 42 cc | ”Close” button with agent picker |
Pipeline
Drag features through the pipeline: inbox → backlog → in-progress → in-evaluation → done.

Fleet monitoring
Watch agents compete in real-time. The dashboard shows status badges for each agent and surfaces action buttons when they submit.



Monitor view
See every agent session across all repos — running, attached, or ended.

Statistics
Track throughput, cycle time, and agent performance across all repos.

- Volume — features completed per period with trend
- Cycle Time — average hours from setup to close
- Agent Leaderboard — wins, speed, and fleet win % per agent
Console and Logs
View live agent output and command history.


Managing repos
aigon dashboard add ~/src/my-project # Register a repo
aigon dashboard add ~/src/another-project # Add more repos
aigon dashboard list # See registered repos
aigon dashboard remove ~/src/old-project # Unregister a repoDashboard commands
aigon dashboard start # Start the service
aigon dashboard restart # Stop and restart
aigon dashboard status # Check health + see waiting agents
aigon dashboard open # Open in browserRemote access
The dashboard binds to 0.0.0.0 by default, making it accessible from any device on the local network.

- Same WiFi: Open
http://<mac-ip>:4100in a browser - Outside LAN: Install Tailscale on both devices, then use
http://<tailscale-ip>:4100
Terminal board view
For a quick text-based overview without opening a browser:
aigon board # Kanban view
aigon board --list # List view
aigon board --features # Features only
aigon board --research # Research only