Skip to content

TODO list for long running tasksΒ #2966

@pfin

Description

@pfin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions