@jelou/cli 1.89.0 → 1.91.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.
Files changed (1) hide show
  1. package/package.json +37 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jelou/cli",
3
- "version": "1.89.0",
3
+ "version": "1.91.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.89.0",
27
- "@jelou/cli-darwin-x64": "1.89.0",
28
- "@jelou/cli-linux-x64": "1.89.0",
29
- "@jelou/cli-linux-arm64": "1.89.0",
30
- "@jelou/cli-win32-x64": "1.89.0"
26
+ "@jelou/cli-darwin-arm64": "1.91.0",
27
+ "@jelou/cli-darwin-x64": "1.91.0",
28
+ "@jelou/cli-linux-x64": "1.91.0",
29
+ "@jelou/cli-linux-arm64": "1.91.0",
30
+ "@jelou/cli-win32-x64": "1.91.0"
31
31
  },
32
32
  "keywords": [
33
33
  "jelou",
@@ -58,41 +58,57 @@
58
58
  "jelou": {
59
59
  "minVersion": "1.89.0",
60
60
  "release_notes": {
61
- "version": "1.89.0",
61
+ "version": "1.91.0",
62
62
  "date": "2026-08-10",
63
- "headline": "`jelou metrics` now reads your company's whole analytics catalog ecommerce, payments, voice, biometrics, brain, AI and inbox instead of seven fixed numbers.",
63
+ "headline": "Thirteen findings from a QA pass over `jelou tool`. The common thread: the CLI knew what went wrong and reported something else.",
64
64
  "highlights": [
65
65
  {
66
66
  "type": "new",
67
- "text": "`jelou metrics list` shows every metric your company can read, live from the platform, with its category and the filters it accepts. `--category ecommerce` narrows it to one area."
67
+ "text": "`jelou tool unpublish <tool-id> <version>` removes one published version. This is the prerequisite for `jelou tool delete`, which the server refuses while any published version survives and now says so."
68
68
  },
69
69
  {
70
- "type": "new",
71
- "text": "`jelou metrics get <key>` fetches any of them and draws it the way it is meant to be read: a card, a line, a KPI grid, a table, a heatmap, a word cloud or a funnel."
70
+ "type": "improved",
71
+ "text": "Every 422 from the workflows API reports its real reason. The server buries it behind a fixed \"Unprocessable entity\", which is what you used to see for every failure, on every tool command."
72
72
  },
73
73
  {
74
- "type": "new",
75
- "text": "`jelou metrics dashboard --template ecommerce` renders a whole board in one command. Templates ship for ecommerce, payments, brain, ai, biometrics and operators; a saved dashboard renders by name."
74
+ "type": "improved",
75
+ "text": "`jelou tool show` accepts any slug `jelou tool list` prints, with no linked project — and reports a slug for a tool looked up by numeric id instead of null. A slug is derived from the tool name by the CLI; the server has no such field."
76
76
  },
77
77
  {
78
- "type": "new",
79
- "text": "`--last 7d|30d|90d|12m` picks a rolling window without spelling out dates."
78
+ "type": "improved",
79
+ "text": "`jelou test tool` refuses a missing required input with exit 2 before the request goes out. The server answers a missing input with 500, which classified as retryable — so an agent would retry a call that could never succeed."
80
80
  },
81
81
  {
82
- "type": "new",
83
- "text": "New filters where the metric supports them: `--bot-id`, `--team-id`, `--provider`, `--currency`, `--environment`, `--type-biometric`, `--skill-name`, `--node-id`, `--skill-id`, `--criterion-name` and `--app-id`. Pass one a metric does not accept and the CLI tells you which ones it does."
82
+ "type": "improved",
83
+ "text": "`jelou test tool` distinguishes its three failures by code: TOOL_FAILED_OUTPUT (the graph fired a FAILED output on purpose), TOOL_NODE_FAILED (a node threw), TOOL_PARKED (no output, no failed node). Exit codes are unchanged."
84
84
  },
85
85
  {
86
86
  "type": "improved",
87
- "text": "Metrics no longer need a second set of credentials they authenticate with the token you already logged in with."
87
+ "text": "A parked tool run now names the async TOOL node as a cause: with the `brain_async_tool_node` flag on, a nested TOOL node suspends by default and the parent never sees a result. Set \"async\": false to force the synchronous path."
88
88
  },
89
89
  {
90
- "type": "improved",
91
- "text": "Your agent gets the numbers-with-caveats guidance in the same update: which ecommerce figures are estimates, which lists deliberately do not add up, and how fresh the aggregates are. Run `jelou agent install` after upgrading; skill content does not refresh on its own."
90
+ "type": "fixed",
91
+ "text": "`--json` and `--agent` survive an argument error. A missing argument used to produce colored help on stdout and no error envelope at all."
92
+ },
93
+ {
94
+ "type": "fixed",
95
+ "text": "`jelou tool input|output add|update|delete` keep tools/<slug>.json and the lockfile in sync. They wrote only to the server, so the next `jelou tool push` deleted the fields you had just added."
96
+ },
97
+ {
98
+ "type": "fixed",
99
+ "text": "Push conflict diagnosis names the half that actually moved. A rename was reported as a contract change, sending authors hunting for input/output edits that never happened."
100
+ },
101
+ {
102
+ "type": "fixed",
103
+ "text": "`jelou workflow node-spec` tells a real node type with no authoring spec card apart from one that does not exist. PMA is a real node type — it is banned inside tools for a reason, and the command implied it was fictional."
104
+ },
105
+ {
106
+ "type": "fixed",
107
+ "text": "`jelou tool pull` names the scopes it searched. Only SHARED and PURCHASED tools are pullable; a BRAIN- or marketplace-scoped tool is absent from that catalog while being perfectly real."
92
108
  },
93
109
  {
94
110
  "type": "heads_up",
95
- "text": "The seven original metric slugs keep rendering exactly as before. One change: they now reject filter flags they cannot actually send, instead of quietly dropping them and reporting success."
111
+ "text": "`jelou tool clone` still cannot clone. The server's clone endpoint scopes its lookup by a parameter its own route never provides, so it returns \"not found\" for every tool id. The CLI now confirms the tool is reachable and tells you the endpoint is broken, with the manual workaround, instead of leaving you hunting for the right id."
96
112
  }
97
113
  ]
98
114
  }