@jelou/cli 1.81.0 → 1.82.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 +17 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jelou/cli",
3
- "version": "1.81.0",
3
+ "version": "1.82.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.81.0",
27
- "@jelou/cli-darwin-x64": "1.81.0",
28
- "@jelou/cli-linux-x64": "1.81.0",
29
- "@jelou/cli-linux-arm64": "1.81.0",
30
- "@jelou/cli-win32-x64": "1.81.0"
26
+ "@jelou/cli-darwin-arm64": "1.82.0",
27
+ "@jelou/cli-darwin-x64": "1.82.0",
28
+ "@jelou/cli-linux-x64": "1.82.0",
29
+ "@jelou/cli-linux-arm64": "1.82.0",
30
+ "@jelou/cli-win32-x64": "1.82.0"
31
31
  },
32
32
  "keywords": [
33
33
  "jelou",
@@ -58,33 +58,33 @@
58
58
  "jelou": {
59
59
  "minVersion": "1.80.0",
60
60
  "release_notes": {
61
- "version": "1.81.0",
62
- "date": "2026-08-03",
63
- "headline": "Broken WhatsApp nodes are now caught before they ship: a Flow step must point at a Flow that really exists, and contact cards finally get validated.",
61
+ "version": "1.82.0",
62
+ "date": "2026-08-04",
63
+ "headline": "`jelou models list` now shows what each model costs, and `push` warns before a step runs on a model that cannot read the images or PDFs it will be sent.",
64
64
  "highlights": [
65
65
  {
66
66
  "type": "new",
67
- "text": "`jelou channels flows <bot-id>` lists the WhatsApp Flows a bot's provider actually holds. It exits `NO_WHATSAPP_FLOWS` when there are none and `WHATSAPP_FLOWS_UNAVAILABLE` when the provider has no Flows API or the listing cannot be authorized so \"none exist\" and \"could not check\" never look alike."
67
+ "text": "`jelou models list` shows what each model costs. Two new columns (`In $/M`, `Out $/M`), plus `--sort catalog|name|input-cost|output-cost` and `--max-input-cost` / `--max-output-cost` to find the cheapest model that still does what the step needs. Ordering is unchanged unless you ask for it, and models with no published price are always listed last and never removed by a cost filter — an unknown price is not evidence of being expensive."
68
68
  },
69
69
  {
70
- "type": "fixed",
71
- "text": "A WhatsApp Flow step authored without a real `flow_id` or with the one from the docs now fails validation instead of pushing clean and failing to render when the message is sent."
70
+ "type": "new",
71
+ "text": "`push` now warns when a step is set up to receive images or PDFs but the model it runs cannot read them, naming the node and the model. The cheapest models are often text-only, and that pairing used to publish cleanly and then quietly stop answering those messages. It is a warning, not a block. Where the catalog does not say whether a model supports an input, you get a distinct \"unknown — confirm before relying on it\" warning rather than silence."
72
72
  },
73
73
  {
74
74
  "type": "fixed",
75
- "text": "Flow nodes missing `text`, `title` or `parameters.flow_cta` are now validated on the pulled-workflow path too, not only on locally authored drafts."
75
+ "text": "`push` no longer reports `POST_PUSH_DIVERGENCE` for a contacts card. The server mints its own ids for the phone, email, address and URL rows, and a push that had written correctly compared them against your id-less local file, called it a divergence, and withheld the lockfile refresh — leaving you re-pushing a workflow that was already saved. Real content changes, like an edited phone number, are still detected."
76
76
  },
77
77
  {
78
78
  "type": "fixed",
79
- "text": "Contact cards were invisible to the CLI: `contacts` messages resolved to no known node kind, so nothing validated them and nothing filled the row ids the editor keys its phone/email/address/url lists by. Cards now get those ids, keep any the editor already assigned, and a card with no first name is rejected."
79
+ "text": "Workflows that read or write Datum records now install correctly in another company. The credential examples taught an arbitrary secret name, and a template install only rewrites a Datum credential when the name starts with `DATUM_APIKEY` so installs stopped on a Credentials Required card asking for a token the installing user could not get. The examples now require `DATUM_APIKEY_<SLUG_UPPER>`, derived from the database slug."
80
80
  },
81
81
  {
82
82
  "type": "fixed",
83
- "text": "`jelou models list` and `jelou models show` reported wholesale model prices rather than what your company is actually charged. The cached catalog is now keyed per company, so two companies driven from one machine can no longer read each other's rates."
83
+ "text": "`jelou models list --capability <bogus>` exited 1 while `--describe` advertised 2. Both it and the new `--sort` now exit 2 with `INPUT_ERROR`."
84
84
  },
85
85
  {
86
- "type": "heads_up",
87
- "text": "Existing installs keep their old agent skill files. Run `jelou agent install` to pick up the new build guidance an agent adding a Flow step now checks which Flows exist and asks you which one to use, instead of inventing an id."
86
+ "type": "fixed",
87
+ "text": "`--describe` no longer publishes a hardcoded provider list for `models list --provider`. Providers are server-side data and the list had gone stale, so an agent reading it would treat valid providers as invalid."
88
88
  }
89
89
  ]
90
90
  }