Skip to content

ci: release packages - #2244

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

ci: release packages#2244
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

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 67dd031 Thanks @he-yufeng! - 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.

  • #2312 d03a488 Thanks @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 e556088 Thanks @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 29783e4 Thanks @wbxl2000! - Show a quota consumption note after installing official plugins that bill against plan quota (such as Kimi Datasource).

  • #2147 29783e4 Thanks @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 cdbd33c Thanks @vinlee19! - 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.

  • #2294 425cfdf Thanks @wbxl2000! - web: Fix garbled line numbers in code blocks.

@moonshot-ai/agent-core@0.15.7

Patch Changes

  • #2313 de0ba9d Thanks @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/kimi-code-oauth@0.2.3

@moonshot-ai/agent-core-v2@0.2.1

Patch Changes

  • #2144 a77ee03 Thanks @sailist! - Let embedding hosts customize the agent's product name and reply-style guidance in the system prompt when starting the server.

  • #2300 b0f43ae Thanks @liruifengv! - Derive the /usage plan usage window labels and reset hints from structured usage data instead of preformatted text.

  • #2317 d88b377 Thanks @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/kimi-code-oauth@0.2.3

@moonshot-ai/kap-server@0.1.1

Patch Changes

  • #2300 b0f43ae Thanks @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/agent-core-v2@0.2.1
    • @moonshot-ai/kimi-code-oauth@0.2.3

@moonshot-ai/kimi-code-sdk@0.14.1

Patch Changes

  • #1857 cdbd33c Thanks @vinlee19! - 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.

@moonshot-ai/kimi-code-oauth@0.2.3

Patch Changes

  • #2300 b0f43ae Thanks @liruifengv! - Derive the /usage plan usage window labels and reset hints from structured usage data instead of preformatted text.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread apps/kimi-code/CHANGELOG.md Outdated

### 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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 13 times, most recently from 3932e91 to 13e52a8 Compare July 28, 2026 13:50
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 13e52a8 to 417fa44 Compare July 28, 2026 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants