mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-24 16:54:43 +00:00
Once the bot is @mentioned in a Slack thread it auto-follows and replies to every later message in that thread, including ones a human addresses to another human (e.g. "@rasha check this out"). The bot butts in. Add slack.ignore_other_user_mentions (env SLACK_IGNORE_OTHER_USER_MENTIONS, default off). When on, a channel/thread message whose first token @mentions someone other than the bot is treated as addressed to that person and the bot stays silent unless it is also mentioned. This is Slack parity for the Discord option of the same name (#33501), adapted to Slack's thread model: the trigger is a leading mention ("addressed to"), so a message that merely references another user mid-sentence still reaches the bot. The gate sits ahead of the free-response / require_mention ladder so it also overrides the mentioned-thread auto-follow. DMs are never filtered. |
||
|---|---|---|
| .. | ||
| dingtalk | ||
| discord | ||
| feishu | ||
| google_chat | ||
| homeassistant | ||
| irc | ||
| line | ||
| matrix | ||
| mattermost | ||
| ntfy | ||
| photon | ||
| raft | ||
| simplex | ||
| slack | ||
| sms | ||
| teams | ||
| telegram | ||
| wecom | ||