Conversation
llblab
added a commit
that referenced
this pull request
Jul 4, 2026
0.19.0: telegram companion hub Signed-off-by: LLB <shlavik@gmail.com>
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
This release reframes
pi-telegramas a Telegram companion hub for live Pi sessions, with a product-oriented README, practical feature showcase, and clearer Classic DM vs Threaded Mode onboarding.It also tightens the Rich Markdown membrane: final assistant/guest answers use native Rich Message delivery, while harness-owned menus, status, diagnostics, queue controls, and settings stay on explicit Telegram HTML/plain rendering. Rich draft previews are now an opt-in progressive enhancement instead of the fresh-install default.
Why
The release reduces onboarding ambiguity and avoids surprising animated draft behavior by making final-only Rich Markdown plus native active status the baseline, while still allowing operators to enable progressive draft previews from Settings.
User-visible behavior
Rich draftsso operators can opt into native draft previews.Changed areas
README.md,AGENTS.md,docs/architecture.md: product/onboarding and Rich Markdown membrane documentation.lib/config.ts,lib/menu-settings.ts,index.ts: persisted rich draft preview setting, Settings UI, and preview gate wiring.tests/*: config, settings UI, preview gate, and guest denial regressions.0.19.0release version.Risk Notes
richDraftPreviewsdefaults to off.Validation
npm run validate— passedrepo_context_check— passed with 0 warnings/errors