You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build-artifacts (and any cleaner deleting cache directories) no longer hangs on trees that
contain symlinks or junctions — e.g. node_modules from pnpm/yarn workspaces. The read-only
pre-walk that blocked deletion now skips reparse points and only runs on the rare delete that
actually fails, so large sweeps complete quickly instead of stalling.
More reliable CPU architecture detection in the Windows installer (install.ps1).