From f65251d0ecb64fdacabbbe4e6006c9f77a89fbb9 Mon Sep 17 00:00:00 2001 From: sallyom Date: Tue, 12 May 2026 20:07:26 -0400 Subject: [PATCH] docs: note tool result detail redaction --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d571f0e5653..aa7a2c7fd86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Docs: https://docs.openclaw.ai ### Fixes +- Sessions: redact persisted tool result detail metadata before writing transcripts so diagnostic secrets do not survive tool output redaction. (#80444) Thanks @nimbleenigma. - Codex migration: make Enter activate the highlighted checkbox row before continuing, so `Skip for now` and bulk-selection rows work even when planned items start preselected. - fix: harden safe-bin argument validation [AI]. (#80999) Thanks @pgondhi987. - fix: scan plugin runtime entries during install [AI]. (#80998) Thanks @pgondhi987.