fix(shell): hide context usage until warning threshold#2300
Open
binichallein wants to merge 1 commit into
Open
fix(shell): hide context usage until warning threshold#2300binichallein wants to merge 1 commit into
binichallein wants to merge 1 commit into
Conversation
This was referenced May 16, 2026
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.
Related Issue
Resolve #2291
Description
Verification
uv run pytest tests/ui_and_conv/test_prompt_tips.py -k "context or running_prompt_uses_shared_toolbar" -vvfailed before the implementation because low context usage was still rendered.uv run pytest tests/ui_and_conv/test_prompt_tips.py -k "context or running_prompt_uses_shared_toolbar" -vvuv run pytest tests/ui_and_conv/test_prompt_tips.py tests/core/test_status_formatting.py -vvuv run ruff check src/kimi_cli/ui/shell/prompt.py tests/ui_and_conv/test_prompt_tips.pyuv run ruff format --check src/kimi_cli/ui/shell/prompt.py tests/ui_and_conv/test_prompt_tips.pyuv run pyright src/kimi_cli/ui/shell/prompt.py tests/ui_and_conv/test_prompt_tips.pygit diff --checkChecklist
make gen-changelogto update the changelog. (N/A: small UI behavior fix; no user docs/changelog generated.)make gen-docsto update the user documentation. (N/A: no docs generation needed.)