@jelou/cli 1.92.0 → 1.93.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 +18 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jelou/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.93.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.93.0",
|
|
27
|
+
"@jelou/cli-darwin-x64": "1.93.0",
|
|
28
|
+
"@jelou/cli-linux-x64": "1.93.0",
|
|
29
|
+
"@jelou/cli-linux-arm64": "1.93.0",
|
|
30
|
+
"@jelou/cli-win32-x64": "1.93.0"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"jelou",
|
|
@@ -58,41 +58,29 @@
|
|
|
58
58
|
"jelou": {
|
|
59
59
|
"minVersion": "1.89.0",
|
|
60
60
|
"release_notes": {
|
|
61
|
-
"version": "1.
|
|
62
|
-
"date": "2026-08-
|
|
63
|
-
"headline": "
|
|
61
|
+
"version": "1.93.0",
|
|
62
|
+
"date": "2026-08-12",
|
|
63
|
+
"headline": "`jelou voice` now covers the whole voice service — campaigns, contacts, agents, billing, reports and outbound calls.",
|
|
64
64
|
"highlights": [
|
|
65
65
|
{
|
|
66
|
-
"type": "
|
|
67
|
-
"text": "`jelou
|
|
66
|
+
"type": "new",
|
|
67
|
+
"text": "`jelou voice schedules` manages call campaigns end to end: create, activate, watch progress, list the calls placed, pause, resume, cancel. Activating asks first and tells you how many contacts will be called."
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
|
-
"type": "
|
|
71
|
-
"text": "
|
|
70
|
+
"type": "new",
|
|
71
|
+
"text": "`jelou voice contacts` and `jelou voice contacts lists` manage the people a campaign calls, including building a list straight from a CSV or XLSX file."
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
"type": "
|
|
75
|
-
"text": "
|
|
74
|
+
"type": "new",
|
|
75
|
+
"text": "`jelou voice agents` creates and tunes the agent that speaks on a call — prompt, voice, language, call-length cap — and feeds its knowledge base from a file or a URL."
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
|
-
"type": "
|
|
79
|
-
"text": "
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"type": "improved",
|
|
83
|
-
"text": "\"WhatsApp Flows\" means two different things — the Flow assets on your provider, or a step in a workflow that opens one. Agents now ask which you want before building anything, instead of picking one and either leaving a half-configured node on the canvas or listing when you wanted a node."
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"type": "improved",
|
|
87
|
-
"text": "`jelou channels list` takes a search term, passed through to the Channels API — find a channel by name instead of paging toward it."
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"type": "heads_up",
|
|
91
|
-
"text": "Validation now rejects data-table steps whose configuration could never run. If you pull an existing project that already contains one, `jelou workflow validate` will report it. Those steps are already failing in production; the validator simply stopped hiding them."
|
|
78
|
+
"type": "new",
|
|
79
|
+
"text": "`jelou voice calls outbound` places a single call. `jelou voice billing` shows what the calls cost, and `jelou voice reports` and `jelou voice webhooks` cover campaign reports and event destinations."
|
|
92
80
|
},
|
|
93
81
|
{
|
|
94
82
|
"type": "heads_up",
|
|
95
|
-
"text": "
|
|
83
|
+
"text": "Anything that dials a real person or spends money asks for confirmation first: activating a campaign, a campaign test call, an outbound call, and every delete. Pass --yes in CI."
|
|
96
84
|
}
|
|
97
85
|
]
|
|
98
86
|
}
|