From f437d175f1dfa2bee6579e4da6e265c398f8e6c4 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Tue, 28 Apr 2026 19:30:40 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@cb8c513ce3f232079884bd10d7211dcec9ddbc93 --- .openclaw-sync/source.json | 4 ++-- docs/channels/telegram.md | 2 +- docs/concepts/streaming.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 865ff7401..3ea614992 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "f641691910a99dbfd165efb22dac071018d08c5c", - "syncedAt": "2026-04-28T19:09:41.867Z" + "sha": "cb8c513ce3f232079884bd10d7211dcec9ddbc93", + "syncedAt": "2026-04-28T19:29:14.256Z" } diff --git a/docs/channels/telegram.md b/docs/channels/telegram.md index 6390e5312..fca04800a 100644 --- a/docs/channels/telegram.md +++ b/docs/channels/telegram.md @@ -295,7 +295,7 @@ curl "https://api.telegram.org/bot/getUpdates" } ``` - Use `streaming.mode: "off"` only when you want to disable Telegram preview edits entirely. Use `streaming.preview.toolProgress: false` when you only want to disable the tool-progress status lines. + Use `streaming.mode: "off"` only when you want final-only delivery: Telegram preview edits are disabled and generic tool/progress chatter is suppressed instead of being sent as standalone "Working..." messages. Approval prompts, media payloads, and errors still route through normal final delivery. Use `streaming.preview.toolProgress: false` when you only want to keep answer preview edits while hiding the tool-progress status lines. For text-only replies: diff --git a/docs/concepts/streaming.md b/docs/concepts/streaming.md index ec55e80b1..fe6fbdbbe 100644 --- a/docs/concepts/streaming.md +++ b/docs/concepts/streaming.md @@ -191,7 +191,7 @@ Supported surfaces: - **Discord**, **Slack**, **Telegram**, and **Matrix** stream tool-progress into the live preview edit by default when preview streaming is active. - Telegram has shipped with tool-progress preview updates enabled since `v2026.4.22`; keeping them enabled preserves that released behavior. - **Mattermost** already folds tool activity into its single draft preview post (see above). -- Tool-progress edits follow the active preview streaming mode; they are skipped when preview streaming is `off` or when block streaming has taken over the message. +- Tool-progress edits follow the active preview streaming mode; they are skipped when preview streaming is `off` or when block streaming has taken over the message. On Telegram, `streaming.mode: "off"` is final-only: generic progress chatter is also suppressed instead of being delivered as standalone "Working..." messages, while approval prompts, media payloads, and errors still route normally. - To keep preview streaming but hide tool-progress lines, set `streaming.preview.toolProgress` to `false` for that channel. To disable preview edits entirely, set `streaming.mode` to `off`. Example: