fix: restore Discord model picker UX (#21458) (thanks @pejmanjohn)

This commit is contained in:
Shadow
2026-02-20 21:03:19 -06:00
committed by Shadow
parent 5dae5e6ef2
commit b7644d61a2
10 changed files with 2871 additions and 7 deletions

View File

@@ -104,6 +104,7 @@ You can switch models for the current session without restarting:
Notes:
- `/model` (and `/model list`) is a compact, numbered picker (model family + available providers).
- On Discord, `/model` and `/models` open an interactive picker with provider and model dropdowns plus a Submit step.
- `/model <#>` selects from that picker.
- `/model status` is the detailed view (auth candidates and, when configured, provider endpoint `baseUrl` + `api` mode).
- Model refs are parsed by splitting on the **first** `/`. Use `provider/model` when typing `/model <ref>`.