openclaw - 💡(How to fix) Fix TUI: spinner disappears when user starts typing while response is pending [1 participants]

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…
GitHub stats
openclaw/openclaw#59240Fetched 2026-04-08 02:27:01
View on GitHub
Comments
0
Participants
1
Timeline
0
Reactions
0
Participants
RAW_BUFFERClick to expand / collapse

Bug

When a message is sent and the agent is processing, the spinner/loading indicator disappears as soon as the user begins typing in the input field.

Expected behavior

The spinner (or some indication that a response is in progress) should remain visible while the agent is still running, regardless of whether the user is typing in the input field.

Actual behavior

Spinner disappears on keypress, leaving no visual feedback that a response is still pending. This makes the latency feel worse since there is no indication anything is happening.

Environment

  • OpenClaw version: 2026.4.1
  • TUI mode
  • Model: anthropic/claude-sonnet-4-6

extent analysis

TL;DR

The spinner/loading indicator should be modified to remain visible while the agent is processing, even when the user is typing in the input field.

Guidance

  • Review the event handling code for the input field to ensure it doesn't inadvertently hide the spinner on keypress events.
  • Verify that the spinner's visibility is tied to the agent's processing state, rather than the input field's state.
  • Consider adding a separate visual indicator that remains visible while the agent is running, to provide feedback to the user.
  • Check the OpenClaw version's documentation for any known issues or configuration options related to the spinner's behavior in TUI mode.

Example

No specific code example can be provided without more information about the implementation, but the fix likely involves modifying the JavaScript event handlers for the input field and spinner.

Notes

The solution may depend on the specific implementation details of the OpenClaw version and the TUI mode, which are not provided in the issue.

Recommendation

Apply a workaround to modify the spinner's behavior, as the issue seems to be related to the implementation rather than a version-specific bug, and upgrading to a fixed version is not explicitly implied.

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…

FAQ

Expected behavior

The spinner (or some indication that a response is in progress) should remain visible while the agent is still running, regardless of whether the user is typing in the input field.

Still need to ship something?

×6

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

Back to top recommendations

TRENDING