github Gentleman-Programming/gentle-ai v1.15.6

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

Fix: Codex TOML Escaping on Windows + GGA Upgrade

#173 — Codex config.toml broken on Windows

Engram command path in ~/.codex/config.toml was injected with raw backslashes (C:\Users\...). TOML interprets \U as unicode escape, breaking the parser. Codex crashed with "Couldn't set up admin sandbox". Now backslashes are properly escaped (C:\\Users\\...).

#176 — GGA upgrade fails: install.sh can't find source files

GGA upgrade downloaded only install.sh and ran it standalone, but the script expects to be inside the cloned repo (needs bin/gga, lib/*.sh). Now the upgrade path mirrors the initial install: git clone → bash install.sh → cleanup.

Upgrade

brew upgrade gentle-ai

Windows:

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

After upgrading, run gentle-ai sync to fix the Codex config.

Don't miss a new gentle-ai release

NewReleases is sending notifications on new releases.