
































@@ -35,7 +35,8 @@ Quick flow (what happens to a group message):
3535groupPolicy? disabled -> drop
3636groupPolicy? allowlist -> group allowed? no -> drop
3737requireMention? yes -> mentioned? no -> store for context only
38-otherwise -> reply
38+mention/reply/command/DM -> user request
39+always-on group chatter -> room event
3940```
40414142## Visible replies
@@ -60,7 +61,7 @@ For direct chats and any other source turn, use `messages.visibleReplies: "messa
60616162This replaces the old pattern of forcing the model to answer `NO_REPLY` for most lurk-mode turns. In tool-only mode, doing nothing visible simply means not calling the message tool.
626363-Typing indicators are still sent while the agent works in tool-only mode. The default group typing mode is upgraded from "message" to "instant" for these turns because there may never be normal assistant message text before the agent decides whether to call the message tool. Explicit typing-mode config still wins.
64+Typing indicators are still sent for direct group requests. Ambient always-on room events stay quiet unless the agent calls the message tool.
64656566To restore legacy automatic final replies for group/channel rooms:
6667@@ -351,6 +352,8 @@ Replying to a bot message counts as an implicit mention when the channel support
351352- Allowlisting a group or sender does not disable mention gating; set that group's `requireMention` to `false` when all messages should trigger.
352353- Automatic group chat prompt context carries the resolved silent-reply instruction every turn; workspace files should not duplicate `NO_REPLY` mechanics.
353354- Groups where automatic silent replies are allowed treat clean empty or reasoning-only model turns as silent, equivalent to `NO_REPLY`. Direct chats never receive `NO_REPLY` guidance, and message-tool-only group replies stay quiet by not calling `message(action=send)`.
355+- Ambient always-on group chatter is a room event. The model can use it as context, but visible room speech requires the message tool.
356+- Room events are not stored as fake user requests, and private assistant text from no-message-tool room events is not replayed as chat history.
354357- Discord defaults live in `channels.discord.guilds."*"` (overridable per guild/channel).
355358- Group history context is wrapped uniformly across channels. Mention-gated groups keep pending skipped messages; always-on groups may also retain recent processed room messages when the channel supports it. Use `messages.groupChat.historyLimit` for the global default and `channels.<channel>.historyLimit` (or `channels.<channel>.accounts.*.historyLimit`) for overrides. Set `0` to disable.
356359此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。