Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 16 Apr 12:58
· 81 commits to main since this release

[0.1.2] - 2026-04-16

πŸš€ Features

  • Added improved screenshots.
  • (ui) Consistent tool/agent cards, eager subagent preloading
  • (ui) Full CSS polish β€” Inter/JetBrains Mono fonts, larger sizes, depth, grouped controls
  • (dashboard) Add typical-week baseline bar for grounding
  • (dashboard) Add token-stream cost split panel (main vs sidechain)
  • (dashboard) Add artifact leaderboard (writes, agent prompts, tool results)
  • (dashboard) Add context-size distribution + 200k+ session flag
  • (dashboard) Top 1% most-expensive turns leaderboard
  • (dashboard) Add two-regime time-series (volume vs per-session cost)
  • (dashboard) Add first-turn cache-creation distribution
  • (dashboard) Add mid-session cache-invalidation event analysis
  • (dashboard) Add compaction events panel
  • (dashboard) Add hour-of-day cost histogram
  • (dashboard) Add hook frequency/duration panel
  • (dashboard) Add MCP tool result size panel
  • (dashboard) Add parent-model-at-spawn breakdown to agent panel
  • (dashboard) Add top Reads by per-call size
  • (dashboard) Add Bash longest + most-repeated leaderboards
  • (dashboard) Add skill invocation stats
  • (dashboard) Final Overview/Outliers layout + README updates
  • (dashboard) Baseline shows per-week actuals + median + mean
  • (cct) XDG-compliant default DB path + cct info subcommand
  • (dashboard) Deep-link top turns to specific transcript entry
  • (timeline) Show compact boundary events as cards

πŸ› Bug Fixes

  • (ingest) Gracefully drop unknown serde variants instead of failing
  • (types) Harden serde parsing against future transcript layout changes
  • (dashboard) Fix URL sync stale project param + remove dead goHome callback
  • (dashboard) Correct context-size formula + add Recharts null guards
  • (dashboard) Add flex column gap to GlobalDashboard outer div for panel spacing
  • (dashboard) Replace per-week actuals with titled median/mean baseline

🚜 Refactor

  • (skills) Rewrite optimize-usage with hypothesis-first methodology
  • (skills) Rewrite claude-usage-db with progressive disclosure
  • (dashboard) Remove project filter, consolidate to single time-scoped dashboard

πŸ“š Documentation

  • Reframe README around skills, introduce cct as first-party binary
  • Tighten skill blurbs, add viewer + release sections, move cct reference to crate README
  • Add ui polish design spec

βš™οΈ Miscellaneous Tasks

  • Skip build for non-code changes
  • Expand .gitignore for parquet, duckdb tmp, DS_Store, and out/
  • Add git-cliff changelog automation
  • Release v0.1.2