fix(changeset): downgrade agent-core and kimi-code bumps from minor to patch#687
Conversation
…o patch Update .changeset/qualify-sub-skill-names.md to use patch instead of minor for both packages.
|
| Name | Type |
|---|---|
| @moonshot-ai/agent-core | Patch |
| @moonshot-ai/kimi-code | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
commit: |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a2abc3e961
ℹ️ 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": patch | ||
| "@moonshot-ai/kimi-code": patch |
There was a problem hiding this comment.
Restore the minor bump for this new capability
The changeset entry itself says this adds a new dotted slash-command capability in the TUI, and the repository's changeset guidance classifies new backwards-compatible features or capabilities as minor rather than patch. Downgrading both packages here means the release will advertise a new user-visible command capability as a patch release, which can mislead consumers and changelog/version automation that relies on semver bump levels.
Useful? React with 👍 / 👎.
Related Issue
Problem
The changeset
.changeset/qualify-sub-skill-names.mdincorrectly specifiedminorbumps for both@moonshot-ai/agent-coreand@moonshot-ai/kimi-code. The actual change (qualifying sub-skill names and exposing them as dotted slash commands) is a backward-compatible fix/enhancement that does not warrant a minor bump.What changed
@moonshot-ai/agent-corefromminortopatch@moonshot-ai/kimi-codefromminortopatchChecklist
gen-changesetsskill, or this PR needs no changeset.gen-docsskill, or this PR needs no doc update.