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
First message showed only your prompt and no reply: filter the user's own message parts, stream only the new suffix of each growing snapshot, and drop the redundant message.part.delta emit (no echo, no duplication).
Assistant reply could be lost or the prompt echoed on resumed sessions: buffer out-of-order parts until the role resolves, with a safety flush at session.idle.
Single-instance lock could terminate an unrelated node/tsx process (e.g. a sibling kiro-telegram-bot) via a recycled PID: it now verifies the target's command line belongs to this bot before killing.