Resuming a session under a different account starts fresh instead of replaying the old history.
What's wrong with this entry?
When Claude reattaches to a session that was started earlier or handed over from another process, it now compares the account and organization recorded on that session against whoever is signed in now. On a mismatch it starts a fresh session instead and withholds the earlier history rather than replaying it under the new account.
- The handoff carries the previous owner identity in new environment variables including
CLAUDE_BRIDGE_REATTACH_OWNER_ACCT. - A suppression record is written into the transcript and
rc_cross_account_suppressionis emitted, withtorn_entry_pairandscan_budget_exhaustedvariants for partially written or too-large transcripts.
CLAUDE_BRIDGE_REATTACH_OWNER_ACCT
Strings lifted out of the shipped bundle, so the claim above can be checked against them.