From 85ed6c7fa4a61b68b277184b033a55bf125dbed3 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 7 Feb 2026 00:43:13 -0800 Subject: [PATCH] chore(onboard): reorder xAI + Qianfan providers --- src/commands/auth-choice-options.ts | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/src/commands/auth-choice-options.ts b/src/commands/auth-choice-options.ts index 905c2377fb..7208febc83 100644 --- a/src/commands/auth-choice-options.ts +++ b/src/commands/auth-choice-options.ts @@ -39,18 +39,6 @@ const AUTH_CHOICE_GROUP_DEFS: { hint?: string; choices: AuthChoice[]; }[] = [ - { - value: "xai", - label: "xAI (Grok)", - hint: "API key", - choices: ["xai-api-key"], - }, - { - value: "qianfan", - label: "Qianfan", - hint: "API key", - choices: ["qianfan-api-key"], - }, { value: "openai", label: "OpenAI", @@ -105,6 +93,12 @@ const AUTH_CHOICE_GROUP_DEFS: { hint: "API key", choices: ["zai-api-key"], }, + { + value: "qianfan", + label: "Qianfan", + hint: "API key", + choices: ["qianfan-api-key"], + }, { value: "copilot", label: "Copilot",