Introducing Conductor Cloud →
0.25.3
Dec 5th, 2025
Pinned Workspaces

You can now pin workspaces! Use pins to keep your most important workspaces at the top.

image

Improvements

  • Upload images over 5mb
  • Closed tabs can now be added as contexts in new sessions
  • New DMG image
  • Add Gwangju to cities list. If you have a city you'd like us to add, tweet about it and tag @conductor_build!

Fixes

  • Fix git branch prefix not applying to new workspaces
  • Plan mode rendering fixes
  • Fix tiny icon shift in sidebar
  • Remove phantom notifications from archived workspaces
0.25.2
Dec 4th, 2025
Bug Fixes

We've discovered a bug in the Claude Agent SDK that prevents MCPs in .mcp.json from being picked up by Claude. Please upvote this issue for Anthropic to make a proper fix!

Improvements

  • Added back the /clear command
  • Improved rendering of slash commands in the chat

Fixes

  • Fixed a bug in workspace creation that should result in faster creation times
  • Improved slash command auto-complete suggestions
  • Fixed diff comments sometimes disappearing while writing drafts
  • Fixed the merge button not working on repositories that didn't support squash merges
  • Fixed the Composer not visually updating after approving a plan
  • Truncated large numbers of file changes in AI message summaries
  • Hide educational tooltips from new users
0.25.1
Dec 4th, 2025
Conductor Wrapped

Introducing Conductor Wrapped! See a summary of how you used Conductor throughout the year.

image

Improvements

  • Added Codex Extra High reasoning
  • Improved error message for Claude Code login failures

Fixes

  • Fixed a bug where Claude Code slash commands would appear in Codex chats
  • Fixed a bug where slash command auto-complete suggestions could be duplicated
  • Removed noisy typing animation for branch names
  • Fixed a broken link in the MCP status dropdown
0.25.0
Dec 3rd, 2025
Workspace Storage Improvements, AI Response Metadata, and Slash Commands

Workspaces will now be created at ~/conductor/workspaces/ instead of .conductor. This means no more need to add .conductor to gitignore or exclude it from your build tools, and will help prevent the agents from getting confused about where to edit files.

(This change will apply for any new repo you add to Conductor going forward. Nothing will change for existing repos.)

You'll now see metadata below each AI response, including how long it took, a button to copy the response as markdown, and a list of changed files.

image

Claude Code's default slash commands now work in Conductor! Commands installed via Plugins work as well. MCP server statuses will also now appear before sending a message.

image

Improvements

  • Added a button to copy file contents when viewing files and diffs
  • We've improved fuzzy search for slash commands
  • Improved switch visibility in dark mode
  • Improved rendering of Claude Code Skills in the chat

Fixes

  • Only show ⌘N shortcut tooltip on the selected repository
  • Fixed the archive button incorrectly having a loading state when other workspaces were archiving
  • The target branch is now explicitly mentioned in the AI's instructions for creating PRs
  • Fixed port recognition when URLs wrapped across lines in the terminal
  • Fixed arrows opening in the wrong direction when expanding collapsed changes

Misc

  • Increased default toast duration from 5 → 10 seconds
  • Removed the "Open In" button from the new workspace screen
  • Converted settings from a dialog to a proper page
  • Changed shortcut to close settings page from "Esc" to "Cmd + Esc"
0.24.0
Dec 2nd, 2025
Improved Codex, Quick Start

We've improved Codex in Conductor: bash command render live, web search is enabled, and MCPs appear in the UI.

We've also added an option to create repositories from within Conductor. Quick start creates a new repo and pushes it to GitHub.

image

We've also made the settings page fullscreen, and made the tabs clearer and easier to navigate.

image

And we've made fuzzy search more flexible:

image

Improvements

  • New workspaces now show the file tree by default. They will automatically switch to show changed files once files are modified.
  • Added the workspace branch name to macOS notifications
  • Added previews for text attachments
  • Added a toggle to show session cost in the top bar when using an API key
  • Added back the scroll to bottom button
  • Added undo toast when archiving workspaces
  • Detect default branch automatically for Quick Start repos
  • Open in XCode now uses xed
  • Add Sourcetree to apps list
  • Various Codex chat UI improvements
    • Bash commands render as soon as they start running
    • Remove unnecessary prefixes in bash commands
    • Failing bash commands no longer show as empty errors
    • Show MCP tool calls in the chat
    • Enabled web search

Fixes

  • Added a warning when you upload an image larger than 5MB to Claude Code chats (Claude Code will crash on large images)
  • Fixed a bug where the incorrect workspace would occasionally be archived
  • Fixed agent icon being incorrect in the chat tab history popover
  • Invalid slash commands now show an error
  • Fixed the "Create workspace from" button not working on the home page
  • Fixed Claude Code downloads not working for some users
  • Fix PR search to use GitHub search API
0.23.3
Nov 26th, 2025
Repo Details

We've revamped the repo details view. You can now browse and restore archived workspaces from there.

Hover over a repo name and click the settings icon to get started.

We removed the old archived workspaces view.

CleanShot 2025-11-26 at 12 11 14@2x

Improvements

  • Conductor will now ask for confirmation before closing a chat tab that's running

Fixes

  • Fix git panel actions sometimes being sent to the wrong workspace
  • Fix redirection after archiving a workspace
  • Fix notification sounds not playing when the app isn't focused
  • Fix long user messages not wrapping in the chat
  • Fix overflows in the settings dialog
0.23.2
Nov 25th, 2025
Checkpointing Fixes

We've fixed a bug where reverting a chat would result in an error code 1. This was due to an undocumented breaking change in the Anthropic Agent SDK.

Fixes

  • Fixed a bug where new workspaces would occasionally start from an old git commit
  • Fixed the app crashing when navigating to the Linear tab while not authenticated
  • Fixed diffs for renamed files not showing correctly
0.23.0
Nov 24th, 2025
Opus 4.5 and Better Scrolling

Opus 4.5 is now available in Conductor!

CleanShot 2025-11-24 at 12 23 23@2x

We've also made scrolling much smoother and more reliable.

scrolling

Improvements

  • Subagent calls now show the prompt given to the subagent
  • The shortcuts help menu (cmd+?) now has more shortcuts

Fixes

  • Fix a bug where Codex struggled to read attachments
  • Remove broken terminal shortcuts (cmd+t, cmd+w)
  • Fixed a bug where the thinking button would hide the MCP button
  • Fix an issue where switching between workspaces would not reset the commits shown in the sidebar
  • Removed lines no longer show inline highlights in the diff viewer

Misc

  • Visual cleanups in the diff viewer, left sidebar, chat input, thinking menu, and elsewhere