mirror of
https://github.com/openai/codex.git
synced 2026-04-30 17:36:40 +00:00
Reshape the exec process seam to mirror the filesystem split style with separate process, local_process, remote_process, and server/process_handler modules, and make Environment own an Arc<dyn ExecProcess>. Co-authored-by: Codex <noreply@openai.com>