Group of 2 Under the hood
No documentation found
Feature flag evaluation now knows whether an account has a Slack tag connected, and skips syncing flags to disk for those sessions
What
- The remote-eval (Growthbook) client context used for feature-flag experiments now includes a
clientSlackTagConnectedattribute, derived fromslackTagConnected, and the evaluation cache key now includesslackTagConnectedalongsideid/organizationUUID. - Sessions where this attribute (also called "Claude Tag") is set now skip
syncRemoteEvalToDisk()entirely, so remote eval feature flags aren't written to disk for those sessions.
Why
This lets feature-flag experiments be targeted and cached separately based on whether an account has a Slack tag connected, and avoids persisting feature-flag state to disk for those sessions.
Names in the bundleslackTagConnected