fix(slack): wake on user-group mentions

This commit is contained in:
Peter Steinberger
2026-05-02 03:46:18 +01:00
parent f739edcf4c
commit 5b1c2ee25f
7 changed files with 307 additions and 2 deletions

View File

@@ -205,6 +205,7 @@ Base manifest (Socket Mode default):
"pins:write",
"reactions:read",
"reactions:write",
"usergroups:read",
"users:read"
]
}
@@ -572,6 +573,7 @@ Current Slack message actions include `send`, `upload-file`, `download-file`, `r
Mention sources:
- explicit app mention (`<@botId>`)
- Slack user-group mention (`<!subteam^S...>`) when the bot user is a member of that user group; requires `usergroups:read`
- mention regex patterns (`agents.list[].groupChat.mentionPatterns`, fallback `messages.groupChat.mentionPatterns`)
- implicit reply-to-bot thread behavior (disabled when `thread.requireExplicitMention` is `true`)