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.122 Home All releases olderv2.1.121 v2.1.123newer
Claude Code v2.1.122

New Init Flow [Gradual Rollout]

What

A new initialization/onboarding flow, controlled by both the CLAUDE_CODE_NEW_INIT environment variable and the new tengu_new_init feature flag.

Status

Feature-flagged via tengu_new_init (defaults to false).

Details
  • The flag was previously only checkable via env var; now it can also be server-controlled via the tengu_new_init feature flag
  • The actual new init experience is not yet visible in this diff
Evidence

Dual-check function (search for "CLAUDE_CODE_NEW_INIT" and "tengu_new_init")

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