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.0.51 Home All releases olderv2.0.50 v2.0.52newer
Claude Code v2.0.51

Grouped Agent Display

What: When multiple Task agents run simultaneously, the UI now shows a collapsed summary view that can be expanded with ctrl+o.

How it appears:

Running 3 agents… (ctrl+o to expand)
├─ investigator (Check auth flow) · 5 tool uses · 2.3k tokens
├─ investigator (Find routes) · 3 tool uses · 1.8k tokens
└─ investigator (Review tests) · 7 tool uses · 3.1k tokens

Details:

  • Reduces visual clutter when multiple agents run in parallel
  • Shows agent type, description, tool use count, and token usage
  • Displays "X agents finished" when complete
  • Same-type agents show grouped label (e.g., "Running 3 investigator agents…")
  • Evidence: Main renderer i49() at line 469450, item renderer g49() at line 469102

See this entry in the whole of v2.0.51 →