menubar: refresh quota the moment a window rolls over - #1360
Merged
Conversation
The menubar showed a window's pre-reset percentage for up to five minutes after its reset instant. The 30s tick now compares the reset dates it already holds for Claude, Codex and the Capacity Dock providers against the previous tick and forces a refresh for the group that rolled over.
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.
A window that resets at 14:00 kept showing its pre-reset percentage until the next cadence tick, up to five minutes. The 30-second tick now checks whether any known reset instant (Claude's four windows, Codex primary and secondary, every Capacity Dock provider window) fell between the previous tick and now, and forces a quota refresh for just that provider group. Fires once per reset instant; cadence is otherwise untouched; ticks skipped while the display sleeps fire on the first tick after wake. Pure function with four tests; 641 Swift tests pass.