0.85.0
September 9, 2026
Sections, routines, and a new model picker

Sections

We’ve added a new way to organize your sidebar: sections! Right click a section header to edit or create a new one.

Sidebar sections with options to edit, create, or delete a section

A new model picker

Introducing our new model picker! Pick a loadout of your favorite models to quickly switch between. It’s keyboard accessible too: change models (⌃⌘ 1-5), effort (⌘⇧/), speed (⌘⇧E) or model ordering (Tab, then space) without leaving your keyboard.

Model picker showing favorite models, effort levels, and the Fast toggle

Routines

Introducing routines! You can now run your agents on a schedule or via GitHub action. We use routines to write internal reports, help with daily stand-up, and find papercuts in our system prompts. Routines run in the cloud (which means they’re only available to pro/team users).

A scheduled routine with its prompt and completed runs

Private workspaces

You can now create private workspaces that aren’t shared with the rest of your team.

Workspace creation with options to share with everyone or keep the workspace private

Improvements

  • Search file contents in your current local project or cloud workspace with ⌘⇧F. Enable Search file contents in Settings → Experimental.
  • Try matrix-style workspace status indicators in Home and the sidebar. Enable Workspace status matrix in Settings → Experimental.
  • Configure cloud agent connections separately for each organization, and choose whether Claude Code, Codex, and Cursor use an API key or subscription.
  • Sign in to your Cursor subscription for cloud workspaces.
  • Your favorite models now sync across devices in cloud organizations.
  • In non-personal cloud organizations, MCP settings recommends servers your teammates have connected and shows who uses them.
  • Consecutive MCP calls now group under the server's name and logo. Failed calls show their errors directly on the tool row.
  • You can now edit attachments in queued messages.
  • Copy, save, download, or open images from chat previews, including expanded previews. Click Downloads in the saved-file notification to reveal the file in Finder.
  • Plans, screenshots, and attachments in .context now sync from cloud workspaces to your Mac.
  • Enable Exclusive port forwarding in Settings → Ports to turn forwarding off in other workspaces whenever you turn it on in one.
  • PR comments and failing-check logs now load while a cloud workspace is asleep.
  • Search keyboard shortcuts by pressing a shortcut.
  • Toggle Fast with ⌘⇧E while the model picker is open or closed.
  • File tabs now have consistent viewing and editing controls, with a Preview button for supported files. Opening a file automatically reveals it in the file tree.
  • Terminals now include Nerd Font symbols and display emoji with corrected spacing.
  • With Show workspace numbers enabled in Settings → Experimental, search cloud workspaces by number and right-click their numbers to copy a link or ID.

Fixes

  • Reduced freezes and stalls when streaming long chats, opening diffs, restoring terminal history, or attaching large files in cloud chats.
  • Fixed missing agent replies in local chats and first-message failures or delays in newly created cloud workspaces.
  • Fixed workspaces disappearing from the sidebar or failing to create.
  • Fixed cloud file sync with restored workspaces and unnecessary sync restarts during initialization.
  • Fixed cloud file sync writing or deleting files outside the workspace folder, and a security issue where crafted Markdown could run code inside the app.
  • Fixed inline comment drafts being discarded, comment anchors moving incorrectly after edits, and Command-F failing in diffs or while editing comments.
  • Fixed pasting images without filenames and copying or saving inline cloud images. Cached image attachments now open while their workspace is asleep.
  • Fixed Codex history reset errors and missing models in cloud workspaces. Daybreak Blue now appears for accounts that have access to it.
  • Expired ChatGPT and Cursor subscriptions now show reconnect actions, and spend-cap errors name the responsible provider.
  • Fixed Graphite stack ordering, cloud repository casing that broke Graphite matching, and stacked GitHub PR diffs showing merged changes after squash merges.
  • Restored Command-plus zoom, Control-Tab navigation, and alternative navigation shortcuts. Fixed arrow-key navigation through changed files.
  • Fixed command-palette search crashes and Create workspace disappearing when searching its full name.
  • Fixed local workspace links, workspace links opening in a browser instead of Conductor, and adjacent text corrupting links in the composer.
  • Fixed wide Markdown tables becoming unreadable.
  • Fixed PR status warnings flickering during refresh failures.
  • Fixed cloud workspaces using local archive-on-merge and prompt settings, or locally configured agent installations.

