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.234 Home All releases olderv2.1.233 v2.1.235newer
Claude Code v2.1.234

Gateway and model-capability caches create their directory before writing

You'll notice
Useful2 Signal1
Elsewhere

First runs no longer fail when the gateway and model-capability cache folders don't exist yet.

What

Both caches now create their folder (recursively) before writing, so a first run on a machine without the directory no longer fails on the write.

Details
  • If the directory cannot be created, the writer logs and gives up rather than attempting the write; gateway discovery logs "[gatewayDiscovery] cache folder could not be made".
  • Both writers also publish the file in place.
Evidence

[gatewayDiscovery] cache folder could not be made

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