You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/channels/groups.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -362,6 +362,8 @@ Replying to a bot message counts as an implicit mention when the channel support
362
362
<Accordiontitle="Mention gating notes">
363
363
- `mentionPatterns` are case-insensitive safe regex patterns; invalid patterns and unsafe nested-repetition forms are ignored.
364
364
- Surfaces that provide explicit mentions still pass; patterns are a fallback.
365
+
- `channels.<channel>.mentionPatterns.mode: "deny"` disables configured mention patterns by default for that channel; opt selected conversations back in with `allowIn`.
366
+
- `channels.<channel>.mentionPatterns.denyIn` disables configured mention patterns for specific conversation IDs while native platform @mentions still pass.
365
367
- Per-agent override: `agents.list[].groupChat.mentionPatterns` (useful when multiple agents share a group).
366
368
- Mention gating is only enforced when mention detection is possible (native mentions or `mentionPatterns` are configured).
367
369
- Allowlisting a group or sender does not disable mention gating; set that group's `requireMention` to `false` when all messages should trigger.
0 commit comments