From cf168a54c079bb87e478b94de477d2c072485dea Mon Sep 17 00:00:00 2001 From: Jesse_Chen Date: Fri, 21 Aug 2026 21:31:34 +0800 Subject: [PATCH] docs: record BUG-345 and BUG-346 fix SHA Co-authored-by: Cursor --- docs/BUG_HISTORY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/BUG_HISTORY.md b/docs/BUG_HISTORY.md index 3b1b7964..e0b0a8aa 100644 --- a/docs/BUG_HISTORY.md +++ b/docs/BUG_HISTORY.md @@ -5225,7 +5225,7 @@ - 防复发:模型必须遵守的词汇写在 schema 枚举里,不要只写在 execute。`answer.delta` 不得承载工具重试自述。思维链必须是独立事件类型。`thinking.delta` 不得写入 run_phase 表。 - 相关记录:BUG-277、BUG-278、BUG-340、BUG-346 - 复发自:BUG-277(纠正未做契约门)、BUG-278(kind 未枚举)、BUG-340(关 thinking 后自述改走正文) -- 修复版本:待提交 +- 修复版本:4e247c11 ## BUG-346 | 普通咨询未打开思维链通道,灰色折叠 UI 只在生时纠正生效 @@ -5241,5 +5241,5 @@ - 防复发:咨询与纠正的思维链必须是 `thinking.delta`,不得混进 `answer.delta`。BUG-277 的契约前正文仍须丢弃。打开 thinking 不得降低 8192 可见预算,`finish_reason=length` 仍不得当完成。 - 相关记录:BUG-277、BUG-305、BUG-340、BUG-345 - 复发自:BUG-305(咨询关 thinking 保预算)、BUG-345(只修了纠正) -- 修复版本:待提交 +- 修复版本:4e247c11