From a3e1071978498e433dad7bf4bcc7f55f332870b2 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 27 Apr 2026 13:29:27 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@73ba282b54cd8bfe2986f953b1fa7992f8a591e4 --- .openclaw-sync/source.json | 4 ++-- docs/concepts/memory-qmd.md | 2 +- docs/reference/memory-config.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index c732efcc9..365f44cf8 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "2243a68a1df2c3476b37b715ab54ef4ad5c020d2", - "syncedAt": "2026-04-27T13:25:25.159Z" + "sha": "73ba282b54cd8bfe2986f953b1fa7992f8a591e4", + "syncedAt": "2026-04-27T13:28:08.898Z" } diff --git a/docs/concepts/memory-qmd.md b/docs/concepts/memory-qmd.md index 10f740de4..839f5c7ba 100644 --- a/docs/concepts/memory-qmd.md +++ b/docs/concepts/memory-qmd.md @@ -43,7 +43,7 @@ OpenClaw creates a self-contained QMD home under `~/.openclaw/agents//qmd/` and manages the sidecar lifecycle automatically -- collections, updates, and embedding runs are handled for you. It prefers current QMD collection and MCP query shapes, but still falls back to -legacy `--mask` collection flags and older MCP tool names when needed. +alternate collection pattern flags and older MCP tool names when needed. Boot-time reconciliation also recreates stale managed collections back to their canonical patterns when an older QMD collection with the same name is still present. diff --git a/docs/reference/memory-config.md b/docs/reference/memory-config.md index ecdba3a7a..53f3f5aa5 100644 --- a/docs/reference/memory-config.md +++ b/docs/reference/memory-config.md @@ -451,7 +451,7 @@ Set `memory.backend = "qmd"` to enable. All QMD settings live under `memory.qmd` `searchMode: "search"` is lexical/BM25-only. OpenClaw does not run semantic vector readiness probes or QMD embedding maintenance for that mode, including during `memory status --deep`; `vsearch` and `query` continue to require QMD vector readiness and embeddings. -OpenClaw prefers the current QMD collection and MCP query shapes, but keeps older QMD releases working by falling back to legacy `--mask` collection flags and older MCP tool names when needed. +OpenClaw prefers current QMD collection and MCP query shapes, but keeps older QMD releases working by trying compatible collection pattern flags and older MCP tool names when needed. QMD model overrides stay on the QMD side, not OpenClaw config. If you need to override QMD's models globally, set environment variables such as `QMD_EMBED_MODEL`, `QMD_RERANK_MODEL`, and `QMD_GENERATE_MODEL` in the gateway runtime environment.