@jelou/cli 1.92.0 → 1.92.1
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 +13 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jelou/cli",
|
|
3
|
-
"version": "1.92.
|
|
3
|
+
"version": "1.92.1",
|
|
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.92.
|
|
27
|
-
"@jelou/cli-darwin-x64": "1.92.
|
|
28
|
-
"@jelou/cli-linux-x64": "1.92.
|
|
29
|
-
"@jelou/cli-linux-arm64": "1.92.
|
|
30
|
-
"@jelou/cli-win32-x64": "1.92.
|
|
26
|
+
"@jelou/cli-darwin-arm64": "1.92.1",
|
|
27
|
+
"@jelou/cli-darwin-x64": "1.92.1",
|
|
28
|
+
"@jelou/cli-linux-x64": "1.92.1",
|
|
29
|
+
"@jelou/cli-linux-arm64": "1.92.1",
|
|
30
|
+
"@jelou/cli-win32-x64": "1.92.1"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"jelou",
|
|
@@ -58,41 +58,25 @@
|
|
|
58
58
|
"jelou": {
|
|
59
59
|
"minVersion": "1.89.0",
|
|
60
60
|
"release_notes": {
|
|
61
|
-
"version": "1.92.
|
|
62
|
-
"date": "2026-08-
|
|
63
|
-
"headline": "
|
|
61
|
+
"version": "1.92.1",
|
|
62
|
+
"date": "2026-08-12",
|
|
63
|
+
"headline": "`jelou channels flows` works — it never could authorize the provider listing before, and it now returns the Meta flow id a Flow step actually needs.",
|
|
64
64
|
"highlights": [
|
|
65
65
|
{
|
|
66
66
|
"type": "fixed",
|
|
67
|
-
"text": "`jelou
|
|
67
|
+
"text": "`jelou channels flows <botId>` now lists a bot's WhatsApp Flows. It previously always failed with \"the Flows listing could not be authorized\", because it asked the wrong host with the wrong credential. It now reads the provider listing the same way `jelou channels list` reads channels."
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
"type": "fixed",
|
|
71
|
-
"text": "
|
|
71
|
+
"text": "The listing returns each Flow's provider id — the value a WhatsApp Flow step has to open — instead of an internal row id. A Flow step authored from the old output pointed at an id the provider does not know, and broke when the step ran."
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
"type": "fixed",
|
|
75
|
-
"text": "
|
|
75
|
+
"text": "A bot with no Flows now reports exactly that, instead of failing as though the provider had answered with something unreadable."
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"type": "fixed",
|
|
79
|
-
"text": "
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"type": "improved",
|
|
83
|
-
"text": "\"WhatsApp Flows\" means two different things — the Flow assets on your provider, or a step in a workflow that opens one. Agents now ask which you want before building anything, instead of picking one and either leaving a half-configured node on the canvas or listing when you wanted a node."
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"type": "improved",
|
|
87
|
-
"text": "`jelou channels list` takes a search term, passed through to the Channels API — find a channel by name instead of paging toward it."
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"type": "heads_up",
|
|
91
|
-
"text": "Validation now rejects data-table steps whose configuration could never run. If you pull an existing project that already contains one, `jelou workflow validate` will report it. Those steps are already failing in production; the validator simply stopped hiding them."
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"type": "heads_up",
|
|
95
|
-
"text": "`jelou channels list --limit` above 50 is clamped instead of failing. The default is 50, so this only surfaces when a larger page was requested explicitly, and the response reports the page size actually used."
|
|
79
|
+
"text": "A bot is found even when the company has more channels than fit in one page. Companies past 50 WhatsApp channels were told the bot had no channel connected when it did."
|
|
96
80
|
}
|
|
97
81
|
]
|
|
98
82
|
}
|