docs(gateway): make group reply fix restart conditional

This commit is contained in:
yetval
2026-05-14 15:19:12 -04:00
parent b45e051942
commit e68b79310a
+1 -3
View File
@@ -805,9 +805,7 @@ Symptom: a group/channel @mention shows the typing indicator and the gateway log
Cause: the `messages.groupChat.visibleReplies` default is `"message_tool"`, so OpenClaw runs the turn but suppresses the final assistant text unless the agent calls `message(action=send)`. There is no error because suppression is the configured behavior. DMs use a different default, which is why direct chats still reply.
Fix: either pick a stronger tool-calling model, or set `messages.groupChat.visibleReplies: "automatic"` to restore legacy visible replies and restart the gateway.
The gateway hot-reloads `messages` config after the file is saved. Restart only when file watching or config reload is disabled in the deployment.
Fix: either pick a stronger tool-calling model, or set `messages.groupChat.visibleReplies: "automatic"` to restore legacy visible replies. The gateway hot-reloads `messages` config after the file is saved; only restart the gateway when file watching or config reload is disabled in the deployment.
**Mention types:**