mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-15 22:30:44 +00:00
fix: show web search queries in progress drafts
This commit is contained in:
@@ -687,7 +687,7 @@ Default slash command settings:
|
||||
- `block` emits draft-sized chunks (use `draftChunk` to tune size and breakpoints, clamped to `textChunkLimit`).
|
||||
- Media, error, and explicit-reply finals cancel pending preview edits.
|
||||
- `streaming.preview.toolProgress` (default `true`) controls whether tool/progress updates reuse the preview message.
|
||||
- Tool/progress rows render as compact emoji + detail when available, for example `🛠️ run tests`, and omit repeated tool names unless no clearer detail exists.
|
||||
- Tool/progress rows render as compact emoji + title + detail when available, for example `🛠️ Bash: run tests` or `🔎 Web Search: for "query"`.
|
||||
- `streaming.preview.commandText` / `streaming.progress.commandText` controls command/exec detail in compact progress lines: `raw` (default) or `status` (tool label only).
|
||||
|
||||
Hide raw command/exec text while keeping compact progress lines:
|
||||
|
||||
@@ -19,8 +19,8 @@ into the final answer when the channel can do that safely.
|
||||
```text
|
||||
Shelling...
|
||||
📖 from docs/concepts/progress-drafts.md
|
||||
🔎 for "discord edit message"
|
||||
🛠️ run tests
|
||||
🔎 Web Search: for "discord edit message"
|
||||
🛠️ Bash: run tests
|
||||
```
|
||||
|
||||
Use progress drafts when you want one tidy status message during tool-heavy work
|
||||
@@ -60,9 +60,9 @@ 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
|
||||
only when the agent emits useful work updates, for example `🛠️ run tests`,
|
||||
`🔎 for "discord edit message"`, or `✍️ to /tmp/file`. By default they use the
|
||||
same compact explain mode as `/verbose`; set
|
||||
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
|
||||
`agents.defaults.toolProgressDetail: "raw"` when debugging and you also want raw
|
||||
commands/details appended.
|
||||
The final answer replaces the draft when possible; otherwise
|
||||
|
||||
Reference in New Issue
Block a user