diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 42ef6b405..10c255a0b 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "364ec537850072a2275d246adc67a64f07c1f3f6", - "syncedAt": "2026-05-01T20:46:14.249Z" + "sha": "112dedd0939b8a4972c49686f626124c68c36364", + "syncedAt": "2026-05-01T20:57:02.394Z" } diff --git a/docs/tools/plugin.md b/docs/tools/plugin.md index 985194c2a..a2f31a6cd 100644 --- a/docs/tools/plugin.md +++ b/docs/tools/plugin.md @@ -185,7 +185,7 @@ current OpenClaw or a local checkout until a newer npm package is published. - `memory-core` — bundled memory search (default via `plugins.slots.memory`) - - `memory-lancedb` — install-on-demand long-term memory with auto-recall/capture (set `plugins.slots.memory = "memory-lancedb"`) + - `memory-lancedb` — LanceDB-backed long-term memory with auto-recall/capture (set `plugins.slots.memory = "memory-lancedb"`) See [Memory LanceDB](/plugins/memory-lancedb) for OpenAI-compatible embedding setup, Ollama examples, recall limits, and troubleshooting.