docs: fix 25 documentation/code inconsistencies (audit round 3)

Cross-checked website/docs against the source at main HEAD and corrected
documented commands, env vars, config keys, headers, and default values
that don't match the code. Docs-only; no behavioral changes.

Refs #36048

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
kocaemre 2026-05-31 22:44:17 +03:00 committed by Teknium
parent 0fe18b8650
commit a710becd6c
16 changed files with 18 additions and 20 deletions

View file

@ -118,7 +118,7 @@ Mid-session model switching works on every surface — it's the `/model` slash c
- **CLI / TUI:** `/model claude-sonnet-4` or `/model openrouter:anthropic/claude-sonnet-4.6`
- **TUI gateway RPC:** `command.dispatch` with `{"command": "/model claude-sonnet-4"}`
- **ACP:** the IDE sends the slash command as a prompt; the agent dispatches it
- **API server:** include a `model` field in the request body or set `X-Hermes-Model`
- **API server:** include a `model` field in the request body
Provider-aware resolution (the same model name picks the right format for whatever provider you're on) is built in. See `hermes_cli/model_switch.py`.