Introducing Conductor Cloud →
0.13.8
Oct 1st, 2025
Fixes for Fish Users
  • We now always use zsh for internal shell commands so you can continue to use Conductor with fish
  • Increased gh CLI auth timeout and potential bug with authentication. If Conductor is not recognizing your gh login, please let us know at humans@conductor.build!
0.13.2
Sept 29th, 2025
Sonnet 4.5 + new workspace page

image

Sonnet 4.5, the best coding model in the world, is now live in Conductor!

Introducing our new workspace page! We've made making new workspaces faster and easier to understand.

image

Name your workspace/branch with the inline editor and see at a glance what happened during workspace setup.

image

We've also made it more intuitive to link Linear issues. Press ⌘I to link from the composer.

image

Finally, we've made cancellations much more reliable. It should work instantly wherever you are in the chat.

Fixes

  • Detect conductor.json in repo root
  • Reliable cancellation
  • ⌘R to focus run tab
0.12.1
Sept 27th, 2025
Improved Plan Mode

We've improved plan mode! Claude no longer thinks it's still in plan mode when it's not. We've also updated the controls to respond to Claude's plans:

image

Claude will also no longer forget that its read files across turns. Response times should be faster across chats too.

Improvements

  • We now only update the MacOS notification badge when Claude completes
  • Improved the Resolve merge conflicts button prompt
  • Added keyboard shortcut ⌘+⇧+P to create a PR
  • Show the number of pending checks in the git status bar
  • Better notifications when scripts fail

Fixes

  • Fixed a bug sourcing initialization script
  • Prevented upstream tracking of new workspace branches
  • Fixed compact button height
0.12.0
Sept 25th, 2025
Forward Failing Checks to Claude

You can now forward your failing CI checks to Claude to fix!

image

You can now search your chats in the command palette (⌘+K):

image

Fish users, rejoice! We've also revamped how we run terminal commands. The terminal will now use your default SHELL and PATH, as well as any terminal commands we run on your behalf (setup scripts, git commands, etc).

image

0.11.6
Sept 23rd, 2025
Improved Cancelling

Cancelling is now much more reliable in Conductor!

Improvements

  • Improvements to conductor.json files generated via Claude Code
  • Improved markdown display for agent output
  • Added app icons to the "Open" dropdown

Fixes

  • Fixed slowness when sending attachments in the UI
  • Fixed comment whitespace getting trimmed while drafting
  • Claude Code now stops when you archive a workspace
0.11.4
Sept 23rd, 2025
The Return of Big Terminal Mode

We've brought back big terminal mode! Enable it in SettingsTerminal

image

Improvements

  • Preview what Claude will see when sending comment attachments

Fixes

  • Removed an unnecessary error toast when closing the "Add a local repo" dialog

In 0.11.5, added debug tools for the conductor.json migration

0.11.3
Sept 22nd, 2025
New Onboarding

We've revamped the onboarding flow in Conductor to make it easier and more beautiful to get started:

image

We've made it easier to setup your repo to work well with Conductor. You can now create your setup scripts with Claude:

CleanShot 2025-09-22 at 15 43 52@2x

Improvements

  • Added a Report Bug button when Claude Code returns errors
  • Linear attachments are now rendered as markdown
  • The Open In menu no longer defaults to Finder
  • A new workspace will be automatically created when a repository is added

Fixes

  • Retrying an error'ed message will now retry with the failed message's attachments
  • The entire top bar is now draggable
0.11.0
Sept 19th, 2025
conductor.json

To make it easier to share configurations, Conductor now stores your setup and run scripts in a conductor.json file.

image

To learn more, check out our documentation.

If you have any issues migrating, reach out to us at humans@conductor.build! We're happy to help.

Improvements

  • New onboarding flow
  • Default to terminal if no run script exists
  • Added workspace lifecycle logs to the top bar of each workspace

New in 0.11.2:

  • Confirm before creating a conductor.json migration PR
0.10.5
Sept 17th, 2025
Terminal Performance Pt. 2

We've refactored the terminal. This should reduce crashing and lag, and improve performance for long running tasks.

Archiving is also now instant: ConductorArchive

Improvements

  • Simplified signing in with GitHub (we now rely on a local gh installation)

Fixes

  • Fixed /clear
  • Fixed comments appearing multiple times in certain git diffs
  • Fixed appending .conductor to .git/info/exclude

New in 0.10.6:

  • Support for gh login for bash shell users