docs: clarify Slack thread reply behavior

This commit is contained in:
teknium1 2026-03-14 23:15:13 -07:00
parent 973aa9b549
commit 678e0bd9cc

View file

@ -193,8 +193,8 @@ Understanding how Hermes behaves in different contexts:
| Context | Behavior | | Context | Behavior |
|---------|----------| |---------|----------|
| **DMs** | Bot responds to every message — no @mention needed | | **DMs** | Bot responds to every message — no @mention needed |
| **Channels** | Bot **only responds when @mentioned** (e.g., `@Hermes Agent what time is it?`) | | **Channels** | Bot **only responds when @mentioned** (e.g., `@Hermes Agent what time is it?`). In channels, Hermes replies in a thread attached to that message. |
| **Threads** | Bot replies in threads when the triggering message is in a thread | | **Threads** | If you @mention Hermes inside an existing thread, it replies in that same thread. |
:::tip :::tip
In channels, always @mention the bot. Simply typing a message without mentioning it will be ignored. In channels, always @mention the bot. Simply typing a message without mentioning it will be ignored.