docs: fix stale hermes login references in hermes-agent skill (#10603)

Follow-up to #10471 — replace remaining 'hermes login --provider'
references with current 'hermes auth' flow.
This commit is contained in:
Teknium 2026-04-15 17:43:54 -07:00 committed by GitHub
parent c850a40e4e
commit 5ef0fe1665
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -351,8 +351,8 @@ Full config reference: https://hermes-agent.nousresearch.com/docs/user-guide/con
|----------|------|-------------|
| OpenRouter | API key | `OPENROUTER_API_KEY` |
| Anthropic | API key | `ANTHROPIC_API_KEY` |
| Nous Portal | OAuth | `hermes login --provider nous` |
| OpenAI Codex | OAuth | `hermes login --provider openai-codex` |
| Nous Portal | OAuth | `hermes auth` |
| OpenAI Codex | OAuth | `hermes auth` |
| GitHub Copilot | Token | `COPILOT_GITHUB_TOKEN` |
| Google Gemini | API key | `GOOGLE_API_KEY` or `GEMINI_API_KEY` |
| DeepSeek | API key | `DEEPSEEK_API_KEY` |