0.63.0
June 8, 2026Cursor support & Dispatcher
Cursor 🤝 Conductor
Conductor now supports Cursor Composer 2.5! It's fast, precise, and cost-efficient. We're excited to see how it improves your workflow.
To get started, select Composer 2.5 in the model picker. You'll have to grab a Cursor API key and add it in Settings → Providers.
Introducing Dispatcher
We've added a new way to kick off a workspace: the Dispatcher. When you create a new workspace, Conductor opens the Dispatcher so you can submit a prompt.
Toggle on create more to keep dispatching requests. Open Dispatcher with ⌘N.
Improvements
- Added a terminal scrollback limit setting in Advanced settings, shown as an approximate MB limit. The default scrollback limit is 10 MB, and persisted terminal snapshots retain the configured scrollback.
- Added a setting to start run scripts automatically after new local workspaces finish setup. The setting can be configured globally or per repository through
scripts.auto_run_after_setup. - Added a General preference to apply downloaded updates automatically when local agents are idle, using the existing Restart when idle update flow.
- Added support for multiple named Preview URLs, with a split-button Open menu and reordering controls in settings.
- Improved responsiveness when Conductor has many archived workspaces by reducing broad workspace subscriptions in common app chrome.
Fixes
- Fixed an issue where interactive agent questions could fail or get stuck instead of showing a response prompt.
- Fixed the dashed plan-mode border shifting the layout and cutting through the middle of the new-workspace composer.
- Fixed setup and run script configuration buttons that opened the wrong repository settings tab, and updated in-app help text from legacy
conductor.jsonreferences to.conductor/settings.toml. - Fixed an issue where old managed settings at
~/.conductor/settings.jsoncould be interpreted as user settings. - Fixed agents sometimes not having access to Conductor environment variables, such as
CONDUCTOR_WORKSPACE_PATH. - Fixed an issue where repository setup, run, and archive scripts saved in older versions could stop applying after settings migration.
- Fixed markdown links, file paths, images, code blocks, and Mermaid diagrams so they behave the same in Tufte and Default markdown styles.
- Fixed blank web search previews in Codex sessions.
- Fixed browser preview authentication for localhost dev servers by serving previews through
localhostinstead of127.0.0.1, so cookie-based auth flows work in Conductor's preview browser. - Fixed an issue where opening Settings could request access to protected repo folders.
- Fixed an issue where Claude auth checks could repeatedly trigger Claude Code hooks while Conductor was open.
- Fixed an issue that stopped Bedrock authentication with
CLAUDE_CODE_USE_BEDROCK=1from automatically registering.