openclaw - 💡(How to fix) Fix Webchat UI: Long streamed responses disappear after near-complete render

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…

Error Message

  1. Response disappears entirely — blank state, no error shown

Fix Action

Workaround

Ask the agent to resend a summary after any long response.

RAW_BUFFERClick to expand / collapse

Bug description

Long responses rendered in the OpenClaw webchat UI disappear entirely after rendering almost completely. The underlying agent work completes correctly — tool calls succeed, files are written, crons are created — only the final rendered reply is lost from the UI.

Steps to reproduce

  1. Agent generates a long response (100–200+ lines, typically containing markdown tables or structured output)
  2. Response streams and renders to near-completion in webchat
  3. Response disappears entirely — blank state, no error shown
  4. Refreshing the UI does not restore the response
  5. Work completed by the agent is unaffected

Expected behaviour

Completed response remains visible in the UI

Actual behaviour

Response disappears entirely after streaming to near-completion

Session details

  • Agent: main
  • Date: 2026-06-01
  • Occurrences: 4x at approx 10:17, 10:40, 10:43, 10:52 AEST
  • OpenClaw version: 2026.5.28
  • Platform: macOS

Hypothesis

Likely a race condition or DOM wipe triggered on long streamed responses. Possible correlations:

  • Response length threshold
  • Markdown table rendering completing before stream closes
  • Stream completion event triggering a UI state reset

Impact

Work is not lost but user has no visibility of the response. For autonomous agent setups this means confirmations are invisible until the user re-prompts.

Workaround

Ask the agent to resend a summary after any long response.

Notes

This started occurring on 2026-06-01 after updating to v2026.5.28. Did not occur on prior versions.

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 Webchat UI: Long streamed responses disappear after near-complete render