Introducing Conductor Cloud →
0.29.1
Jan 8th, 2026
Customize prompts, mark files as viewed

You can now customize the code review, create PR, and branch renaming prompts. Customize them for each repository in Settings (⌘,).

Customize Prompts

You can now mark files as viewed when reviewing changes. When files change, they’ll automatically move back to “Ready for review”.

Mark files as viewed

Improvements

Fixes

  • Fixed broken hyperlinks
  • Comments now respect user keybindings for sending messages
  • Model and thinking selection now carry over when forking a workspace
  • Fixed a bug where comments could be sent multiple times
  • Changing the target branch in repositories with thousands of branches should now be instant
  • Fixed /clear not working
0.29.0
Jan 7th, 2026
Claude can now comment on your code

We’ve given Claude Code a tool to comment directly on your diff. Learn more here.

commenting-on-diff.png

Comments from GitHub will now automatically sync to the diff as well. Choose to add them to the chat or hide them.

syncing-comments.png

You can also ask the AI to update its memory when addressing your comments.

updating-memory.png

We’re also aware of a bug where slash commands aren’t populating before messages are sent. Please upvote this issue for Anthropic to make a proper fix!

Improvements

  • Draft comments now persist across restarts
  • Comments from previous messages can now be viewed in the UI
  • Added help popover in the left sidebar

Fixes

  • Fixed spotlight testing not working for fish users
  • Vertex and Bedrock now use the latest Anthropic models
  • Fixed the “New workspace from” button not working in the command palette
  • Chat tab icons now reflect when awaiting user response
  • Sending messages is now disabled during workspace initialization
  • Terminal links are now openable with ⌘+Click
0.28.7
Jan 5th, 2026
Change Target Branch

You can now change a workspace’s target branch at the top of the page!

CleanShot 2026-01-05 at 08.54.48@2x.png

You can also view the tokens and cost below each AI response.

CleanShot 2025-12-30 at 17.30.09@2x.png

Improvements

  • Claude code slash commands that aren’t supported in Conductor will now appear in auto-complete and take you to a terminal to run
  • Switching agents mid-chat will now create a new chat tab with a summary of the conversation
  • Added notifications when Claude has questions or is awaiting a plan review

Fixes

  • Fixed spotlight rebase detection when using spotlight testing
  • New review chats will bypass the default plan mode setting
  • Fixed invisible loading indicator when forking
  • Disabled autocorrect and spellcheck in todos and scratchpad
  • Fixed Enter sending messages during IME composition
  • Fixed the “Discard changes” dialog flickering while the AI was responding
  • The file tree now updates as soon as a workspace’s setup script finishes

Misc

  • Removed rare city notification toasts
0.28.6
Dec 31st, 2025
Bug Fix

We fixed a bug that caused Claude to use your ANTHROPIC_API_KEY if one was set in your environment, even if you were on a Pro/Max/Team account.

0.28.5
Dec 30th, 2025
Bug Fix

We fixed a bug causing slow startup times.

0.28.4
Dec 30th, 2025
Todos

Todos

Introducing todos! Click the notes tab to see a list of what's necessary to merge your work.

CleanShot 2025-12-30 at 17.30.09@2x.png

Workspaces are blocked until your todos are checked off, so you don't accidentally merge unfinished work.

CleanShot 2025-12-30 at 17.32.36@2x.png

Read diffs

Claude Code can now read the workspace diff. Under the hood, it uses a new tool called GetWorkspaceDiff.

Improvements

  • Keyboard shortcuts now respect keyboard layouts (they now work for Colemak/Dvorak/non QWERTY keyboards)
  • Reduced Tufte markdown font size
  • Search for branch names in command palette and Workspace page

Fixes

  • Fixed error where pasting multiple screenshots would fail
  • Exit plan mode when switching between Claude/Codex
0.28.3
Dec 27th, 2025
Bug Fixes

Target branch

You can now select a target branch in the GitPanel:

CleanShot 2025-12-27 at 09.23.13@2x.png

Improvements

  • Drag to resize composer
  • Simplified notification title to only show branch name

Fixes

  • Fixed forking bug
  • GitHub MCP no longer shows "disconnected" on startup
  • Fixed comments on read-only files
0.28.2
Dec 24th, 2025
Bug Fixes, Legendary Cities, An Experiment

City Tiers

We added a tiering system for cities in the Passport. See how many legendary cities you can visit!

Legendary Cities

An experimental new way to test changes

We're also experimenting with a new system for testing changes in Conductor called Spotlight. Spotlight works by syncing changes in your workspace to the repo root, so you only ever need one server running at a time.

Spotlight testing is a great fit for:

  • Repos that are costly to run the first build, but easier to run subsequent incremental builds
  • Repos that depend on a single external resource (a database, a port)

Let us know if you'd like to try it out!

Improvements:

  • Added question navigation when providing input during planning
  • Claude now uses markdown formatting when asking questions
  • Added a search bar to the keyboard shortcuts dialog
  • Updated system prompts to let agents know about shared .context directory
  • Claude and Codex now have access to your shell configurations (.zshrc, etc.)
  • Dedupe branch names when creating a workspace from a remote branch
  • Only show 5 most recently used chats to pull context from when creating a new session
  • Preserve notes and attachments in .context when forking a workspace

Fixes:

  • Fix cancel button tooltip
  • ESC no longer is captured in Terminal (vim works again!)
  • Fixed issue where pressing ESC didn’t close dialogs
  • Fixed some bugs with smart scrolling in the chat using arrow keys
  • Ignore changes in .context directory for checkpointing
  • Fixed “Mono Font” setting not persisting on app restart
  • Fix Claude question custom input to use configured send key (Enter or Cmd+Enter)
  • Fixed Claude/Codex using our bundled version of node
  • Fixed jank with mentioning files (agents seeing <CHORUS_TAG>)
  • Hide "attach to chat" button for folders in the file tree

Misc:

  • Made the context meter icon thinner
  • Removed headers from Claude’s questions
  • Navigate to your Passport using the command palette
  • Added timestamps to attachments pasted to the composer
0.28.1
Dec 23rd, 2025
Context Directory, Set Working Directories

Workspace context

All new workspaces now have a .context directory. Attachments, plans, and notes are automatically stored here. Learn more here.

Context directory

Set working directories

You can now set which directories are checked out in a workspace. Use this to reduce agent confusion in large repos when searching for files. Learn more here.

Set working directories

Custom mono fonts

You can now use your own custom mono fonts.

Custom mono fonts

Improvements:

  • Added sidebar notification when awaiting user input when planning

Fixes:

  • Summaries from forking chats are now stored in the new workspace’s directory
  • Disabled command palette shortcut when the terminal is focused
  • Fixed inaccurate branch names when searching for workspaces
  • Fixed keyboard shortcut conflict between feedback and workspace search. Use ⌘⇧F to search for workspaces, and ⌘⌥F to send in-app feedback
  • Fixed scroll to bottom button position in zen mode
  • Fixed Codex not receiving GH_TOKEN when set
  • Fixed text wrapping when awaiting user input when planning
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%"

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