codeburn/mac/Sources/CodeBurnMenubar
Resham Joshi f26f4ad1ba
fix(menubar): show every active agent as a tab, ordered by usage for the selected range (#549)
The agent tab strip never showed Grok, Hermes, or ZCode: ProviderFilter had no cases for them, so they could not become tabs. It also derived the visible tabs from today's providers rather than the range the user actually has selected, so an agent used in the selected window but not today never appeared.

Add the three missing cases (filter keys, CLI arg, accent color) and rebuild visibleFilters to source from the selected period via cost(for:). Every agent with usage in the range now appears, ordered by spend descending, and agents with no usage in the range are omitted.
2026-06-22 03:20:02 +02:00
..
Data fix(menubar): surface CLI stdout/stderr on decode failure (#515) (#547) 2026-06-22 01:33:41 +02:00
Security feat(menubar): refresh via headless app binary instead of node script 2026-05-30 13:05:48 -07:00
Theme Harden menubar: fix refresh loop, concurrency, data sync, and edge cases 2026-05-01 08:01:25 -07:00
Views fix(menubar): show every active agent as a tab, ordered by usage for the selected range (#549) 2026-06-22 03:20:02 +02:00
AppStore.swift fix(menubar): show every active agent as a tab, ordered by usage for the selected range (#549) 2026-06-22 03:20:02 +02:00
AppVersion.swift Normalize menubar version display 2026-05-11 11:21:39 -07:00
CodeBurnApp.swift fix(menubar): drop the ' tok' suffix from the Total Tokens metric (#511) 2026-06-18 17:59:03 +02:00
CurrencyState.swift feat: add devin provider (#444) 2026-06-09 21:58:31 +02:00