Introducing Conductor Cloud →
0.27.2
Dec 19th, 2025
Onboarding Bug Fix

We've fixed a bug that would cause Claude Code authentication to hang for some users during onboarding. This bug also resulted in slash commands not populating in new chats. Our apologies!

0.27.1
Dec 19th, 2025
Clickable File Mentions

You can now open files tagged in messages.

image.png

Improvements:

  • ⌘O on a file page will now open that specific file

Fixes:

  • Fixed a bug that allowed Claude to make edits while in plan mode
  • Fixed the archive button not appearing when a workspace’s remote branch was deleted
  • Fixed a rare bug where Conductor could crash other apps using the wrong pgrep
0.27.0
Dec 18th, 2025
Notes Tab, GPT-5.2-Codex, More Fonts

Each workspace now has a scratchpad. Share notes with agents using <notes>.

image

OpenAI's latest frontier coding model is now available in Conductor!

image

Also, you can now customize the monospace font under Settings → Appearance.

image

Improvements

  • Added Fork to the Open In menu
  • Improved OAuth error token error message
  • You can now manually remove a comment that was imported from GitHub

Fixes

  • Fixed some jank with renaming branches
  • Fixed rendering errors with Mermaid diagrams
  • Fixed a bug when forking chats that would drop files that were both tracked and ignored
  • Fixed a race condition where messages could occasionally get sent to Claude twice
0.26.0
Dec 17th, 2025
Search Workspaces, View Files from Chat

You can now search for workspaces by their branch name, repo, or PR number (⌘⇧F).

image

You can also click on any file path the agent mentions to view it in Conductor!

image

We've also added xhigh reasoning for GPT-5.2!

image

Improvements

  • Added an index to code review instructions to make referencing issues easier
  • Added a sub agent icon to the tool use summary
  • Added PR # to the left sidebar

Fixes

  • Fixed flicker when closing chat tabs
  • Indentation in user messages is now preserved
  • Fixed terminals being shut down only after files were deleted in a workspace
0.25.13
Dec 16th, 2025
Performance Improvements

We've made several performance improvements to the Composer to reduce input lag. We've also re-written fuzzy search. It should be up to 10x faster on larger codebases.

Improvements

  • Added Antigravity to the Open In menu

Fixes

  • Performance improvements to the Composer
    • Fixed a bug where pasting inputs with @ characters would cause flickering and input lag
    • Fixed unnecessary re-renders slowing down queries
    • We've re-written fuzzy search. It should be up to 10x faster on larger codebases.
  • Claude Code MCP servers are now hidden when using Codex
  • Fixed diffs showing incorrectly when using plan mode
0.25.12
Dec 15th, 2025
Bug Fixes

We now bundle the GitHub CLI with Conductor. If you've had issues authenticating with GitHub in the past, this should help!

Improvements

  • Added a max width for chats
  • Improved archiving UI: expanded dialog and added tooltips for full branch names

Fixes

  • Fixed $CONDUCTOR environment variables (port, workspace path, etc) not being picked up by Claude Code and Codex
  • Gracefully handle repos that have been deleted on disk
  • Fixed session picker eyebrow icon showing Claude Code icons for Codex sessions
  • Fixed issues with Codex API Key not always being picked up
0.25.11
Dec 13th, 2025
Fetch Comments from GitHub, Mark Workspaces as Unread

Fetch comments from GitHub in one click when changes are requested on your PR!

image

You can also now mark workspaces as unread!

image

Improvements

  • You can now search by PR number in the command palette (⌘K)
  • Simpler message duration formatting
  • We've reorganized the Settings page. It should take fewer clicks to find the most relevant settings!

Fixes

  • Fixed environment variables not being cleared when unset in settings
  • Fixed visual issues with loading animations
  • Removed hover state CSS transitions. Hovering should feel snappier throughout the app.
  • Fixed /add-dir sometimes not running
  • Fixed resolved comments not being filtered when fetching comments from GitHub
  • Fixed slash commands not getting processed when sent as the first message in a chat or when thinking was enabled
  • The revert button will now only show when it will succeed
  • Better unicode support in Mermaid diagrams
0.25.10
Dec 12th, 2025
Bug Fixes

We've fixed a bug where agents would occasionally hang without responding.

Also, thanks to a recent fix from Anthropic, MCPs stored in .mcp.json files will now be recognized by Claude in Conductor!

Improvements

  • Conductor now comes bundled with Claude Code!
  • Failing PR status checks will now appear when a branch is still awaiting a mandatory PR review
  • Standardized all checkmarks to gray

Fixes

  • Fixed the Open In button failing for some users
  • Fixed a "Failed to save token" error in onboarding
0.25.9
Dec 11th, 2025
Onboarding Bug Fixes

We've fixed a bug that broke onboarding for users who weren't authenticated with Claude Code or Codex.

Improvements

  • Added more western US cities!
  • Standardized copy buttons throughout the app

Fixes

  • Fixed Claude Code account detection logic in onboarding
0.25.8
Dec 11th, 2025
GPT-5.2

OpenAI's latest frontier model is now available in Conductor!

image

Improvements

  • The review button is now more obvious
  • Improved rendering when Claude is checking background process status

Fixes

  • Reverted scrollbar click target changes that affected resizing panels
  • Fixed costs sometimes showing incorrectly in the top bar