Adds a "Connection" submenu with a "Change Launch Mode…" item that lets users switch between Run Locally and Connect to Remote after the initial chooser. The menu sends shell:reset-desktop-mode-request to the renderer; the dashboard's DesktopLaunchGate listens, calls the new shell:resetDesktopMode IPC (clears hasCompletedModeSelection, stops the embedded runtime), strips the cached serverBaseUrl/shellMode query params, and reloads so the gate re-prompts. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
329 B
329 B
@runfusion/fusion
| @runfusion/fusion |
|---|
| minor |
Add a "Connection → Change Launch Mode…" menu item to the Fusion desktop app so users can switch between Run Locally and Connect to Remote after the initial chooser. It resets the persisted desktop mode, stops the embedded runtime, and reloads the dashboard so the launch gate re-prompts.