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

@@ -850,7 +850,7 @@ export function sanitizeTitle(raw: string | undefined | null): string | null {
.trim();
// Drop "Title:" / "Subject:" / "Here is the title:" preambles the model may add.
title = title.replace(/^(?:title|subject|here(?:'s| is)(?: the)? title|generated title)\s*[:\-]\s*/i, "").trim();
title = title.replace(/^(?:title|subject|here(?:'s| is)(?: the)? title|generated title)\s*[:-]\s*/i, "").trim();
// Strip markdown emphasis markers — keep the inner text.
title = title