Memory/QMD: optimize qmd readFile for line-window reads

This commit is contained in:
Vignesh Natarajan
2026-02-14 14:57:10 -08:00
parent 62aae7f69d
commit 83e08b3bd5
3 changed files with 55 additions and 0 deletions
+1
View File
@@ -71,6 +71,7 @@ Docs: https://docs.openclaw.ai
- Memory/QMD: query QMD index using exact docid matches before falling back to prefix lookup for better recall correctness and index efficiency.
- Memory/QMD: make QMD result JSON parsing resilient to noisy command output by extracting the first JSON array from noisy `stdout`.
- Memory/QMD: pass result limits to `search`/`vsearch` commands so QMD can cap results earlier.
- Memory/QMD: avoid reading full markdown files when a `from/lines` window is requested in QMD reads.
- Models/CLI: guard `models status` string trimming paths to prevent crashes from malformed non-string config values. (#16395) Thanks @BinHPdev.
## 2026.2.14