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

Memory backend rejects an undecided host-file setting

Not switched on
Useful1 Signal2
Internals

The in-memory backend refuses to build unless host-file spaces are explicitly decided.

Behind the same storage gate as the rest of the memory backend.

What

Building the in-memory backend now throws unless the map saying which host file spaces to serve gives strict true or false for both the workspace and user-named spaces. Neither may be left to an attested or indeterminate value. Sits behind the same gate as the rest of this memory work.

Evidence

tryCreateMemoryV5Backend: the workspace and userNamed spaces are served or refused, never attested

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 →