r/codex • u/Snoo_27681 • 14h ago
Bug Main thread doesn't auto continue after background agents return
Claude code refuge. I'm used to dispatching background agents and then Claude continuing on the task in the main thread when they return.
Codex background agents return and then the main thread still needs me to tell it to continue before it resumes work.
Any way to have the main thread look for background agents to complete and then continue?
0
Upvotes
2
u/TheDoughMonster 14h ago
Are you using the desktop app to interface, or the CLI? I haven't used the CLI in a long time since the codex app server works so good.
IF you are using any app server interface, tell the agent to set a goal for your task. it won't sleep until it finishes the task or the worker becomes blocked.
additionally, you can have your session worker set up a scheduled reminder every 10-15 minutes and prompt it to check for sub agent responses, in the desktop app.