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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

A stale on-disk auto-mode killswitch no longer keeps auto mode off

You'll notice
Useful4 Signal3
Auto Mode

A stale local file can no longer keep auto mode switched off; startup re-checks the server.

What

If the cached auto mode configuration said disabled and that value came from disk rather than a live override or server payload, it is now read back as enabled, and startup re-checks the killswitch against the remote config service before deciding. A stale local file can no longer keep auto mode switched off indefinitely.

Details
  • Two new startup awaits: initialising the remote config before mode selection, and the killswitch recheck itself, timed as growthbook_killswitch_recheck_ms.
  • Only values sourced from an explicit override or a server payload are still honoured as disabling.
Evidence

growthbook_killswitch_recheck_ms

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