After the current task execution is interrupted, it is not possible to start the next iteration
Resolved 💬 5 comments Opened Jul 15, 2025 by otrub Closed Oct 27, 2025
What version of Codex is running?
codex-cli 0.7.0
Which model were you using?
o3-2025-04-16
What platform is your computer?
Linux host, docker image ruby:3.3.1 with node 22.12.0
What steps can reproduce the bug?
codex -c model=o3-2025-04-16 \
-c sandbox.permissions=disk-full-read-access \
-c sandbox.mode=workspace-write
What is the expected behavior?
- The model responds to feedback and changes the next steps.
- When an iteration is interrupted, subsequent user input continues the normal iteration process.
What do you see instead?
When trying to give feedback on an iteration, it is not taken into account by the model and the approval iteration is repeated again.
Once an iteration is interrupted, further work is impossible.
ERROR: Turn interrupted
event
BackgroundEvent(BackgroundEventEvent { message: "stream error: unexpected status 400 Bad Request: {\n \"error\": {\n \"message\": \"No
tool output found for function call call_jYMLcaLzHr01TycvFpqSMCAq.\",\n \"type\": \"invalid_request_error\",\n \"param\": \"input\",\n
\"code\": null\n }\n}; retrying 10/10 in 2.122s…" })
ERROR: unexpected status 400 Bad Request: { "error": { "message": "No tool output found for function call
call_jYMLcaLzHr01TycvFpqSMCAq.", "type": "invalid_request_error", "param": "input", "code": null }}
Additional information
_No response_
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