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.269 ·

Auto-mode classifier: GrowthBook init call carries cache/telemetry params

Auto-mode's GrowthBook setup call now passes caching and telemetry parameters and reuses its result

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaAuto Modewhat it touches
KindInternal Changesin v2.1.269,
Under the hood

Auto-mode's GrowthBook setup call now passes caching and telemetry parameters and reuses its result

What

The GrowthBook (feature flag/experiment) initialization call made before auto-mode's classification loop starts now builds a parameters object first, passing along whether event logging is enabled, whether GrowthBook itself is enabled, whether the cache is empty, and a relaunch counter. Its result is now stored rather than discarded, and a later recheck of the auto-mode kill switch checks whether that stored result already exists before redoing the work.

Why

This avoids redundant initialization work during auto-mode setup by reusing a result that was already computed instead of repeating the call.

Read from
Feature flag
tengu_auto_mode_config Not enough to say

Nothing here resolved what this flag was doing on this version, so nothing here should be read as on or off.

This account: no value returned · anonymous baseline: no value returned · compiled default in v2.1.269: not a boolean we can read

Read once, for one account on one subscription tier, against v2.1.269. It isn't a statement about your account. What a flag value here can and cannot tell you

See this entry in the whole of v2.1.269 →

Feedback