github rohitg00/agentmemory v0.7.7
v0.7.7 — fix plugin install validation (#94)

latest releases: v0.9.4, v0.9.3, v0.9.2...
23 days ago

Bug Fix

Fixes /plugin install agentmemory failing with validation errors (#94).

Root cause: plugin.json had three schema violations:

  • author was a string — must be an object {name, url}
  • hooks was a file path — must be omitted (auto-loaded by convention from hooks/hooks.json)
  • skills was a directory string — must be an array of explicit paths

Users can now install cleanly:

/plugin marketplace add rohitg00/agentmemory
/plugin install agentmemory

Closes #94

Full Changelog: v0.7.6...v0.7.7

Don't miss a new agentmemory release

NewReleases is sending notifications on new releases.