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.0.68 Home All releases olderv2.0.67 v2.0.69newer
Claude Code v2.0.68

2M Token Context Window Support

What: Added support for models with 2 million token context windows. Evidence: sN() function at line 1996 in v2.0.68 Details:

  • Models tagged with [2m] now return a 2,000,000 token context limit
  • Previous support existed for [1m] (1 million) and default (200,000)

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