diff --git a/.changeset/fix-web-duplicate-turn-notification.md b/.changeset/fix-web-duplicate-turn-notification.md deleted file mode 100644 index 425bfcc9b3..0000000000 --- a/.changeset/fix-web-duplicate-turn-notification.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fix the "Turn finished" desktop notification and completion sound firing twice per turn. diff --git a/.changeset/hide-web-system-asides.md b/.changeset/hide-web-system-asides.md deleted file mode 100644 index d8a520a413..0000000000 --- a/.changeset/hide-web-system-asides.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Hide the internal image-compression note so it no longer renders as user message text. diff --git a/.changeset/refuse-unsupported-image-formats.md b/.changeset/refuse-unsupported-image-formats.md deleted file mode 100644 index 5a8c43f76f..0000000000 --- a/.changeset/refuse-unsupported-image-formats.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Stop unsupported image formats (AVIF, BMP, TIFF, ICO, …) from breaking sessions at every entry point — including remote image URLs and images mislabeled by a tool — and recover an already-stuck session by dropping the offending image and retrying, so one such image can no longer make every later request fail. diff --git a/.changeset/retry-fault-tolerance.md b/.changeset/retry-fault-tolerance.md deleted file mode 100644 index 8be58774c6..0000000000 --- a/.changeset/retry-fault-tolerance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Retry provider 429, overload, and other transient errors more reliably, honoring the server Retry-After delay, and surface retries in `-p --output-format stream-json`. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index 859d87410c..8c09378eb1 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,17 @@ # @moonshot-ai/kimi-code +## 0.23.5 + +### Patch Changes + +- [#1542](https://github.com/MoonshotAI/kimi-code/pull/1542) [`f80b2ea`](https://github.com/MoonshotAI/kimi-code/commit/f80b2eaf04925ce920f693fc8d4d81cb00e825d7) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Fix the "Turn finished" desktop notification and completion sound firing twice per turn. + +- [#1535](https://github.com/MoonshotAI/kimi-code/pull/1535) [`04041eb`](https://github.com/MoonshotAI/kimi-code/commit/04041eb998b6798898fa5df97f7587b3aa119b27) Thanks [@wbxl2000](https://github.com/wbxl2000)! - web: Hide the internal image-compression note so it no longer renders as user message text. + +- [#1536](https://github.com/MoonshotAI/kimi-code/pull/1536) [`db61c9e`](https://github.com/MoonshotAI/kimi-code/commit/db61c9e2dddcb6c35b019ef7f374385248ece881) Thanks [@RealKai42](https://github.com/RealKai42)! - Stop unsupported image formats (AVIF, BMP, TIFF, ICO, …) from breaking sessions at every entry point — including remote image URLs and images mislabeled by a tool — and recover an already-stuck session by dropping the offending image and retrying, so one such image can no longer make every later request fail. + +- [#1530](https://github.com/MoonshotAI/kimi-code/pull/1530) [`9f66ec4`](https://github.com/MoonshotAI/kimi-code/commit/9f66ec416cc658842dc1414b79b6447d1b4cc7f9) Thanks [@sailist](https://github.com/sailist)! - Retry provider 429, overload, and other transient errors more reliably, honoring the server Retry-After delay, and surface retries in `-p --output-format stream-json`. + ## 0.23.4 ### Patch Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index 75502e6479..d2453bab00 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.23.4", + "version": "0.23.5", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI",