From 5e53b2a70cbcbcf6ef8765c4d12bb2bbe9368a88 Mon Sep 17 00:00:00 2001 From: luccast <2213102+luccast@users.noreply.github.com> Date: Wed, 28 Jan 2026 09:29:18 -0500 Subject: [PATCH] Document behavior of cumulative message content in ChatEvent interface --- src/integrations/clawdbot/protocol.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/integrations/clawdbot/protocol.ts b/src/integrations/clawdbot/protocol.ts index 632cec1..a7a8d97 100644 --- a/src/integrations/clawdbot/protocol.ts +++ b/src/integrations/clawdbot/protocol.ts @@ -60,6 +60,7 @@ export interface PresenceEntry { } // Chat events +// Note: gateway sends cumulative message content with each delta, not incremental chars export interface ChatEvent { runId: string sessionKey: string