From 87f89207d43ce9d913baa2b0aa49a78fb6ea5362 Mon Sep 17 00:00:00 2001 From: HashWarlock Date: Sun, 25 Jan 2026 18:41:09 -0600 Subject: [PATCH] feat(commands): add redpill-api-key to AuthChoice type Co-Authored-By: Claude Sonnet 4.5 --- src/commands/onboard-types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/onboard-types.ts b/src/commands/onboard-types.ts index 84c15afc4..1ad673ef7 100644 --- a/src/commands/onboard-types.ts +++ b/src/commands/onboard-types.ts @@ -31,6 +31,7 @@ export type AuthChoice = | "github-copilot" | "copilot-proxy" | "qwen-portal" + | "redpill-api-key" | "skip"; export type GatewayAuthChoice = "off" | "token" | "password"; export type ResetScope = "config" | "config+creds+sessions" | "full";