Remove desktop multi-server UI; target servers from the native menu - #628
Merged
Merged
Conversation
Multi-machine support replaced the desktop app's multi-server workflow, so the in-app surfaces are gone: the ServerRail sidebar switcher, Settings > Servers, server tiles, the bbDesktop.servers preload API and IPC, the multi-entry server registry (servers.json), per-window active-server state, the per-server renderer view cache (#618 rescoping reverted), server status/attention polling, and the autoConnectToLocalServer setting. Server targeting now lives entirely in Window > Server: "This Mac", the bb Connect account servers (synced main-process-side via the local server's connect plugin, authenticated with the existing Connect session handshake), and an optional custom URL entered through a native "Set Server URL..." dialog. The target is global, persisted to server-target.json, and the local runtime always starts, with popout/system config/updates pinned to it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Sep 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bbDesktop.serverspreload API/IPC, the multi-entryservers.jsonregistry, per-window active-server state, the per-server renderer view cache (reverts the Cache desktop server renderers #618 rescoping of browser views/IPC/reload shortcuts), status/attention polling, and theautoConnectToLocalServersettingserver-target.json; the local runtime always starts, with popout/system-config sync/auto-update pinned to itTest plan
pnpm exec turbo run typecheck(whole workspace, 45/45)pnpm exec turbo run test --filter=@bb/app --force(1379 tests)pnpm exec turbo run typecheck test --filter=@bb/desktop --force(196 tests, incl. new server-target and reworked connect-sync coverage)pnpm run package && pnpm run smoke:packagedinapps/desktop(packaged app boots, preload bridge answers)Risk
servers.jsonentries are not migrated; previously added manual/connect servers reset to "This Mac" and can be re-picked from the menumenu-will-show); the list also refreshes on runtime start and every 10 minutes🤖 Generated with Claude Code