Skip to content

ci: release packages#360

Merged
wbxl2000 merged 1 commit into
mainfrom
changeset-release/main
Jun 3, 2026
Merged

ci: release packages#360
wbxl2000 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 3, 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.9.0

Minor Changes

  • #368 3eafa79 - Add @moonshot-ai/acp-adapter and the kimi acp subcommand: kimi-code now speaks Agent Client Protocol 0.23 over stdio so IDEs (Zed, JetBrains AI Chat, custom clients) can drive sessions directly — coverage matrix, Zed configuration and breaking pre-release notes are in kimi acp Subcommand Page.

  • #338 ba7dd73 - Add /btw for side-channel conversations without steering the active main turn.

  • #357 179aecf - Log enabled experimental flags at startup.

  • #378 e0d28b4 - Allow /btw to open the side-channel panel before entering a question.

Patch Changes

  • #246 7d1f889 - Fix external editor (Ctrl+G) on Windows by removing /bin/sh dependency and using platform-aware shell quoting for temp file paths.

  • #365 6a22523 - Fix goal budget tool schemas for OpenAI-compatible providers.

  • #365 6a22523 - Use the OpenAI completion token field required by newer Chat Completions models.

  • #380 8639105 - Resume saved subagents lazily when they are accessed.

  • #339 a6b16ce - Allow SDK runtime creation to use a separate RPC client while preserving local CLI startup.

  • #363 90879f3 - Unify the interaction and visuals across TUI dialogs and selectors.

  • #365 6a22523 - Use configured model output limits for completion token caps.

@moonshot-ai/acp-adapter@0.2.0

Minor Changes

  • #368 3eafa79 - Add @moonshot-ai/acp-adapter and the kimi acp subcommand: kimi-code now speaks Agent Client Protocol 0.23 over stdio so IDEs (Zed, JetBrains AI Chat, custom clients) can drive sessions directly — coverage matrix, Zed configuration and breaking pre-release notes are in kimi acp Subcommand Page.

Patch Changes

@moonshot-ai/agent-core@0.8.0

Minor Changes

  • #338 ba7dd73 - Add /btw for side-channel conversations without steering the active main turn.

  • #357 179aecf - Log enabled experimental flags at startup.

Patch Changes

  • #365 6a22523 - Fix goal budget tool schemas for OpenAI-compatible providers.

  • #380 8639105 - Resume saved subagents lazily when they are accessed.

  • #365 6a22523 - Use configured model output limits for completion token caps.

  • Updated dependencies [6a22523]:

    • @moonshot-ai/kosong@0.3.2

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

Minor Changes

  • #338 ba7dd73 - Add /btw for side-channel conversations without steering the active main turn.

  • #339 a6b16ce - Allow SDK runtime creation to use a separate RPC client while preserving local CLI startup.

@moonshot-ai/kosong@0.3.2

Patch Changes

  • #365 6a22523 - Use the OpenAI completion token field required by newer Chat Completions models.

@moonshot-ai/migration-legacy@0.1.8

Patch Changes

@github-actions github-actions Bot force-pushed the changeset-release/main branch 4 times, most recently from 57b4f13 to 300014a Compare June 3, 2026 07: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: 300014a507

ℹ️ 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-sdk",
"version": "0.6.0",
"version": "0.7.0",
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

This release adds @moonshot-ai/kimi-code-sdk@0.7.0, but packages/node-sdk/package.json still marks the SDK as private: true on the next line; Changesets treats that as a package that should not be published, while .changeset/README.md lists the SDK as publishable. When the release workflow reaches pnpm changeset publish, the SDK release advertised by this commit will be skipped, so users will not get 0.7.0 even though the changelog/version were advanced.

Useful? React with 👍 / 👎.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 7 times, most recently from 1fad9be to 3187e20 Compare June 3, 2026 13:15
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: 3187e205de

ℹ️ 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/acp-adapter",
"version": "0.1.0",
"version": "0.2.0",
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 Make the ACP adapter publishable before versioning it

This release bumps @moonshot-ai/acp-adapter to 0.2.0 and adds a changelog entry for the new package, but the same package manifest still has "private": true immediately below this version. In the release workflow’s pnpm changeset publish step, private packages are not published to npm, so the advertised ACP adapter package release will be skipped even though its version/changelog were advanced; either remove private for a public adapter release or avoid selecting/versioning this internal package.

Useful? React with 👍 / 👎.

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 3187e20 to 523c987 Compare June 3, 2026 13:33
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 523c987 to e5f71aa Compare June 3, 2026 13:52
@wbxl2000 wbxl2000 merged commit 6c0afc4 into main Jun 3, 2026
@wbxl2000 wbxl2000 deleted the changeset-release/main branch June 3, 2026 14:00
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