docs: update slash commands docs

This commit is contained in:
Peter Steinberger
2026-01-12 06:38:16 +00:00
parent 1a89a5dd14
commit 960ed66501
3 changed files with 39 additions and 7 deletions

View File

@@ -887,7 +887,9 @@ For background processes (from the exec tool), you can ask the agent to run:
process action:kill sessionId:XXX
```
Slash commands only run when the **entire** message is the command (must start with `/`). Inline text like `hello /status` is ignored.
Slash commands overview: see [Slash commands](/tools/slash-commands).
Most commands must be sent as a **standalone** message that starts with `/`, but a few shortcuts (like `/status`) also work inline for allowlisted senders.
### Why does it feel like the bot “ignores” rapidfire messages?