feat: move group mention gating to provider groups

This commit is contained in:
Peter Steinberger
2026-01-02 22:23:00 +01:00
parent e93102b276
commit 5cf1a9535e
27 changed files with 613 additions and 50 deletions

View File

@@ -125,11 +125,13 @@ Example:
heartbeat: { every: "0m" }
},
whatsapp: {
allowFrom: ["+15555550123"]
allowFrom: ["+15555550123"],
groups: {
"*": { requireMention: true }
}
},
routing: {
groupChat: {
requireMention: true,
mentionPatterns: ["@clawd", "clawd"]
}
},