fix(claude): remove peak hours indicator integration#447
Merged
robinebers merged 1 commit intomainfrom May 7, 2026
Merged
Conversation
Collaborator
Author
|
@codex review |
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the Claude “peak hours” badge that was sourced from PromoClock, since Claude’s peak-hour limit reductions have been discontinued and the indicator could become misleading.
Changes:
- Removed PromoClock fetch/mapping logic from the Claude plugin runtime.
- Removed the “Peak Hours” line from the Claude plugin manifest and deleted the associated test coverage.
- Updated Claude provider documentation and README provider capability summary to no longer mention peak/off-peak.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates Claude provider capability summary to remove peak/off-peak mention. |
| plugins/claude/plugin.test.js | Deletes PromoClock integration test helpers and test cases. |
| plugins/claude/plugin.json | Removes the “Peak Hours” overview badge line from the manifest. |
| plugins/claude/plugin.js | Removes PromoClock constants and badge-fetch logic from probe(). |
| docs/providers/claude.md | Removes documentation for the supplemental PromoClock peak-hours status. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Codex Review: Didn't find any major issues. Swish! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
fathiraz
added a commit
to fathiraz/openusage
that referenced
this pull request
May 7, 2026
* main: chore: bump version to 0.6.23 chore(analytics): drop UI-side Aptabase events (robinebers#449) fix(claude): remove peak hours indicator integration (robinebers#447)
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.
Description
Removes the Claude peak hours indicator integration.
Reverting #364.
Claude announced that peak-hour limit reductions are being removed, so the external peak/off-peak indicator is no longer useful and could become misleading.
Context:
Type of Change
Testing
bun run buildand it succeededbun run testand all tests passbun tauri devChecklist
mainbranch