Misc

  • Updated the bundled Claude Code to 2.1.263, Codex to 0.153.4, OpenCode to 1.18.29, and Cursor Agent SDK to 1.0.31.
0.84.2
September 4, 2026
GPT-6 Astra

GPT-6 Astra

GPT-6 Astra is now available in Conductor! It's OpenAI's new smartest model, best for long-running tasks.

0.84.0
September 2, 2026
Edit files directly in diffs

Editing a file and adding a comment directly in a diff

Changed files now open and edit directly in diffs by default. To return to the previous file preview and editor, turn on "Use legacy file preview and editing" in Settings → Experimental.

The Cloud desktop tab showing a full graphical desktop inside a cloud workspace

Cloud workspaces now come with remote desktop control so you can use your computer alongside your agents. Enable in Settings → Experimental.

Improvements

  • You can now change Fable 5.1 or Opus 5's effort level mid-chat without breaking the cache
  • New keyboard shortcuts: ⌘/ opens the model picker, ⌘⇧/ cycles the effort level, ⌘⌥/ opens the shortcuts reference, and ⌘⇧H goes to Home
  • Cloud MCP settings now has searchable Installed and Recommended tabs
  • Conductor now notifies you when a cloud MCP server needs to be reconnected
  • You can now add folders to cloud messages as attachments
  • Stacked PR workspaces now recover automatically after a rung below them merges
  • Local workspaces show a "Linked from" chip above the composer
  • Added a restart action in chat when a message can't be delivered
  • Codex chats now retry automatically when OpenAI rate-limits a request
  • The model picker offers the Daybreak Blue preview Codex model when your OpenAI account has access to it
  • Port forwarding is now off by default for each workspace; turn it on with ⌘Y, from the ports popover, or with the Start forwarding button in the run panel
  • Click an image or video in a chat to open a fullscreen preview, with arrows and thumbnails to step through every image in that message
  • Choose whether pull request links open in GitHub or Linear in Settings → Git
  • Cloud workspaces now accept Anthropic API keys tied to a workspace ID

Fixes

  • Restored the ⌘⌥U shortcut for toggling uncommitted changes in the git panel
  • Editing a queued message in a cloud workspace holds it back from being sent mid-edit
  • Fixed a first message with an attachment in a cloud workspace sometimes failing to send
  • Fixed queued cloud messages disappearing after restarts
  • Fixed a pull request's merge status flickering
  • Fixed several issues with the MCP panel
  • Fixed Cursor sessions in local workspaces not loading MCP servers
  • Fixed Codex thinking levels resetting after reverting cloud chats
  • Fixed issues with the slash-command menu
  • Fixed Stop failing while a local agent was starting
  • Fixed Shift+Enter not inserting a new line when ⌘Enter is configured to send messages
  • Fixed local terminals flashing while files were syncing
  • Fixed hovering over very large turn diffs freezing Conductor
  • Fixed diff backgrounds not matching the app in low-contrast dark mode
  • Fixed inline images showing a broken placeholder while loading
  • Fixed Command-clicking labeled links in terminal output
  • GitHub's failure reason is now shown when an Actions job does not start
  • Fixed cloud computer builds appearing stuck after switching away from Conductor
  • Fixed various composer icon rendering issues
  • Turn detail cards are now opaque for readability
  • Fixed some instances when the client would freeze

Misc

  • Updated the bundled Codex version to 0.152.1
  • Updated the bundled OpenCode version to 1.18.27
  • Updated the bundled Cursor Agent SDK to 1.0.30
  • Trimmed the tail of the Fahhhh completion sound

New in 0.84.1

Copying a share link for a forwarded port from the ports popover

  • You can now share links to your cloud apps from the port forward popover
  • You can now swap your agent auth without restarting your workspace in cloud
  • Plan mode and Add attachment both now live in the + menu
  • Added a default "Sync files in new cloud workspaces" setting in Settings → Advanced so new cloud workspaces can start with file sync off
  • Fixed ⌘⇧/ opening the model picker instead of cycling the effort level
  • Restored the Claude and OpenAI icons on the model picker button
  • Fixed ⌥Enter shortcut
  • Updated the bundled Codex version to 0.153.0
0.83.2
September 1, 2026
Claude Fable 5.1

Fable 5.1 against a blue sky

Claude Fable 5.1 is now available in Conductor.

