mirror of
https://github.com/openai/codex.git
synced 2026-04-26 15:45:02 +00:00
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>
2 lines
28 B
Rust
2 lines
28 B
Rust
pub(crate) mod exec_server;
|