ci: release packages#237
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 08b1719c71
ℹ️ 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".
| "@moonshot-ai/agent-core": minor | ||
| "@moonshot-ai/kimi-code": minor | ||
| "@moonshot-ai/kosong": minor |
There was a problem hiding this comment.
Include the SDK in this release
This release consumes a changeset that bumps the CLI plus private agent-core/kosong, but #232 also changes the public SDK artifact: packages/node-sdk/tsdown.config.ts aliases and bundles @moonshot-ai/agent-core and @moonshot-ai/kosong, and packages/node-sdk/src/types.ts re-exports ModelAlias. With no @moonshot-ai/kimi-code-sdk version/changelog update, changeset publish will leave the npm SDK at 0.4.0 without the new adaptiveThinking type/runtime behavior for SDK users. Add the SDK to this release rather than releasing only the private internals.
Useful? React with 👍 / 👎.
08b1719 to
63c5a08
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.7.0
Minor Changes
a24bfb1- AddKIMI_MODEL_ADAPTIVE_THINKING(and a matchingadaptive_thinkingmodel-alias field) to force adaptive thinking (thinking: { type: 'adaptive' }) on or off, overriding the Anthropic model-name version inference. This lets custom-named staff endpoints that back an adaptive-capable model opt in even when the model name does not encode a parseable Claude version.@moonshot-ai/agent-core@0.6.0
Minor Changes
a24bfb1- AddKIMI_MODEL_ADAPTIVE_THINKING(and a matchingadaptive_thinkingmodel-alias field) to force adaptive thinking (thinking: { type: 'adaptive' }) on or off, overriding the Anthropic model-name version inference. This lets custom-named staff endpoints that back an adaptive-capable model opt in even when the model name does not encode a parseable Claude version.Patch Changes
a24bfb1]:@moonshot-ai/kosong@0.3.0
Minor Changes
a24bfb1- AddKIMI_MODEL_ADAPTIVE_THINKING(and a matchingadaptive_thinkingmodel-alias field) to force adaptive thinking (thinking: { type: 'adaptive' }) on or off, overriding the Anthropic model-name version inference. This lets custom-named staff endpoints that back an adaptive-capable model opt in even when the model name does not encode a parseable Claude version.@moonshot-ai/migration-legacy@0.1.6
Patch Changes
a24bfb1]: