Introducing Conductor Cloud →
0.23.2
Nov 25th, 2025
Checkpointing Fixes

We've fixed a bug where reverting a chat would result in an error code 1. This was due to an undocumented breaking change in the Anthropic Agent SDK.

Fixes

  • Fixed a bug where new workspaces would occasionally start from an old git commit
  • Fixed the app crashing when navigating to the Linear tab while not authenticated
  • Fixed diffs for renamed files not showing correctly
0.23.0
Nov 24th, 2025
Opus 4.5 and Better Scrolling

Opus 4.5 is now available in Conductor!

CleanShot 2025-11-24 at 12 23 23@2x

We've also made scrolling much smoother and more reliable.

scrolling

Improvements

  • Subagent calls now show the prompt given to the subagent
  • The shortcuts help menu (cmd+?) now has more shortcuts

Fixes

  • Fix a bug where Codex struggled to read attachments
  • Remove broken terminal shortcuts (cmd+t, cmd+w)
  • Fixed a bug where the thinking button would hide the MCP button
  • Fix an issue where switching between workspaces would not reset the commits shown in the sidebar
  • Removed lines no longer show inline highlights in the diff viewer

Misc

  • Visual cleanups in the diff viewer, left sidebar, chat input, thinking menu, and elsewhere
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