kimi-code/.changeset/bash-expand-full-command.md
liruifengv 8b5a25161c
feat(tui): show full text for long bash commands and AskUserQuestion content (#150)
* feat(tui): reveal full bash command on ctrl+o expand

The Bash tool header truncates long commands at 60 chars and the
result renderer never showed the command body, so the full command
was nowhere to be found in the UI. When the user expands the card
with ctrl+o, render the complete multi-line command above the
output.

* feat(tui): wrap long text in AskUserQuestion dialog instead of truncating

Replace single-line truncation with hanging-indent word wrap for the
question prompt, body description, option label, option description,
and submit-tab review entries. Long content now flows onto multiple
rows instead of being cut off with an ellipsis.
2026-05-28 15:54:00 +08:00

253 B

@moonshot-ai/kimi-code
patch

Show the full Bash command when expanding a Bash tool card with ctrl+o. The header still truncates long commands at 60 chars, but the expanded view now reveals the complete multi-line command above the output.