Skip to content

roboport@0.8.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 18:21
· 15 commits to main since this release
cde26ca

Minor Changes

  • #75 9d33ca2 Thanks @Destiner! - Carry the replied-to message through to inbound channel messages. InboundMessage.replyToId is replaced by replyTo, a ReplyContext with the parent message's id, text, user, whether it was the agent's own message (isBot), and the fragment the sender highlighted (quote) — Telegram delivers the parent inline, so nothing is looked up. The Telegram channel now types its inbound messages as TelegramInboundMessage, narrowing raw to TelegramMessage across serve's seams. serve's default prompt is still message.text; use the prompt seam to fold the reply into what the agent sees.