Memory/QMD: skip unchanged session export writes

This commit is contained in:
Vignesh Natarajan
2026-02-14 14:57:31 -08:00
parent 83e08b3bd5
commit 0fdcb3be43
3 changed files with 77 additions and 1 deletions
+1
View File
@@ -72,6 +72,7 @@ Docs: https://docs.openclaw.ai
- 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.
- Memory/QMD: skip rewriting unchanged session export markdown files during sync to reduce disk churn.
- Models/CLI: guard `models status` string trimming paths to prevent crashes from malformed non-string config values. (#16395) Thanks @BinHPdev.
## 2026.2.14