Do not skip trust prompt on Windows if sandbox is enabled. (#6167)

If the experimental windows sandbox is enabled, the trust prompt should
show on Windows.
This commit is contained in:
iceweasel-oai
2025-11-03 11:27:45 -08:00
committed by GitHub
parent e1f098b9b7
commit 2eda75a8ee
4 changed files with 38 additions and 3 deletions

View File

@@ -85,6 +85,7 @@ pub mod util;
pub use apply_patch::CODEX_APPLY_PATCH_ARG1;
pub use command_safety::is_safe_command;
pub use safety::get_platform_sandbox;
pub use safety::set_windows_sandbox_enabled;
// Re-export the protocol types from the standalone `codex-protocol` crate so existing
// `codex_core::protocol::...` references continue to work across the workspace.
pub use codex_protocol::protocol;