Releases: YashvantHange/SuperMemory
Releases · YashvantHange/SuperMemory
v0.2.5 — Helpful CMD error + git identity fixes
What's new
- Helpful CMD message — running
supermemory-agentin 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.whlNote: 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— recommendedsupermemory_agent-0.2.5.tar.gz— source distribution
v0.2.4 — Skills bundled + tool safety annotations
What's new
- Bundle
skills/in PyPI wheel and sdist (MCP server +SKILL.mdship together) - Add
readOnlyHint/destructiveHinton 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 stdioAssets
supermemory_agent-0.2.4-py3-none-any.whl— recommendedsupermemory_agent-0.2.4.tar.gz— source distribution
v0.2.0 — MCP Registry ready
Publish SuperMemory to PyPI and the official MCP Registry. See docs/PUBLISHING.md for Cursor Directory and Claude Connectors submission.