From 16a88f39139de376d5ae7e8da4d028e4ee839bb9 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 4 May 2026 06:11:20 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@21ac4769042808ec9afe605eb28a874ca1428c5b --- .openclaw-sync/source.json | 4 ++-- docs/channels/telegram.md | 1 + docs/concepts/messages.md | 2 +- docs/concepts/streaming.md | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 4d845f486..fa29495c5 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "a224810a7f96e4688aa0bac397a58ce7d3b7322e", - "syncedAt": "2026-05-04T05:53:13.763Z" + "sha": "21ac4769042808ec9afe605eb28a874ca1428c5b", + "syncedAt": "2026-05-04T06:09:19.097Z" } diff --git a/docs/channels/telegram.md b/docs/channels/telegram.md index 0f9762156..b1a502cf6 100644 --- a/docs/channels/telegram.md +++ b/docs/channels/telegram.md @@ -318,6 +318,7 @@ curl "https://api.telegram.org/bot/getUpdates" Telegram-only reasoning stream: - `/reasoning stream` sends reasoning to the live preview while generating + - the reasoning preview is deleted after final delivery; use `/reasoning on` when reasoning should remain visible - final answer is sent without reasoning text diff --git a/docs/concepts/messages.md b/docs/concepts/messages.md index c6ee474b7..e6a105892 100644 --- a/docs/concepts/messages.md +++ b/docs/concepts/messages.md @@ -166,7 +166,7 @@ OpenClaw can expose or hide model reasoning: - `/reasoning on|off|stream` controls visibility. - Reasoning content still counts toward token usage when produced by the model. -- Telegram supports reasoning stream into the draft bubble. +- Telegram supports reasoning stream into a transient draft bubble that is deleted after final delivery; use `/reasoning on` for persistent reasoning output. Details: [Thinking + reasoning directives](/tools/thinking) and [Token use](/reference/token-use). diff --git a/docs/concepts/streaming.md b/docs/concepts/streaming.md index 9e8aab948..c12ddf011 100644 --- a/docs/concepts/streaming.md +++ b/docs/concepts/streaming.md @@ -162,7 +162,7 @@ Telegram: - Uses `sendMessage` + `editMessageText` preview updates across DMs and group/topics. - Sends a fresh final message instead of editing in place when a preview has been visible for about one minute, then cleans up the preview so Telegram's timestamp reflects reply completion. - Preview streaming is skipped when Telegram block streaming is explicitly enabled (to avoid double-streaming). -- `/reasoning stream` can write reasoning to preview. +- `/reasoning stream` can write reasoning to a transient preview that is deleted after final delivery. Discord: