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
2 changes: 1 addition & 1 deletion .changeset/anthropic-preserved-thinking-by-default.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@moonshot-ai/kimi-code": minor
"@moonshot-ai/kimi-code": patch

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

---

Preserve prior turns' thinking by default on the Anthropic provider (Claude and Kimi's Anthropic-compatible mode), matching the Kimi default. Disable with `[thinking] keep = "off"` or `KIMI_MODEL_THINKING_KEEP=off`.
Loading