Skip to content

Releases: YashvantHange/SuperMemory

v0.2.5 — Helpful CMD error + git identity fixes

13 Jun 22:15

Choose a tag to compare

What's new

  • Helpful CMD message — running supermemory-agent in a terminal now shows clear setup instructions instead of a cryptic JSON parse error
  • Git identity docs, .mailmap, and co-author rename hook (SuperMemory Agent)
  • Cursor directory prep: clearer README and project layout docs
  • 75 tests passing

Install

pip install supermemory-agent==0.2.5
# or from this release asset:
pip install supermemory_agent-0.2.5-py3-none-any.whl

Note: Do not run supermemory-agent alone in CMD — configure it in Cursor or Claude Desktop MCP settings.

Assets

  • supermemory_agent-0.2.5-py3-none-any.whl — recommended
  • supermemory_agent-0.2.5.tar.gz — source distribution

v0.2.4 — Skills bundled + tool safety annotations

13 Jun 21:34

Choose a tag to compare

What's new

  • Bundle skills/ in PyPI wheel and sdist (MCP server + SKILL.md ship together)
  • Add readOnlyHint / destructiveHint on all 29 MCP tools (Claude Directory requirement)
  • Document monorepo layout in README
  • GitHub Releases now attach wheel + sdist on every tag (CI + scripts/release.py)
  • 74 tests passing

Install

pip install supermemory-agent==0.2.4
# or from this release asset:
pip install supermemory_agent-0.2.4-py3-none-any.whl
supermemory-agent --storage .supermemory --transport stdio

Assets

  • supermemory_agent-0.2.4-py3-none-any.whl — recommended
  • supermemory_agent-0.2.4.tar.gz — source distribution

v0.2.0 — MCP Registry ready

13 Jun 20:23

Choose a tag to compare

Publish SuperMemory to PyPI and the official MCP Registry. See docs/PUBLISHING.md for Cursor Directory and Claude Connectors submission.