fix: support Claude OAuth token for model listing (#109)

This commit is contained in:
financialvice 2026-02-06 20:17:01 -08:00 committed by GitHub
parent a7b3881099
commit a5a6492165
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 188 additions and 1 deletions

View file

@ -261,7 +261,7 @@ All agents receive API keys via environment variables:
| Agent | Environment Variables |
|-------|----------------------|
| Claude | `ANTHROPIC_API_KEY`, `CLAUDE_API_KEY` |
| Claude | `ANTHROPIC_API_KEY`, `CLAUDE_API_KEY`, `CLAUDE_CODE_OAUTH_TOKEN`, `ANTHROPIC_AUTH_TOKEN` |
| Codex | `OPENAI_API_KEY`, `CODEX_API_KEY` |
| OpenCode | `OPENAI_API_KEY` |
| Amp | `ANTHROPIC_API_KEY` |