chore(sync): mirror docs from openclaw/openclaw@baffa57c00

This commit is contained in:
openclaw-docs-sync[bot] 2026-05-08 10:36:18 +00:00
parent 124ccd1d3b
commit c7672431c9
3 changed files with 7 additions and 8 deletions

View File

@ -1,15 +1,15 @@
{
"repository": "openclaw/openclaw",
"sha": "acb3b09e2a09e21943d2ff6d05e63111456be7a0",
"sha": "baffa57c004e361435da81e5e583151e349b2d43",
"sources": {
"openclaw": {
"repository": "openclaw/openclaw",
"sha": "acb3b09e2a09e21943d2ff6d05e63111456be7a0"
"sha": "baffa57c004e361435da81e5e583151e349b2d43"
},
"clawhub": {
"repository": "openclaw/clawhub",
"sha": "38c21345906ab1f107a91b33bb86b63667d96643"
}
},
"syncedAt": "2026-05-08T10:25:26.297Z"
"syncedAt": "2026-05-08T10:34:45.501Z"
}

View File

@ -662,7 +662,7 @@ Default slash command settings:
</Accordion>
<Accordion title="Live stream preview">
OpenClaw can stream draft replies by sending a temporary message and editing it as text arrives. `channels.discord.streaming` takes `off` | `partial` | `block` | `progress` (default). `progress` keeps one editable status draft and updates it with tool progress until final delivery; the shared starter label stays visible while `streaming.progress.maxLines` limits the rolling progress lines below it. `streamMode` is a legacy runtime alias. Run `openclaw doctor --fix` to rewrite persisted config to the canonical key.
OpenClaw can stream draft replies by sending a temporary message and editing it as text arrives. `channels.discord.streaming` takes `off` | `partial` | `block` | `progress` (default). `progress` keeps one editable status draft and updates it with tool progress until final delivery; the shared starter label is a rolling line, so it scrolls away like the rest once enough work appears. `streamMode` is a legacy runtime alias. Run `openclaw doctor --fix` to rewrite persisted config to the canonical key.
Set `channels.discord.streaming.mode` to `off` to disable Discord preview edits. If Discord block streaming is explicitly enabled, OpenClaw skips the preview stream to avoid double-streaming.

View File

@ -57,10 +57,9 @@ A progress draft has two parts:
| Progress lines | Compact run updates using the same tool icons and detail formatter as verbose output. |
The label appears after the agent starts meaningful work and either remains busy
for five seconds or emits a second work event. It stays visible while the agent
is still working; `streaming.progress.maxLines` limits only the rolling progress
lines below the label. In other words, progress drafts render as `label + last N
progress lines`. Plain text-only replies do not show a progress draft. Progress lines are added
for five seconds or emits a second work event. It is part of the rolling progress
line list, so the starter status scrolls away once enough concrete work appears.
Plain text-only replies do not show a progress draft. Progress lines are added
only when the agent emits useful work updates, for example `🛠️ Bash: run tests`,
`🔎 Web Search: for "discord edit message"`, or `✍️ Write: to /tmp/file`.
By default they use the same compact explain mode as `/verbose`; set