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

Remote database module restructured, with readable connection-state labels

Under the hood
Useful1 Signal2
Artifacts

The remote database module moved and gained readable labels for connection states like hitting the watch limit.

What

The module holding path validation, the split between read verbs (get, list, query) and write verbs (set, update, delete), and error-code normalisation moved from lazy initialisation to plain top-level definitions, and gained short human-readable labels for connection states such as the watch limit being reached.

Evidence

"watch limit reached"

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 →