chore(onboard): move xAI below Google

main
Peter Steinberger 2026-02-06 23:06:55 -08:00
parent aaddbdae52
commit ab3045cb48
1 changed files with 6 additions and 6 deletions

View File

@ -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",