App: show decimal precision on hover for usage-limit percentages
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
What variant of Codex are you using?
Codex desktop app.
What feature would you like to see?
Show a more precise usage value when hovering over the percentage in the weekly and short-window usage indicators.
The normal display can remain a rounded whole number to keep the UI compact. On hover, show the underlying percentage to two decimal places, for example 1.58% remaining rather than only 2%.
Why this helps
For users managing longer agent tasks, the difference between roughly 1%, 1.5%, and 2% remaining affects whether it is sensible to start another task or wait for a reset. The rounded display makes that decision unnecessarily uncertain.
Suggested behavior
- Keep the existing whole-number percentage as the default display.
- On hover, show exact remaining percentage with two decimal places.
- Apply it to both weekly and short-window / hourly limit indicators where present.
Contributor guide
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
The issue names no file or test. Start by locating the weekly and short-window usage indicator UI and its hover or tooltip handling; verify that both retain rounded percentages by default and show the remaining percentage to two decimal places on hover.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100