Skip to content

fix: remove outdated Claude peak-hours warning - #174

Merged
graykode merged 1 commit into
mainfrom
fix/remove-outdated-peak-hours-warning
Sep 10, 2026
Merged

fix: remove outdated Claude peak-hours warning#174
graykode merged 1 commit into
mainfrom
fix/remove-outdated-peak-hours-warning

Conversation

@graykode

Copy link
Copy Markdown
Owner

The footer displayed a Claude peak-hours warning and reset countdown every day from 12:00 to 18:00 UTC, regardless of account or provider state. Anthropic removed the peak-hours limit reduction for Pro and Max accounts on May 6, 2026.

Remove the fixed-time warning, its unused time import, and associated localization keys. Collected quota usage and reset information remain available in the quota panel.

Fixes #173

Validation:

  • cargo test --quiet: 200 unit tests and 1 integration test passed.
  • cargo clippy -- -D warnings: passed.
  • rustfmt --edition 2021 --check src/ui/footer.rs src/locale.rs: passed.
  • git diff --check: passed.
  • cargo fmt --check: reports existing formatting differences in unrelated collector files.

@graykode
graykode merged commit d406497 into main Sep 10, 2026
7 checks passed
@graykode
graykode deleted the fix/remove-outdated-peak-hours-warning branch September 10, 2026 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Claude peak-hours warning is outdated and hard-coded

1 participant