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.227 Home All releases olderv2.1.226 v2.1.228newer
Claude Code v2.1.227

Forking a session from the resume picker now carries history suppression forward

You'll notice
Useful2 Signal3
Sessions

Forking a session from the resume picker now carries over suppression and parent records properly.

What

Forking a past session from the resume picker previously only replayed content replacements. It now runs the shared fork helper, which strips the source session's worktree session and relocated working directory, records the fork's parent, and copies history suppression onto the new session id when the source was suppressed or known to be tainted.

Details
  • The suppression record on the destination session is written with cause fork_inherit.
  • The fork helper is called with stripWorktreeSession and stripRelocatedCwd set, plus the destination session id.
  • Neither the suppression record type nor the fork options existed in v2.1.226, so forks made from this path previously started without inherited suppression.
Evidence

stripWorktreeSession

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