core-agent-ide/codex-rs/exec-server/tests
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
..
common Refactor ExecServer filesystem split between local and remote (#15232) 2026-03-19 17:08:04 -07:00
exec_process.rs Split exec process into local and remote implementations (#15233) 2026-03-20 03:13:08 +00:00
file_system.rs Refactor ExecServer filesystem split between local and remote (#15232) 2026-03-19 17:08:04 -07:00
initialize.rs Remove stdio transport from exec server (#15119) 2026-03-19 01:00:35 +00:00
process.rs Add exec-server exec RPC implementation (#15090) 2026-03-19 19:00:36 +00:00
websocket.rs Remove stdio transport from exec server (#15119) 2026-03-19 01:00:35 +00:00