claude-code - 💡(How to fix) Fix [BUG] Messages typed during "Thinking/Deliberating/Manifesting" state aren't delivered until user hits Escape [1 comments, 2 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
anthropics/claude-code#52509Fetched 2026-04-24 06:05:17
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×3commented ×1

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

When Claude is mid-turn (showing "Thinking", "Deliberating", "Manifesting", etc.), new user messages typed into the input box are not delivered to Claude until the user manually interrupts with Escape. This happens even when the new message is short and Claude's current turn has no background tasks. The only reliable way to get Claude to see a new message mid-turn is to interrupt the current turn.

What Should Happen?

New messages typed mid-turn should be queued and processed as the next turn automatically, without requiring the user to manually interrupt. The UI should ideally acknowledge the queued message visibly.

Error Messages/Logs

Steps to Reproduce

Send a message to Claude that will trigger a multi-step response (tool calls, chained thinking). While Claude is still generating (UI shows "Thinking…" / "Deliberating…" / "Manifesting…"), type and submit a new message. Observe: Claude continues its existing turn and does not acknowledge the new message. Hit Escape to interrupt. Claude then receives the message (and the session injects a <system-reminder> saying "The user sent a new message while you were working").

Claude Model

Not sure / Multiple models

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.1.112 (Claude Code)

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

VS Code integrated terminal

Additional Information

No response

extent analysis

TL;DR

The issue can be mitigated by interrupting Claude's current turn with the Escape key to allow new messages to be processed.

Guidance

  • Investigate the message queuing mechanism in the Claude Code version 2.1.112 to understand why new messages are not being processed mid-turn.
  • Review the UI implementation to determine why the queued message is not being acknowledged visibly.
  • Check the Anthropic API documentation to see if there are any specific requirements or limitations for handling multiple messages during a single turn.
  • Consider testing with a different Claude model to see if the issue is model-specific.

Example

No code snippet can be provided without more information about the implementation details.

Notes

The issue seems to be a regression, as it worked in a previous version, but the last working version is not specified. The fix may involve updating the message queuing mechanism or the UI implementation.

Recommendation

Apply workaround: Interrupting Claude's current turn with the Escape key allows new messages to be processed, although this is not the desired automatic behavior. This workaround can be used until a more permanent fix is found.

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