Anthropic's most capable model is built for ambitious, long-running coding and knowledge work. It improves on Fable 5 across coding, knowledge work, and long-running problem solving while costing ~25% less.

0.83.0
August 27, 2026
Auto port forwarding

The ports popover with auto-forwarded ports

Cloud workspaces can now auto-forward detected ports, controlled from a new ports popover in the top bar. Page loads and hot reloads over forwarded ports are faster.

Improvements

  • Added one-click PR approval: when a pull request is ready, approve it straight from the git panel, which now surfaces more accurate information about the state of the PR
  • You can now adjust the app-wide zoom level and switch on low-contrast dark mode, both in Settings → Appearance
  • You can now @-mention workspace files in review comments
  • Changed the shortcut for "next workspace needing attention" from ⌥L to ⌘⌥L, to better support European keyboards
  • Added slash command and file suggestions when creating workspaces
  • In cloud workspaces, import MCP servers from your local agent configs. You can now also connect Slack from the MCP servers settings page
  • Added Claude plan usage to the context usage hover card
  • "Reset chat" now rewinds only the chat by default, with an "Also reset files" checkbox that shows how many files would change
  • Right-click a chat tab to mark it as unread, and close every other tab with the new "Close others" action (thanks Jack Peterson!)
  • Chat responses now show a completed-at timestamp
  • Added a Codex setting that automatically approves tool requests
  • Cloud organization settings can now customize instructions for code reviews, pull request creation, and conflict resolution
  • In cloud organizations, choose whether Conductor adds workspace links to your PRs in Settings → Preferences
  • Zoom and pan images in the file viewer and in Changes
  • Open cloud workspaces in local or SSH-enabled apps from the app switcher
  • Conductor can now display text files up to 1 MB
  • A new View deployment(s) button replaces the Preview button with support for selecting a preview URL from multiple deployments
  • Unarchive workspaces in one click from the Home list, and Home keeps search and filters visible before your first workspace
  • Pasted workspace and chat links now appear as pills in chat inputs
  • You can now create cloud workspaces from repositories that have no commits yet
  • File views show a consistent "Waiting for workspace" state while cloud workspaces wake up
  • Legacy cloud workspaces now remain available as read-only chat transcripts

Fixes

  • Messages sent to a sleeping cloud workspace now wake it and deliver instead of failing, and status labels say what the workspace is actually doing
  • Fixed the first message in a new cloud workspace sometimes getting stuck without a response
  • Fixed cloud agents sometimes not receiving their environment context on a chat's first message
  • Fixed queued and steered messages appearing late or out of order
  • Fixed cloud attachment uploads that could fail without a way to recover, and failed attachments that could not be removed from the composer
  • Pasted images and attached files in the new-workspace composer now appear at your cursor instead of the end of the prompt
  • Fixed requested reviewers incorrectly showing a PR as requiring review
  • Fixed port forwards from archived workspaces keeping local ports claimed
  • Fixed file watchers (bun --hot, Vite, watchexec, nodemon) restart-looping every few seconds in local workspaces with untracked files
  • Fixed updates not installing when the app becomes unresponsive
  • Fixed reopening a cloud chat showing a stale transcript
  • Fixed missing cloud responses after cache write errors, and messages remaining unsent after a local cache database lock
  • Fixed SSH access to cloud workspaces created through the API or by a teammate
  • Cloud workspaces now use current environment variable settings after restarting
  • Fixed local Codex sessions not having access to Conductor tools
  • Fixed Codex approval prompts when managed settings restrict approval policies
  • Fixed chats using the wrong coding agent after a model change
  • Fixed the steering message for Cursor sessions using non-Composer models
  • Fixed voice input sometimes getting stuck after recording
  • Fixed composer suggestions briefly jumping or resetting their selection
  • Clicking a file link in chat while the workspace is asleep now opens the file view and waits for the workspace, and file links explain when the workspace is starting up or stopped
  • Fixed API-created cloud workspaces remaining hidden until Conductor restarted
  • Fixed notifications for workspaces in another organization opening the dashboard instead of the chat
  • Fixed settings search missing organization preferences, and the search highlight sitting lopsided around rows
  • Menus, tooltips, and context menus now animate smoothly when they close instead of visibly jumping
  • Fixed split tabs preventing additional tabs from opening, and copying a split-tab link switching to that tab
  • Fixed run script menus getting clipped or extending beyond the window
  • Fixed long chat history menus extending off screen
  • Fixed the edit caret appearing one character behind on wrapped lines
  • Fixed a delay when saving diff comment edits in cloud workspaces, and sent diff comments remaining visible in local workspaces
  • Fixed chat messages showing a broken image or an empty video player for some <img> and <video> snippets, and screenshots saved in Claude Code's scratchpad rendering as broken images
  • Fixed the first terminal in a cloud workspace showing "Failed to start" after reopening the app
  • Fixed garbled input in remote full-screen terminals
  • Fixed retired Cloud Beta workspaces losing their linked chat when opened from a non-chat tab, and no longer syncing files to your Mac
  • Fixed an error shown when archiving a cloud workspace with an active agent
  • Fixed RunLocalCommand missing from eligible cloud workspaces
  • Fixed the working timer overlaying the agent's reply after steering a chat
  • Fixed local command approval timeouts being reported as user denials
  • Code theme changes now update open diffs and files immediately
  • Selecting an archived workspace in the command palette now opens it instead of silently unarchiving it

