-
Notifications
You must be signed in to change notification settings - Fork 156
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
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.
This file was deleted.
This file was deleted.
This file was deleted.
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", | ||
| "version": "0.6.0", | ||
| "version": "0.7.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.
When this release PR changes package versions, the Nix build input changes too: Useful? React with 👍 / 👎. |
||
| "description": "The Starting Point for Next-Gen Agents", | ||
| "license": "MIT", | ||
| "author": "Moonshot AI", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,11 @@ | ||
| # @moonshot-ai/kimi-code-sdk | ||
|
|
||
| ## 0.5.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - [#204](https://github.com/MoonshotAI/kimi-code/pull/204) [`ee69d0a`](https://github.com/MoonshotAI/kimi-code/commit/ee69d0ac29f56bde4957c14767d7ca436697d9cf) - Render scheduled reminders distinctly in the TUI, expose cron fired events to SDK clients, and report cron fire times with local timezone offsets. | ||
|
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.
Fresh evidence since the earlier thread: this commit now bumps Useful? React with 👍 / 👎. 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 0.5.0 SDK release is built from the current tree, which already includes #281 adding Useful? React with 👍 / 👎. |
||
|
|
||
| ## 0.4.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| 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.
This CLI release is built from the current tree and bundles
@moonshot-ai/agent-core, which already includes #236 changing interrupted tools/subagents from a generic abort into an explicit user-cancellation signal. The 0.7.0 CLI changelog has patch entries for other bundled agent-core fixes such as #267, but omits this user-visible interruption fix, so users upgrading the CLI will not be able to discover the changed cancellation behavior from the release notes.Useful? React with 👍 / 👎.