changelog: add diffs update fix openclaw#56077 thanks @gumadeiras

This commit is contained in:
Gustavo Madeira Santana 2026-03-27 19:52:49 -04:00
parent c0a4d91342
commit 2a153451de
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ Docs: https://docs.openclaw.ai
- Plugins/Matrix: preserve sender filenames for inbound media by forwarding `originalFilename` to `saveMediaBuffer`. (#55692) thanks @esrehmki.
- Matrix/mentions: recognize `matrix.to` mentions whose visible label uses the bot's room display name, so `requireMention: true` rooms respond correctly in modern Matrix clients. (#55393) thanks @nickludlam.
- Ollama/thinking off: route `thinkingLevel=off` through the live Ollama extension request path so thinking-capable Ollama models now receive top-level `think: false` instead of silently generating hidden reasoning tokens. (#53200) Thanks @BruceMacD.
- Plugins/diffs: stage bundled `@pierre/diffs` runtime dependencies during packaged updates so the bundled diff viewer keeps loading after global installs and updates. (#56077) Thanks @gumadeiras.
## 2026.3.24