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:
Ahmed Ibrahim
2026-03-20 17:12:46 +00:00
parent a3d0427e75
commit eb847ec5d6
16 changed files with 34 additions and 43 deletions

View File

@@ -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;