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.