From b8f8e7f4dd311fd83b4a6ae7bf67baa687e2b987 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 12 Jan 2026 07:57:12 +0000 Subject: [PATCH] fix: correct MiniMax Lightning hint --- 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 a9d01e023..806472a64 100644 --- a/src/commands/auth-choice-options.ts +++ b/src/commands/auth-choice-options.ts @@ -184,7 +184,7 @@ export function buildAuthChoiceOptions(params: { options.push({ value: "minimax-api-lightning", label: "MiniMax M2.1 Lightning", - hint: "Faster, lower cost", + hint: "Faster, higher output cost", }); if (params.includeSkip) { options.push({ value: "skip", label: "Skip for now" });