Memory/QMD: cap qmd command output buffering

This commit is contained in:
Vignesh Natarajan
2026-02-14 14:55:59 -08:00
parent 9b9dc65a22
commit f9f816d139
3 changed files with 55 additions and 2 deletions
+1
View File
@@ -67,6 +67,7 @@ Docs: https://docs.openclaw.ai
- Cron: repair missing/corrupt `nextRunAtMs` for the updated job without globally recomputing unrelated due jobs during `cron update`. (#15750)
- Discord: prefer gateway guild id when logging inbound messages so cached-miss guilds do not appear as `guild=dm`. Thanks @thewilloftheshadow.
- TUI: refactor searchable select list description layout and add regression coverage for ANSI-highlight width bounds.
- Memory/QMD: cap QMD command output buffering to prevent memory exhaustion from pathological `qmd` command output.
- Models/CLI: guard `models status` string trimming paths to prevent crashes from malformed non-string config values. (#16395) Thanks @BinHPdev.
## 2026.2.14