Back to changelog
0.25.0
Dec 3rd, 2025

Workspace Storage Improvements, AI Response Metadata, and Slash Commands

Workspaces will now be created at ~/conductor/workspaces/ instead of .conductor. This means no more need to add .conductor to gitignore or exclude it from your build tools, and will help prevent the agents from getting confused about where to edit files.

(This change will apply for any new repo you add to Conductor going forward. Nothing will change for existing repos.)

You'll now see metadata below each AI response, including how long it took, a button to copy the response as markdown, and a list of changed files.

image

Claude Code's default slash commands now work in Conductor! Commands installed via Plugins work as well. MCP server statuses will also now appear before sending a message.

image

Improvements

  • Added a button to copy file contents when viewing files and diffs
  • We've improved fuzzy search for slash commands
  • Improved switch visibility in dark mode
  • Improved rendering of Claude Code Skills in the chat

Fixes

  • Only show ⌘N shortcut tooltip on the selected repository
  • Fixed the archive button incorrectly having a loading state when other workspaces were archiving
  • The target branch is now explicitly mentioned in the AI's instructions for creating PRs
  • Fixed port recognition when URLs wrapped across lines in the terminal
  • Fixed arrows opening in the wrong direction when expanding collapsed changes

Misc

  • Increased default toast duration from 5 → 10 seconds
  • Removed the "Open In" button from the new workspace screen
  • Converted settings from a dialog to a proper page
  • Changed shortcut to close settings page from "Esc" to "Cmd + Esc"