Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.119 Home All releases olderv2.1.118 v2.1.120newer
Claude Code v2.1.119

Fleet View (claude agents)

What

A full-screen interactive TUI dashboard for managing all background agent sessions from a single place.

Usage
claude agents
Details
  • Displays all background sessions with live status: working, blocked, done, idle
  • Jobs can be grouped by directory or state (toggle with Ctrl+S)
  • Sessions can be pinned to the top of the list (Ctrl+T) for quick access; pins persist across sessions in .pins.json
  • Sessions can be renamed inline (Ctrl+R)
  • Sessions can be deleted (Ctrl+X to arm, press again to confirm; also stops running sessions)
  • Sessions can be reordered within a group (Shift+Up/Down)
  • A peek panel (Space) shows a split-view with reply input and session details
  • An input field at the bottom lets you describe a new task to dispatch a new agent session — supports @template autocomplete and /skill slash commands
  • PR status integration: for jobs monitoring PRs, shows CI pass/fail, review status, additions/deletions
  • Quick-open numbered sessions with Cmd+1-9
  • Help panel via ? shows all keybindings
  • Empty state shows helpful suggestions: "paste a link, or 'review PR #123 for bugs' · 'fix the failing test' · 'babysit my PR until CI passes'"
Evidence

Fleet view system (search for "claude agents", ".fleetview-heartbeat", "Agents here keep running")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.119 →