whazaa 0.6.14 → 0.6.15

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 +14 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -69,21 +69,21 @@ The Kokoro TTS model (~160 MB) is downloaded automatically on first use of `what
69
69
 
70
70
  ## How to Use
71
71
 
72
- Once Whazaa is set up, you talk to PAI (your AI assistant) in plain language. You never need to know about tool names or parameters — just say what you want.
72
+ Once Whazaa is set up, you talk to Claude in plain language. You never need to know about tool names or parameters — just say what you want.
73
73
 
74
74
  ### Sending Messages
75
75
 
76
- Tell PAI what to say and to whom:
76
+ Tell Claude what to say and to whom:
77
77
 
78
78
  - "Send Randolf a message saying I'll be late"
79
79
  - "Tell Nicole the meeting is moved to 3pm"
80
80
  - "Message my self-chat: pick up milk"
81
81
 
82
- If you don't say who to send it to, PAI sends to your own WhatsApp — useful for notes to yourself.
82
+ If you don't say who to send it to, Claude sends to your own WhatsApp — useful for notes to yourself.
83
83
 
84
84
  ### Voice Notes
85
85
 
86
- PAI can send a WhatsApp voice note instead of a text message:
86
+ Claude can send a WhatsApp voice note instead of a text message:
87
87
 
88
88
  - "Send me a voice note saying good morning"
89
89
  - "Send a voice note to Nicole saying I'm on my way"
@@ -99,7 +99,7 @@ See the full voice list at the bottom of this section.
99
99
 
100
100
  ### Listening Locally (Mac Speakers)
101
101
 
102
- PAI can speak out loud through your Mac — no WhatsApp needed:
102
+ Claude can speak out loud through your Mac — no WhatsApp needed:
103
103
 
104
104
  - "Say that out loud"
105
105
  - "Read that to me"
@@ -109,11 +109,11 @@ Great for when you want an audio response right now, without sending anything to
109
109
 
110
110
  ### Voice Mode — Hands-Free
111
111
 
112
- Instead of switching to voice one message at a time, you can put PAI into a persistent voice mode so every response comes back as audio automatically.
112
+ Instead of switching to voice one message at a time, you can put Claude into a persistent voice mode so every response comes back as audio automatically.
113
113
 
114
114
  **Voice notes to your phone:**
115
115
 
116
- - "Voice mode on" or "Respond via voice" — every PAI response becomes a WhatsApp voice note
116
+ - "Voice mode on" or "Respond via voice" — every Claude response becomes a WhatsApp voice note
117
117
  - "Back to text" or "Text mode" — back to normal text messages
118
118
 
119
119
  **Audio through your Mac speakers:**
@@ -125,28 +125,28 @@ Voice mode is perfect for driving, cooking, or any time you can't look at a scre
125
125
 
126
126
  ### Switching Voices
127
127
 
128
- PAI's default voice is Fable (British male). You can switch voices by name:
128
+ The default voice is Fable (British male). You can switch voices by name:
129
129
 
130
130
  - "Hi Nicole" — switches to Nicole's voice
131
131
  - "Hi George" — switches to George's voice
132
132
  - "Hi Daniel" — switches to Daniel's voice
133
- - "Back to PAI" or "Default voice" — back to Fable
133
+ - "Default voice" or "Back to default" — back to Fable
134
134
 
135
135
  Voice switches are remembered for the session. You can also set a different default in the config.
136
136
 
137
137
  ### Chat History
138
138
 
139
- PAI can look up your WhatsApp conversations directly — it reads from WhatsApp Desktop's local database, so it's fast and doesn't require your phone to be online:
139
+ Claude can look up your WhatsApp conversations directly — it reads from WhatsApp Desktop's local database, so it's fast and doesn't require your phone to be online:
140
140
 
141
141
  - "Show me my chats" — lists your recent conversations
142
142
  - "Show messages from Randolf" — shows recent messages from that contact
143
- - "What did Nicole say last?" — PAI finds the conversation and reads it
143
+ - "What did Nicole say last?" — Claude finds the conversation and reads it
144
144
 
145
145
  ### Session Management (from Your Phone)
146
146
 
147
- You can control your PAI sessions from WhatsApp itself. Send these commands to your self-chat:
147
+ You can control your Claude sessions from WhatsApp itself. Send these commands to your self-chat:
148
148
 
149
- - `/s` — see a list of your active PAI sessions (each Claude window is a session)
149
+ - `/s` — see a list of your active Claude sessions (each Claude window is a session)
150
150
  - `/2` — switch to session 2
151
151
  - `/2 Cooking Project` — switch to session 2 and name it
152
152
 
@@ -161,7 +161,7 @@ This is useful when you have multiple Claude windows open for different projects
161
161
  | American Female | af_heart, af_alloy, af_aoede, af_bella, af_jessica, af_kore, af_nicole, af_nova, af_river, af_sarah, af_sky |
162
162
  | American Male | am_adam, am_echo, am_eric, am_fenrir, am_liam, am_michael, am_onyx, am_puck, am_santa |
163
163
  | British Female | bf_alice, bf_emma, bf_isabella, bf_lily |
164
- | British Male | bm_daniel, **bm_fable** (PAI default), bm_george, bm_lewis |
164
+ | British Male | bm_daniel, **bm_fable** (default), bm_george, bm_lewis |
165
165
 
166
166
  All TTS synthesis runs locally on your Mac — no audio is ever sent to any external service.
167
167
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whazaa",
3
- "version": "0.6.14",
3
+ "version": "0.6.15",
4
4
  "description": "WhatsApp MCP server for Claude Code — talk to Claude from your phone via WhatsApp self-chat",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",