MemOS Local Plugin v2.0.16
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 at127.0.0.1:18801after restartingdsh --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 fixesbetter-sqlite3and 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
distlayout now consistently parse the plugin's built-inviewer/dist, preventing CI or fresh installations from incorrectly pointing toapps/viewer/dist.