-
fix: gh api + log commands bypass all output compression
Release / Build aarch64-apple-darwin (push) Has been cancelledRelease / Build x86_64-apple-darwin (push) Has been cancelledRelease / Build aarch64-unknown-linux-musl (push) Has been cancelledRelease / Build aarch64-unknown-linux-gnu (push) Has been cancelledRelease / Build x86_64-unknown-linux-musl (push) Has been cancelledRelease / Build x86_64-unknown-linux-gnu (push) Has been cancelledRelease / Build x86_64-pc-windows-msvc (push) Has been cancelledRelease / Create Release (push) Has been cancelledRelease / Publish to crates.io (push) Has been cancelledRelease / Publish to npm (push) Has been cancelledRelease / Update Homebrew (push) Has been cancelled发布于
2026-05-11 22:47:56 +00:00 Commands like
gh api repos/.../actions/jobs/.../logswere silently
truncated by the generic 8000-byte fallback compressor, making CI log
debugging impossible (-98% compression lost all useful content).Added
is_passthrough_command()in compress_output that returns None
forgh apiandgh run view --log/--log-failedbefore any
compression or truncation runs.Bump to 3.5.18.
Co-authored-by: Cursor cursoragent@cursor.com
下载附件