Misc

  • Added Fahhhh and Odysseus's Pluck completion sounds
  • Updated the NYC MTA Chime 2 completion sound to omit the closing door
  • Updated the bundled OpenCode version to 1.18.23

New in 0.83.3

  • Conductor no longer automatically forwards ports from teammates' cloud workspaces to your machine. Manual port forwarding still works.
0.82.0
August 20, 2026
Conductor MCP

Conductor MCP capabilities in an agent session

Introducing the Conductor MCP! Agents can use the Conductor MCP to create and manage cloud workspaces, read sessions, and more. Add the MCP anywhere you run your agents.

Try asking your agent to:

  • “Review my workspace diff and leave inline comments.”
  • “Address the comments in the Changes panel.”
  • “Check why the dev server failed.”
  • “Inspect this file on my Mac.”
  • “Create another workspace and ask an agent to investigate X.”

MCP servers configured for cloud workspaces

We’ve also added support for cloud MCPs. Add your favorites in Settings → MCP servers.

Cloud Computer storage usage

Your Cloud Computer got more oomph - they now have double the disk space (64GB).

A PDF previewed directly in Conductor

We now have PDF support!

Claude personality set to Concise

And finally, we’ve added support for Claude concise responses. Adjust in Settings → Default models.

Improvements

  • Added effort controls for Cursor's Grok 4.5 and 4.6 models
  • Cloud workspaces can now use Claude Code or Codex credentials installed by your setup script instead of credentials managed by Conductor
  • Cloud repository settings now include a default branch for new workspaces
  • Cloud port forwarding now uses the same local port as the sandbox when that port is available
  • The cloud repository picker is wider, shows full names on hover, and no longer labels repositories as Suggested
  • Cloud workspace creation now asks you to configure an agent before setup instead of allowing setup to fail because credentials are missing
  • Changes to cloud agent credentials now appear above the composer and explain when a workspace needs to restart
  • Cloud workspaces now warn when disk space is running low
  • Preview PDFs directly in Conductor
  • Open or download non-text files from the file viewer, and download any file in a cloud workspace
  • Right-click an image to copy it or save it to disk
  • Open in → Finder now selects the file in its containing folder
  • Right-click a filename in the file viewer to open it in another app
  • Changed-file summaries now load immediately when you return to a turn
  • Chat and terminal tab strips now scroll when they overflow, with faded edges and scroll arrows
  • Command–Option–Left and Command–Option–Right now cycle through every visible tab in a workspace, including chats, terminals, pull requests, Changes, files, and browser tabs
  • Hold Command to show workspace shortcut numbers in the sidebar; the hints disappear after you switch
  • Create from remembers the tab you used most recently
  • Creating or joining an organization now points you to it from the organization switcher instead of switching automatically
  • The organization switcher names the new organization and scrolls when you belong to more than nine organizations
  • Claude model selections now use explicit model versions instead of family aliases
  • Improved drag previews and cancellation throughout workspaces

