We've shipped a significant update to ClaudeSavvy's dashboard — making it faster to go from a high-level overview to the exact detail you need, and adding three new dedicated views: Conversations, Sub-Agents, and Teams.
Clickable Dashboard Metrics
Every summary card on the dashboard is now a direct link. See an unusually high cache miss rate? Click it — you land straight on the Tokens page. Curious about your top conversation cost? Click it and you're on the Conversations page. No more hunting through the nav.
The same pattern applies to the new Explore Your Usage section at the bottom of the dashboard — six cards giving you a snapshot of Tools & Features, Sub-Agents, Files, Integrations, Conversation Analytics, and Projects, each with a one-click link to dig deeper.
Conversation Analytics
The new Conversations page gives you a complete view of every conversation Claude Code has had across your projects:
- Per-session cost: See exactly what each conversation cost, colour-coded by spend
- Turn count: Understand how long each session ran
- Context window usage: A visual bar shows how much of the context window was consumed — great for spotting conversations that are getting bloated
- Token speed: Avg tokens/coin to understand efficiency
Conversations are sortable and filterable by time period. The dashboard also shows your three most recent sessions at a glance, linking directly to the full list.
Sub-Agents View
Sub-agent usage is now tracked with much more granularity. The Sub-Agents page shows:
- Total exchanges, tokens, cost, and average tokens per exchange
- A timeline chart of sub-agent activity over time
- A detailed table of recent exchanges — including the agent's description, tools called, duration, and cost per invocation
This is particularly useful when you're using Claude Code's Agent tool heavily — you can see exactly which agent tasks are expensive and how long they took.
Teams View
The Teams page tracks token usage and costs across Claude Code's Teams feature. Summary cards show total teams, tokens consumed, and overall cost. When the Teams feature is actively used, a detailed breakdown by team will appear here automatically.
Recent Conversations on the Dashboard
The dashboard now includes a Recent Conversations table showing your last three sessions with project, timestamp, turn count, cost, and context usage — so you get a quick read on activity without leaving the home screen.
How to Get the Update
pip install --upgrade claudesavvy
Then restart with claudesavvy and explore the new Conversations and Sub-Agents pages from the navigation bar.
As always, questions and feedback welcome on GitHub!