mirror of
https://github.com/openai/codex.git
synced 2026-05-02 10:26:45 +00:00
Fix sandbox extraction follow-ups
- trim leftover codex-core sandbox shims and retarget the remaining type plumbing - keep sandbox-related dependencies scoped to the crates and targets that actually use them Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
use super::*;
|
||||
use codex_sandbox::IO_DRAIN_TIMEOUT_MS;
|
||||
use codex_protocol::config_types::WindowsSandboxLevel;
|
||||
use pretty_assertions::assert_eq;
|
||||
use std::collections::HashMap;
|
||||
|
||||
Reference in New Issue
Block a user