@jelou/cli 1.33.0 → 1.33.2
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 +12 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jelou/cli",
|
|
3
|
-
"version": "1.33.
|
|
3
|
+
"version": "1.33.2",
|
|
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.33.
|
|
27
|
-
"@jelou/cli-darwin-x64": "1.33.
|
|
28
|
-
"@jelou/cli-linux-x64": "1.33.
|
|
29
|
-
"@jelou/cli-linux-arm64": "1.33.
|
|
30
|
-
"@jelou/cli-win32-x64": "1.33.
|
|
26
|
+
"@jelou/cli-darwin-arm64": "1.33.2",
|
|
27
|
+
"@jelou/cli-darwin-x64": "1.33.2",
|
|
28
|
+
"@jelou/cli-linux-x64": "1.33.2",
|
|
29
|
+
"@jelou/cli-linux-arm64": "1.33.2",
|
|
30
|
+
"@jelou/cli-win32-x64": "1.33.2"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"jelou",
|
|
@@ -56,31 +56,15 @@
|
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
58
|
"jelou": {
|
|
59
|
-
"minVersion": "1.
|
|
59
|
+
"minVersion": "1.33.0",
|
|
60
60
|
"release_notes": {
|
|
61
|
-
"version": "1.33.
|
|
62
|
-
"date": "2026-05-
|
|
63
|
-
"headline": "
|
|
61
|
+
"version": "1.33.2",
|
|
62
|
+
"date": "2026-05-24",
|
|
63
|
+
"headline": "`jelou.minVersion` floor moves from `1.32.0` to `1.33.0`.",
|
|
64
64
|
"highlights": [
|
|
65
65
|
{
|
|
66
|
-
"type": "
|
|
67
|
-
"text": "`jelou
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"type": "new",
|
|
71
|
-
"text": "`jelou users reset` — hard-clear a user's cached state with a bot (`state` + `skill` + `state_manual`) so the next message starts fresh."
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"type": "new",
|
|
75
|
-
"text": "`jelou models list` / `models validate` — discover and validate AI models available to `AI_TASK` / `AI Agent` nodes."
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "new",
|
|
79
|
-
"text": "`jelou changelog [version]` — show the typed release notes baked into your binary for any past CLI version."
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"type": "new",
|
|
83
|
-
"text": "`jelou test whatsapp ...` (experimental) — new section listing seven verbs for driving a paired WhatsApp number against your bot end-to-end (`install`, `pair`, `listen`, `send-text`, `messages-list`, `status`, `doctor`)."
|
|
66
|
+
"type": "heads_up",
|
|
67
|
+
"text": "The `jelou.minVersion` floor moves to `1.33.0`. Every CLI below `1.33.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`. Refresh skills afterward with `jelou agent install --global --all-targets --yes --no-input`. Allow-listed commands during the hard-stop: `update`, `doctor`, `logout`, `skills`, `agent`, `changelog`, plus `--version` / `--help` / `--describe`."
|
|
84
68
|
}
|
|
85
69
|
]
|
|
86
70
|
}
|