Introducing Conductor Cloud →
0.17.2
Oct 27th, 2025
Misc Fixes

Improvements

  • Added Haiku 4.5
  • Compacting now goes through Anthropic's native APIs

Fixes

  • Speed up message processing
  • Reduce git queries ran from the workspace sidebar
  • Fix diff viewer line number alignment
  • Reset sessions in a cancelling state to idle on startup
0.17.1
Oct 27th, 2025
Bug Fixes

Improvements

  • Improved performance issue in composer. Let us know if you're still seeing any issues with lag!
  • Relative commit time in the changes dropdown filter
  • We've consolidated the diff and file tab into one

Fixes

  • Fixed composer send button hover color
  • Fixed unread count not incrementing for sessions in non-focused workspaces
0.17.0
Oct 24th, 2025
Multiple Chats

You can now launch multiple Claude Code chats in a workspace using ⌘T.

image

Improvements

  • Added line hover highlighting to the diff viewer
  • Display the relative commit time in the changes dropdown filter

Fixes

  • Fixed files not refreshing when not on the diff tab
  • Branch names now update when a workspace is not selected
  • Enable scrolling in the changes dropdown filter

Misc

  • We removed the compact button. You can still compact with the /compact command.
0.16.1
Oct 23rd, 2025
Diff Viewer Bug Fixes

Improvements

  • Switching between models in the middle of a session is now much faster
  • We've refreshed our accent color scale
  • Add Android Studio to the Open In menu

Fixes

  • Fixed files not refreshing in diffs
  • Fixed deleted files not rendering in diffs
  • Navigate away from a workspace if its repository is deleted
  • Fix bottom padding on single file diffs
  • Focus the chat tab when sending a message
  • Disable arrow key shortcuts when focused on the composer
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