From a5f2b534ea32a79788daa1f2d4d1eba07d311d27 Mon Sep 17 00:00:00 2001 From: Firat Sertgoz Date: Mon, 26 Jan 2026 22:45:46 +0400 Subject: [PATCH] fix: keep auth choice as near-ai-api-key (type constraint) --- src/commands/auth-choice-options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/auth-choice-options.ts b/src/commands/auth-choice-options.ts index 3fc1cf150..f4c1bc190 100644 --- a/src/commands/auth-choice-options.ts +++ b/src/commands/auth-choice-options.ts @@ -78,7 +78,7 @@ const AUTH_CHOICE_GROUP_DEFS: { value: "nearai", label: "NEAR AI", hint: "Private and verifiable inference (TEE)", - choices: ["nearai-api-key"], + choices: ["near-ai-api-key"], }, { value: "google",