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.
Git clone errors no longer mangle URLs containing dollar signs
You'll notice
Useful2Signal1
Elsewhere
Clone errors no longer mangle text when the repository URL contains dollar signs.
What's wrong with this entry?
Anonymous. No account, no email.
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.