Introducing Conductor Cloud →
0.32.0
Jan 22nd, 2026
GitHub issues, Graphite stacks, continue chats, table of contents

You can now attach GitHub issues in the chat.

GitHub issues

When using Graphite to stack changes, your stack will appear in the right sidebar.

Graphite stacking

We've added two new options after you merge a PR:

  1. Click "Update memory" to ask Claude to learn from its mistakes and update its memory.

  2. Click "Continue on new branch" to start work on a new feature in the same workspace. Use this to keep your chats and ignored files, or if it takes a long time to create new workspaces.

Continue on new branch

We've also added a table of contents to easily navigate through the chat.

Table of contents

Improvements

  • Improved sub-agent rendering to match the rest of the chat
  • When running scripts, redirect /dev/null to stdin to discourage interactive behaviors

Fixes

  • Fixed a race condition where messages sent right after cancelling would also get cancelled
  • Truncated MCP output preview to 100k characters to prevent UI freezes
  • The loader indicator is now aligned with chat messages and tool calls
  • Fixed todos going off screen in the Checks tab
  • Fixed a bug in the interactive question tool where the enter shortcut didn't always work
  • Fixed a layout shift when toggling between tabs in the right sidebar
  • The "Export to new chat" button is now visible when Claude runs out of context
  • Fixed the Composer losing focus after cancelling
0.31.3
Jan 19th, 2026
AskUserQuestion improvements

We've cleaned up the UI for the AskUserQuestion tool to make it fully keyboard navigable.

<video src="https://conductor-marketing.t3.tigrisfiles.io/uploads/1768852746133-Clipboard-20260117-203656-672.mp4" autoplay muted loop playsinline width="100%"

Improvements

  • You can now see GitHub comment edits in Conductor
  • Drag and drop folders onto the Composer to mention them
  • Add button to copy PR link
  • You can now add a git prefix that doesn't end in / in Settings → Git
  • Updated Codex reasoning level default from minimal to low

Fixes

  • We've made rebase detection more reliable in various parts of the app, including spotlight testing and archiving
  • Review session now respects Codex thinking level
  • ⌃V to mark a file as viewed now works when the chat is focused
  • Updated Codex reasoning level default from minimal to low

Misc

  • Various UI cleanup
0.31.2
Jan 17th, 2026
General agent preferences

You can now add instructions for Conductor to give to each agent when it starts up, similar to CLAUDE.md or AGENTS.md. Configure instructions in Repository Settings.

General agent preferences

Improvements

  • Added ⌘G and ⌘⇧G shortcuts to navigate between chat search results

Fixes

  • Fixed a bug that would sometimes prevent workspaces from being archived
  • Fixed the thinking and plan mode toggles in dark mode
  • Fixed the "Create PR" button sometimes sending a message to the wrong chat
  • Fixed file names overflowing when reviewing diffs
0.31.1
Jan 16th, 2026
Checks tab

The checks tab is one place to keep track of everything you need to do before merging. Track git status, deployments, CI actions, comments, and user todos all in one place.

Checks tab

Improvements

  • Added ⌘, shortcut to open repo settings
  • Conductor will now ask to commit if there are uncommitted changes when archiving a workspace
  • Slash command autocomplete now works anywhere in a message
  • Added /restart to restart the Claude Code process in a chat
  • A confirmation dialog will now appear if agents are running when restarting Conductor
  • We've restored granular thinking levels for Codex (low, medium, high, xhigh)
  • Non-file level GitHub comments are now accessible from the Checks tab
  • Improved favicon detection logic in the left sidebar

Fixes

  • Fixed app crashing for users with corporate SSL proxies with native TLS
  • Invalid slash commands will now show an error in the chat
  • Increased ⌘F search bar width
  • Repository names are now truncated in the left sidebar
  • Repository names are now truncated in settings
  • Fixed left sidebar icon alignment
  • Fixed a bug where the left sidebar could be resized to have no width
  • Fixed text overflowing in the right panel
0.31.0
Jan 15th, 2026
Search chats, add scripts in the UI, and view setup script logs

Use ⌘F to search within chats.

Search chats

You can now edit scripts directly in Settings.

Edit scripts in Settings

Also, setup script logs are now visible in the UI.

Setup script logs

Lastly, we've simplified the left sidebar. Use the + icon to create a new workspace. Conductor will automatically detect favicons in your repository to display in the sidebar.

