diff --git a/.changeset/cap-background-command-output.md b/.changeset/cap-background-command-output.md deleted file mode 100644 index 9832f9c3d..000000000 --- a/.changeset/cap-background-command-output.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/agent-core": patch ---- - -Apply the 16 MiB output cap to background shell commands too, so a runaway background command can no longer fill the disk or crash the process; it is now terminated with the same guidance to redirect large output to a file. diff --git a/.changeset/cli-revert-rendering.md b/.changeset/cli-revert-rendering.md deleted file mode 100644 index a007bf471..000000000 --- a/.changeset/cli-revert-rendering.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Revert the recent TUI transcript rendering changes to the original upstream behavior while rendering issues are reworked. diff --git a/.changeset/enlarge-uploaded-images.md b/.changeset/enlarge-uploaded-images.md deleted file mode 100644 index 20a1cdad8..000000000 --- a/.changeset/enlarge-uploaded-images.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add click-to-enlarge for images uploaded in the web chat. Click an image in a message to open it. diff --git a/.changeset/fix-web-video-playback.md b/.changeset/fix-web-video-playback.md deleted file mode 100644 index 251d9fa01..000000000 --- a/.changeset/fix-web-video-playback.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix uploaded videos failing to play in the web chat. diff --git a/.changeset/pi-tui-revert-rendering.md b/.changeset/pi-tui-revert-rendering.md deleted file mode 100644 index 6787bb507..000000000 --- a/.changeset/pi-tui-revert-rendering.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/pi-tui": patch ---- - -Revert the fork's viewport and scrollback rendering patches, restoring the upstream differential-rendering behavior. The narrow-terminal fixes (width clamping, overwide-line truncation) are kept. diff --git a/.changeset/print-drain-subagents.md b/.changeset/print-drain-subagents.md deleted file mode 100644 index dde3d69ec..000000000 --- a/.changeset/print-drain-subagents.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Wait for background subagents to finish and respond to their results before exiting in `kimi -p`, instead of ending the turn early. diff --git a/.changeset/server-bypass-auth-keep-alive.md b/.changeset/server-bypass-auth-keep-alive.md deleted file mode 100644 index 0390eabef..000000000 --- a/.changeset/server-bypass-auth-keep-alive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add `--dangerous-bypass-auth` and `--keep-alive` flags to `kimi server run`, so the server can run without a token on trusted networks and stay alive past the idle timeout. diff --git a/.changeset/web-thinking-effort-levels.md b/.changeset/web-thinking-effort-levels.md deleted file mode 100644 index 71c58f3a5..000000000 --- a/.changeset/web-thinking-effort-levels.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add a segmented thinking-level control in the web model picker for models that support multiple reasoning efforts. Open the composer model menu to choose a level. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index ad5d982b1..3919e9d67 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,21 @@ # @moonshot-ai/kimi-code +## 0.22.3 + +### Patch Changes + +- [#1367](https://github.com/MoonshotAI/kimi-code/pull/1367) [`23daf0f`](https://github.com/MoonshotAI/kimi-code/commit/23daf0f3c199b4aaa9bd9388a2903d7827f98d32) - Revert the recent TUI transcript rendering changes to the original upstream behavior while rendering issues are reworked. + +- [#1343](https://github.com/MoonshotAI/kimi-code/pull/1343) [`ec758c7`](https://github.com/MoonshotAI/kimi-code/commit/ec758c747a95555847b8a0275ed0809010c7d5e7) - Add click-to-enlarge for images uploaded in the web chat. Click an image in a message to open it. + +- [#1343](https://github.com/MoonshotAI/kimi-code/pull/1343) [`ec758c7`](https://github.com/MoonshotAI/kimi-code/commit/ec758c747a95555847b8a0275ed0809010c7d5e7) - Fix uploaded videos failing to play in the web chat. + +- [#1371](https://github.com/MoonshotAI/kimi-code/pull/1371) [`5394fea`](https://github.com/MoonshotAI/kimi-code/commit/5394feaabb5d373fab046b3986b10a1180b4991d) - Wait for background subagents to finish and respond to their results before exiting in `kimi -p`, instead of ending the turn early. + +- [#1373](https://github.com/MoonshotAI/kimi-code/pull/1373) [`e715b16`](https://github.com/MoonshotAI/kimi-code/commit/e715b1648c57bd0863edf859cb67db0327b7bb94) - Add `--dangerous-bypass-auth` and `--keep-alive` flags to `kimi server run`, so the server can run without a token on trusted networks and stay alive past the idle timeout. + +- [#1344](https://github.com/MoonshotAI/kimi-code/pull/1344) [`26b9022`](https://github.com/MoonshotAI/kimi-code/commit/26b90225d21bd18f4f7e3b775f3f7f49034afad9) - Add a segmented thinking-level control in the web model picker for models that support multiple reasoning efforts. Open the composer model menu to choose a level. + ## 0.22.2 ### Patch Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index baf8c7307..70accd50a 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.22.2", + "version": "0.22.3", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI", diff --git a/packages/agent-core/CHANGELOG.md b/packages/agent-core/CHANGELOG.md index 97cec5239..6bd19a3de 100644 --- a/packages/agent-core/CHANGELOG.md +++ b/packages/agent-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @moonshot-ai/agent-core +## 0.15.3 + +### Patch Changes + +- [#1372](https://github.com/MoonshotAI/kimi-code/pull/1372) [`d111c02`](https://github.com/MoonshotAI/kimi-code/commit/d111c02ea08ee32b4c61225d29acd69ea3f256e8) - Apply the 16 MiB output cap to background shell commands too, so a runaway background command can no longer fill the disk or crash the process; it is now terminated with the same guidance to redirect large output to a file. + ## 0.15.2 ### Patch Changes diff --git a/packages/agent-core/package.json b/packages/agent-core/package.json index f85812cc5..7a176ebe8 100644 --- a/packages/agent-core/package.json +++ b/packages/agent-core/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/agent-core", - "version": "0.15.2", + "version": "0.15.3", "private": true, "description": "The unified agent engine for Kimi", "license": "MIT", diff --git a/packages/pi-tui/CHANGELOG.md b/packages/pi-tui/CHANGELOG.md index ca54592ec..c8633ce32 100644 --- a/packages/pi-tui/CHANGELOG.md +++ b/packages/pi-tui/CHANGELOG.md @@ -1,5 +1,11 @@ # @moonshot-ai/pi-tui +## 0.80.6 + +### Patch Changes + +- [#1367](https://github.com/MoonshotAI/kimi-code/pull/1367) [`23daf0f`](https://github.com/MoonshotAI/kimi-code/commit/23daf0f3c199b4aaa9bd9388a2903d7827f98d32) - Revert the fork's viewport and scrollback rendering patches, restoring the upstream differential-rendering behavior. The narrow-terminal fixes (width clamping, overwide-line truncation) are kept. + ## 0.80.5 ### Patch Changes diff --git a/packages/pi-tui/package.json b/packages/pi-tui/package.json index 9c961cc24..d802b166e 100644 --- a/packages/pi-tui/package.json +++ b/packages/pi-tui/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/pi-tui", - "version": "0.80.5", + "version": "0.80.6", "private": true, "description": "Terminal User Interface library with differential rendering for efficient text-based applications", "license": "MIT",