openclaw - 💡(How to fix) Fix [Feature]: /progress command to toggle tool-call progress in streaming preview [1 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fixed

Code Example

/progress        → show current state (on/off)
/progress on     → show tool progress in streaming preview
/progress off    → hide tool progress, stream answer text only
RAW_BUFFERClick to expand / collapse

Feature Request

Motivation

When the agent makes multiple tool calls, progress lines are edited into the streaming preview message in real time. This is great for debugging, but on mobile (especially Telegram), the intermediate edits plus the final cleanup (intermediate previews get deleteMessage'd before the final answer) cause visual jitter. Sometimes I want to see tool progress, sometimes I want a clean text-only stream.

Currently toggling streaming.preview.toolProgress requires editing openclaw.json and restarting the Gateway. There's no quick way to flip this per conversation.

Proposed Solution

Add a /progress native command to toggle tool-call progress visibility per-session:

/progress        → show current state (on/off)
/progress on     → show tool progress in streaming preview
/progress off    → hide tool progress, stream answer text only

This should be a session-level override (like /think), not a config change — no Gateway restart, scoped to the current conversation/session.

Why session-level

  • Different contexts need different visibility (debugging vs casual chat)
  • Per-conversation, not global — should not affect other sessions
  • Instant toggle, no restart

UX reference

Similar to how /think works on Telegram: inline keyboard showing current state with toggle buttons. The current session override should override the configured streaming.preview.toolProgress for that session only.

Related

  • streaming.preview.toolProgress config field exists but has no chat-command shortcut
  • #73795 — toolProgress config stripped from channels without streaming.mode
  • #79804 — tool/status messages leak when streaming/tool progress is disabled
  • #77072 (closed) — Telegram partial streaming surfaces excessive transient tool/exec progress bubbles in DM

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Feature]: /progress command to toggle tool-call progress in streaming preview [1 pull requests]