From 1d62035f28277a622adbd4801df8f32aa88fe44e Mon Sep 17 00:00:00 2001 From: xarmian Date: Sun, 21 Jun 2026 11:36:09 -0400 Subject: [PATCH] feat(web): NL-canonical onboarding banner copy (TASK-1851) (#743) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OnboardingNudgeBanner hardcoded `/pad onboard`, which contradicted the NL-canonical messaging shipped in TASK-1849 (and is wrong for non-Claude-Code agents). Lead with natural language ("say set up my workspace") instead — the universal trigger that works regardless of which agent the user connects. ConnectBanner audited — no slug reference, left as-is. Per-surface shortcut rendering belongs in the connect modal's surface-aware kickoff (TASK-1852), where the chosen tool is known. Parent: PLAN-1847 (Phase 2, task A). Claude-Session: https://claude.ai/code/session_01KmxkPxLksjf1pmrZDpsnTJ --- web/src/lib/components/OnboardingNudgeBanner.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/lib/components/OnboardingNudgeBanner.svelte b/web/src/lib/components/OnboardingNudgeBanner.svelte index 6a89a606..e680e2c4 100644 --- a/web/src/lib/components/OnboardingNudgeBanner.svelte +++ b/web/src/lib/components/OnboardingNudgeBanner.svelte @@ -58,8 +58,8 @@
Set up your workspace

- Your workspace is ready. Connect your agent and type - /pad onboard to walk through setting it up. + Your workspace is ready. Connect your agent, then just say + set up my workspace — it'll walk you through setup.