fix: scope delegated commands by cwd

This commit is contained in:
2026-08-27 11:11:06 +09:00
parent 63306cf017
commit 7aaf189247
7 changed files with 370 additions and 39 deletions
+1
View File
@@ -15271,6 +15271,7 @@ mod tests {
let provider_handle = source
.start_command(workdir::CommandRequest {
command: "printf ready; sleep 30".to_string(),
cwd: None,
timeout_secs: 60,
output_limit: 4096,
tool_call_id: Some("tool-call-command-session".to_string()),