summaryrefslogtreecommitdiff
path: root/makima/src/server/handlers/mesh_chat.rs
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-01-19 02:26:09 +0000
committersoryu <soryu@soryu.co>2026-01-19 02:26:09 +0000
commit786510379bed060db2b3742b7dfca671552d2c34 (patch)
tree432d0b575a64ef0fb2cb10a86cd916b5fbc16909 /makima/src/server/handlers/mesh_chat.rs
parentb64eddc8c2f250cdcbacae18cce107bf4c86f9f4 (diff)
downloadsoryu-786510379bed060db2b3742b7dfca671552d2c34.tar.gz
soryu-786510379bed060db2b3742b7dfca671552d2c34.zip
Make sure tasks can continue
Diffstat (limited to 'makima/src/server/handlers/mesh_chat.rs')
-rw-r--r--makima/src/server/handlers/mesh_chat.rs2
1 files changed, 2 insertions, 0 deletions
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 {