Introducing Conductor Cloud →
0.36.0
Feb 17th, 2026
Sonnet 4.6, Pierre Diffs

Sonnet 4.6 is now live in Conductor! image

We've replaced our diff viewer with a more accurate and beautiful diff engine. image

We’ve brought back more info about each workspace in the sidebar, so you can tell at a glance what repo and directory you’re in. image

Improvements

  • You can now drag and drop to reorder repositories in the sidebar.
  • Adjustments to chat tab sizing
  • You can now toggle sidebar visibility from the View menu

Fixes

  • Clarify branch rename instruction, which Codex was misinterpreting
  • Fix a bug where the right sidebar toggle button would incorrectly appear on the home page
  • Fix an issue with textarea autoresizing in the UI for Claude's ask-a-question tool
  • Fixed a bug where AI-generated chat titles might override manual changes
0.35.3
Feb 14th, 2026
Reliability and performance

We’ve fixed some rendering and performance issues, including removing animations that caused high idle CPU usage.

We’ve added an option to delete workspaces that can’t be archived. (This can happen if something outside the app renames or deletes a workspace’s directory or worktree.)

Also, you can now rename chats in the tab bar: image

Happy Valentine's Day!

Improvements

  • Model picker is now keyboard-navigable
  • Mermaid diagrams now support pan and zoom when expanded
  • When you add 10+ attachments, they now scroll to save space
  • We now remind the agent to write PR descriptions that cover all changes in the PR, not just changes it made
  • In repo settings, you can now configure the URL used by the “Open” button

Fixes

  • Rendering and UI performance improvements
  • Fix an issue with Codex on x86_64 architecture
0.35.2
Feb 12th, 2026
Group workspaces by repo, GPT-5.3-Codex-Spark

You can now group workspaces by repository! image

OpenAI’s fastest frontier model is now available! image

Improvements

  • Workspace titles are now bolded when awaiting question responses or plan review

Fixes

  • Cancelling Claude Code is now faster and more reliable
  • We’ve reduced GitHub polling for workspaces to prevent hitting query quotas
0.35.1
Feb 11th, 2026
Bug Fixes

We fixed a bug that caused chats to intermittently disappear.

0.35.0
Feb 11th, 2026
Workspace Status

Workspaces are now organized by status: backlog, in progress, in review, and done. Workspaces are also labeled by PR title when available. image

You can now customize the repository when using ⌘⇧N to create a workspace. image

Improvements

  • Added tooltips on hover for truncated workspace titles

Fixes

  • Fixed incorrect line stats and diffs for uncommitted files
  • Fixed PR metadata and comments not clearing when continuing in a workspace
  • Fixed file mentions with parentheses and percentages not rendering properly
  • Fixed the “Open in browser” shortcut conflicting
  • Fixed workspace action tooltips flickering
  • Skipped attaching PR templates when a custom PR description is provided
0.34.2
Feb 10th, 2026
Chat Summaries, Re-Run Actions, LaTeX

We’ve added chat summaries. Hover the table of contents to see a brief overview of your chat. image Failed GitHub Actions checks now have a re-run button, so you can retry them without leaving Conductor. image

We’ve also added support for LaTeX. image

Improvements

  • Diagrams now use Conductor's theme colors for better visual consistency
  • Smoother experience opening files in IDEs like Cursor and VS Code
  • Repo name is now included when searching for workspaces with /add-dir
  • PR title is now shown in the sidebar in experimental mode
  • "Workspaces" label changed to "History" in experimental mode

Fixes

  • Fix autoscroll not working correctly
  • Fix image attachments not rendering properly
  • Fix garbled escape codes in terminal on buffer replay
  • Fix settings sidebar spacing not matching workspace sidebar
  • Fix chat scrolling performance by removing a redundant cache subscriber
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