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.202 Home All releases olderv2.1.201 v2.1.203newer

Teammate Pane Backend Removed

The InProcessBackend and PaneBackendExecutor classes (which backed the teammate/swarm pane UI) have been removed from the codebase. Associated log messages ([InProcessBackend] ..., [PaneBackendExecutor] ..., [BackendRegistry] ...), the --teammate-mode CLI flag, and the ITermBackend pane show/hide/rebalance stubs are gone.

Users relying on the teammate swarm UI should be aware this infrastructure has been cleaned out. The teammateMode configuration key still exists for compatibility, but the pane-spawning backend is no longer present.

See this entry in the whole of v2.1.202 →