whatsapp-pi 1.0.50 → 1.0.51

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 +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,11 +3,13 @@
3
3
  </p>
4
4
 
5
5
  # WhatsApp-Pi
6
+ [![GitHub](https://img.shields.io/badge/github-repo-black.svg?style=flat-square&logo=github)](https://github.com/RaphaCastelloes/whatsapp-pi)
6
7
 
7
8
  A WhatsApp integration extension for the **[Pi Coding Agent](https://github.com/mariozechner/pi-coding-agent)**.
8
9
 
9
10
  Pi is a powerful agentic AI coding assistant that operates in your terminal. This extension lets you chat and pair-program with your Pi agent through WhatsApp, with message filtering, allowed contacts/groups, recents/history browsing, message detail/reply, group-only binding, and reliable message delivery.
10
11
 
12
+
11
13
  ## Features
12
14
 
13
15
  - **Manual WhatsApp Connection**: QR code-based authentication with session persistence
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whatsapp-pi",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
4
4
  "type": "module",
5
5
  "description": "WhatsApp integration extension for Pi",
6
6
  "main": "whatsapp-pi.ts",
@@ -54,6 +54,6 @@
54
54
  "extensions": [
55
55
  "./whatsapp-pi.ts"
56
56
  ],
57
- "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/WhatsApp.svg/512px-WhatsApp.svg.png"
57
+ "image": "https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg"
58
58
  }
59
59
  }