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.235 Home All releases olderv2.1.234 v2.1.236newer
Claude Code v2.1.235

The auto-mode environment setup prompt now waits until you have declined it several times

You'll notice
Useful3 Signal3
Auto Mode

The auto-mode environment setup offer only shows the fuller flow after you've declined several times.

What

Declining the prompt that offers to set up an environment for auto mode now increments a stored denials counter, capped at 5, and the fuller onboarding flow is only offered once those denials have accrued. Choosing later or dismissing records the dismissal instead.

Details
  • Other conditions for offering it: enough startups have happened, no environment configuration already exists, and it has not been dismissed before.
  • It is skipped entirely if the auto-mode-setup skill is turned off via skill overrides.
  • Choosing later or dismiss stores a timestamp and dismissal flag and reports the event tengu_auto_mode_env_onboarding_later.
Evidence

autoModeEnvSetup

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