kimi-code/.changeset/fix-bash-tool-card-collapse.md
liruifengv 5ea3ec489e
fix(tui): stabilize Bash card height and distinguish command from output (#1419)
Keep the command preview in the body after the result lands so a multi-line command with short output no longer collapses the card. Render the command in textDim with a shellMode $ and the result one shade dimmer in textMuted, and simplify the header to "Running a command" / "Ran a command".
2026-07-06 16:50:07 +08:00

190 B

@moonshot-ai/kimi-code
patch

Fix the Bash tool card collapsing in height when a multi-line command finishes with short output, and visually separate the command from its output.