openclaw - 💡(How to fix) Fix Feature: Telegram temporary tool-progress previews with final native quote replies

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…

Please support Telegram tool-progress previews during turns that will finish with a native Telegram quote reply.

Desired behavior:

  1. When channels.telegram.replyToMode: "first" is enabled and the inbound Telegram message has selected quote context, OpenClaw should still show a temporary tool-progress/status preview while the turn is running.
  2. When the turn finishes, OpenClaw should send the final answer through Telegram's native quote-reply path, preserving the selected quote UX.
  3. The temporary preview should then disappear or resolve cleanly, so the chat history only keeps final messages that the model explicitly sends.

Error Message

  • On failure/error/approval/media cases, preserve enough status for recovery and avoid deleting useful error context.

Root Cause

For Telegram operator workflows, both behaviors are valuable:

  • Native quote replies preserve the exact message or selected quote being answered, which is important in busy groups/topics.
  • Temporary tool-progress previews make long Codex/tool-heavy turns observable while work is happening.

The current trade-off forces users to choose one: either keep native quote replies or get visible tool-progress previews.

RAW_BUFFERClick to expand / collapse

Summary

Please support Telegram tool-progress previews during turns that will finish with a native Telegram quote reply.

Desired behavior:

  1. When channels.telegram.replyToMode: "first" is enabled and the inbound Telegram message has selected quote context, OpenClaw should still show a temporary tool-progress/status preview while the turn is running.
  2. When the turn finishes, OpenClaw should send the final answer through Telegram's native quote-reply path, preserving the selected quote UX.
  3. The temporary preview should then disappear or resolve cleanly, so the chat history only keeps final messages that the model explicitly sends.

Current behavior

As documented after #73487 / #73495, selected/native Telegram quote replies currently skip the answer draft preview stream. Because answerLane.stream is not created in that path, streaming.preview.toolProgress cannot render the short Working... / tool-progress lines for those turns.

This is now documented and warned about by openclaw doctor, but the runtime limitation remains.

Why this matters

For Telegram operator workflows, both behaviors are valuable:

  • Native quote replies preserve the exact message or selected quote being answered, which is important in busy groups/topics.
  • Temporary tool-progress previews make long Codex/tool-heavy turns observable while work is happening.

The current trade-off forces users to choose one: either keep native quote replies or get visible tool-progress previews.

Proposed product behavior

A possible implementation shape:

  • Keep the final answer path unchanged: selected quote turns still finish via Telegram native quote reply.
  • Add a separate temporary progress lane/message for selected quote turns when preview streaming/tool-progress is enabled.
  • Edit that temporary message as tool progress changes.
  • On successful final delivery, delete the temporary progress message or edit it into a short resolved state and then delete it if Telegram constraints require.
  • On failure/error/approval/media cases, preserve enough status for recovery and avoid deleting useful error context.

Acceptance criteria

  • With channels.telegram.replyToMode: "first" and streaming.preview.toolProgress enabled, selected quote turns show visible in-chat progress while tools run.
  • The final assistant answer is sent as a native Telegram quote reply to the selected/replied message.
  • Successful turns do not leave stale Working... or tool-progress messages in chat history.
  • Existing behavior for non-selected current-message replies remains unchanged.
  • Existing streaming.preview.toolProgress: false continues to suppress these temporary progress messages.
  • Doctor/docs are updated to describe the new supported behavior and any remaining edge cases.

Related

  • #73487 documented the original silent suppression / doc mismatch.
  • #73495 added the current doctor warning and docs note, intentionally leaving runtime fallback/support as a separate product change.

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: Telegram temporary tool-progress previews with final native quote replies