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.235 Home All releases olderv2.1.234 v2.1.236newer
Claude Code v2.1.235

Stale session claims keep their live entries

Under the hood
Useful3 Signal3
Sessions

A stale session claim now keeps its entries, marked stale, instead of throwing them away.

What

When a claim on an adopted session is found stale, its live entries are now returned marked stale with a backfilled write timestamp instead of being discarded. Only a stale claim with no entries at all still returns nothing.

Details
  • Shell and cron lists come back empty in that case.
  • The tengu_adopt_claim event gained a frame_live_stale field.
Evidence

frame_live_stale

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.235 →