MoonshotAI / MoonshotAI/kimi-code
please expose membership quota usage (the rolling 5-hour window and 7-day cycle percentages) in │ the TUI footer / status line.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.5k
- Forks
- 1.2k
- Avg merge
- 11h 53m
- Merged PRs (30d)
- 350
Description
What feature would you like to see?
Right now quota is only visible via /usage or the web Console, with no persistent display. The [status_line].command JSON snapshot includes model, cwd, git, context usage, etc., but no quota fields. Adding 5h/7d quota fields to the snapshot — or a built-in usage/quota slot for [status_line].items — would let users keep an eye on rate-limit status at all times.
Additional information
No response
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
Start by locating the [status_line].command JSON snapshot and the [status_line].items implementation, then compare them with the existing /usage or web Console quota data. Decide how the rolling 5-hour and 7-day percentage values fit the status line. Done means users can persistently see both quota percentages in the TUI footer or status line.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100