@jelou/cli 1.88.0 → 1.90.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 +14 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jelou/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.90.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.90.0",
|
|
27
|
+
"@jelou/cli-darwin-x64": "1.90.0",
|
|
28
|
+
"@jelou/cli-linux-x64": "1.90.0",
|
|
29
|
+
"@jelou/cli-linux-arm64": "1.90.0",
|
|
30
|
+
"@jelou/cli-win32-x64": "1.90.0"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"jelou",
|
|
@@ -56,47 +56,27 @@
|
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
58
|
"jelou": {
|
|
59
|
-
"minVersion": "1.
|
|
59
|
+
"minVersion": "1.89.0",
|
|
60
60
|
"release_notes": {
|
|
61
|
-
"version": "1.
|
|
62
|
-
"date": "2026-08-
|
|
63
|
-
"headline": "
|
|
61
|
+
"version": "1.90.0",
|
|
62
|
+
"date": "2026-08-10",
|
|
63
|
+
"headline": "Facebook and Instagram: page ids, the comments inbox, and why a connected page stays silent.",
|
|
64
64
|
"highlights": [
|
|
65
65
|
{
|
|
66
66
|
"type": "new",
|
|
67
|
-
"text": "`jelou
|
|
67
|
+
"text": "`jelou channels list --type Facebook_Feed` (and `Instagram_Feed`) reaches the page comments inbox, which was previously invisible to the CLI. The filter is exact: `--type Facebook` stays Messenger DMs only."
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
"type": "new",
|
|
71
|
-
"text": "
|
|
71
|
+
"text": "`jelou channels show` prints the Meta page id and a link to the page for Facebook and Instagram channels, mirroring the WhatsApp phone block. It is also on the JSON envelope as `pageId`."
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
"type": "improved",
|
|
75
|
-
"text": "
|
|
75
|
+
"text": "Your agent now knows that connecting a Facebook page is only half the job: each skill needs its own Facebook channel entry, added in Studio, or the engine finds no workflow for that traffic and nothing replies. The skills also stop suggesting `jelou channels create --type whatsapp`, which the CLI has never accepted. Run `jelou agent install` after upgrading; skill content does not refresh on its own."
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"type": "improved",
|
|
79
|
-
"text": "
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"type": "fixed",
|
|
83
|
-
"text": "`jelou workflow validate` understands tool files. It no longer flags `$output.set()` inside a tool's CODE node — that is how a tool returns a value — it validates `tools/*.json` alongside `workflows/*.json`, and it runs the real tool rules, so a tool that would fail `jelou tool push` can no longer pass validation first."
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"type": "fixed",
|
|
87
|
-
"text": "`jelou test tool` is findable. It now leads `jelou test --help` instead of sorting last under a description that mentioned only chat testing."
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"type": "fixed",
|
|
91
|
-
"text": "`jelou databases collections create` rejects a malformed `--field` or `--name` with exit 2 before making any network call, as `--describe` always advertised."
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"type": "heads_up",
|
|
95
|
-
"text": "`jelou tool create` now creates SHARED tools by default instead of brain-scoped ones. This is the fix for a new tool vanishing from `jelou tool list` and `jelou tool pull --all` immediately after you created it — those only ever list app-shared tools, and `pull --all` went on to report the new tool as deleted. For the old behavior, pass `--scope BRAIN --brain <id>` explicitly."
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"type": "heads_up",
|
|
99
|
-
"text": "`jelou databases api-keys create` now refuses a duplicate name with exit 2 instead of minting another key. A key's token cannot be re-read after creation, so silently \"reusing\" one would hand you a key you cannot store. The error tells you whether the existing key was ever used, so you know if rotating is safe; rotate with `jelou databases api-keys regenerate --yes`."
|
|
79
|
+
"text": "The workflow-building skill no longer claims to be WhatsApp-only. It now says what is actually true — one workflow per channel, and the button and list caps it quotes are WhatsApp's, not every channel's."
|
|
100
80
|
}
|
|
101
81
|
]
|
|
102
82
|
}
|