Introducing Conductor Cloud →
0.34.1
Feb 6th, 2026
Editable PR titles and descriptions

You can now edit PR titles and descriptions in the Checks tab! When you ask the AI to create a PR it will use the values you provided. image

We’ve also improved several of the prompts used throughout Conductor, including for code review and chat summarization.

Improvements

  • Added UI rendering for agent swarm tools
  • Non-image files can now be pasted into the Composer

Fixes

  • Fixed a bug where images copied in Conductor could not be pasted into the Composer
  • Fixed inconsistent tool icon sizing
  • Fixed certain unicode characters not rendering in the terminal
0.34.0
Feb 5th, 2026
Opus 4.6 and GPT-5.3-Codex

The smartest and fastest models from Anthropic and OpenAI are now available in Conductor!

image

Improvements:

  • Mermaid diagrams can now be expanded to fullscreen
  • Each toast now links to the workspace it relates to
  • Richer error messages from Claude Code and Codex
  • Deeplinks (Linear, Slack, VS Code, etc.) in AI responses are now clickable
  • Archiving is now blocked while agents are running
  • New “Open in” options, including more variants of Zed and IntelliJ

Fixes

  • Cleaned up redundant compaction messages
0.33.5
Feb 3rd, 2026
Better archiving

Conductor now automatically saves your git state when you archive, including uncommitted files.

You can now organize workspaces by status: backlog, in progress, in review, and done. Go to Settings → Experimental to turn it on. image

Improvements

  • Archiving a workspace now immediately interrupts the setup script
  • You can now always unarchive a workspace, even if the original branch has changed
  • The code reviewer now outputs its summary in a more visible place at the end of the review
  • Option+Left/Right in the composer now stops at punctuation (matching VSCode)
  • We asked Claude to be less aggressive about using the “ask question” tool
  • We now treat periods as word boundaries when navigating through text with alt+arrow
0.33.4
Jan 31st, 2026
Git Panel Grouping and Bug Fixes

The git panel changes tab now groups files into "Uncommitted" and "Committed" sections:

CleanShot 2026-01-30 at 10.31.26@2x.png

Improvements:

  • You can now link GitHub issues without needing Linear authentication
  • Creating a workspace from a PR now shows the correct diff (previously it could show extra unrelated files)

Fixes:

  • Fixed "Open in" detection for JetBrains IDEs installed through Toolbox
  • Fixed extra blank space appearing at the bottom of the chat
  • Fixed authentication failure message
0.33.3
Jan 29th, 2026
Performance Improvements, File Context Menu

We’ve fixed a performance issue in long chats.

We’ve also added a new context menu when right clicking on files. image

Improvements

  • User comments will now appear in the Checks tab

Fixes

  • Fixed a bug where the comment input would frequently get de-focused
  • Fixed branch rename instruction not being sent after clicking “Continue on new branch”
  • We’ve fixed a 400 API error that could occur with Claude Code
  • Fixed ⌥U not un-toggling the uncommitted changes view
  • The “Open” button will now open to the file you’re currently viewing in Conductor
0.33.2
Jan 28th, 2026
View GitHub Actions in Conductor

Click on a GitHub Action in the Checks tab to view its logs. image

Improvements

  • We’ve replaced ultrathink with a max thinking budget to reduce Claude’s confusion.

Fixes

  • Fixed a regression where the right panel would overflow and not truncate properly on smaller screens
  • Fixed a regression in Claude Code where Opus would sometimes output (no content). We’ve made Anthropic aware here.
  • Disabled Apple autocomplete in the Composer
0.33.1
Jan 27th, 2026
Slash command bug fix

We’ve fixed a bug where certain slash commands wouldn’t be processed when thinking was enabled.

0.33.0
Jan 27th, 2026
Tasks & Typography

Conductor now supports tasks, a way for Claude to organize its work better and complete longer projects. image

We’ve also revamped our typography scale to make chats more readable. We’ve fixed vertical spacing, heading size, table proportions, and more. Here’s the before and after: image

We also now support multi-select questions from Claude: image

We now show a detailed breakdown of context usage when you hover over the context dial image

Fixes

  • Disable autocorrect/spellcheck in Claude’s questions input field
  • Changed add repository shortcut to ⌘⌥A to avoid a conflict with archiving shortcut (⌘⇧A)
  • Fixed bug with cancellation in Codex
  • Fixed attachments not being sent with slash commands
0.32.2
Jan 23rd, 2026
Bug Fixes

We've fixed a bug where messages could not be sent in a chat tab after closing it. This bug also affected archived workspaces.

0.32.1
Jan 22nd, 2026
Rerun setup scripts

You can now rerun your setup script directly from the terminal panel.

Rerun setup script

Improvements

  • Added a setting to always view how much of the context window Claude has used. Enable it in Settings → Chat.
  • Added an option to copy plans to clipboard
  • Restored the ⌘O shortcut to open a repository from its settings page
  • Added Elixir syntax highlighting

Fixes

  • We've fixed a bug where chats would sometimes appear empty on load