From 6d323ee73640afdf02ed9fa3aded13da23359b98 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Tue, 28 Apr 2026 10:24:14 -0700 Subject: [PATCH] docs(channels/groups): note native command bypass of visibleReplies For 195f704c74: docs/channels/groups.md "Visible replies" section now records that native slash commands (Discord, Telegram, and other surfaces with native command support) reply visibly even when `messages.groupChat.visibleReplies` is `"message_tool"`, so the channel- native command UI gets the response it expects. Text-typed `/...` commands and ordinary chat turns still follow the configured group default. --- docs/channels/groups.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/channels/groups.md b/docs/channels/groups.md index 5d8129a958b..45ca1eb80cf 100644 --- a/docs/channels/groups.md +++ b/docs/channels/groups.md @@ -59,6 +59,8 @@ To restore legacy automatic final replies for group/channel rooms: } ``` +Native slash commands (Discord, Telegram, and other surfaces with native command support) bypass `visibleReplies: "message_tool"` and always reply visibly so the channel-native command UI gets the response it expects. This applies to validated native command turns only; text-typed `/...` commands and ordinary chat turns still follow the configured group default. + ## Context visibility and allowlists Two different controls are involved in group safety: