Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/calm-mcp-auth-probe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion .changeset/compaction-token-full-request-basis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion .changeset/fix-tui-startup-freeze.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion .changeset/isolate-session-profile-catalogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion .changeset/windows-bare-command-binary-planting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading