Introducing Conductor Cloud →
Back to changelog
0.76.0
July 16, 2026

Bug Squashathon

Yesterday we had our first annual bug squashathon. Here are the results!

The Checks tab showing passing checks on a pull request

By popular demand, the "Checks" tab is back!

The refined PR page with comments, commits, and checks in one timeline

We've refined the PR page: it now combines git status, checks, deployments, comments, and commits in one timeline, with clearer comment cards, collapsible resolved threads, links back to code, and a header that stays visible while you scroll.

Improvements

  • You can now type /review in a Codex chat to run Codex's native code review
  • You can now upload an image to use as a repository icon

Bugs squashed

  • Fixed OpenCode bug caused by a DB migration conflict between the bundled OpenCode and users' local OpenCode
  • Improved typing responsiveness in remote terminals
  • Fixed update checks missing a newly released version, update downloads failing with “429 Too Many Requests,” and background updates failing to install while the app was closed
  • Warning banners are readable again, and editing a queued message now works on the first click
  • Fixed some agent errors disappearing, incorrectly showing Claude login UI, or hiding otherwise valid responses that mention /login
  • Sidebar activity times now keep updating, recent activity no longer appears in the future, and archive icons line up with the timestamps they replace
  • Workspace search now matches complete query words instead of scattered characters
  • Fixed a new workspace sometimes showing an unrelated merged pull request because its branch name had been used before
  • Merge actions are now hidden when you do not have permission to merge, and the PR button remains visible when the git panel is narrow
  • Fixed the OpenAI logo looking clipped in the model picker and other parts of the app
  • Fixed the new-chat empty state appearing pinned to the left instead of centered
  • Fixed the sidebar toggle overlapping the macOS traffic lights at non-default zoom levels
  • Fixed markdown previews jumping to the top when switching tabs, table-of-contents links not jumping to their sections, and SVG files not rendering in previews
  • Fixed the in-app browser preview showing stale content after a development server restarts
  • Fixed sign-in and other deep links on older macOS versions
  • Fixed file pills showing broken-image previews for non-image files and transparent loading cards while attachment previews load
  • Fixed composer undo removing typed text together with a paste
  • Fixed workspace hover-card menus closing before you could select an option
  • Settings refreshes no longer trigger unnecessary app updates or errors when nothing changed
  • Fixed Codex reporting “CLI not authenticated” when credentials are stored in the macOS keychain or a custom CODEX_HOME
  • Fixed incorrect Claude account and authentication status reporting
  • Fixed plan handoff leaving the original session running and blocking the new session
  • Fixed local workspaces from another Conductor account remaining visible after switching accounts on the same Mac
  • Fixed a crash while Conductor polls for localhost URLs from a development server in the terminal panel
  • Codex chats no longer show routine Closing and Closed status lines when sub-agents finish
  • Fixed OpenCode chats failing after another OpenCode installation upgrades its database
  • Custom Claude and Codex executable paths now also apply in terminal panes
  • Closing a chat tab now returns you to the previously viewed chat instead of the rightmost tab
  • Fixed the Claude context meter sticking at 0% or using the wrong window size after a model change
  • Pressing ESC now exits Settings when a text field is not focused
  • Removed the Control-Z shortcut for toggling Zen mode because it conflicted with terminal undo; (you can still toggle with ⌘+.)
  • The Create more flow now resets its branch and pull request selection after creating a workspace
  • Cloud workspace names are now generated from the first chat and stay consistent across devices instead of changing with branch or pull request titles
  • Fixed cloud run and setup scripts failing to find tools installed by snapshot scripts, such as bun, rustup, and nvm
  • Fixed pasted or dropped attachments getting stuck in the composer after an upload failed; failed uploads can now be retried
  • Shared workspaces now move up the sidebar when a collaborator sends a prompt
  • Fixed cloud sessions running in the background staying pending until you opened them
  • Fixed run scripts and other repository settings disappearing when .conductor/settings.toml was not present on the remote default branch
  • Fixed a chat's final response appearing twice after a cloud session reconnects
  • Fixed Continue failing on archived workspaces; Continue now unarchives the workspace first

Misc

  • Removed the confirmation dialog shown when adding a local project that is checked out to a non-default branch