feat: notify when quota windows reset - #200
Merged
slkiser merged 4 commits intoAug 9, 2026
Merged
Conversation
ignaciodiazjimenez
force-pushed
the
feat/quota-reset-notifications
branch
from
August 3, 2026 17:45
ce0dec4 to
c2dca3c
Compare
Serialize persisted reset observations across processes.\nPreserve monotonic baselines and stable account identities.\nDocument stored metadata and popup-only delivery.
Add the opt-in reset notification option to the main README. Link to the detailed configuration contract.
Owner
|
@ignaciodiazjimenez Thanks! |
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
Add opt-in, provider-neutral reset notifications for quota windows.
The observer reuses already-fetched provider results, records a hashed account/window identity in local state, and emits one aggregated success toast only after the previous reset boundary is crossed, the provider advertises a newer reset, and remaining quota increases. It adds no provider requests and defaults to disabled.
{ "resetNotifications": { "enabled": true, "windows": ["weekly"] } }Linked Issue
Fixes #199
OpenCode Validation
Verification
pnpm verifypassed through the repository pre-push hook on Node 24/LinuxQuality Checklist
pnpm run typecheckpnpm run buildpnpm test