Summary
- Fixed stale Engram Homebrew paths in OpenCode and MCP configs.
- Added
GH_TOKENfallback for GitHub release checks to reduce rate-limit failures.
Details
- Gentle AI now migrates persisted Engram commands like
/opt/homebrew/Cellar/engram/<version>/bin/engramto stable paths such as/opt/homebrew/bin/engram,/usr/local/bin/engram, orengram. - This prevents OpenCode from failing with
ENOENTafterbrew upgrade engramremoves the old Cellar version. - Update checks now read tokens in this order:
GITHUB_TOKEN,GH_TOKEN, thengh auth token.