From be1a90bb6edb2da087ee90cb2e4327a5e4bb46a5 Mon Sep 17 00:00:00 2001 From: kevin zhao Date: Wed, 3 Dec 2025 17:46:30 +0000 Subject: [PATCH] add back line --- 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 88b9815d5b..887441ba26 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(),