Background Execution & Parallel Instances #3283
jaccrocker
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
How would this work? How would someone use this? What are the implications? I totally agree that I want those things. I just don't know what the best user experience is for it |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be highly valuable to extend functionality in two ways:
1. Background Execution
Allow Codex CLI to continue working in the background while users send other prompts, maintaining context across messages.
2. Parallel Instances
Support running multiple Codex processes in parallel on the same codebase, with each instance focused on separate tasks (e.g., different PRD sections or PRP task lists). Ideally, these instances could coordinate changes to avoid conflicts, similar to branch/merge workflows.
Impact:
These capabilities would enable more efficient workflows, particularly when working on large documents or complex multi-task projects. They would reduce the need for external orchestration tools and improve developer productivity by allowing concurrent task execution within the same project context.
Beta Was this translation helpful? Give feedback.
All reactions