diff --git a/content/cn/openclaw/changes.md b/content/cn/openclaw/changes.md index ebf50b1e..62b8f190 100644 --- a/content/cn/openclaw/changes.md +++ b/content/cn/openclaw/changes.md @@ -5,6 +5,28 @@ title: OpenClaw 插件更新日志 ::OpenclawReleaseTimeline --- releases: + - date: '2026-05-13' + plugins: + - title: '本地插件' + version: 'v2.0.1' + sections: + - title: '新增' + items: + - 'L1 / L2 / L3 分层记忆架构,支持三层检索。' + - '反射加权值反向传播用于记忆排名信号。' + - '跨任务策略归纳和技能结晶层。' + - '通过共享算法核心的 OpenClaw 和 Hermes Agent 适配器。' + - 'HTTP/SSE 桥接服务 (`bridge.cts` / `bridge:daemon`)。' + - '基于 Vite 的查看器,用于本地检查记忆状态。' + - title: '改进' + items: + - '稳定了公共 API 接口 (`@memtensor/memos-local-plugin`)。' + - '通过 `prebuild-install` 实现生产就绪的打包;不再需要 `node-gyp`。' + - '跨平台原生二进制文件:macOS arm64/x64、Linux x64、Windows x64。' + - title: '修复' + items: + - '移除了发布的 tarball 中意外的 devDependency 泄漏。' + - date: '2026-05-08' plugins: - title: '云插件' diff --git a/content/en/openclaw/changes.md b/content/en/openclaw/changes.md index be1755ff..53d8935d 100644 --- a/content/en/openclaw/changes.md +++ b/content/en/openclaw/changes.md @@ -5,6 +5,28 @@ title: OpenClaw Plugin Changelog ::OpenclawReleaseTimeline --- releases: + - date: '2026-05-13' + plugins: + - title: 'Local Plugin' + version: 'v2.0.1' + sections: + - title: 'Added' + items: + - 'L1 / L2 / L3 layered memory architecture with three-tier retrieval.' + - 'Reflection-weighted value backprop for memory ranking signals.' + - 'Cross-task policy induction and skill crystallization layers.' + - 'OpenClaw and Hermes Agent adapters via a shared algorithm core.' + - 'HTTP/SSE bridge server (`bridge.cts` / `bridge:daemon`).' + - 'Vite-based viewer for inspecting memory state locally.' + - title: 'Improved' + items: + - 'Stabilized public API surface (`@memtensor/memos-local-plugin`).' + - 'Production-ready packaging via `prebuild-install`; no `node-gyp` needed.' + - 'Cross-platform native binaries: macOS arm64/x64, Linux x64, Windows x64.' + - title: 'Fixed' + items: + - 'Removed accidental devDependency leakage in published tarball.' + - date: '2026-05-08' plugins: - title: 'Cloud Plugin'