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
Absolute Engram path: All MCP strategies (separate files, merge-into-settings, config file, TOML) now write absolute paths for the Engram server binary. Previously, relative paths caused "command not found" errors when the agent was started from a different working directory.
Monorepo root detection: Project root detection now correctly identifies monorepo workspace roots (pnpm-workspace.yaml, nx.json, turbo.json, lerna.json). Previously, running gentle-ai from a subdirectory inside a monorepo could install skills and configs at the wrong level.