core-agent-ide/codex-rs/exec-server/tests
pakrym-oai 403b397e4e
Refactor ExecServer filesystem split between local and remote (#15232)
For each feature we have:
1. Trait exposed on environment
2. **Local Implementation** of the trait
3. Remote implementation that uses the client to proxy via network
4. Handler implementation that handles PRC requests and calls into
**Local Implementation**
2026-03-19 17:08:04 -07:00
..
common Refactor ExecServer filesystem split between local and remote (#15232) 2026-03-19 17:08:04 -07: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