github Gentleman-Programming/gentle-ai v1.15.2

latest releases: v1.43.2, v1.43.1, v1.43.0...
3 months ago

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

Don't miss a new gentle-ai release

NewReleases is sending notifications on new releases.