Fixes

  • Fixed Codex MCP sign-in for servers that validate the OAuth issuer
  • Fixed Codex bypassing configured approval settings
  • Fixed MCP servers whose names begin with conductor bypassing tool approvals
  • Fixed the experimental model picker not appearing in the new-workspace dialog
  • Fixed cloud repository default branches not applying when workspaces were created
  • Fixed agent-created cloud workspaces using the wrong target branch
  • Fixed cloud chat tabs sometimes taking a long time to close
  • Closing a cloud chat now hides it for every collaborator in the workspace
  • Fixed sessions appearing idle while agents were still handling background task results
  • Fixed the Working indicator appearing below the visible area of a chat
  • Fixed an empty-chat flash when opening a cloud chat for the first time
  • Fixed cloud chats sometimes stopping updates after an app update
  • Fixed cloud workspace and chat names staying “Untitled” until the app restarted
  • Fixed messages from another workspace losing their source-chat links
  • Fixed internal error labels appearing in user-facing messages
  • Fixed synced cloud HTML files failing to open in a browser
  • Fixed cloud diffs cutting off the final lines of a file
  • Fixed large images incorrectly appearing as too large to display in Changes
  • Fixed new files not appearing inside expanded folders in the file tree
  • Removed the copy-contents action from image files, where it silently copied empty text
  • Fixed inline diff comments becoming impossible to delete after they were removed from chat
  • Fixed the comment button getting stuck on one line in the file editor
  • Fixed old pull request comments remaining after continuing a workspace on a new branch
  • Replaced the system context menu in the file editor with Conductor's Cut, Copy, and Paste menu
  • Fixed the automerge button appearing for stacked pull requests, which GitHub does not support
  • Fixed local workspaces being hidden when they were created under another Conductor account
  • Fixed data from a previous account persisting after signing out and back in without restarting
  • Fixed the app remaining pointed at an organization that was deleted or that you left
  • Fixed workspace shortcut hints remaining visible after switching apps with Command–Tab
  • Fixed the new-organization callout appearing detached from the organization switcher
  • Fixed navigation and branding in organizations with strict access controls
  • Removed unavailable organization-switch shortcuts from the Keyboard Shortcuts dialog

Misc

  • Removed tooltips that repeated visible text and switched icon buttons to native system tooltips
0.81.0
August 13, 2026
Cloud Polish #2

Improvements

  • Added ⌘⌥↑ and ⌘⌥↓ shortcuts to switch to the previous or next workspace
  • Cloud workspaces now detect listening ports automatically and suggest them for port forwarding
  • SSO and SCIM support for enterprise
  • You can now see the total lines added and removed in the Changes tab
  • Port forwarding connections are faster now
  • It's now easier to connect your Codex subscription
  • Team presence indicators are more accurate

Fixes

  • Fixed a navigation issue in settings
  • Cloud workspaces now warn when disk space runs low
  • Fixed a freeze when viewing chats with very large command output
  • Fixed chats permanently failing with "Session ID is already in use" after their cloud workspace restarted
  • Fixed an issue where a message sent to a sleeping cloud workspace wouldn't start running until you returned to the chat
  • Fixed an issue where workspaces and chats could stop receiving updates until the app was restarted
  • Improved performance when reopening already-loaded chats
  • Fixed chats archived through the Conductor API still appearing in the app
  • Fixed issues with GH PR stacks
  • Fixed an issue where environment variables from Settings were not passed to Cursor agents
  • Fixed Codex usage limits sometimes showing outdated or incomplete information
  • Fixed commits failing in cloud workspaces when Git identity is not configured locally
  • Fixed an issue where GitLab repositories could be blocked by a GitHub sign-in prompt
  • Fixed the local terminal failing to start with a file sync error while a new workspace was still booting
  • Fixed local cloud-workspace terminals becoming unresponsive after their synced folder was removed
  • Fixed Spotlight repeatedly rewriting unchanged files in the repository root
  • Fixed an issue where Conductor could prevent global keyboard shortcuts from working
  • Fixed an issue where opening a shared workspace could jump you to a different chat tab
  • Fixed an issue where chats created outside the Mac app would not appear when Split tabs was enabled
  • Fixed an issue where deep links to a closed chat would open it and immediately close it again
  • Fixed sidebar "See more" expansion resetting after app updates
  • Fixed an issue where pressing Escape while writing a diff comment could discard it without warning
  • Fixed dragging tabs in split view showing a redundant "Chat" popup
  • Fixed organization switching and tabs sometimes becoming unresponsive
  • Fixed "…is typing" indicator overlap
  • Fixed images in the file viewer being cut off behind the composer
  • Right-clicking an image offers Copy Image and Download Image again
  • Fixed Cmd+I opening the wrong issue picker when creating a workspace
  • Fixed onboarding sometimes starting its setup chat with a model you don't have credentials for
  • Cloud environment settings now explain when a variable is managed by Conductor

