@llblab/pi-telegram 0.19.2 → 0.19.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.19.3: Extension Catalogue Image Hotfix
4
+
5
+ - `[Package]` Updated the Pi extension catalogue image URL from the missing `screenshot.png` to the packaged `banner.png`. Impact: Pi extension catalogue listings can render the working banner image for `pi-telegram`.
6
+
3
7
  ## 0.19.2: Draft And Rendering Isolation Hotfix
4
8
 
5
9
  - `[Config]` Grouped assistant answer output under `assistant: { rendering, draftPreviews }`, while still reading and cleaning up legacy `assistantRendering`, `draftPreviews`, and `richDraftPreviews`. Impact: config vocabulary now matches the feature boundary; draft visibility and final rendering live together without implying that previews are inherently Rich Markdown.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llblab/pi-telegram",
3
- "version": "0.19.2",
3
+ "version": "0.19.3",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -59,7 +59,7 @@
59
59
  "extensions": [
60
60
  "./index.ts"
61
61
  ],
62
- "image": "https://github.com/llblab/pi-telegram/raw/main/screenshot.png"
62
+ "image": "https://github.com/llblab/pi-telegram/raw/main/banner.png"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "@earendil-works/pi-agent-core": "*",