Skip to content

v1.7.14

Choose a tag to compare

@github-actions github-actions released this 21 Mar 23:58
· 781 commits to main since this release

What's New

Engram MCP Absolute Path Compatibility

Recent Engram releases started writing absolute binary paths into MCP config files (e.g. ~/.claude/mcp/engram.json) so that headless, systemd, and Windows environments work correctly without relying on inherited PATH.

gentle-ai was silently overwriting those absolute paths with a relative "engram" command after running engram setup, breaking the improvement. This release fixes that:

  • If engram setup already wrote a valid absolute path, gentle-ai now preserves it
  • MCP args are normalized to ["mcp", "--tools=agent"] regardless
  • If no config exists yet, the previous default behavior still applies

Docs

  • Updated docs/quickstart.md and CONTRIBUTING.md to reflect Go 1.24+ as the minimum prerequisite (aligned with CI after v1.7.13)

Changelog

  • 41eeaa1 fix(e2e): accept absolute engram command path
  • 006d963 fix(engram): preserve absolute MCP command paths