roboport@0.8.0
·
15 commits
to main
since this release
Minor Changes
- #75
9d33ca2Thanks @Destiner! - Carry the replied-to message through to inbound channel messages.InboundMessage.replyToIdis replaced byreplyTo, aReplyContextwith the parent message'sid,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 asTelegramInboundMessage, narrowingrawtoTelegramMessageacross serve's seams.serve's default prompt is stillmessage.text; use thepromptseam to fold the reply into what the agent sees.