Skip to content

ci: release packages#296

Merged
liruifengv merged 1 commit into
mainfrom
changeset-release/main
Jun 2, 2026
Merged

ci: release packages#296
liruifengv merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 2, 2026

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

Minor Changes

  • #319 fe7db4a - Append the current todo list as markdown to compaction summaries before writing them to history.

  • #334 eeefa98 - Add background automatic upgrades, which can be disabled in tui.toml.

  • #270 ac37d74 - Add experimental goal mode for longer tasks that need more than one turn. Turn it on with KIMI_CODE_EXPERIMENTAL_GOAL_COMMAND=1 before you start Kimi.

    Use /goal <objective> in the TUI when you want Kimi to keep working on one task across turns. For example:

    /goal Fix the failing checkout test
    

    Kimi shows the goal in the TUI and keeps progress visible while it works. Use /goal status, /goal pause, /goal resume, /goal cancel, and /goal replace <objective> to manage the goal. This feature is still experimental. Try it and tell us what would make it more useful.

  • #315 191059d - Add background structured questions so agents can continue while waiting for user answers.

  • #313 3c5dee8 - Add kimi provider CLI subcommand with add, remove, list, and catalog list / catalog add actions, so providers from a custom registry (api.json) or the public models.dev catalog can be imported and managed without launching the TUI.

  • #277 a217ff0 - Add /undo slash command to withdraw the last prompt from conversation history, and keep replay records in sync when a prompt is undone.

  • #334 eeefa98 - Add a kimi upgrade command for manually checking and upgrade Kimi Code CLI.

  • #336 7cda9c3 - Add approval lifecycle hook events for observing pending and completed permission prompts.

Patch Changes

  • #285 573c56e - Consolidate background task management under the agent background runtime.

  • #314 6de3d97 - Prevent modified keyboard release sequences from appearing after exiting the CLI.

  • #335 7284f30 - Fix custom registry provider handling during re-import. Prevent loss of multi-provider entries and remove stale providers along with their model aliases and default model references.

  • #311 80164c2 - Normalize glob patterns before brace expansion to prevent incorrect path matching.

  • #247 58e2915 - Fix a crash in the /sessions picker on very narrow terminals by clamping every rendered line to the terminal width.

  • #317 1f8c36a - Fix tool output preview rendering: trim trailing empty lines, append ellipsis to multi-line Bash command headers, and truncate long single-line output by visual wrapped lines instead of raw newline count.

  • #145 d912053 - Fix Git Bash path detection on Windows by also searching usr\bin\bash.exe locations, which is where bash lives in many Git for Windows installations where bin\bash.exe does not exist.

  • #310 a4511ff - Show the full model name in the footer status bar instead of truncating the provider prefix.

  • #283 91b292e - Allow glob searches to target explicit absolute paths outside the workspace.

  • #223 811f252 - Show MCP server summary in the welcome panel and add configuration hints in the /mcp command output.

  • #229 fb35bca - Replace chalk named color with theme-aware hex in session-directory warning.

  • #303 3d7e20e - Point users to /provider instead of the removed /connect command in the welcome screen and the no-models-configured hint.

  • #135 0071b63 - Fix slash-activated skills not being recognized by the model due to missing system reminder wrapper.

  • #330 7a47045 - Allow subagents to use custom tools registered on their parent agent.

  • #333 1178c5c - Remind the model to refresh TodoList during long-running tasks and strengthen TodoList progress-tracking guidance.

  • #327 8809f3e - Fix cross-provider replay failures from incompatible tool call IDs and unsigned Claude thinking history.

@moonshot-ai/agent-core@0.7.0

Minor Changes

  • #319 fe7db4a - Append the current todo list as markdown to compaction summaries before writing them to history.

  • #270 ac37d74 - Add experimental goal mode for longer tasks that need more than one turn. Turn it on with KIMI_CODE_EXPERIMENTAL_GOAL_COMMAND=1 before you start Kimi.

    Use /goal <objective> in the TUI when you want Kimi to keep working on one task across turns. For example:

    /goal Fix the failing checkout test
    

    Kimi shows the goal in the TUI and keeps progress visible while it works. Use /goal status, /goal pause, /goal resume, /goal cancel, and /goal replace <objective> to manage the goal. This feature is still experimental. Try it and tell us what would make it more useful.

  • #315 191059d - Add background structured questions so agents can continue while waiting for user answers.

  • #277 a217ff0 - Add /undo slash command to withdraw the last prompt from conversation history, and keep replay records in sync when a prompt is undone.

  • #336 7cda9c3 - Add approval lifecycle hook events for observing pending and completed permission prompts.

