diff --git a/.changeset/disable-login-backdrop-close.md b/.changeset/disable-login-backdrop-close.md deleted file mode 100644 index 599e5f666..000000000 --- a/.changeset/disable-login-backdrop-close.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Prevent the web login dialog from closing when clicking the backdrop. diff --git a/.changeset/fix-daemon-cwd.md b/.changeset/fix-daemon-cwd.md deleted file mode 100644 index e438cc9c6..000000000 --- a/.changeset/fix-daemon-cwd.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Stop the background local server from locking the directory it was started in. diff --git a/.changeset/fix-native-server-start.md b/.changeset/fix-native-server-start.md deleted file mode 100644 index 961ed38cc..000000000 --- a/.changeset/fix-native-server-start.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix the local server failing to start in the background on the native binary. diff --git a/.changeset/group-settings-model-by-provider.md b/.changeset/group-settings-model-by-provider.md deleted file mode 100644 index 569cdc57e..000000000 --- a/.changeset/group-settings-model-by-provider.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Group the default model dropdown in web settings by provider. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index f84e51a4d..ec36175cf 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,17 @@ # @moonshot-ai/kimi-code +## 0.17.1 + +### Patch Changes + +- [#861](https://github.com/MoonshotAI/kimi-code/pull/861) [`bd09795`](https://github.com/MoonshotAI/kimi-code/commit/bd0979578bcad5fe3bf989e022b7823824f3f25c) - Prevent the web login dialog from closing when clicking the backdrop. + +- [#860](https://github.com/MoonshotAI/kimi-code/pull/860) [`0e2877b`](https://github.com/MoonshotAI/kimi-code/commit/0e2877bee347466ed6cc8afda9f9faf338069012) - Stop the background local server from locking the directory it was started in. + +- [#860](https://github.com/MoonshotAI/kimi-code/pull/860) [`0e2877b`](https://github.com/MoonshotAI/kimi-code/commit/0e2877bee347466ed6cc8afda9f9faf338069012) - Fix the local server failing to start in the background on the native binary. + +- [#861](https://github.com/MoonshotAI/kimi-code/pull/861) [`bd09795`](https://github.com/MoonshotAI/kimi-code/commit/bd0979578bcad5fe3bf989e022b7823824f3f25c) - Group the default model dropdown in web settings by provider. + ## 0.17.0 ### Minor Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index 8cf1ce64e..def82d70f 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.17.0", + "version": "0.17.1", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI",