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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user