From 1301bdd18ac3141dfbd0dcf9933fd68b61ad46c9 Mon Sep 17 00:00:00 2001 From: Dotta Date: Tue, 3 Mar 2026 11:31:48 -0600 Subject: [PATCH] ui: add tooltip to Working Directory field in onboarding wizard Adds a question mark hint icon next to the "Working directory" label explaining that users should create a dedicated folder for their agents. Co-Authored-By: Claude Opus 4.6 --- ui/src/components/OnboardingWizard.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ui/src/components/OnboardingWizard.tsx b/ui/src/components/OnboardingWizard.tsx index 726e03c1..60bcd85f 100644 --- a/ui/src/components/OnboardingWizard.tsx +++ b/ui/src/components/OnboardingWizard.tsx @@ -20,6 +20,7 @@ import { getUIAdapter } from "../adapters"; import { defaultCreateValues } from "./agent-config-defaults"; import { AsciiArtAnimation } from "./AsciiArtAnimation"; import { ChoosePathButton } from "./PathInstructionsModal"; +import { HintIcon } from "./agent-config-primitives"; import { Building2, Bot, @@ -437,9 +438,12 @@ export function OnboardingWizard() { {(adapterType === "claude_local" || adapterType === "codex_local") && (
- +
+ + +