diff --git a/.changeset/cache-web-assets.md b/.changeset/cache-web-assets.md deleted file mode 100644 index 587caf6d1f..0000000000 --- a/.changeset/cache-web-assets.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Cache content-hashed Kimi Web assets across reloads while keeping the app entry point revalidated. diff --git a/.changeset/export-log-limit.md b/.changeset/export-log-limit.md deleted file mode 100644 index 019b54f940..0000000000 --- a/.changeset/export-log-limit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Remove the 64 MiB limit on web session exports, so large sessions no longer fail with a file-too-large error when downloaded from the web UI. diff --git a/.changeset/fix-mcp-oauth-cancel.md b/.changeset/fix-mcp-oauth-cancel.md deleted file mode 100644 index 07f295679d..0000000000 --- a/.changeset/fix-mcp-oauth-cancel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix MCP OAuth cancellation leaving an in-flight authorization waiting for its callback timeout. diff --git a/.changeset/sanitize-task-output.md b/.changeset/sanitize-task-output.md deleted file mode 100644 index 0477295aea..0000000000 --- a/.changeset/sanitize-task-output.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Prevent background task output from disrupting terminal pane borders. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index 18e6dfe96c..d4c6e16ce6 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,17 @@ # @moonshot-ai/kimi-code +## 0.36.5 + +### Patch Changes + +- [#2865](https://github.com/MoonshotAI/kimi-code/pull/2865) [`53909d9`](https://github.com/wangyuling93/kimi-code/commit/53909d91e3ca570d4b565ba1abd00f027ca78d6b) Thanks [@weivwang](https://github.com/weivwang)! - Cache content-hashed Kimi Web assets across reloads while keeping the app entry point revalidated. + +- [#2910](https://github.com/MoonshotAI/kimi-code/pull/2910) [`eb72aeb`](https://github.com/wangyuling93/kimi-code/commit/eb72aebeeb972b2fcc238d5650dd991a5580f96b) Thanks [@sailist](https://github.com/sailist)! - Remove the 64 MiB limit on web session exports, so large sessions no longer fail with a file-too-large error when downloaded from the web UI. + +- [#2899](https://github.com/MoonshotAI/kimi-code/pull/2899) [`102984a`](https://github.com/wangyuling93/kimi-code/commit/102984aa660d752ba8dd7d1aba155575f32affe2) Thanks [@oocz](https://github.com/oocz)! - Fix MCP OAuth cancellation leaving an in-flight authorization waiting for its callback timeout. + +- [#2863](https://github.com/MoonshotAI/kimi-code/pull/2863) [`245e3d5`](https://github.com/wangyuling93/kimi-code/commit/245e3d56a6de45e74d55449ef26cd65304a3250a) Thanks [@LouisDM](https://github.com/LouisDM)! - Prevent background task output from disrupting terminal pane borders. + ## 0.36.4 ### Patch Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index d9f3b1de82..86a450e06e 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@vyl/kimi-code", - "version": "0.36.4", + "version": "0.36.5", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI",