Codex 5.4 (high) says it will do something and stops, requires my intervention
What version of Codex CLI is running?
codex-cli 0.114.0
What subscription do you have?
Pro
Which model were you using?
gpt-5.4-high
What platform is your computer?
Darwin 24.4.0 arm64 arm
What terminal emulator and version are you using (if applicable)?
iTerm2
What issue are you seeing?
I've been having similar issues lately where codex will just stop when it should keep going. In this case, it said it'd do something, but then stopped. I had to manually type and submit "continue".
This is related (and might be a duplicate of) this one: https://github.com/openai/codex/issues/14303: I noticed that Codex would say it was watching a process (e.g test run, compiler running) but in reality it wasn't really in the agentic loop, it just stopped. I actually had to babysit the process and nudge the agent. It seems to be related to the "background agent" feature? Before it'd just start in the foreground and block the agent, but it'd not break the agentic flow. I can see the appeal of "async" background processes, but the agent should be notified when they finish no? Is that how it works now?
What steps can reproduce the bug?
Uploaded thread: 019cb669-5422-7ca0-b7bb-0229699c49bf
What is the expected behavior?
_No response_
Additional information
_No response_
9 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
I use subagents a lot and no longer have to wait or _"continue"_ anywhere since adding this to my
AGENTS.md.They're always going! Caffeinated goblins. Also works for dumber models on OpenRouter, etc.
@nilswx Oh, interesting! Will try it out. Thanks!
EDIT:
My type of goblins!
Still seeing this on
codex-cli 0.114.0on macOS, and the painful part is that permissive execution settings do not solve it. Even with effectively YOLO / full-access style runs, the agent still falls into handoff behavior like "next step is..." or requires a manualcontinuenudge instead of just executing the next known step.Prompt / AGENTS workarounds help, but they are not reliable enough for long-run harnesses. I think Codex needs an explicit opt-in autonomy mode:
objective,in_progress, andnext_action_1across compaction/resumeThis feels closely related to both
#4357and#5957: from the user's side the issue is still "I have to babysit the session even when I intentionally enabled a low-friction run mode."Related: https://github.com/karpathy/autoresearch/issues/57.
I fixed the issue discussed here: https://github.com/openai/codex/issues/14731. <s>I'm waiting for permission to create the PR and merge it, unless this entire</s>. I created PR, fix is already in this commit https://github.com/openai/codex/commit/c2845daf318e70a08ccb579c99a7b45fc8c423dc and a patch release is needed.
Update: PR is closed due to restricted contribution policy
Ya, very frustrating
Yeah, I'm still seeing this non-sense as well. Ask codex to do something and it acknowledges your request and doesn't do anything or half asses it lol.
Thanks for the bug report. We'll share the feedback with the team responsible for training our codex models. We're tracking this feedback and similar reports so we can improve future models.
@fullofcaffeine, I wasn't able to look at your logs because we don't have any records of the thread ID you posted. Perhaps the
/feedbackupload failed.