From 786510379bed060db2b3742b7dfca671552d2c34 Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 19 Jan 2026 02:26:09 +0000 Subject: Make sure tasks can continue --- makima/src/server/handlers/mesh_chat.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makima/src/server/handlers/mesh_chat.rs') diff --git a/makima/src/server/handlers/mesh_chat.rs b/makima/src/server/handlers/mesh_chat.rs index f6b861a..c468446 100644 --- a/makima/src/server/handlers/mesh_chat.rs +++ b/makima/src/server/handlers/mesh_chat.rs @@ -1146,6 +1146,8 @@ async fn handle_mesh_request( copy_files: task.copy_files.as_ref().and_then(|v| serde_json::from_value(v.clone()).ok()), contract_id: task.contract_id, is_supervisor: task.is_supervisor, + resume_session: false, + conversation_history: None, }; match state.send_daemon_command(target_daemon_id, command).await { -- cgit v1.2.3