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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Session alias recording can resolve paths through storage

Under the hood
Useful2 Signal3
Sessions

Session alias recording can resolve real paths through storage when a runtime check passes.

What

Recording a session alias now has a second way to resolve the real path, going through a storage-backed lookup when a runtime check passes and a second argument is supplied, and falling back to the previous direct filesystem call otherwise.

Details
  • Expected lookup failures are logged at debug rather than a louder level; the message recordSessionAlias: realpath failed for is unchanged.
Evidence

recordSessionAlias: realpath failed for

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