From 80e21a6666c314b66ee5a8cc284e28aa223ddd94 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sun, 17 May 2026 13:49:08 +0800 Subject: [PATCH] auto-sync: 2026-05-17 13:49:08 --- src/daemon/dispatcher.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/daemon/dispatcher.py b/src/daemon/dispatcher.py index 6a96fb9..085bea9 100644 --- a/src/daemon/dispatcher.py +++ b/src/daemon/dispatcher.py @@ -159,6 +159,9 @@ class Dispatcher: ) else: message = self._build_message(task, action_type) + session_id = await self.spawner.spawn_full_agent( + agent_id=agent_id, + message=message, new_session=decision.get("new_session", False), task_id=task.id, )