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.
Built-in agent selection is now a single three-way decision
Use it now
Useful2Signal3
Subagentsnot in their notes
One resolver now picks no agents, coordinator or default, and the disable env var works as before.
What's wrong with this entry?
Anonymous. No account, no email.
CLAUDE_AGENT_SDK_DISABLE_BUILTIN_AGENTS
What
Two separate checks were folded into one resolver returning "none" when CLAUDE_AGENT_SDK_DISABLE_BUILTIN_AGENTS is set in a non-interactive session, "coordinator" in coordinator mode, and "default" otherwise. The env var behaves as before.
Evidence
CLAUDE_AGENT_SDK_DISABLE_BUILTIN_AGENTS
Strings lifted out of the shipped bundle, so the claim above can be checked against them.