Introducing Conductor Cloud →
0.36.4
Feb 24th, 2026
Next Workspace

You can now quickly jump between chats that need your attention or have unread messages. image

We’ve also smoothed out the animations when toggling thinking and plan mode, and improved our Linear integration.

<video src="https://conductor-marketing.t3.tigrisfiles.io/uploads/1771974746887-Screenshot_2026-02-23___08.42_PM.mp4" controls width="100%"

Fixes

  • Workspace diffs now time out after 20s
  • Linear deeplinks now handle prompt and path parameters and we’ve improved our loading state
0.36.3
Feb 23rd, 2026
Submit a Prompt, SDK Memory Leaks

You can now prompt a coding agent to build what you want to see in Conductor. If we like your prompt, we'll run it and merge the result!

image

To submit a prompt, click Help → Submit a prompt in the sidebar. Submit a prompt

The integrated terminal now respects tool version manager configurations like mise, asdf, and rbenv.

We've also updated the Anthropic Agent SDK to 2.1.50, which should solve some memory leak issues. Let us know if you're seeing any performance problems in Conductor - we'd love to get to the bottom of it.

Improvements

  • You can now enable enterprise data privacy mode by setting enterpriseDataPrivacy in conductor.json
  • Split workspace sidebar controls into separate filter and display buttons
  • "Show more" buttons in the sidebar when workspaces are grouped by repo

Fixes

  • File tabs now properly refresh content when navigating between text files
  • Fixed reversed branch order in Graphite stacks with 3+ levels
  • Integrated terminal now respects tool version manager configurations (mise, asdf, rbenv)
0.36.2
Feb 18th, 2026
Model Picker, Bug Fixes

You can now change your default model directly from the model picker: image Anthropic broke context usage info in the latest SDK release, so we've temporarily removed it.

Improvements

  • Added a button to copy the logs from a GitHub check
  • Switching to a different agent type (e.g., from Claude to Codex) now immediately switches to a new tab, instead of waiting to generate a summary
  • Clearer instructions for Claude’s ask-a-question tool
  • More small rendering optimizations

Fixes

  • Fixed markdown preview scroll in file and diff viewers
  • Fixed a crash that would occur when archiving workspaces
  • Fixed layout shift when creating workspaces from PRs

Lastly, a recommendation: please do not move or delete workspace or repo directories outside Conductor. It will get confused and have a bad time. We’ve added reminders about this in repo settings.

0.36.1
Feb 17th, 2026
Bug Fixes

We've fixed a bug that caused increased background resource usage. More performance improvements coming soon.

Improvements

  • Re-added the inline "New workspace" button
  • Chat overview bars are now capped at 50 turns for better readability
  • "Open in" button in the top bar now always shows the workspace directory

Fixes

  • Improved Xcode installation detection
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