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
5 changes: 0 additions & 5 deletions .changeset/bash-parser-service.md

This file was deleted.

4 changes: 2 additions & 2 deletions .changeset/dedup-register-rejected-calls.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 0 additions & 5 deletions .changeset/host-identity-system-prompt.md

This file was deleted.

2 changes: 1 addition & 1 deletion .changeset/plugin-quota-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion .changeset/plugin-update-notice.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 1 addition & 2 deletions .changeset/quota-exhausted-fail-fast.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion .changeset/status-line-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
7 changes: 0 additions & 7 deletions .changeset/structured-managed-usage.md

This file was deleted.

4 changes: 2 additions & 2 deletions .changeset/upload-no-size-cap.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 0 additions & 5 deletions .changeset/v2-dedup-register-rejected-calls.md

This file was deleted.

Loading