mirror of
https://github.com/openai/codex.git
synced 2026-05-14 08:12:36 +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.