fix(telegram): make native draft streaming opt-in - #822
Merged
Conversation
Signed-off-by: dancer <josh@afterima.ge>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The adapter now owns the post-and-edit loop instead of returning null and deferring to the chat core fallback, so streamed edits stay under Telegram's per-chat limit of roughly one message per second. Edits throttle to a new streamingEditIntervalMs floor (default 1100ms), and a rate-limited final edit retries once rather than rejecting out of thread.post() and leaving the placeholder in place. Also document nativeStreaming and streamingEditIntervalMs in the adapter docs, README, and adapter catalog, correct the Telegram row in the streaming docs, and bump the changeset to minor since this adds public config surface. Signed-off-by: Ben Sabic <bensabic@users.noreply.github.com>
bensabic
approved these changes
Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
summary
nativeStreaming: truefor explicitly enabling native draft previews in private chatsbefore: private chat streams used native Telegram drafts by default, which could remain visible over the final message on Telegram macOS
after: streams use post-and-edit by default across Telegram clients, while native drafts remain available as an opt-in
test plan
thread.post(stream)usessendMessageandeditMessageTextwithout calling a draft API