@jelou/cli 1.33.3 → 1.34.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 +31 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jelou/cli",
3
- "version": "1.33.3",
3
+ "version": "1.34.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.33.3",
27
- "@jelou/cli-darwin-x64": "1.33.3",
28
- "@jelou/cli-linux-x64": "1.33.3",
29
- "@jelou/cli-linux-arm64": "1.33.3",
30
- "@jelou/cli-win32-x64": "1.33.3"
26
+ "@jelou/cli-darwin-arm64": "1.34.0",
27
+ "@jelou/cli-darwin-x64": "1.34.0",
28
+ "@jelou/cli-linux-x64": "1.34.0",
29
+ "@jelou/cli-linux-arm64": "1.34.0",
30
+ "@jelou/cli-win32-x64": "1.34.0"
31
31
  },
32
32
  "keywords": [
33
33
  "jelou",
@@ -56,15 +56,35 @@
56
56
  "access": "public"
57
57
  },
58
58
  "jelou": {
59
- "minVersion": "1.33.0",
59
+ "minVersion": "1.34.0",
60
60
  "release_notes": {
61
- "version": "1.33.3",
61
+ "version": "1.34.0",
62
62
  "date": "2026-05-24",
63
- "headline": "Floor cache TTL drops from 1h to 5 min `jelou.minVersion` floor bumps now propagate across the fleet in under 10 min.",
63
+ "headline": "New commands for composing payment-MCP, KYC, and Jelou-Shop workflows from live marketplace data plus a button-tap routing fix.",
64
64
  "highlights": [
65
65
  {
66
- "type": "improved",
67
- "text": "The local cache that backs the `jelou.minVersion` hard-stop check refreshes every 5 min instead of every 1h. When we raise the floor in a release, every CLI in the wild picks up the new floor within ~10 min worst-case (instead of up to an hour). Cost is one ~50–200ms npm call per 5 min of active CLI use; a 1.5s fetch timeout with cached fallback means slow networks never pay full freight."
66
+ "type": "new",
67
+ "text": "`jelou marketplace inspect <slug>` full app detail for the active org: toolkit, integrations with entity types and input schemas, and the installation id. Agents can now compose payment-MCP nodes from live data instead of hardcoded catalogs."
68
+ },
69
+ {
70
+ "type": "new",
71
+ "text": "`jelou workflow tool <tool-id>` — TOOL spec with outputs, inputs, and `required_when_inputs` for gateway filtering. Use it to discover JelouPay (`6177`) and other payment-tool envelopes."
72
+ },
73
+ {
74
+ "type": "new",
75
+ "text": "`jelou workflow skill <skill-id>` — same shape for SKILL-typed entities. Use it for KYC variants (`21313` / `6521` / `13417`)."
76
+ },
77
+ {
78
+ "type": "new",
79
+ "text": "`jelou workflow inject-ecommerce` — wraps every `AI_TASK` marked `is_ecommerce: true` in the canonical Jelou-Shop authoring scaffold (role + guardrails + tools + rules + success block) and installs the canonical `endFunction` contract. Run it as the last authoring step before `jelou push`."
80
+ },
81
+ {
82
+ "type": "fixed",
83
+ "text": "WhatsApp button taps after re-pushing a workflow no longer route to stale (often tombstoned) targets. `enrichInteractiveOptions` now always overwrites `payload.targetId` from the matching `option:<id>` edge — previously set-once-then-stuck, which silently broke live conversations."
84
+ },
85
+ {
86
+ "type": "heads_up",
87
+ "text": "`jelou.minVersion` floor moves from `1.33.0` to `1.34.0`. Older CLIs hard-stop on next invocation until the user runs `jelou update`."
68
88
  }
69
89
  ]
70
90
  }