Skip to content

v1.15.2

Choose a tag to compare

@github-actions github-actions released this 29 Mar 20:30

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 from InstallGoInstall to InstallBinary
  • strategy.go: Routes engram through DownloadLatestBinary() on Windows and Linux
  • instructions.go: Hint no longer suggests go 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