ci: release packages - #2244
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 80c3865270
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| ### Patch Changes | ||
|
|
||
| - [#2228](https://github.com/MoonshotAI/kimi-code/pull/2228) [`3b01782`](https://github.com/MoonshotAI/kimi-code/commit/3b017821cf7bbc35a8abf2526593577de15ed93b) Thanks [@7Sageer](https://github.com/7Sageer)! - Allow updating the subagent secondary model through the configuration API. |
There was a problem hiding this comment.
Defer the experimental-only CLI release
The underlying secondary-model flag remains disabled by default in packages/agent-core-v2/src/session/subagent/flag.ts, and the interactive TUI does not write secondary_model, so merging this release would publish 0.29.3 solely to advertise an experimental REST-only path. Remove this changelog entry and version bump until the feature is made public; the repository explicitly releases experimental features by flipping their flag default.
AGENTS.md reference: AGENTS.md:L62-L64
Useful? React with 👍 / 👎.
3932e91 to
13e52a8
Compare
13e52a8 to
417fa44
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@moonshot-ai/kimi-code@0.30.0
Minor Changes
#2255
67dd031Thanks @he-yufeng! - Customizable footer status line: compose built-in slots via[status_line] itemsintui.toml, or render the first stdout line of a user script via[status_line] command.#2312
d03a488Thanks @sailist! - 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.Patch Changes
#2016
e556088Thanks @sailist! - 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.#2147
29783e4Thanks @wbxl2000! - Show a quota consumption note after installing official plugins that bill against plan quota (such as Kimi Datasource).#2147
29783e4Thanks @wbxl2000! - 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.#1857
cdbd33cThanks @vinlee19! - Fail fast on quota/balance-exhausted HTTP 429 errors (e.g. Moonshotexceeded_current_quota_error, OpenAIinsufficient_quota) instead of silently retrying for ~3 minutes. Transient rate-limit 429s keep the existing retry, backoff, and Retry-After behavior.#2294
425cfdfThanks @wbxl2000! - web: Fix garbled line numbers in code blocks.@moonshot-ai/agent-core@0.15.7
Patch Changes
#2313
de0ba9dThanks @starquakee! - Count validation-rejected tool calls toward the repeat breaker so reminders fire at 3/5/8 and the turn force-stops at 12.Updated dependencies [
b0f43ae]:@moonshot-ai/agent-core-v2@0.2.1
Patch Changes
#2144
a77ee03Thanks @sailist! - Let embedding hosts customize the agent's product name and reply-style guidance in the system prompt when starting the server.#2300
b0f43aeThanks @liruifengv! - Derive the /usage plan usage window labels and reset hints from structured usage data instead of preformatted text.#2317
d88b377Thanks @7Sageer! - Count validation-rejected tool calls toward the repeat breaker so reminders fire at 3/5/8 and the turn force-stops at 12.Updated dependencies [
b0f43ae]:@moonshot-ai/kap-server@0.1.1
Patch Changes
#2300
b0f43aeThanks @liruifengv! - Derive the /usage plan usage window labels and reset hints from structured usage data instead of preformatted text.Updated dependencies [
a77ee03,b0f43ae,d88b377]:@moonshot-ai/kimi-code-sdk@0.14.1
Patch Changes
cdbd33cThanks @vinlee19! - Fail fast on quota/balance-exhausted HTTP 429 errors (e.g. Moonshotexceeded_current_quota_error, OpenAIinsufficient_quota) instead of silently retrying for ~3 minutes. Transient rate-limit 429s keep the existing retry, backoff, and Retry-After behavior.@moonshot-ai/kimi-code-oauth@0.2.3
Patch Changes
b0f43aeThanks @liruifengv! - Derive the /usage plan usage window labels and reset hints from structured usage data instead of preformatted text.