Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.219 Home All releases olderv2.1.218 v2.1.220newer
Claude Code v2.1.219

Memory push-suppression state removed

You'll notice
Useful3 Signal0
Memory

Failed memory pushes no longer stay suppressed for your whole session; retries resume normally.

What

The per-scope latch that stopped team and user memory push retries for the remainder of a session is gone; suppression is now tracked only on individual stores.

Details
  • pushSuppressedReason and its log line "suppressing retry for the rest of this session" are removed
  • the unlink-clears-suppression handling and the scheduler skip that consulted the latch are removed with it
  • tengu_team_mem_push_suppressed is now emitted only from the multi-store path
Evidence

tengu_team_mem_push_suppressed

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.219 →