@jelou/cli 1.30.1 → 1.32.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 +21 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jelou/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.32.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.32.0",
|
|
27
|
+
"@jelou/cli-darwin-x64": "1.32.0",
|
|
28
|
+
"@jelou/cli-linux-x64": "1.32.0",
|
|
29
|
+
"@jelou/cli-linux-arm64": "1.32.0",
|
|
30
|
+
"@jelou/cli-win32-x64": "1.32.0"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"jelou",
|
|
@@ -56,27 +56,31 @@
|
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
58
|
"jelou": {
|
|
59
|
-
"minVersion": "1.
|
|
59
|
+
"minVersion": "1.32.0",
|
|
60
60
|
"release_notes": {
|
|
61
|
-
"version": "1.
|
|
62
|
-
"date": "2026-05-
|
|
63
|
-
"headline": "
|
|
61
|
+
"version": "1.32.0",
|
|
62
|
+
"date": "2026-05-22",
|
|
63
|
+
"headline": "Outdated `jelou` CLI now shows the changelog and asks before upgrading, across every supported AI coding assistant.",
|
|
64
64
|
"highlights": [
|
|
65
65
|
{
|
|
66
|
-
"type": "
|
|
67
|
-
"text": "
|
|
66
|
+
"type": "new",
|
|
67
|
+
"text": "When `jelou` is below the minimum version, your AI coding assistant now shows a typed changelog (Nuevo / Arreglado / Mejorado / Heads-up) of what's in the new release and asks before running `npm install -g @jelou/cli@latest` for you — instead of telling you to upgrade manually and walking away."
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
|
-
"type": "
|
|
71
|
-
"text": "
|
|
70
|
+
"type": "new",
|
|
71
|
+
"text": "After the upgrade lands, the agent points you to the right reload step for your harness: `/reload-plugins` (Claude Code), restart (Cursor / Codex CLI / OpenCode / Antigravity), or auto-reload (Codex App)."
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
"type": "
|
|
75
|
-
"text": "
|
|
74
|
+
"type": "new",
|
|
75
|
+
"text": "Every skill now embeds a portable \"ask the user a structured question\" cascade so flows that need real multi-choice gates work the same across Cursor (`AskQuestion`), Claude Code (`AskUserQuestion`), OpenCode + Antigravity (`ask_question`), Codex App (`request_user_input`), and plain chat as the universal fallback."
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"type": "fixed",
|
|
79
|
+
"text": "Cleanup of renamed/folded skills (`jelou-qa-workflow` → `jelou-test-workflow`, `jelou-brain` → `jelou-project`, plus the older `jelou-hsm` / `jelou-campaign` / `jelou-channel`) now reaches every AI coding assistant's global skill dir — not just `~/.claude/skills/`. Stale copies were lingering in `~/.codex/`, `~/.config/opencode/`, `~/.gemini/`, `~/.copilot/`, and `~/.config/agents/` (Amp + Kimi), masking the `CLI_OUTDATED` probe for non-Claude users so the upgrade hard-stop never fired there."
|
|
76
80
|
},
|
|
77
81
|
{
|
|
78
82
|
"type": "heads_up",
|
|
79
|
-
"text": "The `jelou.minVersion` floor moves to `1.
|
|
83
|
+
"text": "The `jelou.minVersion` floor moves to `1.32.0`. Every CLI below `1.32.0` will hard-stop on the next non-allow-listed command (within the ~1 hour floor-cache TTL) until you run `npm install -g @jelou/cli@latest`. The ask-before-upgrade flow shipping in this release is exactly what users will see when that hard-stop fires."
|
|
80
84
|
}
|
|
81
85
|
]
|
|
82
86
|
}
|