@jelou/cli 1.86.0 → 1.87.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 +19 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jelou/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.87.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.
|
|
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.87.1",
|
|
27
|
+
"@jelou/cli-darwin-x64": "1.87.1",
|
|
28
|
+
"@jelou/cli-linux-x64": "1.87.1",
|
|
29
|
+
"@jelou/cli-linux-arm64": "1.87.1",
|
|
30
|
+
"@jelou/cli-win32-x64": "1.87.1"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"jelou",
|
|
@@ -58,37 +58,33 @@
|
|
|
58
58
|
"jelou": {
|
|
59
59
|
"minVersion": "1.80.0",
|
|
60
60
|
"release_notes": {
|
|
61
|
-
"version": "1.
|
|
61
|
+
"version": "1.87.1",
|
|
62
62
|
"date": "2026-08-07",
|
|
63
|
-
"headline": "
|
|
63
|
+
"headline": "Fixed the `jelou tool` workflow end to end — testing, publishing, and canvas layout all work against real tools now.",
|
|
64
64
|
"highlights": [
|
|
65
65
|
{
|
|
66
|
-
"type": "
|
|
67
|
-
"text": "`jelou
|
|
66
|
+
"type": "fixed",
|
|
67
|
+
"text": "`jelou test tool` now actually runs your tool. Every run against a real tool came back \"returned no output\" because the request never identified an end user."
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
|
-
"type": "
|
|
71
|
-
"text": "
|
|
70
|
+
"type": "fixed",
|
|
71
|
+
"text": "A run that produces no output now names the node that failed and its error, instead of blaming conversational nodes your tool does not have."
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
"type": "
|
|
75
|
-
"text": "`jelou
|
|
74
|
+
"type": "fixed",
|
|
75
|
+
"text": "`jelou tool publish` works on version labels you have not used before. Those previously failed with a server error."
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
|
-
"type": "
|
|
79
|
-
"text": "`jelou
|
|
78
|
+
"type": "fixed",
|
|
79
|
+
"text": "`jelou tool push` lays the canvas out left to right instead of shipping the coordinates in your file, so a pushed tool opens readable in the editor. Nodes you positioned yourself are still never moved."
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
|
-
"type": "
|
|
83
|
-
"text": "
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"type": "heads_up",
|
|
87
|
-
"text": "`jelou.lock` is now version 3. An older CLI reads a v3 lockfile fine, but the moment it rewrites one — any `pull` or `push` — it silently drops the `tools` map. Everything else survives. Recover by running `jelou tool pull` again on the up-to-date CLI; nothing on the server is affected. If your team shares a repo, upgrade everyone before pulling tools into it."
|
|
82
|
+
"type": "new",
|
|
83
|
+
"text": "`jelou test tool --user-id <id>` runs consecutive tests as the same end user. Without it every run gets a fresh one, so runs no longer leak state into each other."
|
|
88
84
|
},
|
|
89
85
|
{
|
|
90
86
|
"type": "heads_up",
|
|
91
|
-
"text": "
|
|
87
|
+
"text": "The bundled tool-authoring guide was wrong about how data moves through a tool — it said to read inputs from `$memory` instead of `$input` / `$context` / `$output`. Run `jelou agent install` after upgrading; skill content does not refresh on its own."
|
|
92
88
|
}
|
|
93
89
|
]
|
|
94
90
|
}
|