diff --git a/.changeset/calm-mcp-auth-probe.md b/.changeset/calm-mcp-auth-probe.md deleted file mode 100644 index 989a0b6ddd..0000000000 --- a/.changeset/calm-mcp-auth-probe.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch -"@moonshot-ai/kimi-code-sdk": patch ---- - -Detect MCP servers that require OAuth by reusing the existing connection-time authorization check. diff --git a/.changeset/compaction-token-full-request-basis.md b/.changeset/compaction-token-full-request-basis.md deleted file mode 100644 index 39b1b23d18..0000000000 --- a/.changeset/compaction-token-full-request-basis.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix the token counts reported after compaction reading far below the real context size: the before/after stats and the context gauge now include the system prompt and tool definitions, matching the numbers shown while the session runs. diff --git a/.changeset/fix-tui-startup-freeze.md b/.changeset/fix-tui-startup-freeze.md deleted file mode 100644 index 71991eb225..0000000000 --- a/.changeset/fix-tui-startup-freeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Fix multi-second typing and rendering freezes at startup or while idle when a large search index loads, replays, or rebuilds. diff --git a/.changeset/isolate-session-profile-catalogs.md b/.changeset/isolate-session-profile-catalogs.md deleted file mode 100644 index fa8483dacd..0000000000 --- a/.changeset/isolate-session-profile-catalogs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Prevent one session's subagent tool projection from changing builtin profiles in later sessions. diff --git a/.changeset/quiet-mcp-auth-status.md b/.changeset/quiet-mcp-auth-status.md deleted file mode 100644 index 891a3e9903..0000000000 --- a/.changeset/quiet-mcp-auth-status.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code-sdk": patch ---- - -Expose persisted MCP authorization status without starting an OAuth flow. diff --git a/apps/kimi-code/CHANGELOG.md b/apps/kimi-code/CHANGELOG.md index 8bb733f637..4add6cc755 100644 --- a/apps/kimi-code/CHANGELOG.md +++ b/apps/kimi-code/CHANGELOG.md @@ -1,5 +1,17 @@ # @moonshot-ai/kimi-code +## 0.34.1 + +### Patch Changes + +- [#2731](https://github.com/MoonshotAI/kimi-code/pull/2731) [`437a1b8`](https://github.com/MoonshotAI/kimi-code/commit/437a1b8ba1b7e0f6662bdadc669564fdc58c3f5a) Thanks [@pvzheroes125](https://github.com/pvzheroes125)! - Detect MCP servers that require OAuth by reusing the existing connection-time authorization check. + +- [#2699](https://github.com/MoonshotAI/kimi-code/pull/2699) [`c0b61c6`](https://github.com/MoonshotAI/kimi-code/commit/c0b61c6e558521fd003de786cad150a3aeb01667) Thanks [@sailist](https://github.com/sailist)! - Fix the token counts reported after compaction reading far below the real context size: the before/after stats and the context gauge now include the system prompt and tool definitions, matching the numbers shown while the session runs. + +- [#2701](https://github.com/MoonshotAI/kimi-code/pull/2701) [`7cd6476`](https://github.com/MoonshotAI/kimi-code/commit/7cd64766c8eeff30f3de4bd6467870555d9440db) Thanks [@sailist](https://github.com/sailist)! - Fix multi-second typing and rendering freezes at startup or while idle when a large search index loads, replays, or rebuilds. + +- [#2740](https://github.com/MoonshotAI/kimi-code/pull/2740) [`01c74e9`](https://github.com/MoonshotAI/kimi-code/commit/01c74e9372fcbbbe99614e859b53b505ed1664a8) Thanks [@oocz](https://github.com/oocz)! - Prevent one session's subagent tool projection from changing builtin profiles in later sessions. + ## 0.34.0 ### Minor Changes diff --git a/apps/kimi-code/package.json b/apps/kimi-code/package.json index 2329f4409f..384a1efc2f 100644 --- a/apps/kimi-code/package.json +++ b/apps/kimi-code/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code", - "version": "0.34.0", + "version": "0.34.1", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Moonshot AI", diff --git a/packages/node-sdk/CHANGELOG.md b/packages/node-sdk/CHANGELOG.md index aeef0f25ff..4d1912dc8b 100644 --- a/packages/node-sdk/CHANGELOG.md +++ b/packages/node-sdk/CHANGELOG.md @@ -1,5 +1,13 @@ # @moonshot-ai/kimi-code-sdk +## 0.15.4 + +### Patch Changes + +- [#2731](https://github.com/MoonshotAI/kimi-code/pull/2731) [`437a1b8`](https://github.com/MoonshotAI/kimi-code/commit/437a1b8ba1b7e0f6662bdadc669564fdc58c3f5a) Thanks [@pvzheroes125](https://github.com/pvzheroes125)! - Detect MCP servers that require OAuth by reusing the existing connection-time authorization check. + +- [#2706](https://github.com/MoonshotAI/kimi-code/pull/2706) [`0b2e803`](https://github.com/MoonshotAI/kimi-code/commit/0b2e803d5e71afaab45212bb2ee6117ecbf8bbc9) Thanks [@pvzheroes125](https://github.com/pvzheroes125)! - Expose persisted MCP authorization status without starting an OAuth flow. + ## 0.15.3 ### Patch Changes diff --git a/packages/node-sdk/package.json b/packages/node-sdk/package.json index 89c5a7bf6f..7933f7c70a 100644 --- a/packages/node-sdk/package.json +++ b/packages/node-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@moonshot-ai/kimi-code-sdk", - "version": "0.15.3", + "version": "0.15.4", "private": true, "description": "TypeScript SDK for the Kimi Code Agent", "license": "MIT",