0.28.0
Dec 22nd, 2025
Workspaces Page, Claude’s Context, Interactive Planning, Keyboard Nav, and more!

Workspaces page

Use the workspaces page to view a history of all of your workspaces. Open existing or un-archive old workspaces. Filter by repo, branch, or PR number.

image.png

Context

You’ll now see an indicator in the Composer when Claude is close to running out of context.

image.png

Interactive plan mode

Claude will now ask interactive questions when helping you plan changes.

image.png

Workspace context

All new workspaces now have a .context folder. Use it to store context you want to share with multiple agents but don’t want to check into git. Attachments will automatically be stored here.

image.png

Click the plus icon to attach files directly in the chat.

Navigate chat with your keyboard

You can now navigate a chat with your keyboard. Navigate with arrow keys or vim style j k .

We’ve also added a new shortcut for toggles the sidebars with [ and ] keys.

<video src="https://conductor-marketing.t3.tigrisfiles.io/uploads/ConductorKbd.mp4" autoplay muted loop playsinline width="100%"

Info:

WYSIWYG Notes

Notes tab now support rich markdown previews:

image

Improvements:

  • Viewing PRs in GitHub is now instant
  • Made it more obvious when historical changes are being viewed (and how to exit the view)
  • Hover the duration of a response to see more metadata (start time, end time, and model name)
  • Permission mode changes are now sent to Claude in real time
  • Added feedback in the UI when run scripts are stopping/starting

Fixes:

  • Fixed default branch detection for locally-created repositories
  • Fixed lag when toggling sidebar visibility
  • Fixed UI jank when cancelling
  • Fixed the “Fix Errors” button not sending logs to the agent when some workflows were still in progress
  • Fixed a bug where messages could not be sent after cancelling in Codex chats

Misc:

  • We’ve disabled GPT-5.2-Codex for API key users since it’s not available for API users yet. We recommend using an OpenAI subscription if you want to use GPT-5.2-Codex.
  • We’ve moved repository settings to the Settings page (⌘,)
  • Visual cleanups in the composer, chat, sidebar, and elsewhere
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