gemini-cli - 💡(How to fix) Fix Collapsed subagent view displays same summary across all subagents, even though each should be different [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
google-gemini/gemini-cli#25767Fetched 2026-04-22 08:03:20
View on GitHub
Comments
0
Participants
1
Timeline
1
Reactions
0
Participants
Timeline (top)
labeled ×1

Code Example

> /about
About Gemini CLI│                                                                                                                                                                                                                                    │ 
CLI Version                                                                    0.38.2Git Commit                                                                     b0ed611a0                                                                                                                                           │ 
Model                                                                          gemini-3.1-pro-preview                                                                                                                              │ 
Sandbox                                                                        no sandbox                                                                                                                                          │ 
OS                                                                             linux                                                                                                                                               │ 
Auth Method                                                                    gemini-api-ke
RAW_BUFFERClick to expand / collapse

What happened?

There appears to be a UI bug in Gemini CLI 0.38.2.

When running multiple parallel subagents, the summary view displays the same status tagline across all subagents, even though in reality each one is performing completely different operations at that time.

<img width="1395" height="298" alt="Image" src="https://github.com/user-attachments/assets/8fa32ae1-e2b5-4cd1-b53a-d41095dbe483" /> <img width="1395" height="298" alt="Image" src="https://github.com/user-attachments/assets/c0bbb96b-2e03-4ccb-9429-b878feb2c486" />

Note that the display does correctly distinguish completed from active subagents:

<img width="1395" height="298" alt="Image" src="https://github.com/user-attachments/assets/dbd22d4b-7985-41fa-9993-a38a6d4ae961" />

What did you expect to happen?

The summary line for each subagent should display the ,current tool being run by that particular subagent. Currently, it appears that one of them clobbers the display for all other subagents, so they all show the same.

Client information

<details> <summary>Client Information</summary>

Run gemini to enter the interactive CLI, then run the /about command.

> /about
│ About Gemini CLI                                                                                                                                                                                                                   │ 
│                                                                                                                                                                                                                                    │ 
│ CLI Version                                                                    0.38.2                                                                                                                                              │ 
│ Git Commit                                                                     b0ed611a0                                                                                                                                           │ 
│ Model                                                                          gemini-3.1-pro-preview                                                                                                                              │ 
│ Sandbox                                                                        no sandbox                                                                                                                                          │ 
│ OS                                                                             linux                                                                                                                                               │ 
│ Auth Method                                                                    gemini-api-ke
</details>

Login information

API key (AI Studio)

Anything else we need to know?

No response

extent analysis

TL;DR

The issue can be potentially resolved by updating the Gemini CLI to a version where the bug is fixed, if available, or by implementing a workaround to handle the status updates for parallel subagents.

Guidance

  • Verify the current behavior by running multiple parallel subagents and checking the summary view to confirm the status tagline issue.
  • Check the Gemini CLI documentation or release notes for any known issues or fixes related to the summary view and parallel subagents in version 0.38.2.
  • If a fix is not available, consider implementing a temporary workaround, such as manually tracking the status of each subagent or using an alternative method to display the current tool being run by each subagent.
  • Review the provided images and client information to ensure that the issue is not related to a specific configuration or environment setting.

Notes

The provided information does not include a clear solution or fix for the issue, and the root cause is not explicitly stated. Therefore, the guidance is focused on troubleshooting and potential workarounds.

Recommendation

Apply workaround, as there is no clear indication of a fixed version available that addresses this specific issue.

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