mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +03:00
feat(core) SandboxPolicy::Custom
This commit is contained in:
@@ -885,6 +885,9 @@ impl From<codex_protocol::protocol::SandboxPolicy> for SandboxPolicy {
|
||||
exclude_tmpdir_env_var,
|
||||
exclude_slash_tmp,
|
||||
},
|
||||
codex_protocol::protocol::SandboxPolicy::Custom { .. } => {
|
||||
panic!("SandboxPolicy::Custom is internal-only and not supported in app-server v2")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user