Skip to content

v1.0.5

Choose a tag to compare

@artickc artickc released this 09 Jul 14:16

Fixed

  • 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.