MoonshotAI/kimi-code @moonshot-ai/kimi-code@0.19.2
MoonshotAI/kimi-code
Captured source
source ↗published Jun 24, 2026seen 2dcaptured 2dhttp 200method plain
@moonshot-ai/kimi-code@0.19.2
Repository: MoonshotAI/kimi-code
Tag: @moonshot-ai/kimi-code@0.19.2
Published: 2026-06-24T04:15:35Z
Prerelease: no
Release notes:
Patch Changes
- #1028 `be77d5d` - Show a transient footer hint when an image is detected in the clipboard, displaying the platform-appropriate paste shortcut.
- #1004 `d70c3a8` - Show the command in running Bash tool cards and allow expanding it with Ctrl+O before the result arrives.
- #1028 `be77d5d` - Fix stale rows occasionally leaving duplicate input boxes after tall content shrinks.
- #1027 `c240bfa` - Fix resume not realigning a tool call that was interrupted mid-history. The synthetic interrupted result is now closed in place at the next step boundary, so later turns and deferred messages keep their recorded order instead of only the trailing exchange being repaired. The
/messageswire transcript reducer mirrors the same closure so its folded length stays aligned with live history, preventing the later turn from being duplicated/reordered. Replay also drops a tool result whose call is no longer awaiting one, so a stale interrupted result left at the log tail by an older resume of a damaged session is not re-applied as a duplicate.
- #1032 `a753b05` - Fix code blocks nested inside list items rendering blank in the web chat after a turn finishes generating.
- #1015 `83384ee` - Fix the composer's ↑/↓ input-history recall doing nothing right after the first message of a new session. The history is now persisted to localStorage and re-read on mount, so the docked composer no longer starts empty when it takes over from the empty-session composer. Slash commands are now recorded too — both typed-and-submitted and ones picked from the slash menu — so they can be recalled like plain messages.
- #1056 `b93e936` - Fix yolo mode in the web app auto-approving plan reviews and sensitive file access.
- #971 `b84704b` - Read large text files in bounded memory and read tail lines without scanning whole files.
- #1020 `9c553e4` - Add an Alt+S shortcut in the model picker to switch the model for the current session only, without saving it as the default.
- #1043 `27df39c` - Fix web chat stop actions so stale prompt ids fall back to cancelling the active session.
- #1036 `866b91c` - Reorganize the web app's components into area subdirectories (chat/settings/dialogs/mobile) and refresh the component path comments.
Excerpt shown — open the source for the full document.
Notability
notability 3.0/10Routine package release, likely minor patch.