Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .changeset/qualify-sub-skill-names.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
"@moonshot-ai/agent-core": minor
"@moonshot-ai/kimi-code": minor
"@moonshot-ai/agent-core": patch
"@moonshot-ai/kimi-code": patch
Comment on lines +2 to +3

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

---

Qualify sub-skill names with their parent prefix and expose sub-skills as dotted slash commands in the TUI.
Loading