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
fix: normalize zip paths to backslashes for \\?\ prefix on Windows
The \\?\ extended-length path prefix requires backslashes and no
trailing slashes. Zip entries use forward slashes which must be
converted to OS-native separators before joining with the prefix.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments