Add Fable weekly quota tracking - #34
Closed
ucodia wants to merge 3 commits into
Closed
Conversation
Parse the Fable weekly limit from both API shapes: the dedicated seven_day_fable field and the weekly_scoped entry in the limits array used by migrated accounts. Adds a Weekly Fable popover card behind a new show_fable_usage setting, a withFable demo mode, and sizes the popover to its content so three or more cards fit without scrolling.
Prevents test runs from reading the real keychain, which triggers password prompts when the build is unsigned.
Author
|
Closing in favor of #32 |
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.
Summary
Adds tracking for the Claude Fable 5 weekly usage limit, shown as a new Weekly Fable card in the menu bar popover.
seven_day_fablefield, and theweekly_scopedentry in thelimitsarray that migrated accounts receive (where the oldseven_day_*keys are null and the array reportspercentwith the model display name inscope).show_fable_usage, off by default, decodes old saved settings safely).withFabledemo mode for screenshots.Screenshot
Testing
MenuBarIconSnapshotTestsfailures are pre-existing on a clean checkout (reference PNGs recorded on a different macOS build) and unrelated.Generated with AI assistance