docs: update slash commands docs

This commit is contained in:
Peter Steinberger
2026-01-12 06:38:16 +00:00
parent 1a89a5dd14
commit 960ed66501
3 changed files with 39 additions and 7 deletions

View File

@@ -114,7 +114,9 @@ clawdbot doctor
### Per-session (chat command)
Use `/model <alias-or-id>@<profileId>` to pin a specific provider credential for the current session (example profile ids: `anthropic:claude-cli`, `anthropic:default`). Use `/model status` to see candidates + which one is next.
Use `/model <alias-or-id>@<profileId>` to pin a specific provider credential for the current session (example profile ids: `anthropic:claude-cli`, `anthropic:default`).
Use `/model` (or `/model list`) for a compact picker; use `/model status` for the full view (candidates + next auth profile, plus provider endpoint details when configured).
### Per-agent (CLI override)