[Feature Request] Interactive status updates via the spinning Claude logo
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:
- I'm working on a React app with a Node.js backend which requires indexing many files.
- While the agent is running a 2-minute indexing job, I want to know if it's currently on the frontend or backend files.
- Instead of interrupting the indexer or scrolling, I click the spinning logo.
- A small popup appears saying: "Analyzing backend controllers (65/120 files)."
- 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
.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