Merge branch 'main' into commands-list-clean

This commit is contained in:
Luke
2026-01-08 19:33:56 -05:00
committed by GitHub
216 changed files with 6174 additions and 2822 deletions

View File

@@ -7,7 +7,9 @@ read_when:
# Slash commands
Commands are handled by the Gateway. Send them as a **standalone** message that starts with `/`.
Inline text like `hello /status` is ignored.
Inline text like `hello /status` is ignored for commands.
Directives (`/think`, `/verbose`, `/reasoning`, `/elevated`) are parsed even when inline and are stripped from the message before the model sees it.
## Config