@gguf/pigbot 0.0.2 → 0.0.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/CHANGELOG.md +6 -1188
- package/README.md +1 -1
- package/dist/build-info.json +2 -2
- package/dist/canvas-host/a2ui/.bundle.hash +1 -1
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ pnpm gateway:watch
|
|
|
60
60
|
## How it works (short)
|
|
61
61
|
|
|
62
62
|
```
|
|
63
|
-
WhatsApp / Telegram / Slack / Discord / Google Chat / Signal / iMessage / BlueBubbles / Microsoft Teams
|
|
63
|
+
WhatsApp / Telegram / Slack / Discord / Google Chat / Signal / iMessage / BlueBubbles / Microsoft Teams ...
|
|
64
64
|
│
|
|
65
65
|
▼
|
|
66
66
|
┌───────────────────────────────┐
|
package/dist/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
a2e3435f71be29ebade03531de0c21c701c95842c5f2c3ba75c710d30b30585e
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gguf/pigbot",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Assistant anywhere - WhatsApp gateway CLI with Pi RPC",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -146,7 +146,11 @@
|
|
|
146
146
|
"canvas:a2ui:bundle": "bash scripts/bundle-a2ui.sh",
|
|
147
147
|
"check:loc": "node --import tsx scripts/check-ts-max-loc.ts --max 500"
|
|
148
148
|
},
|
|
149
|
-
"keywords": [
|
|
149
|
+
"keywords": [
|
|
150
|
+
"pigbot",
|
|
151
|
+
"moltbot",
|
|
152
|
+
"clawdbot"
|
|
153
|
+
],
|
|
150
154
|
"author": "",
|
|
151
155
|
"license": "MIT",
|
|
152
156
|
"engines": {
|