From 660b58ac4061addfa36bf1ae6823d1179e232edb Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 9 Jul 2026 03:06:24 -0700 Subject: [PATCH] chore: leave release changelog ownership centralized --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d77430ba1d6..74d9908736e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,6 @@ Docs: https://docs.openclaw.ai ### Fixes -- **Remote macOS node bin probes:** defer the connect-time skill-bin probe until app command handlers are ready, cache successful results for reconnects, and back off repeated failures without suppressing probes when node capabilities or required bins change. (#79438, #40527) Thanks @Countermarch. - **Browser actions on Node 24:** keep browser request cancellation bound to the client and response lifetime instead of Node 24.16+'s prematurely aborted body-stream signal, preventing valid POST actions from failing after JSON parsing. Thanks @obviyus and @vincentkoc. - **SecretRef model credentials:** keep resolved provider secrets behind process-local sentinels through auth storage, stream setup, SDK configuration, and managed local-provider probing, then inject plaintext only at the final network or provider-plugin boundary while retaining exact-value log redaction. (#102008, #102009) - **Lean local model shell access:** keep `exec` directly visible beside the default structured Tool Search controls so coding-tuned local models can use their shell fallback instead of searching for missing domain tools. (#87587) Thanks @vincentkoc.