You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(bridge): buffer all delivery events for idle-Claude fallback
Channel notifications are fire-and-forget — if Claude is idle when a
DM or room message arrives the push is silently lost. Buffering every
event in the drain ensures it surfaces on the next tool call regardless
of whether the channel notification landed.
Actionable events still get the eager channel push for mid-turn delivery;
the drain echo on the following call is an acceptable trade-off.
0 commit comments