mirror of
https://github.com/openai/codex.git
synced 2026-09-10 20:26:47 +00:00
Use selected environment cwd for unified exec
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -358,7 +358,7 @@ impl ToolHandler for UnifiedExecHandler {
|
||||
environment: tool_environment.environment,
|
||||
yield_time_ms,
|
||||
max_output_tokens,
|
||||
workdir,
|
||||
workdir: Some(cwd.clone()),
|
||||
network: context.turn.network.clone(),
|
||||
tty,
|
||||
sandbox_permissions: effective_additional_permissions
|
||||
|
||||
Reference in New Issue
Block a user