From 687a10b8cc045c0455e62f0557a656ef51851d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Jan=C4=8Da=C5=99=C3=ADk?= Date: Sat, 10 Jan 2026 11:30:32 +0100 Subject: [PATCH] fix: map opencode-zen preferred provider --- src/commands/auth-choice.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands/auth-choice.ts b/src/commands/auth-choice.ts index ca15e5b7d..02744c5dc 100644 --- a/src/commands/auth-choice.ts +++ b/src/commands/auth-choice.ts @@ -754,6 +754,8 @@ export function resolvePreferredProviderForAuthChoice( return "minimax"; case "minimax": return "lmstudio"; + case "opencode-zen": + return "opencode-zen"; default: return undefined; }