From 2f750486975d4a202bec1cd77f7cc6a91e2ba2fb Mon Sep 17 00:00:00 2001 From: kevin zhao Date: Wed, 3 Dec 2025 17:47:45 +0000 Subject: [PATCH] . --- codex-rs/core/src/tools/handlers/shell.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/core/src/tools/handlers/shell.rs b/codex-rs/core/src/tools/handlers/shell.rs index 005a810fe8..cd05d126bf 100644 --- a/codex-rs/core/src/tools/handlers/shell.rs +++ b/codex-rs/core/src/tools/handlers/shell.rs @@ -241,6 +241,7 @@ impl ShellHandler { SandboxPermissions::from(exec_params.with_escalated_permissions.unwrap_or(false)), ) .await; + let req = ShellRequest { command: exec_params.command.clone(), cwd: exec_params.cwd.clone(),