mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-23 10:55:31 -06:00
8dbd30ba74
* feat(memory): support globbed extra paths Allow root-relative glob patterns on existing memory.search.extraPaths entries across discovery, watching, reindex identity, and QMD migration. * fix(memory): drop stale lease type import * fix(memory): enforce extra path glob scope
895 B
895 B
summary, read_when, title
| summary | read_when | title | |
|---|---|---|---|
| QMD memory backend removal and migration |
|
QMD memory backend removal |
QMD memory backend removal
The optional QMD memory backend has been removed. Builtin memory is now the only memory engine.
Run openclaw doctor --fix to remove retired memory.backend, memory.qmd.*, and
memory.search.qmd.* settings, including agent-scoped variants. Your Markdown memory sources are
indexed by the builtin engine on its next sync. Doctor preserves configured QMD paths and extra
collections in the corresponding memory.search.extraPaths setting, including root-relative glob
patterns. QMD indexes, exported session Markdown, downloaded models, and collection metadata are
derived state and do not require migration.
See Memory for the current architecture and configuration.