fix: allow parent commands during write delegation

This commit is contained in:
2026-08-27 11:27:27 +09:00
parent 7aaf189247
commit 060f280fdf
7 changed files with 127 additions and 359 deletions
-1
View File
@@ -15271,7 +15271,6 @@ 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()),