fix: include exec completion payloads (#71213) (thanks @GodsBoy)

This commit is contained in:
Ayaan Zaidi
2026-04-25 09:16:17 +05:30
parent a8f9e29e1a
commit f3cc74ec5d

View File

@@ -226,6 +226,7 @@ Docs: https://docs.openclaw.ai
- Plugins/CLI: expose channel plugin CLI descriptors during discovery-mode plugin loads so snapshot registries keep channel commands visible without activating full runtimes. (#71309) Thanks @gumadeiras.
- WhatsApp: deliver media generated by tool-result replies while still suppressing text-only tool chatter. (#60968) Thanks @adaclaw.
- Config/agents: accept `agents.list[].contextTokens` in strict config validation so per-agent overrides survive hot reload, letting `/status` reflect the configured model window instead of the 200k fallback. Fixes #70692. (#71247) Thanks @statxc.
- Heartbeat: include async exec completion details in heartbeat prompts so command-finished notifications relay the actual output. (#71213) Thanks @GodsBoy.
## 2026.4.23