FleetView: duplicated section headers after navigating into an agent and back
Resolved 💬 3 comments Opened May 13, 2026 by viliusjan-gh Closed May 14, 2026
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
- Open the
claude agentstab with at least one agent in each of: Needs input, Working, Completed. - Click into any agent to enter its detail view.
- Navigate back to the agent list.
- Observe duplicated
Needs inputandCompletedsection 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.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