Misc

  • Downloaded updates now install each time you quit Conductor
  • Moved Agents to the top of the Agents & environment settings section
  • Improved instructions for agents to use the Conductor API
  • Removed the drop shadow from chat error messages
0.80.1
August 12, 2026
Grok 4.6

Grok 4.6 selected in the Cursor model picker

Grok 4.6 is now available in Conductor through Cursor. Give it a try!

To use Grok 4.6, set up Cursor in Settings → Harnesses → Cursor, then pick it from the model picker in any chat.

0.80.0
August 10, 2026
Stacks

GitHub's new stacks are live in Conductor!

A three-pull-request stack in Conductor, ready to merge

Stacks should Just Work™ in cloud workspaces. To use stacks with local workspaces, install GitHub's gh stack extension:

gh extension install github/gh-stack

Conductor Cloud: more speed, tools, and ports

Fresh sandboxes now initialize up to 1.5-3x faster, and existing workspaces open faster.

A cloud agent explaining how it can use the Conductor CLI

Cloud workspaces now come with the Conductor CLI preinstalled. Agents can use it to orchestrate work across Conductor, including creating workspaces, starting chats, sending follow-up messages, and monitoring their progress. You can encourage or disable use in settings.

The Forward ports popover mapping port 3000 to a localhost URL

New cloud workspaces now come with Google Chrome preinstalled. A new Forward ports button in the top bar lets you open services running in the cloud through a localhost URL.

Experiments

We're working on a new model picker and workspace creation page. Try them in Settings → Experimental and let us know what you think!

Improvements

  • Workspace creation now opens on a dedicated page, with recent workspaces below the composer
  • Cloud environment variables now live under Organization → Environment, with separate Personal and Shared tabs, and editing them no longer requires rebuilding your Cloud Computer
  • You can paste a block of KEY=VALUE lines to add multiple cloud environment variables at once
  • Organization environment settings can migrate variables configured elsewhere on your Mac, while variables from your Mac are no longer sent to cloud organization workspaces automatically
  • You can now view, add, and disconnect connected GitHub organizations from the Cloud Computer repository picker
  • You can select or deselect every repository at once when setting up a Cloud Computer
  • Workspaces on a GitHub PR stack now show the current PR, let you switch between PRs, and report whether the stack is ready to merge
  • Cloud Computers now include the gh stack extension, and agents use GitHub stacks when you ask them to create a PR stack
  • Added Disabled, Enabled, and Suggested modes for workspace Conductor API access under Organization → General
  • Cloud agents can now use the Conductor CLI without additional setup, see valid models with conductor models, and identify their current workspace automatically
  • Conductor CLI links in agent output now appear as clickable workspace and chat pills
  • Cloud workspaces now come with Google Chrome preinstalled
  • Added custom provider credentials for cloud agents and Git identity settings for cloud workspaces
  • Chats in sleeping cloud workspaces now load their history without waiting for the workspace to wake, and long chats catch up faster
  • Improved app startup, workspace opening, and organization switching for organizations with many cloud workspaces
  • Remote workspace diffs now load file changes without fetching entire files
  • The experimental Pierre editor can now edit files in split and unified views, with comments available from the line-number gutter
  • Workspace lists in the sidebar now expand in place in batches of 10
  • You can now view collaborators and filter workspaces by person from avatar stacks
  • Forwarded ports now appear in a dedicated workspace top-bar popover
  • The workspace details popover now shows repository, status, and resources as rows and rounds agent costs to cents
  • You can now rename cloud workspaces while they are initializing
  • Conductor now respects GH_HOST from your shell when using GitHub Enterprise
  • The Settings sidebar now keeps the organization switcher at the top
  • Organizations that require single sign-on now show an SSO badge and prompt you to sign in when necessary
  • New team members are now guided through onboarding automatically after joining an organization
  • Browser sign-in now uses PKCE for stronger protection during authentication
  • Legacy Cloud settings now show a migration warning and link to your organization
  • Cloud workspace setup errors caused by missing agent credentials now link directly to agent settings
  • Provider models now show their full names when you hover over them in the model picker

