github Gentleman-Programming/gentle-ai v1.15.4

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

Fix: GGA PowerShell Shim Path

Bug

The gga.ps1 shim was written to ~/.local/share/gga/bin/ which is not in PATH. Even after v1.15.3 added ~/bin to PATH, PowerShell could not find gga because the shim was in a different directory than the PATH entry.

Fix

The shim now writes to ~/bin/gga.ps1 — same directory as the bash gga script. Since ~/bin is already in PATH (added persistently by v1.15.3), PowerShell finds gga.ps1 as a native command.

For Windows users

irm https://raw.githubusercontent.com/Gentleman-Programming/gentle-ai/main/scripts/install.ps1 | iex

Then run gentle-ai sync to update the shim location. After that, open a new PowerShell session and gga should work.

Don't miss a new gentle-ai release

NewReleases is sending notifications on new releases.