@jelou/cli 1.87.1 → 1.89.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 +28 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jelou/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.89.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.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"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"jelou",
|
|
@@ -56,35 +56,43 @@
|
|
|
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.89.0",
|
|
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.",
|
|
64
64
|
"highlights": [
|
|
65
65
|
{
|
|
66
|
-
"type": "
|
|
67
|
-
"text": "`jelou
|
|
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."
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
|
-
"type": "
|
|
71
|
-
"text": "
|
|
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."
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
"type": "
|
|
75
|
-
"text": "`jelou
|
|
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."
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
|
-
"type": "
|
|
79
|
-
"text": "
|
|
78
|
+
"type": "new",
|
|
79
|
+
"text": "`--last 7d|30d|90d|12m` picks a rolling window without spelling out dates."
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
"type": "new",
|
|
83
|
-
"text": "
|
|
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."
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"type": "improved",
|
|
87
|
+
"text": "Metrics no longer need a second set of credentials — they authenticate with the token you already logged in with."
|
|
88
|
+
},
|
|
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."
|
|
84
92
|
},
|
|
85
93
|
{
|
|
86
94
|
"type": "heads_up",
|
|
87
|
-
"text": "The
|
|
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."
|
|
88
96
|
}
|
|
89
97
|
]
|
|
90
98
|
}
|