docs(cli): add Vercel provider to setup and doctor

This commit is contained in:
William Valentin
2026-02-15 10:53:29 -08:00
parent 87e942b4c5
commit a624f5efb5
5 changed files with 50 additions and 1 deletions
+1
View File
@@ -145,6 +145,7 @@ If you want a fast mental model of where to start as an AI agent / contributor:
|----------|--------|
| Anthropic | `provider: anthropic`, `api_key` or `auth_token` |
| OpenAI | `provider: openai`, `api_key`, optional `endpoint` |
| Vercel AI Gateway | `provider: vercel`, `api_key` or `AI_GATEWAY_API_KEY`, optional `endpoint` |
| GitHub Copilot | `provider: github`, auto-login via OAuth device flow |
| Gemini | `provider: gemini`, `api_key` |
| Bedrock | `provider: bedrock`, AWS credentials |