fix: keep execution workspace paths internal

This commit is contained in:
2026-07-07 04:16:04 +09:00
parent 8b7a5da031
commit c90ebf2468
3 changed files with 154 additions and 24 deletions
+1
View File
@@ -388,6 +388,7 @@ fn spawn_companion_worker(runtime: &RuntimeRegistry) -> CompanionWorkerState {
profile: Some(selector),
initial_input: None,
execution_workspace: None,
resolved_execution_workspace: None,
},
);