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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

A plugin hook can block a subagent from launching

Not switched on
Useful3 Signal5
Subagents Notable

A plugin hook can block a subagent from starting or change which model it uses.

An agent.spawn hook with deny and model-swap power exists, answerable only by the disabled plugin modules.

What

Before spawning a subagent, Claude Code now runs an agent.spawn hook carrying the tool use id, prompt, subagent type, model, permission mode, and whether the spawn is background, forked, and its working directory. A deny aborts the launch and is recorded as subagent_spawn_denied_by_hook. The hook may also swap the model the subagent runs on.

Evidence

Subagent spawn denied by a plugin:

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.242 →