Releases: MemTensor/MemOS
Release list
MemOS Local Plugin v2.0.19
Changelog
Fixed
- Fixed OpenClaw Installation: Restored the installation and automatic memory hooks for OpenClaw.
MemOS Local Plugin v2.0.19-beta.1
Changelog
Prerelease
- Published MemOS Local Plugin v2.0.19-beta.1 as a package prerelease for validation through the npm
betadist-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
What's Changed
- ci: make local plugin release notes resilient to large releases by @MLittleprince in #2311
- fix: normalize numeric local-plugin source refs by @MLittleprince in #2312
- Preference memory fixes by @bittergreen in #2337
- chore: change version number to dev-v2.0.33 by @whipser030 in #2341
- fix: Improve the extraction link of SkillMemory by @whipser030 in #2342
Full Changelog: v2.0.32...v2.0.33
MemOS Local Plugin v2.0.18
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
What's Changed
- feat(plugin): add DeepSeek Harness memory adapter by @MatthewZhuang in #2254
- fix(plugin): resolve DSH Viewer assets in clean builds by @MatthewZhuang in #2257
- chore: sync MemOS Cloud OpenClaw plugin by @Hun-ger in #2261
- docs: highlight DeepSeek Harness integrations in README by @shinetata in #2262
- docs: announce DeepSeek Harness support by @shinetata in #2263
- fix: (embedders)preserve config for cached factory instances by @bittergreen in #2264
- fix: pidIsAlive self-PID check for stale lock detection by @34262315716 in #2099
- Dev v2.0.31 by @CarltonXiang in #2265
- fix(plugin): harden local plugin runtime and embeddings by @Hun-ger in #2266
- fix(memos-local-plugin): use POSIX-ERE-compatible pgrep pattern for hermes chat detection by @kiwipaulrob in #2192
- fix(plugin): archive idle low-eta skills by @CovD831 in #2209
- Fix #2245: bug: masked apiKey written to config.yaml is never resolved on daemon restart — by @Memtensor-AI in #2246
- fix(plugin): declare llm.maxTokens and llm.headers as first-class config keys by @kiwipaulrob in #2248
- route suggestion and scheduler LLM configs by model & update env examples and readmes by @bittergreen in #2282
- fix(core): bound startup recovery wait in shutdown to 15s by @kiwipaulrob in #2252
- fix(skill): auto-generate crystallizer summary/steps instead of rejecting by @kiwipaulrob in #2253
- Fix #2255: memos_search returns Chinese text as \uXXXX unicode escapes (Hermes adapter miss by @Memtensor-AI in #2256
- fix(storage): add idx_traces_ts to unblock event loop on newest-first trace reads by @kiwipaulrob in #2284
- fix(plugin): consolidate local runtime hardening by @Hun-ger in #2286
- ci: automate paired local plugin releases after MemOS preparation by @MLittleprince in #2249
- chore: change version number to v2.0.32 by @Wang-Daoji in #2294
- ci: skip release dry run for version-only PRs by @MLittleprince in #2297
- Dev v2.0.32 by @Wang-Daoji in #2295
New Contributors
- @kiwipaulrob made their first contribution in #2192
- @CovD831 made their first contribution in #2209
Full Changelog: v2.0.30...v2.0.32
MemOS Local Plugin v2.0.18-beta.1
Changelog
Prerelease
- Published MemOS Local Plugin v2.0.18-beta.1 as a package prerelease for validation through the npm
betadist-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
Changelog
Fixed
- 修复嵌入检查:解决了嵌入审查发现的问题,提升了插件的稳定性。
- 增强输入处理:加强了对超大嵌入输入的处理,避免了潜在的崩溃问题。
- 容错处理:修复了对缺失开发者对等冲突的容忍性问题,提升了系统的健壮性。
- 锁定管理:区分持有的锁与回收的PID,避免了锁定冲突。
- 自PID检查:修复了pidIsAlive自PID检查的问题,增强了过期锁检测的准确性。
MemOS Local Plugin v2.0.17-beta.1
Changelog
Prerelease
- Published MemOS Local Plugin v2.0.17-beta.1 as a package prerelease for validation through the npm
betadist-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
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.
Release v2.0.30
What's Changed
- Release/memos local plugin v2.0.12 beta.1 by @Hun-ger in #2184
- ci: add MemOS release publish dry run by @MLittleprince in #2172
- fix(plugin): improve recall relevance and host input handling by @Hun-ger in #2196
- ci: harden MemOS release tag and draft creation by @MLittleprince in #2197
- ci: keep local plugin standalone publishing compatible with MemOS releases by @MLittleprince in #2198
- fix(chunkers): make SimpleTextSplitter fallback URL-safe by @MatthewZhuang in #2200
- fix(plugin): prevent foreground starvation and honor Retry-After by @Hun-ger in #2208
- ci: keep local plugin release scripts trusted by @MLittleprince in #2199
- Fix/plugin windows runtime lifecycle by @Hun-ger in #2230
- chore: change version number to v2.0.29 by @hijzy in #2239
- fix(chunkers): make SimpleTextSplitter fallback URL-safe (#2200) by @hijzy in #2228
- fix(plugin): repair Hermes Windows paths and restart UX by @Hun-ger in #2238
- fix: make cachetools a core dependency by @endxxxx in #2241
- fix: UniversalAPIEmbedder now passes embedding_dims to API calls by @RerankerGuo in #2180
- feat: add enable_thinking support for OpenAI-compatible providers by @RerankerGuo in #2181
- test(embedder): isolate Ark factory tests from optional SDK by @RerankerGuo in #2215
- fix(llm): preserve all vLLM stream chunks by @JiataiWang in #2234
- feat: automate MemOS release preparation by @syzsunshine219 in #2243
- Release/v2.0.30 by @syzsunshine219 in #2250
New Contributors
- @MLittleprince made their first contribution in #2172
- @JiataiWang made their first contribution in #2234
Full Changelog: v2.0.27...v2.0.30