On Windows, a PowerShell path check that times out now says so with the timeout value.
What's wrong with this entry?
On Windows, when Claude Code checks the PowerShell interpreter path for policy purposes, a check that times out now reports "cannot stat path (timed out after ..." with the timeout value, rather than looking like an ordinary failure.
- The result of checking each path is cached in a shared map, so repeated checks of the same path do not re-run the stat.
- Windows-only code path.
cannot stat path (timed out after
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
Windows policy helpers can be PowerShell scripts
Both mention window
-
v2.1.234
Windows sandbox refusals now say why an exclusion did not apply
Both mention window
-
v2.1.234
Terminal is restored on Ctrl+Break on Windows
Both mention window