feat(shell): highlight user input with bright blue and separator for better visibility#1600
Open
liuchong wants to merge 1 commit into
Open
feat(shell): highlight user input with bright blue and separator for better visibility#1600liuchong wants to merge 1 commit into
liuchong wants to merge 1 commit into
Conversation
8947196 to
e805fae
Compare
e805fae to
f679e96
Compare
Author
Style echoed and active user input in bright blue and render a separator after echoed prompts so user turns stand out in shell transcripts.
d7470b5 to
ec10f84
Compare
Author
|
Hi @RealKai42 @sailist @stdrc, could you please take another look at this PR when convenient? I rebased/rebuilt the branch on top of the current
Validation run locally:
The remaining diff is limited to the shell user-input echo/style behavior and related tests. Thanks! |
This was referenced Jul 1, 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.
Description
Improve visual distinction of user messages in the shell UI by highlighting user input with bright blue color (#007AFF) and adding a full-width separator line below each user input.
Changes
echo.py:
#007AFF) to user echo text for unified visual identityTexttoGroupto accommodate the new layoutprompt.py:
user-inputstyle class withfg:#007AFFto match the terminal icon colorTest Plan
make checkpasses (ruff + pyright)make testpasses (13/13 tests in test_shell_prompt_echo.py)Checklist
make gen-changelogto update the changelog.