We've just shipped a major upgrade to ClaudeSavvy that gives you unprecedented visibility into how Claude Code works. The Sub-Agents and Features pages now offer detailed, interactive analytics that let you explore every tool call and sub-agent invocation.
The Problem We Solved
Previously, you could see aggregate stats—how many times a tool was used, total tokens consumed. But you couldn't answer questions like:
- What files did Claude read during that conversation?
- What commands did it run?
- How do tool calls relate to each other over time?
- Which sub-agent task consumed the most tokens?
Now you can.
Unified Tools Timeline
The Features page now includes a Unified Timeline tab that shows all tool calls across all tools in a single interactive chart. Each tool type has its own color:
- ● Read - File reads
- ● Write - File writes
- ● Edit - File edits
- ● Bash - Shell commands
- ● Glob/Grep - Search operations
- ● Task - Sub-agent launches
Click any bubble to see the exact parameters—which file was read, what command was executed, what search pattern was used.
Zoomable Date Range
When you have hundreds of tool calls, the timeline can get crowded. That's why we added a date range slider below the chart. Drag the handles to zoom into any time period and the chart updates instantly—no page reload required.
Clickable Tool Details
On both the Features and Sub-Agents pages, clicking any row now opens a detailed panel showing:
- Timeline view with all invocations plotted over time
- Conversations breakdown showing usage per session
- Token breakdown with input, output, cache read, and cache write splits
- Individual invocation details when you click a data point
Filter by Session
Want to see what happened in a specific conversation? Use the session filter dropdown to focus on a single session. This is incredibly useful for debugging or understanding how Claude approached a particular task.
What's Next
This is just the beginning of our deep-dive analytics work. We're planning to extend this level of detail to other pages in ClaudeSavvy—watch this space for updates on conversation-level analysis, model comparison views, and more.
Try It Now
Upgrade to the latest version:
pip install --upgrade claudesavvy
Then head to the Features page and click the Unified Timeline tab to explore your tool usage like never before.
Questions or ideas for what we should add next? Let us know on GitHub!