Skip to content

MemOS Local Plugin v2.0.16

Choose a tag to compare

@github-actions github-actions released this 16 Aug 05:43
· 117 commits to main since this release

Changelog

Added

  • DeepSeek Harness Long-Term Memory Access: MemOS Local can now be installed to a specified DSH profile via install.sh --agent dsh --profile <name>. The plugin provides automatic memory recall for up to 3 seconds per round, six on-demand memory tools, and starts the Memory Viewer at 127.0.0.1:18801 after restarting dsh --profile <name>.

Fixed

  • DSH Installation with Automatic pnpm Completion: When one-click installation detects a missing pnpm in the PATH, it will temporarily prepare and verify pnpm 11.7.0 using existing npm, avoiding interruption before executing dsh plugin add. The temporary pnpm will be cleaned up after installation.

  • More Reliable Native Dependency Installation in DSH Linux: The installer skips unnecessary CUDA downloads of onnxruntime-node, only approves the necessary build scripts, and verifies or fixes better-sqlite3 and verifies ONNX CPU binding, preventing installation from showing as successful but the Memory Viewer port not starting.

  • Correct Location of DSH Viewer in Clean Installations and Release Packages: The source code layout and npm package dist layout now consistently parse the plugin's built-in viewer/dist, preventing CI or fresh installations from incorrectly pointing to apps/viewer/dist.