From 392008e70aafb2b90bed873b82685af9f05989dd Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sun, 26 Apr 2026 04:19:12 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@f1eef47839d2c42014e2814a90f61e0f6a1f526f --- .openclaw-sync/source.json | 4 ++-- docs/channels/groups.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 325650579..50268b9a6 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "c953e98c59b93c3d6ac5390290e6b135487038fe", - "syncedAt": "2026-04-26T04:15:47.910Z" + "sha": "f1eef47839d2c42014e2814a90f61e0f6a1f526f", + "syncedAt": "2026-04-26T04:18:00.513Z" } diff --git a/docs/channels/groups.md b/docs/channels/groups.md index feae2f6e9..51e0518c1 100644 --- a/docs/channels/groups.md +++ b/docs/channels/groups.md @@ -272,6 +272,7 @@ Notes: - Surfaces that provide explicit mentions still pass; patterns are a fallback. - 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). +- Always-on groups where silent replies are allowed treat a clean empty model reply as silent, equivalent to `NO_REPLY`. Mention-gated groups and direct chats still treat empty replies as a failed agent turn. - Discord defaults live in `channels.discord.guilds."*"` (overridable per guild/channel). - Group history context is wrapped uniformly across channels and is **pending-only** (messages skipped due to mention gating); use `messages.groupChat.historyLimit` for the global default and `channels..historyLimit` (or `channels..accounts.*.historyLimit`) for overrides. Set `0` to disable.