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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Coordinator workers can be forced onto the session model

Use it now
Useful3 Signal4
Subagents Notable not in their notes

An env var forces coordinator workers onto the session's model, ignoring any requested one.

CLAUDE_CODE_COORDINATOR_FORCE_WORKER_INHERIT_MODELCLAUDE_CODE_COORDINATOR_MODE
What

Setting CLAUDE_CODE_COORDINATOR_FORCE_WORKER_INHERIT_MODEL makes spawned workers use the session's model no matter what is requested: the coordinator prompt states the model parameter is ignored, the Agent tool marks its model parameter unavailable, and the spawn path clears any requested model. It only matters when coordinator mode is on via CLAUDE_CODE_COORDINATOR_MODE. Left unset, the prompt merely argues against downshifting workers to weaker models.

Details
  • The variable is new in this build.
  • Existing code sets and deletes CLAUDE_CODE_COORDINATOR_MODE on the process environment itself.
Evidence

- The model parameter is ignored on this session. Do not set it.

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