mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
Introduce execute_to_pending and wait_to_pending APIs that freeze pending-mode runtimes until an explicit resume, while preserving the existing continuously-running execute path. Add runtime and service coverage for pending, resume, completion, and freeze behavior.