mirror of
https://github.com/exo-explore/exo.git
synced 2026-02-24 02:07:17 -05:00
1. Suppress Python webbrowser.open() when running inside native macOS app (EXO_RUNTIME_DIR set) to prevent double browser open with FirstLaunchPopout 2. Fix $derived(() => ...) → $derived.by(() => ...) for onboardingModels and onboardingDownloadProgress so they cache properly instead of returning thunks 3. Handle cached/already-downloaded models: step 4 effect checks for READY status and skips directly to step 6 instead of flashing download UI 4. Show error banner on step 3 when placement or launch fails instead of silently reverting 5. Remove debugEnabled guard from sharding/instanceType info — always visible for power users in both welcome and chat sidebars Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>