From ab3045cb48b4cff3b85c995101381860ff1dc237 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 6 Feb 2026 23:06:55 -0800 Subject: [PATCH] chore(onboard): move xAI below Google --- src/commands/auth-choice-options.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/commands/auth-choice-options.ts b/src/commands/auth-choice-options.ts index 1cdd214e6a..3b935f258b 100644 --- a/src/commands/auth-choice-options.ts +++ b/src/commands/auth-choice-options.ts @@ -38,12 +38,6 @@ const AUTH_CHOICE_GROUP_DEFS: { hint?: string; choices: AuthChoice[]; }[] = [ - { - value: "xai", - label: "xAI (Grok)", - hint: "API key", - choices: ["xai-api-key"], - }, { value: "openai", label: "OpenAI", @@ -74,6 +68,12 @@ const AUTH_CHOICE_GROUP_DEFS: { hint: "Gemini API key + OAuth", choices: ["gemini-api-key", "google-antigravity", "google-gemini-cli"], }, + { + value: "xai", + label: "xAI (Grok)", + hint: "API key", + choices: ["xai-api-key"], + }, { value: "openrouter", label: "OpenRouter",