docs: record BUG-345 and BUG-346 fix SHA
Independent Staging Quality Gate / validate (push) Successful in 10m29s
Independent Staging Quality Gate / publish (push) Successful in 17m22s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jesse_Chen
2026-08-21 21:31:34 +08:00
parent 4e247c112e
commit cf168a54c0
+2 -2
View File
@@ -5225,7 +5225,7 @@
- 防复发:模型必须遵守的词汇写在 schema 枚举里,不要只写在 execute。`answer.delta` 不得承载工具重试自述。思维链必须是独立事件类型。`thinking.delta` 不得写入 run_phase 表。 - 防复发:模型必须遵守的词汇写在 schema 枚举里,不要只写在 execute。`answer.delta` 不得承载工具重试自述。思维链必须是独立事件类型。`thinking.delta` 不得写入 run_phase 表。
- 相关记录:BUG-277、BUG-278、BUG-340、BUG-346 - 相关记录:BUG-277、BUG-278、BUG-340、BUG-346
- 复发自:BUG-277(纠正未做契约门)、BUG-278kind 未枚举)、BUG-340(关 thinking 后自述改走正文) - 复发自:BUG-277(纠正未做契约门)、BUG-278kind 未枚举)、BUG-340(关 thinking 后自述改走正文)
- 修复版本:待提交 - 修复版本:4e247c11
## BUG-346 | 普通咨询未打开思维链通道,灰色折叠 UI 只在生时纠正生效 ## BUG-346 | 普通咨询未打开思维链通道,灰色折叠 UI 只在生时纠正生效
@@ -5241,5 +5241,5 @@
- 防复发:咨询与纠正的思维链必须是 `thinking.delta`,不得混进 `answer.delta`。BUG-277 的契约前正文仍须丢弃。打开 thinking 不得降低 8192 可见预算,`finish_reason=length` 仍不得当完成。 - 防复发:咨询与纠正的思维链必须是 `thinking.delta`,不得混进 `answer.delta`。BUG-277 的契约前正文仍须丢弃。打开 thinking 不得降低 8192 可见预算,`finish_reason=length` 仍不得当完成。
- 相关记录:BUG-277、BUG-305、BUG-340、BUG-345 - 相关记录:BUG-277、BUG-305、BUG-340、BUG-345
- 复发自:BUG-305(咨询关 thinking 保预算)、BUG-345(只修了纠正) - 复发自:BUG-305(咨询关 thinking 保预算)、BUG-345(只修了纠正)
- 修复版本:待提交 - 修复版本:4e247c11