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 👍 / 👎.
13e52a8 to
417fa44
Compare
417fa44 to
b468395
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
67dd031Thanks @he-yufeng! - Add a customizable footer status line, configured via[status_line]intui.toml.Patch Changes
#2313
de0ba9dThanks @starquakee! - Stop the turn after repeated invalid tool calls instead of retrying indefinitely.#2147
29783e4Thanks @wbxl2000! - Show a quota note after installing official plugins that bill against plan quota (such as Kimi Datasource).#2147
29783e4Thanks @wbxl2000! - Show a notice when an official plugin used in the session has an update available. Run /plugins to install it.#1857
cdbd33cThanks @vinlee19! - Fail fast when account quota or balance is exhausted instead of silently retrying for ~3 minutes.#2294
425cfdfThanks @wbxl2000! - web: Fix garbled line numbers in code blocks.#2312
d03a488Thanks @sailist! - Remove the 50 MB size limit on file uploads to the built-in server.