fix: add changelog entry for ACPX stream update (#30036) (thanks @osolmaz)

This commit is contained in:
Onur Solmaz
2026-03-01 20:39:07 +01:00
parent b12c909ea2
commit 907c09e1d5

View File

@@ -81,6 +81,10 @@ Docs: https://docs.openclaw.ai
## Unreleased
### Changes
- ACP/ACPX streaming: pin ACPX plugin support to `0.1.15`, add configurable ACPX command/version probing, and streamline ACP stream delivery (`final_only` default + reduced tool-event noise) with matching runtime and test updates. (#30036) Thanks @osolmaz.
### Fixes
- Docs/Slack manifest scopes: add missing DM/group-DM bot scopes (`im:read`, `im:write`, `mpim:read`, `mpim:write`) to the Slack app manifest example so DM setup guidance is complete. (#29999) Thanks @JcMinarro.