Patch Changes

  • #285 573c56e - Consolidate background task management under the agent background runtime.

  • #311 80164c2 - Normalize glob patterns before brace expansion to prevent incorrect path matching.

  • #283 91b292e - Allow glob searches to target explicit absolute paths outside the workspace.

  • #135 0071b63 - Fix slash-activated skills not being recognized by the model due to missing system reminder wrapper.

  • #330 7a47045 - Allow subagents to use custom tools registered on their parent agent.

  • #333 1178c5c - Remind the model to refresh TodoList during long-running tasks and strengthen TodoList progress-tracking guidance.

  • Updated dependencies [8809f3e]:

    • @moonshot-ai/kosong@0.3.1

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

Minor Changes

  • #270 ac37d74 - Add experimental goal mode for longer tasks that need more than one turn. Turn it on with KIMI_CODE_EXPERIMENTAL_GOAL_COMMAND=1 before you start Kimi.

    Use /goal <objective> in the TUI when you want Kimi to keep working on one task across turns. For example:

    /goal Fix the failing checkout test
    

    Kimi shows the goal in the TUI and keeps progress visible while it works. Use /goal status, /goal pause, /goal resume, /goal cancel, and /goal replace <objective> to manage the goal. This feature is still experimental. Try it and tell us what would make it more useful.

  • #315 191059d - Add background structured questions so agents can continue while waiting for user answers.

Patch Changes

  • #145 d912053 - Fix Git Bash path detection on Windows by also searching usr\bin\bash.exe locations, which is where bash lives in many Git for Windows installations where bin\bash.exe does not exist.

@moonshot-ai/kosong@0.3.1

Patch Changes

  • #327 8809f3e - Fix cross-provider replay failures from incompatible tool call IDs and unsigned Claude thinking history.

@moonshot-ai/migration-legacy@0.1.7

Patch Changes

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

Patch Changes

  • #335 7284f30 - Fix custom registry provider handling during re-import. Prevent loss of multi-provider entries and remove stale providers along with their model aliases and default model references.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 4 times, most recently from 25bd199 to d01b24c Compare June 2, 2026 03:42
Copy link
Copy Markdown

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

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: d01b24c7a9

