Skip to content

TokenBar 1.7.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 20:25
· 314 commits to main since this release

Highlights

  • Copilot Desktop usage is now included. TokenBar reads token-bearing local sessions from Copilot Desktop, preserves model, workspace, and agent attribution, and lets Copilot OTEL remain authoritative when both sources contain the same session. Totals may increase because previously invisible Desktop usage is now counted, not because the update created new spend. #83
  • Model usage is easier to inspect. Hovered Token Usage and Models bars now gain adaptive outlines and glow in both light and dark appearances. Model markers glow with their rows, and Daily/Monthly drill-downs show detailed Input, Output, Cache read, Cache write, and Reasoning tooltips above neighboring rows. #88

Changes

  • Usage caching is now sharded by source identity. TokenBar replaces the single message cache with bounded per-source shards that isolate parser versions, preserve concurrent updates, and let report paths seed their own cache entries. The first scan after updating starts cold because the legacy cache is intentionally left untouched; later refreshes use the new cache without changing report semantics. #90
  • Hermes discovery supports native Windows layouts for the downstream Windows build while leaving the macOS app unchanged. #82

Full Changelog: v1.6.2...v1.7.0