mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-22 07:34:26 +00:00
* 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.
253 B
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.