Agents list (FleetView) renders garbled after returning from an agent's detail view; window resize required to repaint (v2.1.220, Linux)
Status Closed — duplicate
Reported on v2.1.220
Maintainer reply None cached
Activity 3 comments · opened Aug 1, 2026 · closed Aug 15, 2026
Description
When navigating out of an individual agent's detail view back to the screen that lists all agents (FleetView / agent view home), the screen sometimes renders garbled/unviewable — leftover fragments of the previous view remain on screen and the list is unreadable. The only reliable way to restore it is to resize the terminal window, which forces a full clear-and-repaint (presumably via SIGWINCH). This makes moving between agents cumbersome.
Environment
- Claude Code version: 2.1.220 (latest at time of filing;
claude updatereports up to date) - Platform: Linux (kernel 5.4.0-216-generic), accessed over SSH
- Shell: bash
Steps to reproduce
- Open the agents list / FleetView with multiple agents running.
- Enter one agent's detail view.
- Navigate back to the agents list.
- Intermittently, the list screen is garbled (overlapping/stale content) instead of a clean repaint.
Expected behavior
Returning to the agents list performs a full repaint of the screen.
Actual behavior
Stale content from the previous view persists; screen is unreadable until the terminal window is manually resized.
Notes
- Symptom matches previously reported issues #58555 (FleetView layout broken after returning from a session) and #58579 (lines stack/overlap in agents view), but those were Windows-focused and this reproduces on Linux on v2.1.220, i.e. after the v2.1.183–v2.1.219 rendering fixes.
- Have not yet confirmed whether
CLAUDE_CODE_ALT_SCREEN_FULL_REPAINT=1avoids it; happy to test and report back if useful.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