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

  1. Navigate to https://localhost:8822 after running amux serve
  2. Sessions are grouped by status: Working · Needs Input · Idle
  3. Each card shows: running model, YOLO mode toggle, token count, last output preview
  4. Click any card to expand it inline — live output, send bar, and quick-action chips appear

When to use this

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 →