Web app
One glance: who's working, who's waiting on you
Local mission control for every Claude Code session running on the machine, across every VS Code window and repo, answering one question at a glance: who's working, and who's waiting on you?

The problem
Running several AI coding sessions at once means losing track of which one actually needs a human. A permission prompt sitting unanswered for ten minutes looks identical, from across the room, to a session quietly still working.
Checking meant alt-tabbing through every window, one at a time.
What we built
One dashboard tail-reads the session transcripts Claude Code already writes to disk and derives a status for each: needs approval, waiting on you, working, busy with a background task, or idle. Sessions group by repo, most-urgent first, with the last thing you asked it and what it's doing right now.
It's read-only by design: it never writes to Claude Code's files and can't interfere with a session. The one exception is a live usage-limits strip, read every three minutes with a read-only token that never leaves the server.
The result
One glance answers who's working and who's waiting on you
5
session states tracked, from idle to needs approval
0
writes to any session, by design
1
file, zero dependencies
