Skip to content

fix(tui): indent, italicize, and dim AskUserQuestion answer arrow#710

Open
Alice39s wants to merge 1 commit into
MoonshotAI:mainfrom
Alice39s:fix/indent-askuserquestion-answer
Open

fix(tui): indent, italicize, and dim AskUserQuestion answer arrow#710
Alice39s wants to merge 1 commit into
MoonshotAI:mainfrom
Alice39s:fix/indent-askuserquestion-answer

Conversation

@Alice39s

@Alice39s Alice39s commented Jun 13, 2026

Copy link
Copy Markdown

Related Issue

No prior issue — this is a small TUI polish fix.

Problem

In the transcript, AskUserQuestion result cards render the question and answer arrows at the same indentation with the same bright primary color:

  Q  Favorite editor?
  →  Vim

The answer does not visually read as nested under the question, and the arrow competes for attention with the actual answer text.

What changed

  • Indented the answer arrow by two extra spaces so answers appear nested beneath their questions.
  • Styled the arrow with italicFg('textDim') instead of the bright primary color, making it a subtle visual cue rather than the focus.
  • Renamed the local helper from accent to answerArrow to match its new purpose.
  Q  Favorite editor?
    →  Vim

Checklist

  • I have read the CONTRIBUTING document.
  • I have linked a related issue, or explained the problem above.
  • I have added tests that prove my feature works. (Existing tool-call.test.ts covers AskUserQuestion rendering; this is a purely visual styling tweak.)
  • Ran gen-changesets skill, or this PR needs no changeset.
  • Ran gen-docs skill, or this PR needs no doc update.

@changeset-bot

changeset-bot Bot commented Jun 13, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 9b5f85a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@moonshot-ai/kimi-code Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant