fix: align native think menus with session models

This commit is contained in:
Peter Steinberger
2026-04-25 10:30:49 +01:00
committed by GitHub
parent 4f91d81e1d
commit c6770d3694
16 changed files with 430 additions and 47 deletions

View File

@@ -209,7 +209,7 @@ Notes:
- By default, skill commands are forwarded to the model as a normal request.
- Skills may optionally declare `command-dispatch: tool` to route the command directly to a tool (deterministic, no model).
- Example: `/prose` (OpenProse plugin) — see [OpenProse](/prose).
- **Native command arguments:** Discord uses autocomplete for dynamic options (and button menus when you omit required args). Telegram and Slack show a button menu when a command supports choices and you omit the arg.
- **Native command arguments:** Discord uses autocomplete for dynamic options (and button menus when you omit required args). Telegram and Slack show a button menu when a command supports choices and you omit the arg. Dynamic choices are resolved against the target session model, so model-specific options such as `/think` levels follow that session's `/model` override.
## `/tools`