相关Github PR和Issue
✅ 1)官方中文配置文档(明确写了这个字段)
🔗 https://docs.openclaw.ai/zh-CN/gateway/configuration
- 写死:群组默认
message_tool(群聊不回复) - 明确:设成
automatic恢复旧版自动回复
✅ 2)官方 schema 代码(字段 + enum 定义,最硬证据)
来自 PR #76513(5.12 包含)🔗 https://github.com/openclaw/openclaw/pull/76513/files关键字段(你能直接搜到):
plaintext
messages.groupChat.visibleReplies
enum: ["automatic", "message_tool"]
default: "message_tool"
✅ 3)大量用户报告 “群聊不回复”,全部指向这个配置
Issue #77746(5.1.3 开始群聊消失)
🔗 https://github.com/openclaw/openclaw/issues/77746标题:Discord GroupChat replies invisible after 2026.5.3 — visibleReplies default changed
Issue #77260(命令回复丢了,原因同)
🔗 https://github.com/openclaw/openclaw/issues/77260
Issue #75390(误设布尔值直接炸所有渠道)
🔗 https://github.com/openclaw/openclaw/issues/75390
✅ 4)PR #75099:官方承认并写死 “automatic 恢复旧行为”
🔗 https://github.com/openclaw/openclaw/pull/75099/files原文:
messages.groupChat.visibleReplies: "automatic"restores legacy auto-posting
如何修改配置
在Openclaw.json中加入:
{
....其他配置,
"messages": {
"groupChat": {
"visibleReplies": "automatic"
}
}
}
或者执行命令行:
openclaw config set messages.groupChat.visibleReplies automatic
PS:
推荐使用飞书,钉钉我亲测下来用的openclaw-china/dingtalk插件,对需要很长时间执行后才能回复的消息还是无法回复。

1万+

被折叠的 条评论
为什么被折叠?



