Persistent Callback orchestration/Loop

Open 💬 2 comments Opened Mar 9, 2026 by northwoodstrader1

What variant of Codex are you using?

CLI

What feature would you like to see?

Why does codex not have this same feature claude code has:

  • a persistent local agent process that stays alive between turns
  • a scheduler/job controller that can sleep, watch processes, and resume work

So the short version is:

  • Claude Code likely has a persistent orchestrator around the model
  • this environment is turn-based
  • background Bash can monitor things here, but it cannot inject a new assistant turn by itself

basically if I start running a script I want to be able to have a bash timer set for lets say 3 minutes to auto start a next process or check the log of the script running to know if it has to fix something, an error pops up to auto fix the bug, or to auto start the next process when the script finishes. Claude code does this by using a bash task with a timer where it can do tasks in teh background, when the background timer finishes it notofies claude to check on said task or do a specific task in that item without using tokens while it essentially sleeps

Additional information

_No response_

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