mirror of
https://github.com/openai/codex.git
synced 2026-05-14 16:22:51 +00:00
Remove the runtime extraction helpers and make JsonRpcConnection ownership explicit at the destructuring sites. Let the stdio transport clean up through Drop so ExecServerClient no longer needs to call an explicit shutdown hook. Co-authored-by: Codex <noreply@openai.com>