ℹ️ 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 packages/node-sdk/package.json Outdated
{
"name": "@moonshot-ai/kimi-code-sdk",
"version": "0.5.0",
"version": "0.5.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Make the SDK package publishable before releasing

This release bumps @moonshot-ai/kimi-code-sdk to 0.5.1, but the package still has adjacent "private": true, so the release workflow’s pnpm changeset publish step will not publish this SDK package to npm even though the release PR advertises it as a released package. Changesets documents private: true as the way to prevent npm publishing; in this context, consumers will not be able to install the new SDK version after merging this release unless the package is made publishable or omitted from the release.

Useful? React with 👍 / 👎.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from fce30c2 to da05054 Compare June 2, 2026 04:37
Copy link
Copy Markdown

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

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: da05054107

ℹ️ 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 packages/agent-core/package.json Outdated
{
"name": "@moonshot-ai/agent-core",
"version": "0.6.0",
"version": "0.6.1",
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 Keep private agent-core out of release versions

This new version bump creates an @moonshot-ai/agent-core@0.6.1 release even though the repository release policy lists only @moonshot-ai/kimi-code and @moonshot-ai/kimi-code-sdk as publishable and explicitly says not to add release changesets for private internal packages (.changeset/README.md:13-18, .changeset/README.md:143). If this release PR is merged as-is, the consumed changesets will leave a changelog and package version for a private package release that should not exist, so future release bookkeeping starts from a phantom internal release instead of only the public packages affected by those fixes.

Useful? React with 👍 / 👎.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 25d4027 to 3d3f682 Compare June 2, 2026 04:50
Copy link
Copy Markdown

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

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: 3d3f682b52

ℹ️ 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".

{
"name": "@moonshot-ai/migration-legacy",
"version": "0.1.6",
"version": "0.1.7",
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 Drop migration-legacy from release versioning

This bumps @moonshot-ai/migration-legacy even though it is a private internal package (private: true) and the changeset policy says only @moonshot-ai/kimi-code and @moonshot-ai/kimi-code-sdk should be selected for releases (.changeset/README.md:13-16, .changeset/README.md:143). Merging this release PR as-is records a new changelog/package version for an unpublished migration tool, so release bookkeeping drifts with another phantom internal release; remove this bump/changelog entry or keep private packages out of the consumed changesets.

Useful? React with 👍 / 👎.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 11 times, most recently from f575d2f to 2f40996 Compare June 2, 2026 08:44
Copy link
Copy Markdown

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

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: 2f40996e2e

ℹ️ 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".

{
"name": "@moonshot-ai/kosong",
"version": "0.3.0",
"version": "0.3.1",
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 Drop kosong from release versioning

This release PR records @moonshot-ai/kosong@0.3.1 even though packages/kosong/package.json marks it private and the repository changeset policy says private internal packages, including @moonshot-ai/kosong, should not get release changesets (.changeset/README.md:13-18, .changeset/README.md:143). Merging this as-is adds a changelog/package version for an unpublished internal package, so release bookkeeping drifts with another phantom internal release; keep the user-visible CLI changelog entry but remove the private package bump/changelog entry.

Useful? React with 👍 / 👎.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 5 times, most recently from 93d1fcb to 915c6d5 Compare June 2, 2026 11:31
Copy link
Copy Markdown

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

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: 915c6d580e

ℹ️ 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".


- [#229](https://github.com/MoonshotAI/kimi-code/pull/229) [`fb35bca`](https://github.com/MoonshotAI/kimi-code/commit/fb35bca032486eaefb7b9d7b612d353033e0922c) - Replace chalk named color with theme-aware hex in session-directory warning.

- [#303](https://github.com/MoonshotAI/kimi-code/pull/303) [`3d7e20e`](https://github.com/MoonshotAI/kimi-code/commit/3d7e20e6978cb35787738e12f6f352fbc2733582) - Point users to `/provider` instead of the removed `/connect` command in the welcome screen and the no-models-configured hint.
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 Mark removed /connect as a breaking release

This release notes a removed /connect command under Patch Changes while the package is only bumped to 0.8.0; the repo changeset rules classify renamed or removed commands/arguments as major-only after explicit confirmation. If this release is published as a minor/patch update, users upgrading within the 0.x line can lose an existing slash command without a breaking-release signal, so either keep a compatibility alias or regenerate the release with the confirmed major bump.

Useful? React with 👍 / 👎.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 521323b to 829faff Compare June 2, 2026 12:06
Copy link
Copy Markdown

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

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: 829faff97f

ℹ️ 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".

{
"name": "@moonshot-ai/kimi-code-oauth",
"version": "0.2.0",
"version": "0.2.1",
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 Drop oauth from release versioning

This bumps @moonshot-ai/kimi-code-oauth even though packages/oauth/package.json marks it private and the repository changeset policy says only @moonshot-ai/kimi-code and @moonshot-ai/kimi-code-sdk should be selected for releases (.changeset/README.md:13-19, .changeset/README.md:143). Merging this release PR as-is records a changelog/package version for an unpublished internal OAuth package, so release bookkeeping drifts with another phantom internal release; remove this bump/changelog entry and keep the user-visible CLI/SDK release entry instead.

Useful? React with 👍 / 👎.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 789d905 to 55179bc Compare June 2, 2026 14:13
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 55179bc to 7002200 Compare June 2, 2026 14:53
@liruifengv liruifengv merged commit 14cd8d0 into main Jun 2, 2026
@liruifengv liruifengv deleted the changeset-release/main branch June 2, 2026 14:55
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.

1 participant