Fixes

  • Fixed cloud data sometimes never loading when a request to Conductor's servers hung indefinitely
  • Fixed cloud organizations disappearing when one membership request failed
  • Fixed slow startup, blank chats, and delayed workspace restoration in organizations with many workspaces
  • Fixed terminal history, drafts, and other saved state staying broken after an interrupted write
  • Fixed cloud workspace setup failing when a file to copy was already identical to the source
  • Fixed local project filters appearing in cloud organizations
  • Fixed next unread navigation in cloud organizations
  • Fixed inline chat diffs showing an error after a file was edited more than once
  • Fixed syntax highlighting for code blocks labeled with aliases such as ts, tsx, sh, and html
  • Fixed excessive space above messages and empty states at the start of a chat
  • Fixed local Claude provider settings appearing in cloud model selectors
  • Fixed cloud workspaces moving in workspace lists before server activity updates arrived
  • Fixed missing spacing between labels and inputs in several dialogs and forms
  • Fixed model names disappearing too early in narrow composers
  • Fixed model picker navigation interfering with typing in its search field
  • Fixed switching to another PR in a GitHub stack leaving the workspace without a pull request
  • Fixed the stack merge button not reflecting when a lower pull request was not ready to merge
  • Fixed agent tool calls hanging indefinitely when a workspace checkpoint stalled
  • Fixed Linear issue links pasted into Create from not opening and selecting the issue
  • Fixed continuing a workspace with special characters in its name failing to create the branch
  • Fixed Home navigation from the command palette
  • Fixed branch pickers showing no results when branches failed to load
  • Fixed background-task status disappearing until a chat was reopened
  • Fixed a white flash when launching Conductor in dark mode
  • Fixed the Create button remaining pressed when creating multiple workspaces
  • Fixed inline file paths disappearing when copied from messages

Misc

  • Local terminals now open as Terminal 1 in new cloud workspaces
  • Removed the always-visible Copy link button from the top bar and the floating Next unread button from cloud workspaces
  • The cloud badge now stays inside the organization menu instead of appearing beside the organization name in the sidebar
0.79.0
August 4, 2026
Cloud Polish #1

Improvements

  • Simplified and improved onboarding
  • You can now add a Vercel AI Gateway API key in cloud agent settings
  • Cloud computers can now use your personal access token for repositories without a linked GitHub App
  • Connecting a GitHub organization now asks for confirmation
  • Shared workspace and chat links now appear as compact pills in messages
  • Moving between workspaces in the sidebar now shows the next hover preview instantly
  • Cloud workspaces now open faster
  • The Conductor API now has an endpoint for putting a workspace to sleep
  • Added an experimental Pierre editor for editing files directly in diffs
  • Added an experimental setting to disable automatic Conductor API access in new cloud workspaces

Fixes

  • Fixed several issues causing message replies to be lost
  • Fixed several issues related to session state
  • Fixed Codex failing to start when agents.enabled is configured
  • Fixed an issue where keyboard shortcuts in split view could affect the wrong chat
  • Fixed an issue where cloud chats could stall while reconnecting
  • Fixed an issue where cloud chats could open duplicate connections
  • Fixed cloud workspaces sometimes remaining asleep after opening them
  • Failed cloud workspaces now show the real setup error instead of a stale "Workspace not found" message
  • The target branch dropdown for cloud workspaces now correctly lists branches from your repo on GitHub
  • Fixed an issue where cloud repos could take a few seconds to appear in the Dispatcher
  • New cloud workspace chats now show the first message immediately
  • Images in PR descriptions now load in cloud workspaces without a personal GitHub connection
  • Fixed several issues with file sync and improved error messages
  • Fixed GitHub setup not returning to Conductor
  • Fixed new workspaces sometimes starting from a previously selected target branch
  • Fixed an issue where archiving every workspace hid the Show archived option in Home
  • Expanded diff context now stays open when switching files or when files update
  • Fixed deleted images appearing as raw text in the diff viewer
  • Fixed edit previews showing relative instead of file line numbers
  • Fixed the Setup tab showing "Add setup script" after a relaunch or app update even though a setup script was configured
  • Fixed an issue where the composer focus shortcut could cover attachment pills
  • Stopping a terminal or run script now reliably cleans up child processes