From dfc8a837fd824a46c29f796ad0b5de54fdc7af5a Mon Sep 17 00:00:00 2001 From: kevin zhao Date: Wed, 3 Dec 2025 19:08:26 +0000 Subject: [PATCH] Add PR description file for execpolicy refactor --- 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 76d7e30a2e..72a3849a71 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(),