tengu_haze_glass Off in both readingsThe flag server returned off for the account this site reads and for the anonymous baseline. A reading of off cannot rule out a rollout these two readings sit outside of.
This account: off · anonymous baseline: off · compiled default in v2.1.210: on
These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.
tengu_memory_stream_list Not enough to sayNothing 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.210: off
These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.
Read once, for one account on one subscription tier, against v2.1.210. It isn't a statement about your account. What a flag value here can and cannot tell you
What's wrong with this entry?
The old personal and team memory sync backend — which replicated .md/.txt files against /api/claude_code/memory and /api/claude_code/team_memory — has been replaced by a new org memory system. Shared memory stores are now discovered automatically from the server; there is no more per-repo sync loop in the client.
- Claude Code calls a new
/v1/code/local/memory/mountsendpoint to discover which org memory stores are available for the current account. - Discovered stores are cached locally in
org-memory-discovery.json(under the cache directory) and refreshed once per hour. - Credential provisioning uses a new
/v1/code/local/memory/credentialendpoint, with a configurable token lifetime. - The feature is controlled by the
tengu_haze_glassfeature flag (off by default during rollout) and can be disabled withCLAUDE_CODE_DISABLE_ORG_MEMORY=1. - Directory listing now uses a streaming NDJSON protocol (
exportMetadata) when the backend supports it, falling back to paged listing on older backends. The stream path can be disabled withCLAUDE_CODE_DISABLE_MEMORY_STREAM_LIST=1or thetengu_memory_stream_listflag. - Mount directories that already contain unmanaged content before the store is mounted are suppressed with a warning rather than overwriting user files:
"mount dir exists without a .memory-sync manifest and is not empty — suppressing sync". - The environment variable
CLAUDE_CODE_DISABLE_ORG_MEMORYis new.CLAUDE_MEMORY_STORESstill overrides store configuration. ANTHROPIC_BEDROCK_MANTLE_API_KEY(an old Bedrock-specific key type) has been removed.
Discovery endpoint (search for "/v1/code/local/memory/mounts"), credential endpoint (search for "/v1/code/local/memory/credential"), feature flag (search for "tengu_haze_glass")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.