[Feature Request] Interactive status updates via the spinning Claude logo

Resolved 💬 2 comments Opened Apr 9, 2026 by brokenbartender Closed Apr 9, 2026

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

Currently, the spinning Claude logo in the Desktop app is primarily a decorative/ambient element. While users are waiting for complex tasks to finish (like indexing, running long test suites, or multi-file analysis), it can be unclear exactly what milestone the agent is at without scrolling through the terminal or interrupting its work.

Proposed Solution

Make the spinning Claude logo clickable. Clicking it should trigger a non-intrusive UI action:

Deliver a status update: Show a brief summary of current sub-tasks (e.g., "Indexing src/hooks...", "Drafting response...") in a small tooltip or overlay without interrupting the primary terminal output.
Trigger a '/btw' feature: Open a small input field to allow users to quickly add context or a side-note ("By the way...") while a long-running task is still in progress.

Alternative Solutions

Interrupting the current process just to ask for a status update.
Manually scrolling back through long logs to find the last known milestone.

Priority

High - Significant impact on productivity

Feature Category

Interactive mode (TUI)

Use Case Example

Example scenario:

  1. I'm working on a React app with a Node.js backend which requires indexing many files.
  2. While the agent is running a 2-minute indexing job, I want to know if it's currently on the frontend or backend files.
  3. Instead of interrupting the indexer or scrolling, I click the spinning logo.
  4. A small popup appears saying: "Analyzing backend controllers (65/120 files)."
  5. This would save me time and mental effort because I wouldn't have to wait blindly to know the agent is making progress.

Additional Context

This is specifically aimed at improving the "ambient awareness" of the Claude Desktop app's state during long operations. The current hover text "hi im claude how can i help you today" is a perfect natural location for this interactivity

!Image

.

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