You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
N/A - This is about version numbering, not runtime behavior
Which model were you using?
N/A
What platform is your computer?
N/A - This is a versioning question applicable to all platforms
What issue are you seeing?
The version number jumped from 0.43.1 directly to 2.0.0, completely skipping the 1.x series. This appears inconsistent with semantic versioning conventions.
What version of Kimi Code is running?
@moonshot-ai/kimi-code@2.0.0Which open platform/subscription were you using?
N/A - This is about version numbering, not runtime behavior
Which model were you using?
N/A
What platform is your computer?
N/A - This is a versioning question applicable to all platforms
What issue are you seeing?
The version number jumped from
0.43.1directly to2.0.0, completely skipping the 1.x series. This appears inconsistent with semantic versioning conventions.From the releases page:
@moonshot-ai/kimi-code@0.43.1@moonshot-ai/kimi-code@2.0.0According to semantic versioning:
majorbump from0.43.1should result in1.0.0, not2.0.02.0.0, there should have been a1.0.0release firstThe 2.0.0 release was triggered by PR #3849, which added the
/desktopcommand with a changeset marked asmajor. However:What steps can reproduce the bug?
0.43.1→2.0.0What is the expected behavior?
According to semantic versioning:
0.43.1→1.0.00.43.1→1.0.0→2.0.0(with a 1.0.0 release)Additional information
Questions:
Investigation done:
majorThis may be a configuration issue in
.changeset/config.jsonor an intentional product decision that needs documentation.Contribution