feat(FN-3024): add experimental agent onboarding modal with create form han

This merge delivers v0.12.0, which includes a new experimental agent onboarding modal (`ExperimentalAgentOnboardingModal`) that streamlines the handoff from onboarding to the create-agent form, along with backend lifecycle tests and documentation for the experimental flag. The release bumps all work

Fusion-Task-Id: FN-3024
This commit is contained in:
Fusion
2026-05-01 08:53:12 -07:00
committed by gsxdsm
parent 9218c455cf
commit 58c0c612a6
11 changed files with 628 additions and 14 deletions

View File

@@ -800,6 +800,9 @@ Common built-in dashboard flags include:
- `nodesView`
- `devServerView`
- `todoView`
- `researchView`
- `remoteAccess`
- `agentOnboarding` (gates the planning-style New Agent onboarding flow in Agents view)
---