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.67 Home All releases olderv2.1.66 v2.1.68newer
Claude Code v2.1.67

Opus 4.6 Medium Effort Default Extended to Max and Team Plans

What

The automatic "medium" effort level default for Opus 4.6 previously applied only to Pro plan users. It now also applies to Max plan users and eligible Team plan users.

Details
  • The previous condition checked only for plan === "pro" (via Yb6())
  • The new condition checks LK6() || my() || By(), which covers Pro, Max, and qualifying Team plans
  • A new notification "Opus 4.6 effort updated to medium" is displayed when the effort migration occurs for existing users
Evidence

Expanded plan check in effort default — BX6() function (search for "opus-4-6" near "medium" and "Opus 4.6 effort updated to medium")

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