ci: release packages - #1533
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 16006fd1f0
ℹ️ 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", | ||
| "version": "0.23.4", | ||
| "version": "0.23.5", |
There was a problem hiding this comment.
Include the SDK in this release
This release only bumps @moonshot-ai/kimi-code, but the consumed #1530 change modifies the shared retry loop/provider-error handling that the SDK bundles too (packages/node-sdk/tsdown.config.ts aliases agent-core/kosong and always bundles @moonshot-ai/* on lines 22-30). Since the release workflow publishes the versions generated by changesets (.github/workflows/release.yml lines 55-60), leaving packages/node-sdk at 0.13.2 means SDK users running the same KimiHarness core path will not receive the Retry-After/429 hardening from this release.
Useful? React with 👍 / 👎.
5638b24 to
d8d7019
Compare
d8d7019 to
0bb6166
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.23.5
Patch Changes
#1542
f80b2eaThanks @wbxl2000! - web: Fix the "Turn finished" desktop notification and completion sound firing twice per turn.#1535
04041ebThanks @wbxl2000! - web: Hide the internal image-compression note so it no longer renders as user message text.#1536
db61c9eThanks @RealKai42! - Stop unsupported image formats (AVIF, BMP, TIFF, ICO, …) from breaking sessions at every entry point — including remote image URLs and images mislabeled by a tool — and recover an already-stuck session by dropping the offending image and retrying, so one such image can no longer make every later request fail.#1530
9f66ec4Thanks @sailist! - Retry provider 429, overload, and other transient errors more reliably, honoring the server Retry-After delay, and surface retries in-p --output-format stream-json.