mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-10 01:39:25 +00:00
* fix(tui): cap Write preview at args-finalize to preserve terminal scrollback The Write tool preview rendered the full file content between args-finalize and result, then snapped to the 10-line collapsed cap once the result landed. That large shrink triggered pi-tui's full-redraw path, which emits \x1b[3J and wipes the terminal scrollback (including history from before TUI start). Cap the preview as soon as args finalize so the rendered height stays stable across the args-finalize → result transition, avoiding the full redraw. * chore: update changeset message |
||
|---|---|---|
| .. | ||
| kimi-code | ||
| vis | ||