ci: release packages#746
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b2b3b797e6
ℹ️ 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/acp-adapter": minor | ||
| "@moonshot-ai/protocol": minor | ||
| "@moonshot-ai/kimi-code": minor |
There was a problem hiding this comment.
Publish the SDK with the SSE support
This consumed changeset versions private/internal packages but omits @moonshot-ai/kimi-code-sdk, even though the SSE MCP change is part of the SDK surface: packages/node-sdk/src/types.ts re-exports KimiConfig, and packages/node-sdk/tsdown.config.ts bundles @moonshot-ai/agent-core, where the new transport: 'sse' config/runtime lives. After this release, CLI users get SSE support, but SDK users installing the latest published SDK remain on 0.9.3 and still cannot load an SSE MCP config; please include the SDK in the release before publishing.
Useful? React with 👍 / 👎.
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.15.0
Minor Changes
18f299f- Add support for legacy SSE MCP servers alongside stdio and streamable HTTP transports.@moonshot-ai/acp-adapter@0.3.0
Minor Changes
18f299f- Add support for legacy SSE MCP servers alongside stdio and streamable HTTP transports.Patch Changes
18f299f]:@moonshot-ai/agent-core@0.13.0
Minor Changes
18f299f- Add support for legacy SSE MCP servers alongside stdio and streamable HTTP transports.Patch Changes
18f299f]:@moonshot-ai/protocol@0.3.0
Minor Changes
18f299f- Add support for legacy SSE MCP servers alongside stdio and streamable HTTP transports.@moonshot-ai/migration-legacy@0.1.13
Patch Changes
18f299f]: