claude-code - 💡(How to fix) Fix [BUG] Voice mode breaks in split panel setups within the Claude app [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#48880Fetched 2026-04-16 06:48:25
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1renamed ×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?

Attempting to use voice input with split panels/tabs in the new Desktop version of the Claude Code app results in the voice transcription being input into all open window chat boxes as opposed to just the current selected project.

What Should Happen?

When I click the microphone on a single project, it should only put my transcription in that project.

Error Messages/Logs

Steps to Reproduce

  1. Open more than one Code panel in the Claude Code app via the new split window funciton.
  2. Press the microphone icon below the chat box in any of the open windows and speak.
  3. The transcription will be autofilled into all chat windows, as opposed to just the chat window where the icon was pressed.

Claude Model

Opus

Is this a regression?

No, this never worked

Last Working Version

No response

Claude Code Version

2.1.110 (Claude Code)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Other

Additional Information

Noting that "Terminal/Shell" doesn't have an option to select the Claude app when submitting this bug report.

extent analysis

TL;DR

The issue can be addressed by modifying the voice input functionality to target the currently active project's chat box instead of all open windows.

Guidance

  • Identify the source of the issue: The problem likely lies in the event handling of the microphone icon press, which currently broadcasts the transcription to all open chat windows.
  • Inspect the code for the microphone icon's click event handler to determine how it interacts with the chat windows.
  • Consider implementing a focus or active window tracking mechanism to ensure the transcription is only input into the currently selected project's chat box.
  • Review the Anthropic API documentation to see if there are any specific guidelines or recommendations for handling voice input in multi-window applications.

Example

No code snippet can be provided without more context, but the solution might involve modifying the event handler to use a specific identifier or reference to the active chat window, such as activeChatWindow.transcriptionInput(text).

Notes

The fix may require changes to the application's architecture or the way it handles user input, and may involve collaborating with the Anthropic API team to ensure compatibility.

Recommendation

Apply a workaround by modifying the voice input functionality to target the active project's chat box, as this is a new feature and not a regression, and there is no previous working version to revert to.

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] Voice mode breaks in split panel setups within the Claude app [1 comments, 2 participants]