From 3112104580c54d0a4965281d17e04d5be020c898 Mon Sep 17 00:00:00 2001 From: Mason Huang Date: Fri, 24 Apr 2026 22:36:24 +0800 Subject: [PATCH] fix(gateway): surface chat.send lifecycle errors to clients --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8390b65071..fe2a418ee1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -353,7 +353,6 @@ Docs: https://docs.openclaw.ai ### Fixes - Gateway/chat: register chat.send runs in the chat run registry so lifecycle error events reach the client instead of being silently dropped, fixing stuck 'waiting' state and /abort reporting no active run. (#69747) Thanks @wangshu94. -- fix(gateway): surface chat.send lifecycle errors to clients (#69747). Thanks @wangshu94 ## 2026.4.20