- We now always use zsh for internal shell commands so you can continue to use Conductor with fish
- Increased
ghCLI auth timeout and potential bug with authentication. If Conductor is not recognizing yourghlogin, please let us know at humans@conductor.build!
You can now setup Claude Code to run via an alternate provider, like Bedrock, Vertex, or any Anthropic compatible URL.
Fixes
- More reliable auto-updater
- Fixed width of "Open In" buttons
- Added privacy link to onboarding
- Added some tips on using Conductor with Cursor and VS Code.
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.
Name your workspace/branch with the inline editor and see at a glance what happened during workspace setup.
We've also made it more intuitive to link Linear issues. Press ⌘I to link from the composer.
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
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:
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 conflictsbutton prompt - Added keyboard shortcut
⌘+⇧+Pto 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
You can now forward your failing CI checks to Claude to fix!
You can now search your chats in the command palette (⌘+K):
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).
Cancelling is now much more reliable in Conductor!
Improvements
- Improvements to
conductor.jsonfiles 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
We've brought back big terminal mode! Enable it in Settings → Terminal
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
We've revamped the onboarding flow in Conductor to make it easier and more beautiful to get started:
We've made it easier to setup your repo to work well with Conductor. You can now create your setup scripts with Claude:
Improvements
- Added a
Report Bugbutton when Claude Code returns errors - Linear attachments are now rendered as markdown
- The
Open Inmenu 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
To make it easier to share configurations, Conductor now stores your setup and run scripts in a conductor.json file.
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
We've refactored the terminal. This should reduce crashing and lag, and improve performance for long running tasks.
Archiving is also now instant:
Improvements
- Simplified signing in with GitHub (we now rely on a local
ghinstallation)
Fixes
- Fixed
/clear - Fixed comments appearing multiple times in certain git diffs
- Fixed appending
.conductorto.git/info/exclude
New in 0.10.6:
- Support for gh login for
bashshell users