Conductor now bundles plan mode, fast mode, skills, repo quick start, and an experimental merge-conflict UI around Codex sessions. Try it if you want a higher-level harness for long-running code agents, but watch the foreground chat UX on larger tasks.

/office-hours automatically.Conductor's announcement bundles three workflow controls around Codex: plan mode, fast mode, and skills. The screenshot shows these as explicit session-level options next to the model picker, with separate toggles for speed and planning depth rather than a single opaque agent setting.
A second change landed under Settings → Experimental: the settings post describes "Merge conflict resolution" that pushes conflicted files to the top of the git panel and adds a dedicated conflict-resolution UI with accept buttons inside the diff view. That matters for long-running coding sessions because conflict handling is now pulled into the same interface instead of bouncing developers back to manual git resolution.
The quick start post frames Conductor less as a thin chat wrapper and more as a repo harness for agent-driven work. Its new flow will "setup gstack, install skills," then "create a new repo" and "kick off /office-hours," collapsing several bootstrapping steps into one entry point. The attached bootstrap walkthrough shows the sequence executing end to end from the terminal.
That higher-level automation is the practical throughline across this release: Conductor is adding opinionated scaffolding around Codex sessions, not just more model knobs. The tradeoff, based on practitioner feedback, is that the UX still lags on foreground responsiveness; Husain says it is "still not quite as nice of a UX as Claw" because the agent often stays silent until a task finishes, which becomes more noticeable on larger coding jobs.
Codex in Conductor now has plan mode, fast mode, and skills!
live now! Settings → Experimental to try it out
You can now quick start a repo with gstack initialized! Conductor will automatically: - setup gstack, install skills - create a new repo - kick off /office-hours