Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.46 KB

File metadata and controls

27 lines (22 loc) · 1.46 KB

Changelog

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.

[1.0.0] - 2026-02-18

Added

  • 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-color and --color flags
  • Better error messages: Actionable hints for empty results and filter mismatches