Introducing Conductor Cloud →
0.22.7
Nov 21st, 2025
Send Plans to New Chats

You can now copy a plan from Claude Code or send it to a new chat for implementation.

image

Fixes

  • Fixed Claude Code installations for new users
0.22.6
Nov 20th, 2025
Conversation Summaries, Codex Diffs, and Custom Review Models

You can now attach a summary of your previous chats in new tabs.

image

Conductor now shows Codex's changes after each turn.

image

Also, select your default model and thinking level for reviews.

image

Fixes

  • Fix the retry button
  • Prevent the escape key from cancelling the agent while editing the branch name
0.22.5
Nov 19th, 2025
GPT 5.1 Codex Max, Improved Diff Viewer

OpenAI's latest agentic coding model is now available in Conductor.

image

We've also given the diff viewer a face lift!

image

Improvements

  • Make cancellation more obvious in the Composer
  • Show when third-party services (Anthropic, GitHub) are having outages in Conductor.

Fixes

  • Fix parts of the Composer being unclickable
0.22.4
Nov 18th, 2025
Expand Terminal, Env Vars, and GitHub Enterprise

You can now expand the terminal to full height. Try Gemini 3 via the gemini cli:

image

You can also now set env variables in Claude Code's environment in SettingsEnv. This is useful for configuring third-party providers or providing Claude with specific env values.

image

If you've previously set a provider in the SettingsProvider tab, we automatically migrate your env variables to the new Env section.

We've also added incremental expansion to our diff viewer:

image

Improvements

  • Support for GitHub enterprise login
  • Expand terminal to full screen
  • Add more PR template locations (./pull_request_template.md, .github/pull_request_template.md, docs/pull_request_template.md)

Fixes

  • Sidebar background color fix
0.22.2
Nov 17th, 2025
Codex Cancellation

You can now cancel Codex while it's working (ESC) and we've reduced bundle size from 225MB to ~124MB.

CleanShot 2025-11-17 at 13 38 41@2x

Improvements

  • Claude Code now comes bundled with Conductor
  • Reduced bundle size to ~124MB

Fixes

  • Fixed the loading indicator disappearing while the AI was still responding
  • Improved logging
0.22.1
Nov 14th, 2025
GPT-5.1

OpenAI's latest model is now available in Conductor.

image

Sub-agent tool calls will now be neatly nested in the chat.

image

Improvements

  • Close tabs with middle mouse click
0.22.0
Nov 12th, 2025
Code Review and Historical Diffs

image

Click the "Review" button in the right sidebar to get the AI to review changes.

image

You can now view turn-by-turn diffs for each message in the chat.

image

Improvements

  • Add ⌘. shortcut to activate Zen mode
  • Show when chat compaction starts

Fixes

  • Fix a git timestamp parsing error that would crash Conductor
  • Fix buttons in the Composer sending the message draft on click
  • Fix vertical scrolling in the dispatcher
0.21.0
Nov 10th, 2025
Plan mode

image

We've also added GPT-5-Codex Mini, and brought back Opus 4.1.

image

Improvements

  • Add animation for chat titles
  • Add archive on merge setting
  • Add a copy path button and ⌘⇧C shortcut

Fixes

  • Fix Linear attachments being sent to the wrong chat
  • Fix file paths with slugs not rendering properly
  • Recent files in the file picker are now scoped to the repository
0.20.0
Nov 7th, 2025
File picker and chat titles

We've added a new file opener. Use ⌘P to search files across your workspace!

image

We now automatically generate chat titles for your tabs:

CleanShot 2025-11-07 at 14 27 13@2x

We've also removed some unnecessary GitHub API usage (to avoid hitting rate limits) and improved autoscrolling in chats.

Improvements

  • We now use Gemini to generate a chat title based on your first message. To disable, pick "Strict data privacy" in Settings → General.
  • Add toggle buttons for the left sidebar
  • Add Codex thinking levels
  • Chains of empty directories are now squashed together in the file tree
  • Show when PRs are awaiting manual review
  • Improved TODO tool rendering
  • Revamped command palette UI

Fixes

  • Fixed unclear Claude Code installation UX
  • Fixed incorrect Unable to merge statuses in the UI
  • Fixed terminal text wrapping being lossy
  • Improved turn rendering logic
0.19.0
Nov 5th, 2025
Checkpoints

Revert your chat to a previous turn, wiping the conversation history and changes.

CleanShot 2025-11-05 at 14 38 56@2x

Also, view at a glance changes in Claude's most recent turn.

image

Learn more about checkpointing in our docs.

You can now also close the left sidebar. Press ⌘B to toggle the left sidebar, and ⌥⌘B to toggle right.

Or, turn on Zen Mode with CTRL+Z to hide both at once.

CleanShot 2025-11-05 at 13 36 47@2x

Improvements

  • Clicking file badges will now show you the file in Conductor
  • Selecting a model now closes the model picker and focuses the composer

Fixes

  • Fix model not found error in older chats
  • Improve resource teardown logic on app close
  • Fix hover mask for tabs with long file names
  • Fix not_found_error when setting gpt-5-codex as the default model in Settings