-
Notifications
You must be signed in to change notification settings - Fork 138
ci: release packages #237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
ci: release packages #237
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@moonshot-ai/kimi-code-sdk", | ||
| "version": "0.4.0", | ||
| "version": "0.5.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This release now versions Useful? React with 👍 / 👎. |
||
| "private": true, | ||
| "description": "TypeScript SDK for the Kimi Code Agent", | ||
| "license": "MIT", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fresh evidence since the earlier thread: this commit now bumps
@moonshot-ai/kimi-code-sdkto 0.5.0, but the new 0.5.0 changelog only lists #204. The SDK bundle and generated types are built from the currentagent-core/kosongsources (packages/node-sdk/tsdown.config.tsaliases them, andpackages/node-sdk/src/types.tsre-exportsModelAlias), so SDK users will receive #232'sadaptiveThinkingconfig/type and Anthropic adaptive-thinking behavior in this release with no release note. Add the #232 entry to this section so consumers can discover the new public SDK surface.Useful? React with 👍 / 👎.