This release keeps dependencies and maintenance posture current for teams operating this tool.
✓ No known CVEs patched in this version
Summary
AI summaryInstall scripts now prefer names with the " - - " suffix while still falling back to bare names for compatibility.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Refactor | Low |
Install scripts now use `<binary>-<os>-<arch>` naming convention for paths. Install scripts now use `<binary>-<os>-<arch>` naming convention for paths. Source: llm_adapter@2026-07-15 Confidence: high |
— |
Full changelog
Naming convention fix
All install paths now consistently use the <binary>-<os>-<arch> suffix
convention. Previously:
- Windows CLI (
install.sh) looked for barepullrun.exeorpullrun
inside the Windows tarball, but the tarball containspullrun-windows-amd64. - WSL2 runtime looked for bare
pullrun-runtimeinside the Linux tarball,
but the tarball containspullrun-runtime-linux-amd64.
Both now try the suffixed name first, then fall back to the bare name (so old
tarballs still work). The convention is documented in AGENTS.md.
No binary changes — only install.sh and docs.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Pullrun
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]