mirror of
https://github.com/openai/codex.git
synced 2026-09-06 15:29:32 +00:00
## Why Preparing a filesystem sandbox could synchronously probe unrelated permission roots on the executor runtime thread and repeatedly resolve the same filesystem aliases while deriving writable roots. ## What changed - On Linux, leave permission-root alias resolution to the sandbox helper. - Filter effective permission entries once and cache their resolved paths for writable-root and read-only carveout construction. - Return early when the policy has no effective writable entries. GitOrigin-RevId: 305364173ca55f967c1701aad94d2374f78999d3
codex-protocol
This crate defines the "types" for the protocol used by Codex CLI, which includes both "internal types" for communication between codex-core and codex-tui, as well as "external types" used with codex app-server.
This crate should have minimal dependencies.
Ideally, we should avoid "material business logic" in this crate, as we can always introduce Ext-style traits to add functionality to types in other crates.