claude-code - 💡(How to fix) Fix FleetView: duplicated section headers after navigating into an agent and back [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#58589Fetched 2026-05-14 03:44:23
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Timeline (top)
labeled ×5commented ×1

In the claude agents terminal tab (FleetView), navigating into an agent's detail view and then returning to the agent list leaves the section headers (Needs input, Completed, etc.) rendered twice and partially overlapping. The list rows render correctly, but the headers are stacked/duplicated until the terminal is forced to fully redraw.

Root Cause

In the claude agents terminal tab (FleetView), navigating into an agent's detail view and then returning to the agent list leaves the section headers (Needs input, Completed, etc.) rendered twice and partially overlapping. The list rows render correctly, but the headers are stacked/duplicated until the terminal is forced to fully redraw.

Fix Action

Workaround

Resizing the terminal window forces a full redraw and clears the duplicates. Ctrl+L sometimes works too. This has to be done every time the user navigates back from an agent detail view, which is disruptive in normal multi-agent workflows.

RAW_BUFFERClick to expand / collapse

Description

In the claude agents terminal tab (FleetView), navigating into an agent's detail view and then returning to the agent list leaves the section headers (Needs input, Completed, etc.) rendered twice and partially overlapping. The list rows render correctly, but the headers are stacked/duplicated until the terminal is forced to fully redraw.

Repro

  1. Open the claude agents tab with at least one agent in each of: Needs input, Working, Completed.
  2. Click into any agent to enter its detail view.
  3. Navigate back to the agent list.
  4. Observe duplicated Needs input and Completed section headers at the top of their respective sections.

Workaround

Resizing the terminal window forces a full redraw and clears the duplicates. Ctrl+L sometimes works too. This has to be done every time the user navigates back from an agent detail view, which is disruptive in normal multi-agent workflows.

Environment

  • OS: Windows 11 Home 10.0.26200
  • Terminal: Windows Terminal
  • Shell: PowerShell
  • Claude Code model: Opus 4.7

Screenshot

Available on request — local path on reporter's machine, can attach via web UI if helpful.

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