@llblab/pi-telegram 0.17.4 → 0.17.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/BACKLOG.md CHANGED
@@ -5,6 +5,11 @@
5
5
  - Done when: each confirmed sequence has a conservative normalization or safe-degradation rule covered by tests.
6
6
  - Done when: unconfirmed speculative rewrites remain out of the delivery path.
7
7
 
8
+ - [ ] Evaluate Rich Draft placeholder heartbeat for long unsafe preview gaps.
9
+ - Done when: live/client evidence confirms whether `RichBlockThinking` / `<tg-thinking>` prevents Telegram draft expiry while assistant output is still streaming but no safe Markdown prefix is available.
10
+ - Done when: the behavior is compared against the existing typing keepalive lifecycle so Telegram chat action and Rich Draft placeholder states do not fight each other.
11
+ - Done when: abort/clear behavior is tested so placeholder drafts do not create the transient confusing block observed after abort.
12
+
8
13
  - [ ] Track a public Pi session-replacement hook before adding Telegram `/new`.
9
14
  - [ ] Wait for a safe public Pi API.
10
15
  - Done when: Pi exposes an API that invokes the same session-replacement path as terminal `/new`.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.17.5: Screenshot Refresh
4
+
5
+ - `[Docs]` Refreshed the package screenshot.
6
+
3
7
  ## 0.17.4: Native Rich Markdown Splitter Hotfix
4
8
 
5
9
  - `[Rich Markdown]` Rewrap oversized fenced code, display-math, and fully wrapped inline-formatting blocks when splitting native Rich Markdown at Telegram transport limits. Impact: very long structured Markdown blocks no longer produce invalid partial Rich Markdown chunks, so final assistant replies can stay native without losing long code/math/formatted output.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llblab/pi-telegram",
3
- "version": "0.17.4",
3
+ "version": "0.17.5",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
package/screenshot.png CHANGED
Binary file