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; }