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.182 Home All releases olderv2.1.181 v2.1.183newer
Claude Code v2.1.182

In-Process Teammate Resume — Improved Reliability

Resuming an in-process teammate now:

  • Verifies the team context is active before attempting resume, with a clear error: "Cannot resume teammate: no team is active in this session"
  • Checks team membership and reports missing teammates: "No teammate named 'X' is currently on team 'Y'. Spawn one with …"
  • Loads prior transcript and content replacements before spawning
  • Re-registers the teammate in the team file and lifecycle tracker after spawn
  • Drops stale protocol frames before delivering the new prompt
Evidence

New Lza() function — search for "resumeInProcessTeammate" and "Cannot resume teammate: no team is active in this session"

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.182 →