chore: downgrade #1432 changeset to patch#1453
Conversation
|
| Name | Type |
|---|---|
| @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
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cf6731794f
ℹ️ 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".
| @@ -1,5 +1,5 @@ | |||
| --- | |||
| "@moonshot-ai/kimi-code": minor | |||
| "@moonshot-ai/kimi-code": patch | |||
There was a problem hiding this comment.
Use a minor bump for the Anthropic default change
This changeset describes a default behavior change for CLI users using the Anthropic provider with thinking enabled: prior thinking is now preserved by default and requests are routed through the beta Messages API unless keep is disabled. Because the repo's changeset rules reserve patch for fixes/small tweaks and minor for backward-compatible user-facing features, and the other pending @moonshot-ai/kimi-code changesets are also patch, this downgrade would ship the endpoint/default change as 0.23.1 so users on patch-compatible 0.23.x ranges get it unexpectedly.
Useful? React with 👍 / 👎.
commit: |
Related PR
#1432
Problem
The changeset added in #1432 currently bumps
@moonshot-ai/kimi-codeasminor, but this change should be released as apatch.What changed
.changeset/anthropic-preserved-thinking-by-default.mdto usepatchinstead ofminor.Checklist
gen-changesetsskill, or this PR needs no changeset.gen-docsskill, or this PR needs no doc update.