claude-code - 💡(How to fix) Fix FleetView: Archive completed agents into a collapsed group

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…

In the FleetView agents list, the Completed section grows unbounded. Sometimes a completed agent represents work that might be revisited soon; other times it's genuinely done and just adds noise. There's currently no way to distinguish the two.

Root Cause

In the FleetView agents list, the Completed section grows unbounded. Sometimes a completed agent represents work that might be revisited soon; other times it's genuinely done and just adds noise. There's currently no way to distinguish the two.

RAW_BUFFERClick to expand / collapse

Summary

In the FleetView agents list, the Completed section grows unbounded. Sometimes a completed agent represents work that might be revisited soon; other times it's genuinely done and just adds noise. There's currently no way to distinguish the two.

Proposed Feature

Add an Archive action to completed agents. Archiving would move the job into a collapsed "Archived" section below the main Completed list — still visible and resumable, but out of the way.

The mental model:

  • Completed — recent/in-progress work I might return to soon
  • Archived — older completed work I'm keeping around but don't need front-and-center

Expected Behavior

  • Right-click (or action menu) on a completed agent shows an "Archive" option
  • Archived agents appear in a collapsed "Archived" group below Completed, expandable on demand
  • Archived agents remain resumable via claude --resume <session-id> and from the UI
  • Optionally: an "Unarchive" action moves them back to Completed

Why This Helps

Right now the choice is: keep everything visible (noisy) or delete it (permanent). An archive tier gives a middle ground for managing completed work across different time horizons.

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

claude-code - 💡(How to fix) Fix FleetView: Archive completed agents into a collapsed group