From f9347235e446e37b044320a17562a96e4ea3e3cb Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 10 Jan 2026 19:19:22 +0100 Subject: [PATCH] docs: call out group history limits --- docs/concepts/groups.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/concepts/groups.md b/docs/concepts/groups.md index 7358ab187..1af1a5b8c 100644 --- a/docs/concepts/groups.md +++ b/docs/concepts/groups.md @@ -108,6 +108,7 @@ Notes: - Per-agent override: `agents.list[].groupChat.mentionPatterns` (useful when multiple agents share a group). - Mention gating is only enforced when mention detection is possible (native mentions or `mentionPatterns` are configured). - Discord defaults live in `discord.guilds."*"` (overridable per guild/channel). +- Group history context is wrapped uniformly across providers; use `messages.groupChat.historyLimit` for the global default and `.historyLimit` (or `.accounts.*.historyLimit`) for overrides. Set `0` to disable. ## Group allowlists When `whatsapp.groups`, `telegram.groups`, or `imessage.groups` is configured, the keys act as a group allowlist. Use `"*"` to allow all groups while still setting default mention behavior.