whatsapp-pi 1.0.62 → 1.0.63

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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,6 @@ Pi is a powerful agentic AI coding assistant that operates in your terminal. Thi
19
19
  - Manage aliases and print allowed contacts from the menu
20
20
  - **Allowed Groups**: Control which WhatsApp groups can interact with Pi
21
21
  - Add group JIDs with optional aliases
22
- - Choose reaction mode per group: **Active** (reply to all allowed group messages) or **Passive** (reply only when mentioned with @)
23
22
  - Only groups in Allowed Groups are processed by the agent
24
23
  - **Recents & History**: Browse recent conversations, inspect full message history, and reply from message detail view
25
24
  - **Reliable Messaging**: Queue-based message sending with retry logic
@@ -153,8 +152,8 @@ pi -e whatsapp-pi.ts --whatsapp-pi-online
153
152
 
154
153
  ### Allowed Groups Management
155
154
  - **Add Group** - Add a WhatsApp group JID to the allowed groups list (format: 120363012345@g.us)
156
- - **Select a group** - Open a submenu with **History**, **Send Message**, **Print Group JID**, **Reaction Mode**, **Add Alias**, **Remove Alias**, **Remove Group**, and **Back**
157
- - **Reaction Mode** - Switch between **Active** and **Passive** behavior for that group
155
+ - **Select a group** - Open a submenu with **History**, **Send Message**, **Print Group JID**, **Add Alias**, **Remove Alias**, **Remove Group**, and **Back**
156
+
158
157
  - **Back** - Return to main menu
159
158
 
160
159
  ### Recents Management
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whatsapp-pi",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "type": "module",
5
5
  "description": "WhatsApp integration extension for Pi",
6
6
  "main": "whatsapp-pi.ts",