@jelou/cli 1.34.0 → 1.35.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 +16 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jelou/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.35.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.35.0",
|
|
27
|
+
"@jelou/cli-darwin-x64": "1.35.0",
|
|
28
|
+
"@jelou/cli-linux-x64": "1.35.0",
|
|
29
|
+
"@jelou/cli-linux-arm64": "1.35.0",
|
|
30
|
+
"@jelou/cli-win32-x64": "1.35.0"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"jelou",
|
|
@@ -56,35 +56,31 @@
|
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
58
|
"jelou": {
|
|
59
|
-
"minVersion": "1.
|
|
59
|
+
"minVersion": "1.35.0",
|
|
60
60
|
"release_notes": {
|
|
61
|
-
"version": "1.
|
|
62
|
-
"date": "2026-05-
|
|
63
|
-
"headline": "New
|
|
61
|
+
"version": "1.35.0",
|
|
62
|
+
"date": "2026-05-25",
|
|
63
|
+
"headline": "New `jelou channels activate whatsapp` — template/campaign verbs now require a connected number.",
|
|
64
64
|
"highlights": [
|
|
65
65
|
{
|
|
66
66
|
"type": "new",
|
|
67
|
-
"text": "`jelou
|
|
67
|
+
"text": "`jelou channels activate whatsapp` — connect a WhatsApp phone number to a project through Meta's sign-in. The CLI opens Meta's sign-in page in your browser; you pick the Meta Business Account and the phone number; the CLI waits until the number comes online (default 10 min). No credentials to paste. On success you get the bot id you'll use with `jelou template create` and `jelou campaign create`."
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
"type": "new",
|
|
71
|
-
"text": "`
|
|
71
|
+
"text": "`--watch` flag on the same verb — pure blocking poll. Useful when someone else is doing the Meta sign-in elsewhere, or when an agent needs a subprocess to wait. Exit 0 ready, 6 timeout."
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
"type": "new",
|
|
75
|
-
"text": "`
|
|
75
|
+
"text": "New error code `WHATSAPP_NUMBER_REQUIRED` (exit 4) — `jelou template create` / `update` / `delete` and `jelou campaign create` / `cancel` / `reschedule` now hard-stop with this code when no production WhatsApp number is connected, instead of silently creating orphan templates that you can never see in Studio. The error envelope's `details.agent_recipe` is a machine-readable 3-step playbook agents follow to recover."
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
|
-
"type": "
|
|
79
|
-
"text": "`jelou
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"type": "fixed",
|
|
83
|
-
"text": "WhatsApp button taps after re-pushing a workflow no longer route to stale (often tombstoned) targets. `enrichInteractiveOptions` now always overwrites `payload.targetId` from the matching `option:<id>` edge — previously set-once-then-stuck, which silently broke live conversations."
|
|
78
|
+
"type": "improved",
|
|
79
|
+
"text": "Branded `jelou` landing now renders status tags like `[EXPERIMENTAL]` as a yellow badge before the section name, so they read as state-of-feature rather than blending into the section title."
|
|
84
80
|
},
|
|
85
81
|
{
|
|
86
82
|
"type": "heads_up",
|
|
87
|
-
"text": "`jelou.minVersion` floor moves from `1.
|
|
83
|
+
"text": "The `jelou.minVersion` floor moves from `1.34.0` to `1.35.0`. Older CLIs hard-stop on the next non-allow-listed invocation until you run `npm install -g @jelou/cli@latest`. Allow-listed commands (`update`, `doctor`, `logout`, `--version`, `--help`, `--describe`) still work. Emergency bypass: `JELOU_ALLOW_OUTDATED=1`."
|
|
88
84
|
}
|
|
89
85
|
]
|
|
90
86
|
}
|