What's New
Added
- OpenCode memory awareness integration (
opencode/memory-plugin.js): Read-only plugin that injects relevant memories into OpenCode sessions via the HTTP API. Includes configurable endpoints, parallel search, session deduplication, and timeout handling. Setup guide and example config included. Thanks to @irizzant! (PR #673, closes #671)
Fixed
- Lite package version sync (#672):
mcp-memory-service-litewas stuck at 8.76.0 on PyPI becausepyproject-lite.tomlwas never updated by release automation. Synced to current version and added to semantic-releaseversion_variablelist with CI fallback. (PR #675, closes #672)
Install / Upgrade
pip install --upgrade mcp-memory-service # full
pip install --upgrade mcp-memory-service-lite # lightweight (ONNX only)Full changelog: v10.35.0...v10.36.0