v1.15.2
Fix: Engram Upgrade on Windows/Linux No Longer Requires Go (#160)
Bug
"Upgrade tools" for engram on Windows/Linux tried go install which fails when Go is not installed. The install path was fixed in v1.13.3, but the upgrade path was missed.
Fix
Engram upgrade now uses pre-built binary download on all non-brew platforms, matching the install path. No Go required.
registry.go: Changed engram fromInstallGoInstalltoInstallBinarystrategy.go: Routes engram throughDownloadLatestBinary()on Windows and Linuxinstructions.go: Hint no longer suggestsgo install
Also in this release
- Merged community PRs: #117 (install.sh trap fix), #133 (GGA upgrade fix), #101 (GGA PowerShell shim), #142 (GGA already-installed Windows fix)
- Cleaned
.atl/from repo
Upgrade
brew upgrade gentle-ai