diff --git a/ui/src/components/OnboardingWizard.tsx b/ui/src/components/OnboardingWizard.tsx index 4aa967e2..9e92de0f 100644 --- a/ui/src/components/OnboardingWizard.tsx +++ b/ui/src/components/OnboardingWizard.tsx @@ -1049,46 +1049,27 @@ export function OnboardingWizard() { ? "GEMINI_API_KEY" : "OPENAI_API_KEY"} {" "} - in - env or run{" "} + in env or run{" "} - Respond with hello. - -
- {adapterType === "cursor" || - adapterType === "codex_local" || - adapterType === "gemini_local" || - adapterType === "opencode_local" ? ( -- If auth fails, set{" "} - - {adapterType === "cursor" - ? "CURSOR_API_KEY" - : adapterType === "gemini_local" - ? "GEMINI_API_KEY" - : "OPENAI_API_KEY"} - {" "} - in env or run{" "} - - {adapterType === "cursor" - ? "agent login" - : adapterType === "codex_local" + {adapterType === "cursor" + ? "agent login" + : adapterType === "codex_local" ? "codex login" : adapterType === "gemini_local" ? "gemini auth" - : "opencode auth login"} - - . -
- ) : ( -- If login is required, run{" "} - claude login{" "} - and retry. -
- )} - - )} + : "opencode auth login"} + + . + + ) : ( ++ If login is required, run{" "} + claude login{" "} + and retry. +
+ )} + + )} )}