From 178818bb15b56f46fe6c85b804fb6a1dfbd0584b Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sat, 13 Jun 2026 10:14:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20=C2=A707=20?= =?UTF-8?q?=E4=B8=AD=20compact=20=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E5=BC=95=E7=94=A8=20(24=E2=86=9215)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/design/07-spawner-acquire-first.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/07-spawner-acquire-first.md b/docs/design/07-spawner-acquire-first.md index 1eec1cc..82454f9 100644 --- a/docs/design/07-spawner-acquire-first.md +++ b/docs/design/07-spawner-acquire-first.md @@ -235,7 +235,7 @@ def _revive_session(agent_id: str) -> bool: ### 4.5 O5: compact 检测(§15 rotation-only v3) -§15 设计文档:`docs/design/24-compact-detection-fix.md` +§15 设计文档:`docs/design/15-compact-detection-fix.md` **检测方法**:读 gateway 日志尾部 2MB,按 sessionKey 过滤 `[compaction] rotated active transcript` 事件。 如果最近的 rotation 事件在 120s 窗口内 → 视为 compact 循环进行中(可能还在 post-compact retry)。 -- 2.45.4