chore: leave release changelog ownership centralized

This commit is contained in:
Peter Steinberger 2026-07-09 03:06:24 -07:00
parent 578623955f
commit 660b58ac40
No known key found for this signature in database

View file

@ -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.