mirror of
https://github.com/openai/codex.git
synced 2026-04-26 15:45:02 +00:00
Remove stdio transport from exec server (#15119)
Summary - delete the deprecated stdio transport plumbing from the exec server stack - add a basic `exec_server()` harness plus test utilities to start a server, send requests, and await events - refresh exec-server dependencies, configs, and documentation to reflect the new flow Testing - Not run (not requested) --------- Co-authored-by: starr-openai <starr@openai.com> Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
1
codex-rs/exec-server/tests/common/mod.rs
Normal file
1
codex-rs/exec-server/tests/common/mod.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub(crate) mod exec_server;
|
||||
Reference in New Issue
Block a user