From 555202f3b12d4d35f98d812eb8c6d68209d48777 Mon Sep 17 00:00:00 2001 From: Ethan Shea Date: Thu, 28 Aug 2025 12:06:45 -0400 Subject: [PATCH] Vercel AI Gateway key deeplinks into the dashboard (#2287) --- packages/opencode/src/cli/cmd/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/opencode/src/cli/cmd/auth.ts b/packages/opencode/src/cli/cmd/auth.ts index be38c0eb..eb2eb19b 100644 --- a/packages/opencode/src/cli/cmd/auth.ts +++ b/packages/opencode/src/cli/cmd/auth.ts @@ -245,7 +245,7 @@ export const AuthLoginCommand = cmd({ } if (provider === "vercel") { - prompts.log.info("You can create an api key in the dashboard") + prompts.log.info("You can create an api key at https://vercel.link/ai-gateway-token") } const key = await prompts.password({