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.107 Home All releases olderv2.1.105 v2.1.108newer
Claude Code v2.1.107

Subagent Opus 4.6 Auto-Upgrade to 1M Context

What

Subagents using Opus 4.6 now automatically use the 1M context window when the feature is available, matching the behavior already offered in main conversation model selection.

Details
  • When 1M context is available and the resolved subagent model is Opus 4.6, the [1m] suffix is automatically appended
  • Applied in both the explicit model override and default model code paths of subagent model resolution
  • Does not apply if the model string already includes [1m]
Evidence

Auto-upgrade function nc4 (search for "opus-4-6" near "[1m]") applied in subagent model resolution function Eh6

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