ci: release packages#360
Conversation
57b4f13 to
300014a
Compare
There was a problem hiding this comment.
💡 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", |
There was a problem hiding this comment.
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 👍 / 👎.
1fad9be to
3187e20
Compare
There was a problem hiding this comment.
💡 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", |
There was a problem hiding this comment.
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 👍 / 👎.
3187e20 to
523c987
Compare
523c987 to
e5f71aa
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.9.0
Minor Changes
#368
3eafa79- Add@moonshot-ai/acp-adapterand thekimi acpsubcommand: 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/btwfor side-channel conversations without steering the active main turn.#357
179aecf- Log enabled experimental flags at startup.#378
e0d28b4- Allow/btwto open the side-channel panel before entering a question.Patch Changes
#246
7d1f889- Fix external editor (Ctrl+G) on Windows by removing/bin/shdependency 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
3eafa79- Add@moonshot-ai/acp-adapterand thekimi acpsubcommand: 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
ba7dd73,6a22523,8639105,179aecf,a6b16ce,6a22523]:@moonshot-ai/agent-core@0.8.0
Minor Changes
#338
ba7dd73- Add/btwfor 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/kimi-code-sdk@0.7.0
Minor Changes
#338
ba7dd73- Add/btwfor 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
6a22523- Use the OpenAI completion token field required by newer Chat Completions models.@moonshot-ai/migration-legacy@0.1.8
Patch Changes
ba7dd73,6a22523,8639105,179aecf,6a22523]: