menubar: drop the early-reset dock band and history caption - #1452
Merged
Merged
Conversation
3 tasks
ozymandiashh
added a commit
to ozymandiashh/codeburn
that referenced
this pull request
Sep 16, 2026
…entseal#1452 main dropped the early-reset dock band and history caption (getagentseal#1452), so this branch drops its per-provider band, caption and cycle-ledger plumbing too, and wires only Codex into the notification Claude already has. The detector fixes from d23f019 stay: storageLabel identity, the usedUnits spend-cap guard and the anchor contract doc.
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.
An early quota reset is a one-time event. The notification already says it, so the twelve-hour Capacity Dock band and the 30-day "last 3 resets came early" hover caption are removed. Detection, the announced-reset record and the notification are unchanged.
12 files, 14 insertions, 478 deletions.
swift buildclean,swift test669 passed including the localization coverage suite. Independently re-checked: every deleted symbol has zero remaining references, the notification path is byte-identical to main.UI change: the band and caption simply no longer appear. No screenshots because the band is only visible in the twelve hours after an early reset and there is no live one to capture; the popover is otherwise unchanged.
Related: #1339 will rebase onto this.