Introducing Conductor Cloud →
0.16.0
Oct 21st, 2025
Diff Viewer + File Explorer

We've integrated the diff viewer into the main chat panel! See diffs faster in a more intuitive UI.

image

You can now view all of the files in your workspace in Conductor.

image

Improvements

  • Claude will now always commit for you - no more Changes auto-committed by Conductor!

Fixes

  • Better binary file detection
  • Prevent Linear issue IDs from wrapping
0.15.2
Oct 20th, 2025
Create workspace from PR

You can now create a workspace directly from a PR, existing branch, or Linear issue using ⌘⇧N.

Improvements

  • Added a more noticeable onboarding sequence for new users
  • Close the new workspace popup when pressing Escape
  • Add a Learn More link under Auto-Merge in settings

Fixes

  • Fix file picker not loading large file trees
  • Fix Linear auth not redirecting users to the main app on success
  • Fix attachments panel positioning
0.15.1
Oct 18th, 2025
Claude's Thinking

You can now see Claude's thinking. Press ⌘⇧. to toggle.

image

Improvements

  • Open workspaces via keyboard ( + workspace number)
  • Fuzzy search for files in file picker

Fixes

  • Fixed the command palette matching for archived workspaces
0.15.0
Oct 17th, 2025
Linear

You can now connect Linear to Conductor!

image

You can also use the file picker to attach images and files to your messages:

image

Improvements

  • Arrow key navigation in the command palette and file picker
  • Drag and drop files from Finder or other apps
  • @-mention files in your message

Fixes

  • Fixed creating a new workspace while booting not redirecting correctly
0.14.7
Oct 11th, 2025
Git Diff Improvements

Improvements

  • Added an Open In button to files in the git diff
  • Newly added markdown files will be rendered as markdown in the git diff by default

Fixes

  • Fixed markdown text wrapping in git diff viewer
  • Fixed git actions sharing loading state across workspaces
  • Fixed the escape key not closing the git diff viewer after leaving a comment
  • Fixed the comment button having an inaccurate click target
0.14.6
Oct 10th, 2025
Markdown Preview

We've added a markdown preview to the diff viewer!

CleanShot 2025-10-10 at 12 27 37@2x

Improvements

  • gh auth status now caches for 24hr
  • Updated resolve conflicts prompt to Resolve any existing merge conflicts with the remote branch ({targetBranch}). Then, commit and push your changes.
  • Rename revert -> discard

Fixes

  • Fix horizontal overflow render in repo details dialog
  • Sidebar UI tweaks
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