All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Live dashboard (
--live): Real-time session monitoring with auto-refresh - 5-phase time breakdown: Claude thinking, tool execution, subagents, planning, waiting on you
- Cost tracking: Per-session and per-minute cost estimates for Opus, Sonnet, and Haiku
- Tool latencies: Per-tool avg/p50/p95 response times
- Token deduplication: Accurate token counts by merging streaming chunks
- Cache hit rate: Visual bar showing prompt cache efficiency
- Context trend: Sparkline showing input context growth over session
- Hourly activity heatmap: 24-hour sparkline in aggregate views
- Daily breakdown: Per-day stats with bars for multi-day views
- Session filtering:
--since,--until,--model,--min-duration,--min-cost - Session lookup:
--session <id>to target a specific session - Sort options:
--sort cost|duration|tokens|turns|time - Export formats:
--csv,--markdown,--compact,--json(with aggregate envelope) - Project filtering:
--project <path>to scope to a specific project - Color control:
--no-colorand--colorflags - Better error messages: Actionable hints for empty results and filter mismatches