Introducing Conductor Cloud →
0.8.0
August 25th, 2025
Integrate with Linear, Faster Claude

Introducing the Dispatcher, a new way to create workspaces. You can now choose a branch name when creating a new workspaces, or create a new workspace from one of your Linear issues.

image

We've also added a new Auto mode, where Opus plans and Sonnet implements.

image

For CLI fans, we've added Big Terminal Mode™. Go to settings → Big Terminal Mode to change the center pane to a terminal. (Warning: not for the faint of heart. This will replace the chat interface!)

image

We've made some performance improvements. The app should run faster overall, and Claude will respond a few seconds faster to every message.

Improvements

  • Opus plan mode
  • ⌘⇧[1-5] keyboard shortcut to change terminal tabs
  • ⌘W to close focused terminal tab
  • ⌘T to create a new terminal tab when focused on the terminal
  • Refined tooltip + font rendering
  • ⇧Tab to toggle plan mode (replacing ⌘P)
  • Big terminal mode
  • Open in XCode

Fixes

  • Border styling
  • Attachments no longer included in Create PR message
0.7.3
August 22nd, 2025
Plan Mode

image

Plan mode (⌘P) tells the AI to make a plan before editing files.

Improvements

  • ⌘O to open a repository from the repository page

Fixes

  • Fixed a bug where the @ file picker wouldn't populate in new workspaces
  • The loading indicator no longer jumps around in the chat
  • Fixed a bug where the git panel and diff dialog used different sort orders for displaying files

Misc

  • Feedback dialog now supports image uploads
0.7.2
August 19th, 2025
Add terminal context to chat

You can now send terminal context to chat by highlighting output and ⌘L to add it to chat.

Also, creating a workspace is now much faster.

CleanShot 2025-08-18 at 11 38 01@2x

Improvements

  • Select text in terminal and press ⌘L to send it to chat
  • Workspace creation is faster
  • Clicking a file in the diff panel now auto-scrolls to the diff
  • You can now press ⌘W to close a focused terminal window
  • Button styling is more consistent throughout the app
  • There's now a … icon in the sidebar that points to the repository settings page
  • Added more apps to the Open In button

Fixes

  • Fixed an issue with positioning of the @ file picker
  • Fixed an issue where @ file picker highlights wouldn't scroll with the text
  • Fixed an issue where some items wouldn't appear in command palette search results
  • Fixed an issue with scroll-to-bottom when switching workspaces
  • Fixed the background color of the Conductor logo on the login page
0.7.0
August 14th, 2025
We no longer burn your CPU (hopefully)

Before

CleanShot 2025-08-14 at 13 39 03@2x

After

CleanShot 2025-08-14 at 13 40 03@2x

We've also standardized our color palette for rendering code diffs.

CleanShot 2025-08-14 at 14 51 20@2x

Improvements

  • Added a close button to the git diff dialog
  • Consistent syntax highlighting colors for diffs
  • New sound effect: Choo-Choo!

Fixes

  • Fixed a resource leak that would happen when a terminal shut down

Misc

  • Clicking a file name in the chat will now open the file in your preferred editor
  • Improved error message when the same repository is imported twice to Conductor
  • Improved error message for repositories that don't have a remote named origin
0.6.1
August 12th, 2025
Bug Fixes!

Improvements

  • Added a sound effect that plays on workspace completion
  • Added special styling for context7 and Linear MCPs
  • Added an option to view only uncommitted changes in the git diff dialog
  • Added the "X" icon to all terminals so they're easier to quit

Fixes

  • Fixed a bug where text could be inadvertently selected in the sidebar
  • Fixed the system theme selection not being respected
  • Fixed a bug where the model selection popover could go off screen
  • Fixed a bug where the educational tooltip would appear briefly on startup for all users
  • Fixed a resource leak when closing terminal tabs
  • Fixed a case where Claude Code could make edits outside of your workspace's directory
  • Fixed a bug where typing a space would close the file suggestions popover in the composer
  • Fixed an overflow issue in the "Archive Anyway?" dialog
  • Disabled Git stats from updating while a workspace is archiving
  • Fixed a bug where the "Compact and Retry" button would re-send the incorrect message

