We've raised a $22m Series A →
Back to changelog
0.49.0
Apr 22, 2026

Conductor Allegro, GPT-5.5

We've re-built the app from scratch to make it twice as fast. Creating tabs, switching workspaces, and rendering files are all 50% faster, memory usage is lower, and the app is 150 MB smaller.

GPT-5.5 is now available in Conductor:

CleanShot 2026-04-23 at 12.56.15@2x.png

Improvements

  • Switching between chats now remembers your scroll position
  • Terminal tabs stay clickable when auto-renamed to short labels, and many tabs can now scroll horizontally instead of being squashed
  • You can now go back between onboarding steps
  • Reduced GitHub usage when polling PR info
  • PR status is now restored from cache on startup, so the git panel shows real state immediately instead of "Loading PR info..."
  • Moved Garry mode into General settings and added ⌃O to toggle it
  • Embedded terminals now stay running when their UI temporarily closes
  • Switching workspaces is faster when interactive terminals are open
  • You can now drag files and folders from the Files tab into the composer
  • Review sessions now use new review instructions
  • Remind agents to compare to origin/main (remote ref) rather than local
  • You can now choose terminal tabs and recent commands from @terminal
  • The app window now has a minimum size to prevent layout issues
  • Reduced time-to-first-response by making start checkpoints non-blocking
  • Thinking blocks now look nicer
  • The right sidebar is now narrower by default and can be resized smaller
  • Archiving a workspace now saves uncommitted changes as a commit

Fixes

  • Fixed remote agents sometimes staying pending after sending a message
  • Fixed stale review comment attachments when messages are queued
  • Fixed an issue where running chats could still appear active after reopening Conductor
  • Fixed an issue where Claude message format changes could break chat rendering
  • Fixed an issue where cancelling a chat could leave it stuck as running
  • Fixed archived workspaces sometimes showing branch names instead of PR titles
  • Fixed archive on merge so it works for direct and background PR merges
  • Reduced GitHub API usage when PR polling approaches rate limits
  • Fixed an issue where quitting Conductor warned that remote agents would be stopped
  • Fixed an issue where deleted chats could leave draft text behind
  • Fixed an issue where Conductor could be slow to respond after updating
  • Fixed an issue where background branch renaming could rename branches with pull requests
  • Fixed an issue where an unrecognized message shape would blank out an entire chat
  • Fixed an issue where copied composer line breaks included extra blank lines
  • Fixed an issue where renamed branches could show stale workspace branch names
  • Fixed setup scripts so they can use tools from your shell configuration
  • Fixed an issue where sent chat messages could stay stuck in the queue
  • Fixed an issue where Codex sessions could fail to auto-name branches
  • Codex turns no longer fail when Codex briefly reconnects mid-stream
  • Aligned the chat loading indicator with the message column on wide screens
  • Fixed a UI glitch where workspaces in the sidebar appeared to be draggable
  • Fixed a terminal rendering crash by using xterm's built-in DOM renderer
  • Fixed an issue where Conductor could keep using an outdated agent runtime after an update
  • Fixed an issue where Conductor could reopen the last Linear deep link after sleep
  • Fixed broken terminal text rendering on newer macOS versions
  • Terminated terminals now show their exit status and stay read-only
  • Fixed a brief flash when opening a new chat tab
  • Fixed garbled terminal output when typing or navigating command history
  • Fixed Codex plan approvals that could stop before execution
  • Fixed an error message appearing when sending a message after creating a plan
  • Fixed setup and run terminals hanging when scripts start
  • Fixed an issue where /mcp-status showed no MCP servers
  • The database version mismatch screen now correctly shows the rollback option and lets you check for updates
  • File paths in the git panel now keep the filename visible, compressing the directory first
  • Fixed an issue where line breaks would not be preserved when pasting from some external sources
  • Fixed an issue where opening a big terminal tab would close the file tab

0.49.1

  • GPT-5.5 is now available in Conductor

0.49.2

  • Updated Claude Code to 2.1.118
  • Fixed an issue where merged PRs could lose their title and description