From 5cc408b7d58a048ca82423ea11e796a47f72f0ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 02:25:23 +0000 Subject: [PATCH] ci: release packages --- .changeset/catalog-builtin-fallback.md | 5 ----- .changeset/fix-dark-mono-composer.md | 5 ----- .changeset/kap-server-meta-experimental-flags.md | 5 ----- apps/kimi-code/CHANGELOG.md | 8 ++++++++ apps/kimi-code/package.json | 2 +- packages/kap-server/CHANGELOG.md | 6 ++++++ packages/kap-server/package.json | 2 +- 7 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 .changeset/catalog-builtin-fallback.md delete mode 100644 .changeset/fix-dark-mono-composer.md delete mode 100644 .changeset/kap-server-meta-experimental-flags.md diff --git a/.changeset/catalog-builtin-fallback.md b/.changeset/catalog-builtin-fallback.md deleted file mode 100644 index 712144ec88..0000000000 --- a/.changeset/catalog-builtin-fallback.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fall back to the built-in models.dev catalog snapshot when the public catalog is unreachable, so Known third-party provider import still works offline or in blocked networks. diff --git a/.changeset/fix-dark-mono-composer.md b/.changeset/fix-dark-mono-composer.md deleted file mode 100644 index 929ca229c9..0000000000 --- a/.changeset/fix-dark-mono-composer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -web: Fix dark-mode monochrome controls and align the chat composer corner radius with the design system. diff --git a/.changeset/kap-server-meta-experimental-flags.md b/.changeset/kap-server-meta-experimental-flags.md deleted file mode 100644 index ac946e9449..0000000000 --- a/.changeset/kap-server-meta-experimental-flags.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kap-server": patch ---- - -Expose the effective experimental-flag map as `experimental_flags` on `GET /api/v1/meta`. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index 479eefd700..c5fd0e2871 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,13 @@ # @moonshot-ai/kimi-code +## 0.31.2 + +### Patch Changes + +- [#2416](https://github.com/MoonshotAI/kimi-code/pull/2416) [`eaab2b6`](https://github.com/MoonshotAI/kimi-code/commit/eaab2b6f28c0b958edf8ab5ae5e78a4c0426af26) Thanks [@mangeshraut712](https://github.com/mangeshraut712)! - Fall back to the built-in models.dev catalog snapshot when the public catalog is unreachable, so Known third-party provider import still works offline or in blocked networks. + +- [#2083](https://github.com/MoonshotAI/kimi-code/pull/2083) [`bfa0080`](https://github.com/MoonshotAI/kimi-code/commit/bfa00807c975fdc5b84dda32d47b16b09e8d42c1) Thanks [@StaR4y](https://github.com/StaR4y)! - web: Fix dark-mode monochrome controls and align the chat composer corner radius with the design system. + ## 0.31.1 ### Patch Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index 8ac3ff0f76..9acc0ad165 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.31.1", + "version": "0.31.2", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI", diff --git a/packages/kap-server/CHANGELOG.md b/packages/kap-server/CHANGELOG.md index f9378d92a8..66734dbf47 100644 --- a/packages/kap-server/CHANGELOG.md +++ b/packages/kap-server/CHANGELOG.md @@ -1,5 +1,11 @@ # @moonshot-ai/kap-server +## 0.2.1 + +### Patch Changes + +- [#2417](https://github.com/MoonshotAI/kimi-code/pull/2417) [`e22479a`](https://github.com/MoonshotAI/kimi-code/commit/e22479a62eed9c3b78a67b313f4332c2c0ba9670) Thanks [@liruifengv](https://github.com/liruifengv)! - Expose the effective experimental-flag map as `experimental_flags` on `GET /api/v1/meta`. + ## 0.2.0 ### Minor Changes diff --git a/packages/kap-server/package.json b/packages/kap-server/package.json index 937f366df5..e2b869539b 100644 --- a/packages/kap-server/package.json +++ b/packages/kap-server/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kap-server", - "version": "0.2.0", + "version": "0.2.1", "private": true, "description": "Kimi Code server backed by the DI × Scope agent engine (agent-core-v2)", "type": "module",