After updating OpenClaw, My custom dashboard's chat no longer receives the same live transcript stream it used to get during assistant runs. While a run is active, the UI mostly sees generic working/thinking/status activity, but not the actual ordered transcript rows. Tool calls, tool results, assistant messages, and thinking/working details appear correctly only after the assistant finishes and history is refreshed.
Expected behavior is the old behavior: during a run, the client receives live ordered events for assistant deltas/thinking, tool call start, tool result/output, and visible assistant/message-tool replies, so each appears as its own row/bubble in real time. Current behavior feels like Gateway/runtime events are not carrying or emitting the full transcript payload live anymore, or the required Gateway v4 subscription/event names changed. Sessions and Agents live feeds show similar delayed/stale activity symptoms.
Openclaw control ui has the same issue.
If you want to see my implementaion I can share a github repo.