Introducing Conductor Cloud →
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
0.25.7
Dec 11th, 2025
.env Bug Fix, Vercel CI Status Checks

Thanks to a fix this morning from Anthropic, environment variables stored in a workspace's .env file (such as ANTHROPIC_API_KEY) will no longer be picked up by Claude.

Also, failing Vercel CI jobs will now appear in Conductor with a link to view the logs.

image

Improvements

  • Improved error suggestion for OAuth timeouts. If you run into an OAuth token expired issue, try running claude setup-token!

Fixes

  • Workspace creation will succeed even if we can't pull in latest changes from remote
  • Fixed costs sometimes showing incorrectly in the top bar
0.25.6
Dec 10th, 2025
Multiple Git Repos, Fork Workspaces

You can now run /add-dir to let Claude edit workspaces across multiple repositories.

image

You can also fork a workspace. Doing so will create a new workspace with the changes up to that fork point, and a summary of your chat.

image

Improvements

  • Auto-resize images with >8k pixel dimensions to prevent Claude Code errors
  • Improved the chat scrollbar click target

Fixes

  • Fixed the Tufte markdown style not applying when viewing changed files
0.25.5
Dec 9th, 2025
Approve Plans with Feedback, Perf Improvements, GH_TOKEN Support

You can now approve a plan with feedback for Claude:

image

We've also improved performance for repos with large file trees.

We've also added login with GH_TOKEN. If Conductor has had trouble detecting your gh status, try pasting your GH_TOKEN:

CleanShot 2025-12-09 at 11 22 37@2x

Improvements

  • Improved archiving from the command palette (try ⌘K!)

Fixes

  • Fixed layout issues on the settings page
0.25.4
Dec 8th, 2025
Sync PR Comments from GitHub

You can now sync PR comments from GitHub to Conductor!

CleanShot 2025-12-08 at 15 41 04@2x

You can also toggle Tufte markdown rendering:

CleanShot 2025-12-09 at 10 45 05@2x

Improvements

  • Added an "Export to new chat" button to recover chats from Claude Code errors
  • We now prompt you to confirm before quitting the app if an agent is running
  • Added a button to test notification sounds (Settings → Chat)
  • New markdown rendering option (Settings → Chat)
  • More cities for you to discover!

Fixes

  • Improved performance when there are many file changes
  • The "refresh" button is now more prominent for files
  • Fixed messages incorrectly showing as revertible