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

Legacy model remap opt-out

What

Users who were automatically migrated from legacy Opus models to Opus 4.6 can now opt out by setting an environment variable.

Usage
export CLAUDE_CODE_DISABLE_LEGACY_MODEL_REMAP=1
Details
  • When your model is auto-remapped to Opus 4.6, the notification now reads: "Model updated to Opus 4.6 · Set CLAUDE_CODE_DISABLE_LEGACY_MODEL_REMAP=1 to opt out"
  • The notification displays for 8 seconds (up from 3) when the opt-out message is shown, giving you time to read the instructions
  • Setting the environment variable to 1 disables the automatic model remapping entirely
  • The remap behavior is also gated by the tengu_grey_wool feature flag (defaults to enabled)
Evidence

Model remap opt-out (search for "CLAUDE_CODE_DISABLE_LEGACY_MODEL_REMAP") — gy1() at line ~535228

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