From aad8ece20291ecbec0c40364db9d718b530e0fd6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:35:24 +0000 Subject: [PATCH] ci: release packages --- .changeset/clean-empty-text-blocks.md | 5 ----- apps/kimi-code/CHANGELOG.md | 6 ++++++ apps/kimi-code/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/clean-empty-text-blocks.md diff --git a/.changeset/clean-empty-text-blocks.md b/.changeset/clean-empty-text-blocks.md deleted file mode 100644 index 93a5f6bdd..000000000 --- a/.changeset/clean-empty-text-blocks.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix provider requests failing when restored conversation history contains empty text content blocks. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index d1e4dfdfd..4259e3825 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,11 @@ # @moonshot-ai/kimi-code +## 0.18.1 + +### Patch Changes + +- [#910](https://github.com/MoonshotAI/kimi-code/pull/910) [`7644f10`](https://github.com/MoonshotAI/kimi-code/commit/7644f1036ca1079e4527c0b1c825ec5384d6d8da) - Fix provider requests failing when restored conversation history contains empty text content blocks. + ## 0.18.0 ### Minor Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index efc9fab74..d6a057049 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.18.0", + "version": "0.18.1", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI",