mirror of
https://github.com/openai/codex.git
synced 2026-05-01 18:06:47 +00:00
Match the filesystem structure from #15232 for exec process: expose the trait on Environment, keep LocalProcess as the real implementation, use RemoteProcess as the network proxy, and make ProcessHandler a thin RPC adapter over LocalProcess. Co-authored-by: Codex <noreply@openai.com>