From 6eac9e9b1dcda49eda119561375717c487329ccf Mon Sep 17 00:00:00 2001 From: qer Date: Tue, 4 Aug 2026 15:01:39 +0800 Subject: [PATCH] chore(changeset): downgrade token-counting strategy entry to patch --- .changeset/token-counting-reporting-edge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/token-counting-reporting-edge.md b/.changeset/token-counting-reporting-edge.md index cc66dd1649..f5345b172f 100644 --- a/.changeset/token-counting-reporting-edge.md +++ b/.changeset/token-counting-reporting-edge.md @@ -1,5 +1,5 @@ --- -"@moonshot-ai/kimi-code": minor +"@moonshot-ai/kimi-code": patch --- The `[token_counting]` strategy now only selects the reported context size: `estimated` keeps provider-reported usage out of the context-size display, and `measured` no longer gets stuck retrying an oversized compaction request until it fails.