Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.257 ·

Auto-mode edit classification no longer overridable by env var

An env var no longer overrides whether edits get classified for auto mode; only remote config decides.

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPermissionswhat it touches
KindRemovedin v2.1.257,
You'll notice

An env var no longer overrides whether edits get classified for auto mode; only remote config decides.

The function that decides whether to classify edits for auto-mode no longer honors a CLAUDE_CODE_AUTO_MODE_CLASSIFY_EDITS environment-variable override; the decision now comes solely from the classifyEditsModels growth-book config.

A new lookup also resolves whether auto-mode uses a "segmented transcript," checked first via the CLAUDE_CODE_AUTO_MODE_SEGMENTED_TRANSCRIPT environment variable, then a remote segmentedTranscript growthbook config key, defaulting to false.

See this entry in the whole of v2.1.257 →

Feedback