feat(FN-1943): add post-onboarding setup recommendations panel

- Add a PostOnboardingRecommendations component that detects incomplete AI provider, default model, and GitHub setup and offers direct actions
- Persist post-onboarding dismissal state in model-onboarding-state with new helpers for dismiss, check, and clear flows
- Integrate recommendations into App rendering so they appear after completed onboarding when resume onboarding is not active
- Add dashboard styles and focused tests for recommendation rendering/actions plus onboarding dismissal state coverage
- Add a changeset for @gsxdsm/fusion patch release describing the post-onboarding recommendations
This commit is contained in:
Fusion
2026-04-17 05:36:02 -07:00
committed by gsxdsm
parent 77531e8a97
commit 5f8597ea08
7 changed files with 711 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Add a post-onboarding recommendations panel that surfaces skipped setup steps and deep links users directly to complete AI provider, default model, and GitHub configuration.