claude-code - 💡(How to fix) Fix Feature request: show agent status indicators in project list (left panel) [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#46266Fetched 2026-04-11 06:24:51
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×4commented ×1

The project list in the left panel currently shows a blue dot when an agent needs attention, but there are no indicators for other agent states. It would be very helpful to see at a glance whether an agent is actively processing, idle/done, or waiting for input — without having to switch into each project.

Root Cause

The project list in the left panel currently shows a blue dot when an agent needs attention, but there are no indicators for other agent states. It would be very helpful to see at a glance whether an agent is actively processing, idle/done, or waiting for input — without having to switch into each project.

RAW_BUFFERClick to expand / collapse

Summary

The project list in the left panel currently shows a blue dot when an agent needs attention, but there are no indicators for other agent states. It would be very helpful to see at a glance whether an agent is actively processing, idle/done, or waiting for input — without having to switch into each project.

Requested states to indicate

  • Processing / thinking — agent is actively working (e.g. spinner or animated indicator)
  • Done / idle — agent has finished and is waiting (e.g. checkmark or neutral icon)
  • Needs attention — already implemented (blue dot) ✓

Expected behavior

Each project entry in the left panel displays a small status indicator reflecting the current agent state, updating in real time as the agent transitions between states.

Current behavior

Only "needs attention" (blue dot) is indicated. Processing and done states are invisible from the project list, requiring the user to click into each project to check status.

Use case

When running multiple agents across several projects simultaneously, it's difficult to know which ones are still working and which have finished or need input without manually switching between them.

Environment

  • macOS
  • Claude Code desktop app

extent analysis

TL;DR

Implement additional status indicators for "processing/thinking" and "done/idle" states in the project list to provide a clear visual representation of agent states.

Guidance

  • Identify the current implementation for the "needs attention" state (blue dot) and use it as a reference to add indicators for the "processing/thinking" and "done/idle" states.
  • Update the project list UI to display these new indicators, ensuring they update in real-time as the agent transitions between states.
  • Consider using a spinner or animated indicator for the "processing/thinking" state and a checkmark or neutral icon for the "done/idle" state.

Example

No explicit code example can be provided without knowing the specific implementation details of the Claude Code desktop app.

Notes

The solution will depend on the specific technologies and frameworks used in the Claude Code desktop app, which are not specified in the issue.

Recommendation

Apply a workaround by adding custom indicators for the missing states, as upgrading to a fixed version is not mentioned as an option in the issue. This will provide the necessary visual cues for users to manage multiple agents across several projects.

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…

FAQ

Expected behavior

Each project entry in the left panel displays a small status indicator reflecting the current agent state, updating in real time as the agent transitions between states.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING