From 6aafca5b5e68091900fe2e6ae1595883d2a2a026 Mon Sep 17 00:00:00 2001 From: Ayaan Zaidi Date: Sat, 11 Apr 2026 10:40:25 +0530 Subject: [PATCH] fix: avoid qa scenario pack reads during packaged CLI startup (#64648) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00aa72ae0f1..5810ab618b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Docs: https://docs.openclaw.ai ### Fixes - WhatsApp: honor the configured default account when the active listener helper is used without an explicit account id, so named default accounts do not get registered under `default`. (#53918) Thanks @yhyatt. +- QA/packaging: stop packaged CLI startup and completion cache generation from reading repo-only QA scenario markdown by routing QA command registration through a narrow facade. (#64648) Thanks @obviyus. ## 2026.4.10