Misc

  • Claude Code is now aware of your repository's default branch

New in 0.6.2:

  • Fixed a bug causing new workspaces to fail
  • Improved repository details page
0.6.0
August 9th, 2025
A New Look

We've overhauled Conductor's design. It's now sleeker, more intuitive, and feels right at home on your Mac.

CleanShot 2025-08-09 at 13 49 21@2x

The sidebar is now easier to parse. Get a clear view of what your agents are working on at a glance.

CleanShot 2025-08-09 at 14 23 55@2x

Messages display more consistently and are easier to read. We auto-collapse Claude's tools, but you can always peek under the hood.

CleanShot 2025-08-09 at 14 02 32@2x

We've also redesigned the repository details page and added a configurable archive script:

CleanShot 2025-08-09 at 14 22 31@2x

And you can now make multiple tabs in your terminal.

CleanShot 2025-08-09 at 14 06 11@2x

Improvements

  • Support for multiple terminal tabs
  • Added optional archive script
  • Added a max height for composer
  • Support for .log file attachments
  • Added JetBrains Rider to the "Open" menu
  • New workspaces are now prefixed with your git username instead of conductor/

Fixes

  • Fixed issue where GitHub repos failed to load
0.5.0
August 7th, 2025
GPT-5

GPT-5 is live in Conductor!

image

To enable GPT-5, go to Settings → Provider → Select OpenAI as the provider, then add your API key.

We've also refreshed the design of the sidebar! Each workspace now includes relevant Git status.

no-bg-CleanShot 2025-08-07 at 09 39 06@2x

Improvements

  • Added IntelliJ as an "Open In IDE" option

Fixes

  • Made several performance improvements to the main chat window to reduce lag
  • Fixed the repository click area in the sidebar
  • Fixed several performance issues with the git diff dialog
  • Fixed the "Add thinking" popover from clipping off screen for some users
0.3.2
August 5th, 2025
Opus 4.1

Claude Opus 4.1 is now available in Conductor!

image

Improvements

  • Added drag and drop to reorder repositories in the left sidebar
  • Added PyCharm as an "Open In IDE" option
  • Conductor now remembers where you last cloned a repo and defaults to that location for new clones. Also, the initial default path is now ~/conductor.

Fixes

  • Fixed a bug where the "Add Repository" popover was not visible on some screens

Misc

  • Improved error message when failing to authenticate with gh
  • Added the full URL that was fetched to the top of the WebFetch tool call
0.3.1
August 4th, 2025
Bug Fixes!

Improvements

  • When you add a new file, it will now show up in the @ autocomplete list
  • Added a "scroll to bottom" button in long workspaces

Fixes

  • Fixed a bug where pressing escape to close a modal could cancel the current chat session
  • Fixed a bug where clicking a commit shown in the chat would not open it in the git diff dialog
  • Fixed a bug where stats would not display correctly for commits in the git diff dialog
  • Fixed spacing in the auto-compact warning message
0.3.0
August 2nd, 2025
Git Diff View

You can now see your up-to-date git status directly in the sidebar!

CleanShot 2025-08-01 at 19 50 38@2x

We've also improved diff rendering and added an option to filter by commit:

CleanShot 2025-08-01 at 19 51 21@2x

Other improvements

  • When Claude returns an error, there's a new "Retry Message" button
  • You can now collapse repos in the sidebar
  • You can now drag-and-drop to add a new repo on the home page
  • When you resize the right sidebar panels, Conductor will now remember your settings
  • Conductor will now auto-detect your repository's default branch when you first clone it
  • Cleaned up the UI for adding new repositories
  • Added keyboard shortcuts for toggling the theme (⌘⇧T) and sending feedback (⌘⇧F)

Fixes

  • Fixed a bug where @ autocomplete suggestions would be hidden behind suggested git actions
  • Fixed a styling issue with hover state in the sidebar

Misc

  • We've removed the "% context used" indicator because the numbers Anthropic gives us don't let us estimate this reliably
  • We have a new email address: humans@conductor.build. The feedback, bug reports, and suggestions have been super helpful—please keep them coming!