@jelou/cli 1.30.1 → 1.31.0
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/package.json +32 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jelou/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.31.0",
|
|
4
4
|
"description": "Build AI agents on the Jelou platform — from your terminal or your AI editor.",
|
|
5
5
|
"author": "Jelou Inc. (https://jelou.ai)",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"THIRD_PARTY_NOTICES.md"
|
|
24
24
|
],
|
|
25
25
|
"optionalDependencies": {
|
|
26
|
-
"@jelou/cli-darwin-arm64": "1.
|
|
27
|
-
"@jelou/cli-darwin-x64": "1.
|
|
28
|
-
"@jelou/cli-linux-x64": "1.
|
|
29
|
-
"@jelou/cli-linux-arm64": "1.
|
|
30
|
-
"@jelou/cli-win32-x64": "1.
|
|
26
|
+
"@jelou/cli-darwin-arm64": "1.31.0",
|
|
27
|
+
"@jelou/cli-darwin-x64": "1.31.0",
|
|
28
|
+
"@jelou/cli-linux-x64": "1.31.0",
|
|
29
|
+
"@jelou/cli-linux-arm64": "1.31.0",
|
|
30
|
+
"@jelou/cli-win32-x64": "1.31.0"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"jelou",
|
|
@@ -56,27 +56,43 @@
|
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
58
|
"jelou": {
|
|
59
|
-
"minVersion": "1.
|
|
59
|
+
"minVersion": "1.31.0",
|
|
60
60
|
"release_notes": {
|
|
61
|
-
"version": "1.
|
|
62
|
-
"date": "2026-05-
|
|
63
|
-
"headline": "
|
|
61
|
+
"version": "1.31.0",
|
|
62
|
+
"date": "2026-05-22",
|
|
63
|
+
"headline": "New experimental `jelou test whatsapp` command group — drive a real WhatsApp account as a test user against a Jelou bot, end-to-end.",
|
|
64
64
|
"highlights": [
|
|
65
65
|
{
|
|
66
|
-
"type": "
|
|
67
|
-
"text": "
|
|
66
|
+
"type": "new",
|
|
67
|
+
"text": "`jelou test whatsapp pair` / `status` / `unpair` / `doctor` / `install` — set up a paired WhatsApp account and verify session health. `pair --phone <e164>` uses the 8-char pair code so it works from agent / chat contexts where terminal-QR isn't scannable."
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"type": "new",
|
|
71
|
+
"text": "`jelou test whatsapp send-text` / `send-file` / `send-react` / `send-voice` / `send-sticker` — send messages of every kind to a bot from the paired account. Tag `--message` with `[run-id]` so `jelou logs *` can grep your test traffic later."
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"type": "new",
|
|
75
|
+
"text": "`jelou test whatsapp messages-list --wait` — block on the bot's next reply with `--timeout` + `--min-count`. The autonomous test-loop primitive."
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"type": "new",
|
|
79
|
+
"text": "`jelou test whatsapp listen --start` / `--stop` / `--status` — detached background listener that keeps the WhatsApp socket open so async bot replies actually land in the local store."
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"type": "new",
|
|
83
|
+
"text": "`/jelou-test-whatsapp` Claude skill drives the full reset → send → wait → judge → drill loop autonomously, with a single `/ship-local` runbook for setting up the dev wrapper."
|
|
68
84
|
},
|
|
69
85
|
{
|
|
70
86
|
"type": "fixed",
|
|
71
|
-
"text": "
|
|
87
|
+
"text": "`/jelou-databases` skill no longer talks about \"billable resources\" — wording was misleading users into thinking every operation cost money."
|
|
72
88
|
},
|
|
73
89
|
{
|
|
74
|
-
"type": "
|
|
75
|
-
"text": "`jelou
|
|
90
|
+
"type": "heads_up",
|
|
91
|
+
"text": "The `jelou test whatsapp` surface is experimental. First run on each profile prompts for acknowledgement; pass `--accept-experimental` or set `JELOU_WA_ACCEPT_EXPERIMENTAL=1` to dismiss permanently. Always use a burner number — never pair your primary WhatsApp account."
|
|
76
92
|
},
|
|
77
93
|
{
|
|
78
94
|
"type": "heads_up",
|
|
79
|
-
"text": "The `jelou.minVersion` floor moves to `1.
|
|
95
|
+
"text": "The `jelou.minVersion` floor moves to `1.31.0`. Every CLI below `1.31.0` will hard-stop on the next non-allow-listed command (within the ~1 hour floor-cache TTL) until you run `npm install -g @jelou/cli@latest`."
|
|
80
96
|
}
|
|
81
97
|
]
|
|
82
98
|
}
|