claude-code - 💡(How to fix) Fix [BUG] Input text remains after sending message [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#47143Fetched 2026-04-13 05:40:19
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×4commented ×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?

After sending a message, the input text is not cleared and remains in the input field. This happens with both Japanese IME and ASCII input.

  • Claude Code version: 2.1.104
  • OS: macOS
  • Reproducible in: Terminal app, CMUX

What Should Happen?

The input field should be cleared after a message is sent.

Error Messages/Logs

Steps to Reproduce

  1. Open Claude Code in Terminal or CMUX
  2. Type any message (e.g. "hello")
  3. Press Enter to send
  4. After the response appears, the typed text remains in the input field instead of being cleared

Claude Model

Not sure / Multiple models

Is this a regression?

Yes, this worked in a previous version

Last Working Version

Worked until around April 9, 2026

Claude Code Version

2.1.104

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

[

Image

](url)

extent analysis

TL;DR

The issue can likely be resolved by updating the input field clearing logic in the Claude Code application to handle both Japanese IME and ASCII input properly.

Guidance

  • Verify that the issue is specific to the current version (2.1.104) by checking if the problem persists in other versions, especially around the last known working version.
  • Investigate the input field clearing logic in the Claude Code application to ensure it correctly handles different input methods (Japanese IME and ASCII).
  • Check for any updates or patches related to input field management in the Anthropic API or Claude Code that may address this regression.
  • Consider testing the application in different environments or terminals to isolate if the issue is specific to Terminal.app on macOS.

Example

No specific code example can be provided without more details on the application's codebase, but the focus should be on the input handling and clearing logic.

Notes

The issue seems to be a regression introduced after a certain version, indicating a potential change in the input handling logic that needs to be addressed. The lack of error messages or logs suggests the issue might be related to the application's UI or frontend logic rather than a backend error.

Recommendation

Apply a workaround by potentially downgrading to a version known to work (if feasible) until an official fix is released, as the current version (2.1.104) introduces this regression.

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

claude-code - 💡(How to fix) Fix [BUG] Input text remains after sending message [1 comments, 2 participants]