mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
## Summary - start a code mode worker once per turn and let it pump nested tool calls through a dedicated queue - simplify code mode request/response dispatch around request ids and generic runner-unavailable errors - clean up the code mode process API and runner protocol plumbing ## Testing - not run yet