Simplified left sidebar

Improvements

  • Added a toggle to render .svg files as images
  • Added a ⌃V shortcut to mark files as viewed
  • Marking a file as viewed automatically navigates to the next file
  • Conductor will now try to reset git state when changing a workspace's target branch
  • Added a setting to configure where workspaces are stored on disk
  • Linear issues are now sorted chronologically by updated time, and new issues will be pulled in faster

Fixes

  • Fixed the attachments popover not closing after adding an attachment
  • The "Fix errors" button will now appear in the Checks tab when PRs are blocked awaiting a review
  • Fixed unnecessary chat tab switching when navigating between tabs in the right panel
  • The "hand off" button will now always start new chats in default permission mode
  • Fixed composer approval text on smaller screens
0.30.0
Jan 13th, 2026
Bug Fixes, Claude Code for Chrome, Hand off plans

We've fixed the increase in Error Code 1 and Unknown errors that would occur when using an async subagent or background task with Claude Code.

Claude Code in Conductor can now use Chrome to test changes, browse the web, and take screenshots. Enable in Settings → Chat.

Claude Code for Chrome

Also, quickly hand off plans to another agent in the same workspace for implementation.

Hand off plans

Improvements

  • Improved rendering for the GetTerminalOutput tool
  • Added CI job run time to the Checks tab
  • CI jobs in the Checks tab are now sorted by state
  • Use the Enter key to create a new TODO automatically in the Checks tab
  • Added a button to copy queued user messages
  • Added app and SDK versions to the help menu
  • Added ⌘K shortcut to clear terminal display

Fixes

  • Fixed a bug where a workspace's branch name wouldn't show when initializing
  • Fixed a bug where files marked as deleted could not be marked as viewed
  • Fixed a bug where navigating to the Checks panel would change the view in the main panel
0.29.5
Jan 12th, 2026
Bug Fixes, Claude can now read your terminal

We've identified a regression in the Claude Agent SDK when using async subagents that results in Error Code 1 and Unknown error responses. Please upvote this issue for Anthropic to make a proper fix!

We’ve also added a new tool for Claude to read your terminal.

Claude can now read your terminal

Improvements

  • Added shortcut ⇧⌥C to view uncommitted changes
  • Added project name to deployments in the Changes tab

Fixes

  • Fixed the new workspace page appearing when the last tab in a workspace was closed
  • Fixed a bug where deleted files could not be marked as viewed
  • Clarified behavior in thinking toggle
0.29.4
Jan 12th, 2026
PR Checks, New Shortcuts

Each workspace now has a Checks tab. Use it to monitor GitHub actions, deployments, and user TODOs.

PR Checks

We’ve also added new keyboard shortcuts:

  • Review ⌘⇧R
  • Fix errors ⌘⇧X
  • Open in GitHub ⌘⇧G
  • Pull latest ⌘⇧L
  • Merge ⌘⇧M
  • CTRL+Tab and Shift+Ctrl+Tab to switch chat tabs

Press ⌘/ to see a cheatsheet of all shortcuts.

Improvements

  • Better rendering for “read image” tool use

Fixes

  • Fixed plan mode helper text wrapping on smaller screens

Misc

  • Various UI tweaks to the Composer
0.29.3
Jan 10th, 2026
Composer Improvements, Bug Fixes

We’ve simplified the composer. Use the + icon to add attachments, linear issues, and more!

Composer improvements

Fixes

  • Fixed the review button not being visible while the AI is working
  • Fixed the branches tab in the create workspaces dialog crashing the app when the repository has lots of branches
  • Checkboxes in dark mode are more legible
  • Fixed TAB not working in the create workspace dialog
0.29.2
Jan 9th, 2026
Vercel deployments, simplified thinking levels

Use the Deployments tab to view Vercel and GitHub deployments associated with each PR.

Vercel deployments

We’ve simplified the thinking levels in Conductor. Use ⌥T to toggle thinking on and off. Thinking is now enabled by default for new users.

Simplified thinking levels

Fixes

  • Fixed the left sidebar being hidden when all repositories were deleted
  • Improved error messaging when spotlight fails to launch due to an ongoing rebase
  • Fixed CONDUCTOR_* env variables not being visible to Claude or Codex
  • Tweaked PR creation instructions to use the GetWorkspaceDiff tool

Misc

  • Dialogs have more padding
  • Simplified version control header