Skip to content

GrayMatter v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jun 08:32
v0.6.0
c38701e

GrayMatter v0.6.0

Persistent memory for Go AI agents. Single binary. Zero infra.

Quick install

# macOS / Linux
curl -sSL https://github.com/angelnicolasc/graymatter/releases/download/v0.6.0/graymatter_v0.6.0_$(uname -s)_$(uname -m).tar.gz | tar xz
sudo mv graymatter /usr/local/bin/

# Go install
go install github.com/angelnicolasc/graymatter/cmd/graymatter@v0.6.0

Changelog

  • 05a8014 Added Linux installation instructions in README.MD
  • 09d48ec Updated AGENTS.md
  • 28461f5 docs(readme): bump version references to v0.5.1
  • 2253da2 feat(cli): init writes agent instructions; new doctor command
  • ae7c8d3 feat(daemon): client/server store access for concurrent processes
  • ce7e31a fix(mcp): memory_reflect forget accepts the fact via text or target
  • ada98da fix(rpc): guard listener field against Serve/Stop data race
  • 6f3af61 fix(rpc): keep Unix socket path under the sun_path limit
  • ec38992 fix(tui): improve bbolt lock handling and add --read-only mode
  • 15643cd test(daemon): deflake idle-clock assertion; cover host service in CI
  • 11904be test(memory): deflake TestRecall_UpdatesAccessMetadata under -race