@c4t4/heyamigo 0.10.2 → 0.10.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.
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ <p align="center">
2
+ <img src="assets/heyamigo-premium-clean.jpg" alt="Heyamigo" width="100%">
3
+ </p>
4
+
1
5
  # heyamigo
2
6
 
3
7
  A chat-resident assistant for WhatsApp and Telegram. Claude, Codex, or Grok under the hood, durable SQLite queues, per-sender timezone scheduling, two-track architecture so browser work never blocks the chat.
@@ -18,7 +18,7 @@
18
18
  },
19
19
 
20
20
  "triggers": {
21
- "aliases": ["heyamigo", "amigo", "claude", "clawd"],
21
+ "aliases": ["heyamigo", "amigo", "claude", "clawd", "grok", "codex", "xai"],
22
22
  "groupMode": "mention",
23
23
  "dmMode": "mention",
24
24
  "replyToBotCounts": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c4t4/heyamigo",
3
- "version": "0.10.2",
3
+ "version": "0.10.3",
4
4
  "description": "WhatsApp and Telegram AI bot powered by Claude, Codex, or Grok with long-term memory, browser control, and role-based access",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",