docs: clarify usage in slash commands

This commit is contained in:
Peter Steinberger
2026-01-12 06:53:40 +00:00
parent f00667ea25
commit 4f9a08a5cd
2 changed files with 26 additions and 1 deletions

View File

@@ -86,6 +86,25 @@ Example allowlist config:
}
```
## Switching models in chat (`/model`)
You can switch models for the current session without restarting:
```
/model
/model list
/model 3
/model openai/gpt-5.2
/model status
```
Notes:
- `/model` (and `/model list`) is a compact, numbered picker (model family + available providers).
- `/model <#>` selects from that picker.
- `/model status` is the detailed view (auth candidates and, when configured, provider endpoint `baseUrl` + `api` mode).
Full command behavior/config: [Slash commands](/tools/slash-commands).
## CLI commands
```bash