mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-08 13:12:08 +00:00
* fix(cli): correct stale `hermes auth login nous` hints to `hermes auth add nous` There is no `hermes auth login` subcommand — valid auth verbs are add/list/remove/reset/status/logout/spotify. Six user-facing strings told users to run `hermes auth login nous`, which fails with `invalid choice: 'login'` — the same broken-hint class reported in #28089 for the proxy flow (already fixed there to `hermes auth add nous`). Sites corrected to `hermes auth add nous`: - hermes_cli/dashboard_register.py (401 retry hint, not-logged-in hint) - hermes_cli/gateway_enroll.py (401 retry hint, not-logged-in hint) - cli-config.yaml.example (two provider-requirement comments) * docs(infographic): auth login nous hint fix |
||
|---|---|---|
| .. | ||
| auth-login-hint-fix | ||
| eager-fallback-transport | ||
| intent-ack-continuation | ||
| model-picker-fixes | ||
| pr-27539 | ||
| pr-29285-provider-precedence | ||
| skills-sync-external-dirs | ||
| vision-any-provider | ||