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.223 Home All releases olderv2.1.222 v2.1.224newer

Cross-worktree session lookup extracted

Under the hood
Useful1 Signal0
Sessions

The code that finds a session across worktrees moved into a helper with no change you'd notice.

What

The projects-directory scan used to find a session file across worktrees moved out of the call site into a helper, with no change in behaviour.

Details
  • the inline directory walk and try/catch are gone from the call site, replaced by a single helper call
  • the match still has to be unique and the result still reports via: "projectsScan"
  • skipped entirely when crossWorktree is false
Evidence

via: "projectsScan"

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