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

WSL settings are read without blocking the settings refresh

You'll notice
Useful2 Signal1
Elsewhere

On WSL, reading inherited Windows settings no longer blocks the periodic settings refresh.

What

On WSL, the periodic settings refresh now reads the inherited Windows settings file asynchronously and awaits it, instead of doing a synchronous read on the interval.

Details
  • Disposal is rechecked after each await so a refresh in flight does not act on a torn-down poller.
Evidence

wslWindowsFile

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 →