@jelou/cli 1.94.1 → 1.94.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 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jelou/cli",
|
|
3
|
-
"version": "1.94.
|
|
3
|
+
"version": "1.94.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.94.
|
|
27
|
-
"@jelou/cli-darwin-x64": "1.94.
|
|
28
|
-
"@jelou/cli-linux-x64": "1.94.
|
|
29
|
-
"@jelou/cli-linux-arm64": "1.94.
|
|
30
|
-
"@jelou/cli-win32-x64": "1.94.
|
|
26
|
+
"@jelou/cli-darwin-arm64": "1.94.2",
|
|
27
|
+
"@jelou/cli-darwin-x64": "1.94.2",
|
|
28
|
+
"@jelou/cli-linux-x64": "1.94.2",
|
|
29
|
+
"@jelou/cli-linux-arm64": "1.94.2",
|
|
30
|
+
"@jelou/cli-win32-x64": "1.94.2"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"jelou",
|
|
@@ -58,33 +58,21 @@
|
|
|
58
58
|
"jelou": {
|
|
59
59
|
"minVersion": "1.94.1",
|
|
60
60
|
"release_notes": {
|
|
61
|
-
"version": "1.94.
|
|
62
|
-
"date": "2026-08-
|
|
63
|
-
"headline": "
|
|
61
|
+
"version": "1.94.2",
|
|
62
|
+
"date": "2026-08-14",
|
|
63
|
+
"headline": "Fixed `jelou template` PRODUCT creation and `jelou push` silently shipping dead tool branches.",
|
|
64
64
|
"highlights": [
|
|
65
65
|
{
|
|
66
66
|
"type": "fixed",
|
|
67
|
-
"text": "`jelou template create` now
|
|
67
|
+
"text": "`jelou template create` now omits an empty `buttons` array instead of sending it. PRODUCT payloads that previously failed upstream validation go through."
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
"type": "fixed",
|
|
71
|
-
"text": "
|
|
71
|
+
"text": "`jelou template validate` catches a PRODUCT template with no header — the rule Meta enforces after the API accepts the payload, so you find out locally instead of minutes later."
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
"type": "fixed",
|
|
75
|
-
"text": "`jelou
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "fixed",
|
|
79
|
-
"text": "Template errors now show the provider's real message instead of a misleading `Insufficient scope`."
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"type": "fixed",
|
|
83
|
-
"text": "Validation failures now name the field that failed instead of returning an empty error object."
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"type": "heads_up",
|
|
87
|
-
"text": "The bundled WhatsApp skill's limited-time-offer example changed. Run `jelou agent install` to refresh it — payloads written against the old example keep working."
|
|
75
|
+
"text": "`jelou push` refuses a graph whose tool branches point at outputs the pinned version doesn't declare, and names the ids that version does have. These edges never fire at runtime, and the push used to report success."
|
|
88
76
|
}
|
|
89
77
|
]
|
|
90
78
|
}
|