summaryrefslogtreecommitdiff
path: root/makima/src/server/handlers/contract_chat.rs
diff options
context:
space:
mode:
Diffstat (limited to 'makima/src/server/handlers/contract_chat.rs')
-rw-r--r--makima/src/server/handlers/contract_chat.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/makima/src/server/handlers/contract_chat.rs b/makima/src/server/handlers/contract_chat.rs
index 98787be..c1ca3ed 100644
--- a/makima/src/server/handlers/contract_chat.rs
+++ b/makima/src/server/handlers/contract_chat.rs
@@ -1366,6 +1366,7 @@ async fn handle_contract_request(
checkpoint_sha: None,
branched_from_task_id: None,
conversation_history: None,
+ supervisor_worktree_task_id: None, // Not spawned by supervisor
};
match repository::create_task_for_owner(pool, owner_id, create_req).await {
@@ -1463,6 +1464,7 @@ async fn handle_contract_request(
checkpoint_sha: None,
branched_from_task_id: None,
conversation_history: None,
+ supervisor_worktree_task_id: None, // Not spawned by supervisor
};
match repository::create_task_for_owner(pool, owner_id, create_req).await {
@@ -2197,6 +2199,7 @@ async fn handle_contract_request(
checkpoint_sha: None,
branched_from_task_id: None,
conversation_history: None,
+ supervisor_worktree_task_id: None, // Not spawned by supervisor
};
match repository::create_task_for_owner(pool, owner_id, create_req).await {
@@ -2717,6 +2720,7 @@ async fn handle_contract_request(
checkpoint_sha: None,
branched_from_task_id: None,
conversation_history: None,
+ supervisor_worktree_task_id: None, // Not spawned by supervisor
};
if repository::create_task_for_owner(pool, owner_id, task_req).await.is_ok() {