MoonshotAI / MoonshotAI/kimi-cli
feat(shell): replace plain-text context indicator with color-coded visual progress bar
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 11.4k
- Forks
- 1.3k
- Avg merge
- 9h 47m
- Merged PRs (30d)
- 2
Description
Problem
The current context: 0.0% status bar indicator is plain text with no visual weight, making it hard to gauge context usage at a glance, especially as usage approaches limits.
Expected Behavior
Replace it with a Unicode block progress bar (e.g. Context █░░░░░░░░░ 4%) with color coding:
- Green (< 70%)
- Yellow (70–85%)
- Red (≥ 85%)
Matches the visual style of the claude-hud plugin.
Related PR
PR #1972 is implementing this: https://github.com/MoonshotAI/kimi-cli/pull/1972
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 reviewing PR #1972, which the issue identifies as implementing this change. Verify that the CLI replaces the plain-text context indicator with a Unicode block bar and applies green below 70%, yellow from 70–85%, and red at 85% or higher.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, design
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 25/100