feat(FN-1702): merge fusion/fn-1702

This commit is contained in:
gsxdsm
2026-04-13 17:04:15 -07:00
parent 6079dfd316
commit 98bc2dfdae
4 changed files with 215 additions and 14 deletions

View File

@@ -42,12 +42,16 @@ Start the dashboard:
fn dashboard
```
On first launch, Fusion opens the **model onboarding wizard**. It guides you through:
On first launch, Fusion automatically opens the **model onboarding wizard**. It guides you through:
- Choosing one or more AI providers
- Authenticating providers (OAuth or API key)
- Selecting a default model
**The onboarding wizard is dismissible and non-blocking.** If you skip setup, you can complete it later:
- Click **Skip for now** to dismiss the wizard — the dashboard remains fully usable
- Re-open onboarding anytime from **Settings → Authentication**, or by clearing the `modelOnboardingComplete` flag in global settings
Onboarding completion is tracked by `modelOnboardingComplete` in global settings.
## Start the Dashboard