claude-code rate notice in the TUI
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 2
- Forks
- 0
- Avg merge
- 1h
- Merged PRs (30d)
- 17
Description
What it does
Shows the claude-code wire's rate-limit notice in the TUI's notice line, through a Provider::plan_notice() accessor that the wire overrides.
Source
ganja-code-afay (the claude-code rate notice shown in the TUI).
The bead is closed when this issue is published, with its external reference pointing here (#38).
File and line references in this issue are to main as of 75a7a92.
Against the three criteria
- Direction (README): The README says nothing about showing usage (
README.md:28-29). - Today's terminal users: The wire already composes a once-per-turn sentence when the rate-limit status changes (
crates/ganja-provider/src/provider/claude_code.rs:214) but only logs it; no accessor lets a frontend read it. - Evidence: The drawing precedent is the eviction notice (
crates/ganja-provider/src/provider.rs:802,crates/ganja-tui/src/app.rs:998). No report asks for it.
Depends on
Nothing.
Verdict
- Verdict: park
- Reopens: at the next landing that touches the TUI's notice line (where an eviction is drawn).
- Exception to the probe rule: no.
- Date: 2026-09-19
- Verdict ticket: #45
Theme: #58
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
This is parked until work reaches the TUI notice line. When it reopens, read the rate-limit sentence in crates/ganja-provider/src/provider/claude_code.rs:214, the eviction notice in crates/ganja-provider/src/provider.rs:802, and its rendering in crates/ganja-tui/src/app.rs:998; done means the rate notice is available through the provider accessor and appears in the TUI notice line.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100