From 8cbf6763b4bcc95ac6ebce197135b507431f8210 Mon Sep 17 00:00:00 2001 From: "firat.sertgoz" Date: Mon, 26 Jan 2026 19:40:29 +0100 Subject: [PATCH] Apply suggestion from @think-in-universe Co-authored-by: Robert Yan <46699230+think-in-universe@users.noreply.github.com> --- 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 f4c1bc190..3fc1cf150 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: ["near-ai-api-key"], + choices: ["nearai-api-key"], }, { value: "google",