summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEthan Shea <[email protected]>2025-08-28 12:06:45 -0400
committerGitHub <[email protected]>2025-08-28 11:06:45 -0500
commit555202f3b12d4d35f98d812eb8c6d68209d48777 (patch)
treea96197781d68238bf29d20e10f9544acce30ae63
parent37cf262094da151da0a066ae92cd77e12feb33ec (diff)
downloadopencode-555202f3b12d4d35f98d812eb8c6d68209d48777.tar.gz
opencode-555202f3b12d4d35f98d812eb8c6d68209d48777.zip
Vercel AI Gateway key deeplinks into the dashboard (#2287)
-rw-r--r--packages/opencode/src/cli/cmd/auth.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/cli/cmd/auth.ts b/packages/opencode/src/cli/cmd/auth.ts
index be38c0eba..eb2eb19b7 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({