From bc92daa254c03a2e77f5881c187a7b8ddab6f4cf Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sat, 25 Apr 2026 12:03:28 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@3064ea78ab65c4861468d73ea02b12d3d0bde6e2 --- .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 5afa02579..6f4532a63 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "6eec38ad5a18fbd23001d19aac19c54a60a43127", - "syncedAt": "2026-04-25T11:49:53.122Z" + "sha": "3064ea78ab65c4861468d73ea02b12d3d0bde6e2", + "syncedAt": "2026-04-25T12:02:02.934Z" } diff --git a/docs/channels/telegram.md b/docs/channels/telegram.md index e0c5611d5..b53db8fd5 100644 --- a/docs/channels/telegram.md +++ b/docs/channels/telegram.md @@ -275,7 +275,7 @@ curl "https://api.telegram.org/bot/getUpdates" - `channels.telegram.streaming` is `off | partial | block | progress` (default: `partial`) - `progress` maps to `partial` on Telegram (compat with cross-channel naming) - `streaming.preview.toolProgress` controls whether tool/progress updates reuse the same edited preview message (default: `true` when preview streaming is active) - - legacy `channels.telegram.streamMode` and boolean `streaming` values are auto-mapped + - legacy `channels.telegram.streamMode` and boolean `streaming` values are detected; run `openclaw doctor --fix` to migrate them to `channels.telegram.streaming.mode` Tool-progress preview updates are the short "Working..." lines shown while tools run, for example command execution, file reads, planning updates, or patch summaries. Telegram keeps these enabled by default to match released OpenClaw behavior from `v2026.4.22` and later. To keep the edited preview for answer text but hide tool-progress lines, set: diff --git a/docs/concepts/streaming.md b/docs/concepts/streaming.md index ed4c89edb..91c9fe65b 100644 --- a/docs/concepts/streaming.md +++ b/docs/concepts/streaming.md @@ -143,7 +143,7 @@ Slack-only: Legacy key migration: -- Telegram: `streamMode` + boolean `streaming` auto-migrate to `streaming` enum. +- Telegram: legacy `streamMode` and scalar/boolean `streaming` values are detected and migrated by doctor/config compatibility paths to `streaming.mode`. - Discord: `streamMode` + boolean `streaming` auto-migrate to `streaming` enum. - Slack: `streamMode` auto-migrates to `streaming.mode`; boolean `streaming` auto-migrates to `streaming.mode` plus `streaming.nativeTransport`; legacy `nativeStreaming` auto-migrates to `streaming.nativeTransport`.