Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.267 ·

New agent.list-style listing of local agents and in-process teammates

Internal listing of local agents and in-process teammates gains richer detail

TierUse it nowhow much it should matter to you
Useful4my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaSDKwhat it touches
KindNew Featuresin v2.1.267,
Use it now Notable No documentation found

Internal listing of local agents and in-process teammates gains richer detail

What

A new internal function enumerates every entry in the task registry (the internal bookkeeping list of running agents) and classifies each one as either a local_agent (with its id, type, and parent agent id) or an in_process_teammate (with its id and name). The resulting list also includes each entry's status, which agent spawned it, and a resolved display name. This appears to be the implementation behind an agent.list-style listing.

Why

This gives a more complete and structured view of what agents and teammates are currently active, which matters for anything that needs to inspect or manage multiple running agents at once.

Read from
Names in the bundleagent.list

See this entry in the whole of v2.1.267 →