From ba22054935203fd5737dbb6428c050b380dc6fdf Mon Sep 17 00:00:00 2001 From: HashWarlock Date: Sun, 25 Jan 2026 18:57:29 -0600 Subject: [PATCH] feat(commands): add Redpill to preferred providers Co-Authored-By: Claude Sonnet 4.5 --- src/commands/auth-choice.preferred-provider.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/auth-choice.preferred-provider.ts b/src/commands/auth-choice.preferred-provider.ts index 6fe26b59a..dcb1a0295 100644 --- a/src/commands/auth-choice.preferred-provider.ts +++ b/src/commands/auth-choice.preferred-provider.ts @@ -20,6 +20,7 @@ const PREFERRED_PROVIDER_BY_AUTH_CHOICE: Partial> = { "zai-api-key": "zai", "synthetic-api-key": "synthetic", "venice-api-key": "venice", + "redpill-api-key": "redpill", "github-copilot": "github-copilot", "copilot-proxy": "copilot-proxy", "minimax-cloud": "minimax",