()
| 28 | // SECOND navigation to canonicalize `/` → `/<slug>` — that double hop is the |
| 29 | // window where the shell paints over this still-mounted onboarding page. |
| 30 | const goToApp = () => |
| 31 | navigate({ to: "/{-$orgSlug}", params: { orgSlug: organizationSlug ?? undefined } }); |
| 32 | const [origin, setOrigin] = useState<string | null>(null); |
| 33 | const [advancedOpen, setAdvancedOpen] = useState(false); |
| 34 | const [elicitationMode, setElicitationMode] = useState<McpElicitationMode>("model"); |