v1.15.6
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-aiWindows:
irm https://raw.githubusercontent.com/Gentleman-Programming/gentle-ai/main/scripts/install.ps1 | iexAfter upgrading, run gentle-ai sync to fix the Codex config.