Under the hood
No documentation found
Server can now tell Claude Code to stop using shared memory context via a new response header
What
Claude Code now reads a new x-memory-context-stop response header, which can carry the value "org" or "credential". When the server sends this header on certain responses, Claude Code treats it as an instruction to stop using team or shared memory context for the current session, surfaced internally as a stopped_org or stopped_credential state.
Why
This lets the server centrally shut off shared memory context for an organization or a specific credential, for example if access should no longer be granted, without requiring a client update.
Names in the bundlex-memory-context-stop