diff --git a/.changeset/bash-parser-service.md b/.changeset/bash-parser-service.md deleted file mode 100644 index 05e5f34208..0000000000 --- a/.changeset/bash-parser-service.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/kimi-code": patch ---- - -Add an internal bash parsing capability that turns shell command strings into syntax trees, in preparation for per-command permission analysis. No user-facing behavior change yet. diff --git a/.changeset/dedup-register-rejected-calls.md b/.changeset/dedup-register-rejected-calls.md index 525d2df3a9..8547e280a8 100644 --- a/.changeset/dedup-register-rejected-calls.md +++ b/.changeset/dedup-register-rejected-calls.md @@ -1,5 +1,5 @@ --- -"@moonshot-ai/agent-core": patch +"@moonshot-ai/kimi-code": patch --- -Count validation-rejected tool calls toward the repeat breaker so reminders fire at 3/5/8 and the turn force-stops at 12. +Stop the turn after repeated invalid tool calls instead of retrying indefinitely. diff --git a/.changeset/host-identity-system-prompt.md b/.changeset/host-identity-system-prompt.md deleted file mode 100644 index aec1a9deff..0000000000 --- a/.changeset/host-identity-system-prompt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/agent-core-v2": patch ---- - -Let embedding hosts customize the agent's product name and reply-style guidance in the system prompt when starting the server. diff --git a/.changeset/plugin-quota-note.md b/.changeset/plugin-quota-note.md index 47be2e0ab0..e2cb2a4308 100644 --- a/.changeset/plugin-quota-note.md +++ b/.changeset/plugin-quota-note.md @@ -2,4 +2,4 @@ "@moonshot-ai/kimi-code": patch --- -Show a quota consumption note after installing official plugins that bill against plan quota (such as Kimi Datasource). +Show a quota note after installing official plugins that bill against plan quota (such as Kimi Datasource). diff --git a/.changeset/plugin-update-notice.md b/.changeset/plugin-update-notice.md index c08558775b..fa684c6dbb 100644 --- a/.changeset/plugin-update-notice.md +++ b/.changeset/plugin-update-notice.md @@ -2,4 +2,4 @@ "@moonshot-ai/kimi-code": patch --- -Show an update notice when a turn that used an outdated plugin ends and the Official Marketplace has a newer version; each new version is announced once. Run /plugins to install the latest version. +Show a notice when an official plugin used in the session has an update available. Run /plugins to install it. diff --git a/.changeset/quota-exhausted-fail-fast.md b/.changeset/quota-exhausted-fail-fast.md index b2405dc210..eec27bb7a5 100644 --- a/.changeset/quota-exhausted-fail-fast.md +++ b/.changeset/quota-exhausted-fail-fast.md @@ -1,6 +1,5 @@ --- "@moonshot-ai/kimi-code": patch -"@moonshot-ai/kimi-code-sdk": patch --- -Fail fast on quota/balance-exhausted HTTP 429 errors (e.g. Moonshot `exceeded_current_quota_error`, OpenAI `insufficient_quota`) instead of silently retrying for ~3 minutes. Transient rate-limit 429s keep the existing retry, backoff, and Retry-After behavior. +Fail fast when account quota or balance is exhausted instead of silently retrying for ~3 minutes. diff --git a/.changeset/status-line-config.md b/.changeset/status-line-config.md index 6aa1f81702..36344a32dc 100644 --- a/.changeset/status-line-config.md +++ b/.changeset/status-line-config.md @@ -2,4 +2,4 @@ '@moonshot-ai/kimi-code': minor --- -Customizable footer status line: compose built-in slots via `[status_line] items` in `tui.toml`, or render the first stdout line of a user script via `[status_line] command`. +Add a customizable footer status line, configured via `[status_line]` in `tui.toml`. diff --git a/.changeset/structured-managed-usage.md b/.changeset/structured-managed-usage.md deleted file mode 100644 index 90f29c4c7e..0000000000 --- a/.changeset/structured-managed-usage.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@moonshot-ai/kimi-code-oauth": patch -"@moonshot-ai/agent-core-v2": patch -"@moonshot-ai/kap-server": patch ---- - -Derive the /usage plan usage window labels and reset hints from structured usage data instead of preformatted text. diff --git a/.changeset/upload-no-size-cap.md b/.changeset/upload-no-size-cap.md index 1afa1ea34f..23efbb23c6 100644 --- a/.changeset/upload-no-size-cap.md +++ b/.changeset/upload-no-size-cap.md @@ -1,5 +1,5 @@ --- -"@moonshot-ai/kimi-code": minor +"@moonshot-ai/kimi-code": patch --- -Remove the 50 MB size limit on file uploads to the built-in server, so large attachments (for example in the web UI) no longer fail with an upload-too-large error. Uploads now stream to disk instead of being buffered in memory. +Remove the 50 MB size limit on file uploads to the built-in server. diff --git a/.changeset/v2-dedup-register-rejected-calls.md b/.changeset/v2-dedup-register-rejected-calls.md deleted file mode 100644 index 0908b88264..0000000000 --- a/.changeset/v2-dedup-register-rejected-calls.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@moonshot-ai/agent-core-v2": patch ---- - -Count validation-rejected tool calls toward the repeat breaker so reminders fire at 3/5/8 and the turn force-stops at 12.