Changelog: add auto-reply run-start fix (#21165) (thanks @shakkernerd)

This commit is contained in:
Shakker
2026-02-19 19:14:14 +00:00
committed by Shakker
parent 7579e9511e
commit 45b54d90ab

View File

@@ -8,6 +8,8 @@ Docs: https://docs.openclaw.ai
### Fixes
- Auto-reply/Runner: emit `onAgentRunStart` only after agent lifecycle or tool activity begins (and only once per run), so fallback preflight errors no longer mark runs as started. (#21165) Thanks @shakkernerd.
## 2026.2.19
### Changes