claude-code - 💡(How to fix) Fix [Feature Request] Quick Entry should support follow-up messages in the popup without opening the main window [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
anthropics/claude-code#49597Fetched 2026-04-17 08:36:40
View on GitHub
Comments
0
Participants
1
Timeline
1
Reactions
0
Participants
Timeline (top)
labeled ×1

Error Message

  • Quick clarifications on error messages
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this specific behavior hasn't been requested yet (related: #10535, but that issue focuses on the main window auto-opening, not on continuing the conversation inside Quick Entry)
  • This is a single feature request (not multiple features)

Problem Statement

On macOS, Claude Desktop's Quick Entry (Opt+Space) currently works as a one-shot input box: you type a message, hit send, and the conversation immediately moves to the main Claude Desktop window. There is no way to ask a follow-up question, read the reply, and keep the back-and-forth inside the Quick Entry popup itself.

This is a significant UX gap compared to ChatGPT's equivalent feature (Opt+Space on macOS), where the popup acts as a persistent mini chat window: you can send a message, receive the response inline, send a follow-up, and continue the entire conversation without ever switching to the full app.

Current Behavior

  1. User presses Opt+Space anywhere in macOS
  2. Quick Entry popup appears
  3. User types a message and sends it
  4. The conversation immediately moves to the main Claude Desktop window — user is forced to context-switch to read the response and continue

Expected Behavior

  1. User presses Opt+Space anywhere in macOS
  2. Quick Entry popup appears
  3. User types a message and sends it
  4. The response is rendered inside the popup, which expands into a compact chat view
  5. User can send follow-up messages, receive responses, and continue the conversation entirely within the popup
  6. Optional: a button/shortcut to "expand to main window" if the user wants to move the conversation over (e.g. when switching to file uploads, artifacts, or long-form work)

Use Case

As a developer working across VS Code, terminal, and browser (42 Ecole curriculum, C/Python projects, research reading), I frequently need Claude for:

  • Quick clarifications on error messages
  • Short back-and-forth debugging ("why does this happen?" → "what if I try X?" → "will that break Y?")
  • Definition lookups with one or two follow-ups

For these, the main Claude Desktop window is overkill and disrupts flow. The whole point of Quick Entry is ambient access — but ambient access breaks the moment a single reply forces a full window switch.

ChatGPT's popup handles this exact use case well, and it's a concrete reason users cite for staying on ChatGPT for quick-question workflows.

Proposed Design Notes

  • Keep the popup lightweight: chat thread view, input box, minimal chrome
  • Conversation persists as long as the popup is open; closing the popup either ends the chat or saves it to history (configurable)
  • Optional "pop out to main window" button for when the conversation grows
  • Existing features (attach application window, voice dictation) should continue to work
  • Setting to toggle this behavior on/off so users who prefer the current one-shot flow keep it

Related Issues

  • #10535 — Quick entry auto-opening main window (related but distinct; fixing that alone doesn't give you a continuous conversation, just hides the main window)
  • #22420 — Windows taskbar quick entry behavior (related platform parity issue)

Environment

  • Platform: macOS (Darwin 25.3.0)
  • Claude Desktop version: 1.3109.0
  • Quick Entry shortcut: Opt+Space (default)

Impact

This is the single biggest friction point I hit when using Claude Desktop as a daily driver vs. ChatGPT. Fixing it would make Quick Entry genuinely replace the need to switch apps for short interactions, which is the feature's stated purpose.

extent analysis

TL;DR

Modify the Quick Entry popup to render responses inline and allow follow-up messages, enabling a continuous conversation without switching to the main Claude Desktop window.

Guidance

  • Review the current implementation of the Quick Entry popup and identify the code responsible for redirecting the conversation to the main window after sending a message.
  • Investigate adding a chat thread view to the popup, allowing it to expand into a compact chat window and display responses inline.
  • Consider adding a "pop out to main window" button or shortcut for users who want to move the conversation to the main window.
  • Ensure that existing features, such as attaching application windows and voice dictation, continue to work with the modified Quick Entry popup.

Example

No specific code example can be provided without access to the Claude Desktop codebase, but the modification would likely involve updating the Quick Entry popup's UI and backend logic to handle continuous conversations.

Notes

The proposed design notes suggest keeping the popup lightweight and allowing conversations to persist as long as the popup is open. It's essential to balance the added functionality with the need for a seamless user experience.

Recommendation

Apply a workaround by modifying the Quick Entry popup to support continuous conversations, as this would address the primary friction point and improve the overall user experience.

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 [Feature Request] Quick Entry should support follow-up messages in the popup without opening the main window [1 participants]