diff options
Diffstat (limited to 'makima/src/server/handlers/mesh_chat.rs')
| -rw-r--r-- | makima/src/server/handlers/mesh_chat.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makima/src/server/handlers/mesh_chat.rs b/makima/src/server/handlers/mesh_chat.rs index cf56ab6..638a4d3 100644 --- a/makima/src/server/handlers/mesh_chat.rs +++ b/makima/src/server/handlers/mesh_chat.rs @@ -1169,6 +1169,7 @@ async fn handle_mesh_request( local_only, auto_merge_local, supervisor_worktree_task_id: None, // Not spawned by supervisor + directive_id: task.directive_id, }; match state.send_daemon_command(target_daemon_id, command).await { |
