Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/guides/migrate-from-openclaw.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ The migration resolves all three formats. For env templates and SecretRef object

5. **Test messaging** — if you migrated platform tokens, restart the gateway: `systemctl --user restart hermes-gateway`

6. **Check session policies** — verify `hermes config get session_reset` matches your expectations.
6. **Check session policies** — verify the `session_reset` section of `hermes config show` matches your expectations.

7. **Re-pair WhatsApp** — WhatsApp uses QR code pairing (Baileys), not token migration. Run `hermes whatsapp` to pair.

Expand Down
4 changes: 2 additions & 2 deletions website/docs/guides/work-with-skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ Manage skill config from the CLI:
# Interactive config for a specific skill
hermes skills config gif-search

# View all skill config
hermes config get skills.config
# View all skill config (look under skills.config in the output)
hermes config show
```

---
Expand Down
2 changes: 1 addition & 1 deletion website/docs/user-guide/configuring-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ hermes model # Interactive provider + model picker (the canonical way

`hermes model` walks you through picking a provider, authenticating (OAuth flows open a browser; API-key providers prompt for the key), and then choosing a specific model from that provider's curated catalog. The choice is written to `model.provider` and `model.model` in `~/.hermes/config.yaml`.

To list providers/models without launching the picker, use the dashboard or the REST endpoints below. To inspect what the CLI will actually use right now: `hermes config get model` and `hermes status`.
To list providers/models without launching the picker, use the dashboard or the REST endpoints below. To inspect what the CLI will actually use right now: see `model.provider` / `model.model` in `hermes config show`, and run `hermes status`.

### Direct config edit

Expand Down