agentglass: a live dashboard for watching what Claude Code is doing
Running several Claude Code sessions at once inside tmux makes it hard to tell what each session is actually doing, which one is stuck, or which files it touched — the terminal panes alone don't show that. agentglass reads the Claude Code transcript files stored locally and displays every tool call live, which tools get used most, where time is being spent, and when a session gets stuck looping. It tracks cost per session and per model; for users this is mostly informational, showing what the same work would have cost via the API.
It also includes meters for how much of a Claude plan's usage has been consumed. Over time the tool grew additional features: a for every file an agent changed, a git panel, a docker panel, and a built-in terminal. A live demo with fake data is available with no installation required, and the is published on GitHub under the .
The creator notes it's still rough and not even fully polished for their own workflow yet.
Key points
- Reads Claude Code to show tool calls, time spent, and stuck sessions live
- Tracks cost per session and per model, with API-equivalent cost shown for users
- Includes plan-usage meters, a , a git panel, a docker panel, and a built-in terminal
- No-install demo available with fake data; source is open on GitHub under
- Creator states it's an early, unpolished build even for their own use