You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed stale Engram Homebrew paths in OpenCode and MCP configs.
Added GH_TOKEN fallback for GitHub release checks to reduce rate-limit failures.
Details
Gentle AI now migrates persisted Engram commands like /opt/homebrew/Cellar/engram/<version>/bin/engram to stable paths such as /opt/homebrew/bin/engram, /usr/local/bin/engram, or engram.
This prevents OpenCode from failing with ENOENT after brew upgrade engram removes the old Cellar version.
Update checks now read tokens in this order: GITHUB_TOKEN, GH_TOKEN, then gh auth token.