-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Description
What feature would you like to see?
Do we have the ability to use a TODO list to create a long running task? I notice the codex cli consistently comes back for user input for tasks. Ask it it summarize 50 files (pure summary, no opinions) and you get 5 summaries and then asking the user for input. I think claude code does this via a todo list. To accomplish a large parallel task you would initiate the long todo list and then just need to follow until all of the todo list is complete. I tried various forms of progress reports, I think this would be best managed via a todo mcp. TODO list + codex cli as an mcp should provide the ability to do longer running tasks.
Are you interested in implementing this feature?
I would implement a version of this and combine it with the ability to call codex cli mcp itself with each item to make it not just subagents but parallel subagent. With each TODO you can have a 'dependency' if the dependency is on the previous step you get sequential actions, if not you can spawn parallel subagent sessions. To interact with the codex cli mcp I would create a task decomposer and context builder. I would take feedback before implementing, thank you!
Great work team!!!
Additional information
No response