From 3f71f53e4a72767e04fb9eafcaef6ab5e09191ce Mon Sep 17 00:00:00 2001 From: cfdaily Date: Thu, 11 Jun 2026 23:58:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(spawner):=20=C2=A724=20v4=20=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E6=B3=A8=E9=87=8A=E7=BC=A9=E8=BF=9B=20+=20=E4=BB=B2?= =?UTF-8?q?=E8=BE=BE=E8=AF=84=E5=AE=A1=20M1=20=E6=95=B0=E6=8D=AE=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20+=20S2=20=E8=AF=81=E6=8D=AE=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/daemon/spawner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/spawner.py b/src/daemon/spawner.py index bd117eb..f698ec9 100644 --- a/src/daemon/spawner.py +++ b/src/daemon/spawner.py @@ -1499,7 +1499,7 @@ curl -X POST http://{api_host}:{api_port}/api/projects/{project_id}/tasks/{task_ except Exception: pass - # §24 v4: compact 检测优先用 trajectory prompt.submitted + # §24 v4: compact 检测优先用 trajectory prompt.submitted # fallback: _check_recent_compaction_jsonl (v2.8.2) # 重要:compact 进行中时 status=done,所以不能按 status 过滤 # 只跳过 idle/unknown(完全没有活动过的 session)