@jelou/cli 1.35.0 → 1.36.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 +22 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jelou/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.36.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.36.0",
|
|
27
|
+
"@jelou/cli-darwin-x64": "1.36.0",
|
|
28
|
+
"@jelou/cli-linux-x64": "1.36.0",
|
|
29
|
+
"@jelou/cli-linux-arm64": "1.36.0",
|
|
30
|
+
"@jelou/cli-win32-x64": "1.36.0"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"jelou",
|
|
@@ -56,31 +56,35 @@
|
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
58
|
"jelou": {
|
|
59
|
-
"minVersion": "1.
|
|
59
|
+
"minVersion": "1.36.0",
|
|
60
60
|
"release_notes": {
|
|
61
|
-
"version": "1.
|
|
62
|
-
"date": "2026-05-
|
|
63
|
-
"headline": "
|
|
61
|
+
"version": "1.36.0",
|
|
62
|
+
"date": "2026-05-26",
|
|
63
|
+
"headline": "`jelou login` is friction-free on first run, and update notices now reach every CLI instance.",
|
|
64
64
|
"highlights": [
|
|
65
65
|
{
|
|
66
|
-
"type": "
|
|
67
|
-
"text": "`jelou
|
|
66
|
+
"type": "improved",
|
|
67
|
+
"text": "First-time `jelou login` no longer asks for a \"Profile name\" — it saves silently as your company slug and the outro tells you how to add more accounts later. Power users can still pass `--profile <name>` explicitly."
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
|
-
"type": "
|
|
71
|
-
"text": "
|
|
70
|
+
"type": "improved",
|
|
71
|
+
"text": "Re-logging into an existing profile (token rotation, fresh laptop) now silently refreshes the token instead of prompting to overwrite. Different accounts that slug to the same name auto-suffix (e.g. `acme-corp-2`)."
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
"type": "
|
|
75
|
-
"text": "
|
|
74
|
+
"type": "improved",
|
|
75
|
+
"text": "The \"Update available\" notice now fires on every CLI invocation — previously it was silenced when stdout wasn't a TTY, so piped commands never saw it."
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"type": "improved",
|
|
79
|
-
"text": "
|
|
79
|
+
"text": "Skill preambles now surface optional CLI upgrades via a new `CLI_UPDATE_AVAILABLE` marker. Agents can offer the upgrade before the hard floor kicks in, instead of waiting for things to break."
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"type": "new",
|
|
83
|
+
"text": "`jelou skills ack-update --version <X>` — dismiss the optional-upgrade prompt for one version. New releases re-prompt automatically; no time-based snooze surprises."
|
|
80
84
|
},
|
|
81
85
|
{
|
|
82
86
|
"type": "heads_up",
|
|
83
|
-
"text": "The `jelou.minVersion` floor moves from `1.
|
|
87
|
+
"text": "The `jelou.minVersion` floor moves from `1.35.0` to `1.36.0`. Older CLIs hard-stop on the next non-allow-listed invocation until the user runs `npm install -g @jelou/cli@latest`. Emergency bypass: `JELOU_ALLOW_OUTDATED=1`."
|
|
84
88
|
}
|
|
85
89
|
]
|
|
86
90
|
}
|