Multiple codex agents in different branches

I have just started to use Codex, and think it is really effective.

One challenge I face is, sometimes my tasks can take 20-30 minutes. During that time, I would like to take on additional tasks.

Is there a way to have codex, running locally, to simultaneously be working in different git branches?

E.g., codex working in branch feature-1, while I create a new tab, and have codex there start work in branch feature-2?

My goal is to tackle more work simultaneously, but not have the different agents conflict with each other.

Thank you!

2 Likes

I realized I can just use git worktree, which solves my particular issue, but if anyone has any better ideas, would love to hear.

1 Like