Releases: memtrace-dev/memtrace
Releases · memtrace-dev/memtrace
v1.5.2
Changelog
New features
- 1dfa3a2: feat: add markdown export/import (@SebastianPuchet)
- 2362af5: feat: add memory_get tool, truncate recall to summaries (@SebastianPuchet)
- e4f9ded: feat: add memtrace setup command (@SebastianPuchet)
- 7368f55: feat: add opencode, windsurf, and gemini CLI support to memtrace setup (@SebastianPuchet)
- 040d21b: feat: add topic key upsert and memory_prompt MCP tool (@SebastianPuchet)
- 5aa763d: feat: strip tags from memory content before persistence (@SebastianPuchet)
Documentation
- 5761910: docs: add logo and website link to README (@SebastianPuchet)
- 0e53ad3: docs: document tag stripping in README (@SebastianPuchet)
- 180f4f2: docs: document markdown export/import in README (@SebastianPuchet)
- 5a63ce2: docs: document topic_key param and memory_prompt tool (@SebastianPuchet)
- 15ec3e3: docs: restructure — clean README, move detailed docs to docs/ (@SebastianPuchet)
v1.5.1
v1.5.0
Changelog
New features
- 003cccb: feat: add memory_context MCP tool and file-aware retrieval (Sebastian Puchet sebastianpuchet@gmail.com)
- 7dcef5f: feat: add memory_update MCP tool, edit command, import command, and semantic search (Sebastian Puchet sebastianpuchet@gmail.com)
- 9a534fd: feat: add memtrace browse TUI (Sebastian Puchet sebastianpuchet@gmail.com)
- f5abab7: feat: add memtrace doctor command (Sebastian Puchet sebastianpuchet@gmail.com)
- f42b262: feat: add memtrace link command with AST/regex symbol extraction (Sebastian Puchet sebastianpuchet@gmail.com)
- 1b1be2f: feat: add reindex command, config command, and semantic-only fallback search (Sebastian Puchet sebastianpuchet@gmail.com)
- 565b708: feat: add release pipeline (Sebastian Puchet sebastianpuchet@gmail.com)
- 235d5e5: feat: add tests, README, and fix ingestion pipeline (Sebastian Puchet sebastianpuchet@gmail.com)
- c57792d: feat: add update and export commands, fix memory_forget consistency (Sebastian Puchet sebastianpuchet@gmail.com)
- b34a978: feat: confidence decay in retrieval scoring (Sebastian Puchet sebastianpuchet@gmail.com)
- af6af4a: feat: initial implementation of memtrace v1 core (Sebastian Puchet sebastianpuchet@gmail.com)
- 7c82f19: feat: local embeddings via Ollama auto-detection (Sebastian Puchet sebastianpuchet@gmail.com)
- 0de1605: feat: proper hybrid retrieval fusion (Sebastian Puchet sebastianpuchet@gmail.com)
- f2e86ec: feat: session auto-summarization on MCP disconnect (Sebastian Puchet sebastianpuchet@gmail.com)
- 0181206: feat: staleness detection with memtrace scan (Sebastian Puchet sebastianpuchet@gmail.com)
Bug fixes
- d64b7ea: fix: clear MEMTRACE_EMBED_PROVIDER in embedder tests so CI env does not override (Sebastian Puchet sebastianpuchet@gmail.com)
- b7c14c6: fix: improve CLI UX and Claude Code integration (Sebastian Puchet sebastianpuchet@gmail.com)
Documentation
- efa3d1b: docs: add author section to README (Sebastian Puchet sebastianpuchet@gmail.com)
- 3ad3056: docs: add memory_context tool to README, update tool count references (Sebastian Puchet sebastianpuchet@gmail.com)
- f2a2aba: docs: add scan command to CLI reference, staleness section, improve hybrid search description (Sebastian Puchet sebastianpuchet@gmail.com)
- 8ee45ca: docs: clarify semantic search env var setup with per-client instructions (Sebastian Puchet sebastianpuchet@gmail.com)
- 1928f0e: docs: fix memory_forget description, add --confidence to save ref, add Development section (Sebastian Puchet sebastianpuchet@gmail.com)
- 412b7b0: docs: rewrite README for clarity and better first impression (Sebastian Puchet sebastianpuchet@gmail.com)
Other
- 8bffe13: test: add tests for cli, mcp, and util packages (Sebastian Puchet sebastianpuchet@gmail.com)