-
Notifications
You must be signed in to change notification settings - Fork 154
ci: release packages #296
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 #296
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.
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.
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.
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/kosong", | ||
| "version": "0.3.0", | ||
| "version": "0.3.1", | ||
|
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 PR records Useful? React with 👍 / 👎. |
||
| "private": true, | ||
| "description": "The LLM abstraction layer for modern AI agent applications", | ||
| "license": "MIT", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@moonshot-ai/migration-legacy", | ||
| "version": "0.1.6", | ||
| "version": "0.1.7", | ||
|
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 bumps Useful? React with 👍 / 👎. |
||
| "description": "Migrate kimi-cli (~/.kimi/) data into kimi-code (~/.kimi-code/).", | ||
| "license": "MIT", | ||
| "type": "module", | ||
|
|
||
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 release notes a removed
/connectcommand under Patch Changes while the package is only bumped to0.8.0; the repo changeset rules classify renamed or removed commands/arguments as major-only after explicit confirmation. If this release is published as a minor/patch update, users upgrading within the 0.x line can lose an existing slash command without a breaking-release signal, so either keep a compatibility alias or regenerate the release with the confirmed major bump.Useful? React with 👍 / 👎.