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.224 Home All releases olderv2.1.223 v2.1.225newer

Git clone errors no longer mangle URLs containing dollar signs

You'll notice
Useful2 Signal1
Elsewhere

Clone errors no longer mangle text when the repository URL contains dollar signs.

What

When a clone fails, the repository URL is redacted out of the error and stderr text. Redacted URLs containing $&-style sequences are now inserted literally instead of being expanded into surrounding text.

Evidence

--filter=blob:none

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