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
Detect archive format by magic bytes when extension is missing
The micro.mamba.pm server stopped redirecting to versioned URLs like
micromamba-2.5.0-2.tar.bz2 and now serves files directly via GET with
a Content-Disposition header. Since the download URL (/latest) has no
file extension, the temp file landed with no extension, causing unpack()
to throw "Unsupported archive type". Fix by falling back to magic byte
detection (GZip: 1F 8B, BZip2: BZh, ZIP: PK) when the extension is
absent or unrecognized.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments