Commit Graph

3 Commits

Author SHA1 Message Date
starr-openai
d4f8e116b8 Expand exec process shared flow coverage
Co-authored-by: Codex <noreply@openai.com>
2026-03-20 10:18:03 -07:00
starr-openai
583d6772b7 Add exec process terminate coverage for local and remote
Co-authored-by: Codex <noreply@openai.com>
2026-03-20 10:18:02 -07:00
starr-openai
96a86710c3 Split exec process into local and remote implementations (#15233)
## Summary
- match the exec-process structure to filesystem PR #15232
- expose `ExecProcess` on `Environment`
- make `LocalProcess` the real implementation and `RemoteProcess` a thin
network proxy over `ExecServerClient`
- make `ProcessHandler` a thin RPC adapter delegating to `LocalProcess`
- add a shared local/remote process test

## Validation
- `just fmt`
- `CARGO_TARGET_DIR=~/.cache/cargo-target/codex cargo test -p
codex-exec-server`
- `just fix -p codex-exec-server`

---------

Co-authored-by: Codex <noreply@openai.com>
2026-03-20 03:13:08 +00:00