mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
Fix 1
This commit is contained in:
@@ -84,6 +84,11 @@ impl ToolHandler for UnifiedExecHandler {
|
||||
timeout_ms,
|
||||
};
|
||||
|
||||
session
|
||||
.services
|
||||
.executor
|
||||
.update_environment(turn.sandbox_policy.clone(), turn.cwd.clone());
|
||||
|
||||
let value = session
|
||||
.services
|
||||
.unified_exec_manager
|
||||
|
||||
Reference in New Issue
Block a user