Session Cards Overview
See all your Claude Code agents at a glance — live status, token spend, current task, and model on every card.
How it works
- Navigate to https://localhost:8822 after running
amux serve - Sessions are grouped by status: Working · Needs Input · Idle
- Each card shows: running model, YOLO mode toggle, token count, last output preview
- Click any card to expand it inline — live output, send bar, and quick-action chips appear
When to use this
- Monitoring a fleet of 10+ agents running in parallel
- Checking which agents are stuck and need attention
- Quickly seeing token spend across all sessions
Related demos
Try amux
Run dozens of Claude Code agents in parallel. Python 3 + tmux. Open source.
git clone https://github.com/mixpeek/amux && cd amux && ./install.sh
amux register myproject --dir ~/Dev/myproject --yolo
amux serve # → https://localhost:8822
View on GitHub
Getting started →