mirror of
https://github.com/openai/codex.git
synced 2026-05-17 17:53:06 +00:00
Teach the exec-server listener to accept stdio/stdin/stdout as a transport in addition to websocket URLs. This promotes the existing stdio JSON-RPC connection helper out of test-only use and covers listen URL parsing for the new transport. Co-authored-by: Codex <noreply@openai.com>