From e5e8504767c21d16807e6b8e4ae3ad2f2cbde09c Mon Sep 17 00:00:00 2001 From: cfdaily Date: Fri, 29 May 2026 08:31:44 +0800 Subject: [PATCH] auto-sync: 2026-05-29 08:31:44 --- src/daemon/dispatcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/daemon/dispatcher.py b/src/daemon/dispatcher.py index 9a29499..b95d6e4 100644 --- a/src/daemon/dispatcher.py +++ b/src/daemon/dispatcher.py @@ -491,6 +491,7 @@ class Dispatcher: agent_id=agent_id, current_status=task.status or "claimed", retry_context=retry_ctx, + spawn_type="executor", ) else: message = f"Task: {task.title}"