v0.17.0 — Multi-Session Dashboard
Multi-Session Dashboard
Get a bird's-eye view across all your agent sessions. The new dashboard command aggregates stats, shows trends over time, and surfaces which tools your agents use most — all in the terminal or as a self-contained HTML report.
# View stats for all sessions
agent-trace dashboard
# Scope to recent sessions
agent-trace dashboard --last 20
agent-trace dashboard --since 2024-06-01
# Export as an HTML report to share with your team
agent-trace dashboard --html report.htmlWhat you'll see:
- Total sessions, tool calls, errors, tokens, and estimated cost
- ASCII sparkline charts showing how tool usage, token consumption, and error rates trend over time
- A per-session breakdown table so you can spot outliers at a glance
- Top tools ranked by call frequency
The HTML export is self-contained — no server needed, just open it in a browser.