openclaw - 💡(How to fix) Fix [Bug]: WebChat "In Progress" spinner + Interrupt button stuck after turn completes (was #84041, locked)

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…

After the LLM response is fully generated and displayed, the WebChat left panel remains stuck showing "In Progress" spinner animation, and the "Interrupt" button stays visible. The context length indicator bar does not refresh.

Root Cause

After the LLM response is fully generated and displayed, the WebChat left panel remains stuck showing "In Progress" spinner animation, and the "Interrupt" button stays visible. The context length indicator bar does not refresh.

RAW_BUFFERClick to expand / collapse

Summary

After the LLM response is fully generated and displayed, the WebChat left panel remains stuck showing "In Progress" spinner animation, and the "Interrupt" button stays visible. The context length indicator bar does not refresh.

Previous tracking

This was tracked in #84041 (Webchat UI stuck in "thinking/in progress" state), which was closed prematurely. The clawSweeper root-cause analysis in that issue already identified the source path:

composerRunStatus = canAbort ? in-progress : props.runStatushasAbortableSessionRun returns true from stale session row state even after chatRunId is null

The reading-indicator sub-issue was fixed in #83711, but the broader run-status/context issue described here persists.

Steps to reproduce

  1. Send a message in WebChat Control UI
  2. Wait for LLM response to fully display
  3. Observe left panel still shows "In Progress" spinner + Interrupt button
  4. Status does not transition to "done"

Version

OpenClaw 2026.5.22 (a374c3a)

Additional context

The original issue #84041 was locked ("This conversation has been locked and limited to collaborators"), preventing follow-up comments or reopening.

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