From 911d41b0f6aa83ef08b2ee5fe8d055218c0951b2 Mon Sep 17 00:00:00 2001 From: liruifengv Date: Tue, 11 Aug 2026 21:37:00 +0800 Subject: [PATCH] chore(changesets): simplify pending CLI changelog entries (#2823) --- .changeset/calm-mcp-auth-probe.md | 2 +- .changeset/compaction-token-full-request-basis.md | 2 +- .changeset/fix-tui-startup-freeze.md | 2 +- .changeset/isolate-session-profile-catalogs.md | 2 +- .changeset/windows-bare-command-binary-planting.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.changeset/calm-mcp-auth-probe.md b/.changeset/calm-mcp-auth-probe.md index 989a0b6dd..383f06df5 100644 --- a/.changeset/calm-mcp-auth-probe.md +++ b/.changeset/calm-mcp-auth-probe.md @@ -3,4 +3,4 @@ "@moonshot-ai/kimi-code-sdk": patch --- -Detect MCP servers that require OAuth by reusing the existing connection-time authorization check. +Detect MCP servers that require OAuth without needing `auth: "oauth"` in the config. diff --git a/.changeset/compaction-token-full-request-basis.md b/.changeset/compaction-token-full-request-basis.md index 39b1b23d1..ccc80462f 100644 --- a/.changeset/compaction-token-full-request-basis.md +++ b/.changeset/compaction-token-full-request-basis.md @@ -2,4 +2,4 @@ "@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. +Fix the token counts reported after compaction reading far below the real context size; they now match the numbers shown while the session runs. diff --git a/.changeset/fix-tui-startup-freeze.md b/.changeset/fix-tui-startup-freeze.md index 71991eb22..ac7b10260 100644 --- a/.changeset/fix-tui-startup-freeze.md +++ b/.changeset/fix-tui-startup-freeze.md @@ -2,4 +2,4 @@ "@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. +Fix multi-second 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 index fa8483dac..7f82d2ccb 100644 --- a/.changeset/isolate-session-profile-catalogs.md +++ b/.changeset/isolate-session-profile-catalogs.md @@ -2,4 +2,4 @@ "@moonshot-ai/kimi-code": patch --- -Prevent one session's subagent tool projection from changing builtin profiles in later sessions. +Fix subagent tool changes in one session leaking into builtin profiles in later sessions. diff --git a/.changeset/windows-bare-command-binary-planting.md b/.changeset/windows-bare-command-binary-planting.md index 6c29f6026..d4652ae77 100644 --- a/.changeset/windows-bare-command-binary-planting.md +++ b/.changeset/windows-bare-command-binary-planting.md @@ -2,4 +2,4 @@ "@moonshot-ai/kimi-code": patch --- -Fix a Windows binary-planting risk: child processes spawned by bare command name before the workspace trust prompt (stty, fd detection, package-manager update installs) could resolve to a malicious executable placed in the current directory. These commands are now skipped on Windows, deferred until after the trust prompt, or resolved to an absolute PATH location with hits inside the current directory refused. +Fix a Windows security risk where commands launched before the workspace trust prompt could run a malicious executable placed in the current folder.