@jelou/cli 1.29.0 → 1.30.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.
Files changed (1) hide show
  1. package/package.json +16 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jelou/cli",
3
- "version": "1.29.0",
3
+ "version": "1.30.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.29.0",
27
- "@jelou/cli-darwin-x64": "1.29.0",
28
- "@jelou/cli-linux-x64": "1.29.0",
29
- "@jelou/cli-linux-arm64": "1.29.0",
30
- "@jelou/cli-win32-x64": "1.29.0"
26
+ "@jelou/cli-darwin-arm64": "1.30.1",
27
+ "@jelou/cli-darwin-x64": "1.30.1",
28
+ "@jelou/cli-linux-x64": "1.30.1",
29
+ "@jelou/cli-linux-arm64": "1.30.1",
30
+ "@jelou/cli-win32-x64": "1.30.1"
31
31
  },
32
32
  "keywords": [
33
33
  "jelou",
@@ -56,31 +56,27 @@
56
56
  "access": "public"
57
57
  },
58
58
  "jelou": {
59
- "minVersion": "1.29.0",
59
+ "minVersion": "1.30.1",
60
60
  "release_notes": {
61
- "version": "1.29.0",
62
- "date": "2026-05-20",
63
- "headline": "Update prompts now show what's new in the version both the soft banner and the hard-stop block render release notes inline so you know what you're getting.",
61
+ "version": "1.30.1",
62
+ "date": "2026-05-21",
63
+ "headline": "Stale CLI installs running inside Claude Code skills now visibly surface the upgrade prompt.",
64
64
  "highlights": [
65
65
  {
66
- "type": "new",
67
- "text": "`jelou changelog [version]` read user-facing release notes baked into your binary. Use `jelou changelog list` to see every version this binary knows about, or `jelou changelog --json` for the typed-entry shape."
66
+ "type": "fixed",
67
+ "text": "The skill preamble that runs at the start of every Claude Code / Cursor / Codex invocation now prints a clear `CLI_OUTDATED <current> <min>` line plus the exact upgrade commands when your installed CLI is below `jelou.minVersion`. Previously the hard-stop banner was invisible inside skills users saw nothing until the next real `jelou` command failed deep inside a session."
68
68
  },
69
69
  {
70
- "type": "improved",
71
- "text": "The startup \"Update available\" banner now shows the new version's headline inline, so you see what's in the upgrade before running it."
72
- },
73
- {
74
- "type": "improved",
75
- "text": "Agents reading the JSON envelope get `meta.update_available.release_notes` with typed-entry Highlights — they can summarize what's new in their own voice before calling `jelou update`."
70
+ "type": "fixed",
71
+ "text": "`jelou skills`, `jelou agent install`, and `jelou changelog` no longer hard-stop when you're below the floor. The hard-stop banner itself recommends those commands as next steps; gating them used to loop users into a second hard-stop."
76
72
  },
77
73
  {
78
74
  "type": "improved",
79
- "text": "`jelou changelog 1.23.0` through `1.27.0` now return real Highlights instead of \"predates the convention\" every recent version has user-facing release notes."
75
+ "text": "`jelou skills check --json` envelopes now carry a `cli_outdated` field with the install command, refresh command, and release notes, so agents can surface the upgrade prompt directly without scraping output."
80
76
  },
81
77
  {
82
78
  "type": "heads_up",
83
- "text": "A new `jelou.minVersion` floor (set by maintainers in npm) can hard-stop every CLI below it on next invocation with exit 10 `OUTDATED_CLI`. The block shows \"What's new in X.Y.Z\" inline so you know exactly what's in the version you're being asked to install. Allow-list (`update`, `doctor`, `logout`, `--version`, `--help`) still works; emergency bypass via `JELOU_ALLOW_OUTDATED=1` is logged. v1.29.0 raises the floor to 1.29.0 every installed CLI below 1.29.0 will hard-stop on next invocation."
79
+ "text": "The `jelou.minVersion` floor moves to `1.30.1`. Every CLI below `1.30.1` 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`. This is coherent with the fix itself users on `1.30.0` who don't upgrade will still hit the old invisible-banner bug on a future floor bump."
84
80
  }
85
81
  ]
86
82
  }