This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryFixed macOS uninstaller confirmation prompt error and installer silent failure when using Homebrew under sudo.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes macOS uninstaller failure at confirmation prompt due to bash incompatibility. Fixes macOS uninstaller failure at confirmation prompt due to bash incompatibility. Source: llm_adapter@2026-06-04 Confidence: high |
— |
| Bugfix | Medium |
Fixes silent quit of macOS installer when Homebrew refuses root execution while installing Borg. Fixes silent quit of macOS installer when Homebrew refuses root execution while installing Borg. Source: llm_adapter@2026-06-04 Confidence: high |
— |
Full changelog
Bug-fix release for the macOS agent installer and uninstaller.
Fixes
- macOS uninstaller failed at the confirmation prompt (#304) —
uninstall.shused a bash 4 lowercase expansion (${yn,,}), which is a "bad substitution" error on the bash 3.2 that macOS ships. Replaced with a portable check so the uninstaller runs on macOS. - macOS installer quit silently while installing Borg — the installer runs under
sudo, but Homebrew refuses to run as root, sobrew installfailed with no visible message and the script stopped at the Borg step. It now runs Homebrew as the invoking user, finds Homebrew and Borg in Apple Silicon's/opt/homebrewlocations, and falls back gracefully if the package step can't complete.
Both scripts were verified on bash 3.2 on Apple Silicon macOS.
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
Beta — feedback welcome: [email protected]