✨ feat(app): ship Token Menu Bar - #2
Draft
gaborbernat wants to merge 1 commit into
Draft
Conversation
gaborbernat
force-pushed
the
feat/token-menu-bar
branch
10 times, most recently
from
September 2, 2026 02:12
7347157 to
60af1af
Compare
gaborbernat
force-pushed
the
feat/token-menu-bar
branch
3 times, most recently
from
September 2, 2026 04:11
070bd96 to
f9352a5
Compare
gaborbernat
force-pushed
the
feat/token-menu-bar
branch
13 times, most recently
from
September 8, 2026 11:20
348cece to
7e2dbc0
Compare
gaborbernat
force-pushed
the
feat/token-menu-bar
branch
29 times, most recently
from
September 10, 2026 02:27
a0e8dc6 to
8bdc402
Compare
Make provider limits, resets, credits, and local usage available from the menu bar without switching between provider dashboards. Keep account selection and retained history separate so changing credentials cannot mix another account’s totals into the current view. Keep provider parsing, scheduling, storage, and presentation policy in Core. Use a screen-bounded popup with persistent tab content and on-demand supporting detail. Preserve reported zero and unknown values, and keep credential reads noninteractive. Cover macOS 14, 15, 26 and 27 with runtime-checked CI. Gate macOS 27 on GitHub’s hosted-image rollout. Keep optional performance benchmarks separate from functional tests. Isolate verification from the installed app, credentials, network, and persistent preferences.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Token Menu Bar brings usage limits, resets, credits, and local activity from Claude, Codex, Gemini, Cursor, Copilot, and Antigravity into one macOS menu-bar app. This is the first release. Users can compare current allowances and retained history without keeping provider dashboards open.
Core owns provider parsing, account selection, refresh scheduling, storage, and presentation rules. The UI keeps a fixed tab header and screen-bounded viewport, preserves tab content between switches, and places supporting details behind independent disclosures. Percentages, pacing, resets, model selection, short labels, and the full chart legend stay visible. Provider-reported zero values remain distinct from unavailable information; account histories remain separate when credentials change.
The deployment target remains macOS 14. CI includes runtime-checked macOS 14, 15, 26, and 27 jobs and retains UI results and screenshots. Direct, App Store, and Homebrew builds keep their distribution-specific behavior, including disabling self-updates for local installs. The implementation review records outstanding defects and acceptance checks; the provider research documents source contracts and fields that the available endpoints do not establish.