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.
WSL settings are read without blocking the settings refresh
You'll notice
Useful2Signal1
Elsewhere
On WSL, reading inherited Windows settings no longer blocks the periodic settings refresh.
What's wrong with this entry?
Anonymous. No account, no email.
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.