@llblab/pi-telegram 0.2.5 → 0.2.6

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -165,7 +165,7 @@ The pi status bar shows queued Telegram turns as compact previews, for example:
165
165
  +3: [summarize this image…, write a shell script…, 📎 2 attachments]
166
166
  ```
167
167
 
168
- Each preview is limited to at most 5 words or 40 characters.
168
+ Each preview is limited to at most 4 words or 32 characters.
169
169
 
170
170
  ### Reprioritize or discard queued messages
171
171
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llblab/pi-telegram",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "private": false,
5
5
  "description": "Better Telegram DM bridge extension for pi",
6
6
  "type": "module",