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

Remote-control/bridge process now initializes GrowthBook feature gates at startup

The Remote Control bridge process now loads its feature-gate settings at startup

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaRemote Controlwhat it touches
KindInternal Changesin v2.1.273,
Under the hood

The Remote Control bridge process now loads its feature-gate settings at startup

What

The background process that powers Remote Control (letting Claude Code be controlled from elsewhere) now initializes its GrowthBook feature gates as part of startup, running this in parallel with the rest of its startup work. If this initialization fails, it logs an error but keeps running, falling back to a cached copy of feature gates stored on disk.

Why

This ensures the bridge process has an up-to-date view of which features are enabled, while still working reliably (via the disk cache) if the feature-gate service can't be reached.

See this entry in the whole of v2.1.273 →

Feedback