@jelou/cli 1.94.0 → 1.94.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 +22 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jelou/cli",
3
- "version": "1.94.0",
3
+ "version": "1.94.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.94.0",
27
- "@jelou/cli-darwin-x64": "1.94.0",
28
- "@jelou/cli-linux-x64": "1.94.0",
29
- "@jelou/cli-linux-arm64": "1.94.0",
30
- "@jelou/cli-win32-x64": "1.94.0"
26
+ "@jelou/cli-darwin-arm64": "1.94.1",
27
+ "@jelou/cli-darwin-x64": "1.94.1",
28
+ "@jelou/cli-linux-x64": "1.94.1",
29
+ "@jelou/cli-linux-arm64": "1.94.1",
30
+ "@jelou/cli-win32-x64": "1.94.1"
31
31
  },
32
32
  "keywords": [
33
33
  "jelou",
@@ -56,27 +56,35 @@
56
56
  "access": "public"
57
57
  },
58
58
  "jelou": {
59
- "minVersion": "1.94.0",
59
+ "minVersion": "1.94.1",
60
60
  "release_notes": {
61
- "version": "1.94.0",
61
+ "version": "1.94.1",
62
62
  "date": "2026-08-13",
63
- "headline": "WhatsApp Flow screens are now readable from the CLI, and `jelou tool push` no longer leaves a tool that pushes clean but can never return output.",
63
+ "headline": "Five `jelou template` fixes: catalog types now work, limited-time offers apply, and errors say what failed.",
64
64
  "highlights": [
65
65
  {
66
- "type": "new",
67
- "text": "`jelou channels flows <botId> --screens` returns each Flow's screens, ids and fields, so you can point a Flow node at a real screen id without leaving the CLI. Flows past the summary cap now report how many screens were left out instead of dropping them silently."
66
+ "type": "fixed",
67
+ "text": "`jelou template create` now accepts `CATALOG` and `PRODUCT` templates. Both were rejected locally despite working on the platform."
68
+ },
69
+ {
70
+ "type": "fixed",
71
+ "text": "Limited-time offers now render as offers. Declare them with `extraSettings.isLto`; the old top-level `subCategory` was silently ignored, and templates were approved as plain messages."
72
+ },
73
+ {
74
+ "type": "fixed",
75
+ "text": "`jelou template get` and `jelou template list` now return `rejected_reason`, so a `FAILED` template tells you why the provider rejected it."
68
76
  },
69
77
  {
70
78
  "type": "fixed",
71
- "text": "`jelou tool push` no longer leaves END nodes bound to an output the server does not have. A tool file carrying output ids the server never minted pushed clean, then returned nothing on every run. Push now adopts the server's id on the output and every END that selects it."
79
+ "text": "Template errors now show the provider's real message instead of a misleading `Insufficient scope`."
72
80
  },
73
81
  {
74
82
  "type": "fixed",
75
- "text": "`jelou test tool` blamed a no-output run on never reaching an END node, even when an END ran fine but selected a missing output. It now names both causes and points at `jelou tool show` to compare each END's `outputId`."
83
+ "text": "Validation failures now name the field that failed instead of returning an empty error object."
76
84
  },
77
85
  {
78
86
  "type": "heads_up",
79
- "text": "Pushing a workflow now fails if a WhatsApp Flow node in `navigate` mode has no `parameters.flow_action_payload.screen`. Get screen ids with `jelou channels flows <botId> --screens` and author the screen's `id`, or set `flow_action: \"data_exchange\"`."
87
+ "text": "The bundled WhatsApp skill's limited-time-offer example changed. Run `jelou agent install` to refresh it payloads written against the old example keep working."
80
88
  }
81
89
  ]
82
90
  }