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

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

View File

@ -1,15 +1,15 @@
{
"repository": "openclaw/openclaw",
"sha": "e63e4f9551e97e4d9b93c11f228d740316606f97",
"sha": "acb3b09e2a09e21943d2ff6d05e63111456be7a0",
"sources": {
"openclaw": {
"repository": "openclaw/openclaw",
"sha": "e63e4f9551e97e4d9b93c11f228d740316606f97"
"sha": "acb3b09e2a09e21943d2ff6d05e63111456be7a0"
},
"clawhub": {
"repository": "openclaw/clawhub",
"sha": "38c21345906ab1f107a91b33bb86b63667d96643"
}
},
"syncedAt": "2026-05-08T07:51:29.026Z"
"syncedAt": "2026-05-08T10:25:26.297Z"
}

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 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.
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.
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,9 +57,10 @@ 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 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
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
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