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(plugin): record inbound session with updateLastRoute for botschat channel
BotsChat plugin was missing recordInboundSession calls, so lastChannel
was never set to "botschat" in the session store. This caused cron
delivery with channel:"botschat" to fail because the gateway couldn't
resolve the delivery target. Add recordInboundSession with updateLastRoute
in both user message and cron dispatch paths.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments