Introducing Conductor Cloud →
0.14.5
Oct 9th, 2025
Zoom Improvements

We've fixed a bug with zoom controls (⌘-, ⌘+) that would cause dragging elements to break.

Improvements

  • Made arrow key navigation between files in the diff more obvious
  • Updated git diff empty state
  • Focus the composer when closing the Link Issue dialog

Fixes

  • Prevent tooltips from going outside the app
  • Hide system reminders from the Read tool in the UI
0.14.3
Oct 8th, 2025
Performance Improvements

We've fixed a regression that could leave zombie claude processes on user systems.

Improvements

  • Updated right sidebar empty state
  • Better error handling for the Anthropic Consumer Terms and Privacy Policy October 8th deadline error

Fixes

  • Fixed MCP documentation link

We've also temporarily removed plan mode from Conductor due to bugs in the Anthropic Agent SDK. For now, we're getting good results by asking Sonnet 4.5 to make a plan.

0.14.1
Oct 7th, 2025
New Diff Viewer

We've revamped the diff UI!

image

We've also fixed a performance degradation associated with having many workspaces. Conductor should be much faster now!

Improvements

  • New sound effects on workspace completion
  • Added an escape shortcut to cancel git diff comments
  • Converted the repository details page to a simpler dialog
  • Added UI treatment for /login errors
  • Show full branch name on hover in workspace sidebar

Fixes

  • Disabled font ligatures in git diffs
  • Fixed binary file detection for untracked files
  • Fixed line detection for untracked files
  • Fixed a bug where comments and line numbers could become misaligned in the git diff
  • Added drag regions to the git diff sheet
  • Fixed input not resetting on linear search palette close

New in 0.14.2:

  • Performance improvements
  • Option to set AWS_PROFILE
0.14.0
Oct 14th, 2025
Command Palette

Press ⌘K to open the command palette!

image

Workspaces can now be archived from the context menu, or from the command palette.

Improvements

  • Better rendering of failed Bash commands

Fixes

  • Fixed gh pr view prompting Claude to authenticate with GitHub
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