github Gentleman-Programming/gentle-ai v1.7.14

latest releases: v1.42.0, v1.41.0, advisory...
3 months ago

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

Don't miss a new gentle-ai release

NewReleases is sending notifications on new releases.