Skip to content

Releases: MemTensor/MemOS

MemOS Local Plugin v2.0.19

Choose a tag to compare

Changelog

Fixed

  • Fixed OpenClaw Installation: Restored the installation and automatic memory hooks for OpenClaw.

MemOS Local Plugin v2.0.19-beta.1

Pre-release

Choose a tag to compare

Changelog

Prerelease

  • Published MemOS Local Plugin v2.0.19-beta.1 as a package prerelease for validation through the npm beta dist-tag.

Release Evidence

  • Package tag: memos-local-plugin-v2.0.19-beta.1
  • Previous package tag: memos-local-plugin-v2.0.18
  • Source commit: de80694
  • Local plugin commits: 1
  • Local plugin changed files: 13
  • Package version: 2.0.18 -> 2.0.19-beta.1

This prerelease creates an independent local-plugin GitHub Prerelease for traceability. Its release.published event is intentionally ignored by Doc Agent, so it does not update the MemOS-Docs Plugin tab or trigger pre/gray deployment.

Release v2.0.33

Choose a tag to compare

@whipser030 whipser030 released this 03 Sep 11:29
78a372a

What's Changed

Full Changelog: v2.0.32...v2.0.33

MemOS Local Plugin v2.0.18

Choose a tag to compare

Changelog

Improved

  • Memory Recovery and Capture Boundaries: Fixed dirty-data recovery, orphan trace writes, and LLM empty-response retry stability issues.

Fixed

  • Memory Recovery and Capture Boundaries: Fixed dirty-data recovery, orphan trace writes, and LLM empty-response retry stability issues.
  • Hermes and Bridge Experience: Combines Hermes, provider, and bridge-flow improvements to reduce startup and connection friction.

Release v2.0.32

Choose a tag to compare

@Wang-Daoji Wang-Daoji released this 28 Aug 08:37
185ebdb

What's Changed

New Contributors

Full Changelog: v2.0.30...v2.0.32

MemOS Local Plugin v2.0.18-beta.1

Pre-release

Choose a tag to compare

Changelog

Prerelease

  • Published MemOS Local Plugin v2.0.18-beta.1 as a package prerelease for validation through the npm beta dist-tag.

Release Evidence

  • Package tag: memos-local-plugin-v2.0.18-beta.1
  • Previous package tag: memos-local-plugin-v2.0.17
  • Source commit: 84ae381
  • Local plugin commits: 35
  • Local plugin changed files: 57
  • Package version: 2.0.17 -> 2.0.18-beta.1

This prerelease creates an independent local-plugin GitHub Prerelease for traceability. Its release.published event is intentionally ignored by Doc Agent, so it does not update the MemOS-Docs Plugin tab or trigger pre/gray deployment.

MemOS Local Plugin v2.0.17

Choose a tag to compare

Changelog

Fixed

  • 修复嵌入检查:解决了嵌入审查发现的问题,提升了插件的稳定性。
  • 增强输入处理:加强了对超大嵌入输入的处理,避免了潜在的崩溃问题。
  • 容错处理:修复了对缺失开发者对等冲突的容忍性问题,提升了系统的健壮性。
  • 锁定管理:区分持有的锁与回收的PID,避免了锁定冲突。
  • 自PID检查:修复了pidIsAlive自PID检查的问题,增强了过期锁检测的准确性。

MemOS Local Plugin v2.0.17-beta.1

Pre-release

Choose a tag to compare

Changelog

Prerelease

  • Published MemOS Local Plugin v2.0.17-beta.1 as a package prerelease for validation through the npm beta dist-tag.

Release Evidence

  • Package tag: memos-local-plugin-v2.0.17-beta.1
  • Previous package tag: memos-local-plugin-v2.0.16
  • Source commit: 9119efe
  • Local plugin commits: 6
  • Local plugin changed files: 31
  • Package version: 2.0.16 -> 2.0.17-beta.1

This prerelease creates an independent local-plugin GitHub Prerelease for traceability. Its release.published event is intentionally ignored by Doc Agent, so it does not update the MemOS-Docs Plugin tab or trigger pre/gray deployment.

MemOS Local Plugin v2.0.16

Choose a tag to compare

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.

Release v2.0.30

Choose a tag to compare

@github-actions github-actions released this 14 Aug 04:00
f4db521

What's Changed

New Contributors

Full Changelog: v2.0.27...v2.0.30