From cf6731794f4abd6b5e2fe5a77810d170dee83b2c Mon Sep 17 00:00:00 2001 From: qer Date: Tue, 7 Jul 2026 12:29:56 +0800 Subject: [PATCH] chore: downgrade #1432 changeset to patch --- .changeset/anthropic-preserved-thinking-by-default.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/anthropic-preserved-thinking-by-default.md b/.changeset/anthropic-preserved-thinking-by-default.md index a325ad2795..1e6ad48bdc 100644 --- a/.changeset/anthropic-preserved-thinking-by-default.md +++ b/.changeset/anthropic-preserved-thinking-by-default.md @@ -1,5 +1,5 @@ --- -"@moonshot-ai/kimi-code": minor +"@moonshot-ai/kimi-code": patch --- 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`.