docs: explain unpinning model auth profiles
This commit is contained in:
@@ -1067,6 +1067,17 @@ You can also force a specific auth profile for the provider (per session):
|
|||||||
Tip: `/model status` shows which agent is active, which `auth-profiles.json` file is being used, and which auth profile will be tried next.
|
Tip: `/model status` shows which agent is active, which `auth-profiles.json` file is being used, and which auth profile will be tried next.
|
||||||
It also shows the configured provider endpoint (`baseUrl`) and API mode (`api`) when available.
|
It also shows the configured provider endpoint (`baseUrl`) and API mode (`api`) when available.
|
||||||
|
|
||||||
|
### How do I unpin a profile I set with `@profile`?
|
||||||
|
|
||||||
|
Re-run `/model` **without** the `@profile` suffix:
|
||||||
|
|
||||||
|
```
|
||||||
|
/model anthropic/claude-opus-4-5
|
||||||
|
```
|
||||||
|
|
||||||
|
If you want to return to the default, pick it from `/model` (or send `/model <default provider/model>`).
|
||||||
|
Use `/model status` to confirm which auth profile is active.
|
||||||
|
|
||||||
### Why do I see “Model … is not allowed” and then no reply?
|
### Why do I see “Model … is not allowed” and then no reply?
|
||||||
|
|
||||||
If `agents.defaults.models` is set, it becomes the **allowlist** for `/model` and any
|
If `agents.defaults.models` is set, it becomes the **allowlist** for `/model` and any
|
||||||
|
|||||||
Reference in New Issue
Block a user