@jelou/cli 1.8.2 → 1.8.4

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/LICENSE CHANGED
@@ -23,3 +23,7 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL JELOU
23
23
  INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
24
24
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
25
25
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26
+
27
+ Trademarks. "Jelou" and the Jelou logo are trademarks of Jelou Inc. This
28
+ license does not grant permission to use them, except as required for
29
+ reasonable and customary use in describing the origin of the Software.
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # @jelou/cli
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@jelou/cli?color=00d775&label=npm)](https://www.npmjs.com/package/@jelou/cli)
4
+ [![weekly downloads](https://img.shields.io/npm/dw/@jelou/cli?color=00d775)](https://www.npmjs.com/package/@jelou/cli)
5
+ [![license](https://img.shields.io/badge/license-Proprietary-blue)](./LICENSE)
6
+ [![node](https://img.shields.io/node/v/@jelou/cli)](#)
7
+
3
8
  Build AI agents on the [Jelou](https://jelou.ai) platform from your terminal —
4
9
  or just ask your AI editor. Agent skills auto-install into Claude Code, Cursor,
5
10
  Codex, and Windsurf on `jelou login`.
@@ -82,7 +87,11 @@ jelou functions deploy --profile production # one-shot override
82
87
 
83
88
  - [docs.jelou.ai](https://docs.jelou.ai) — full reference, guides, and tutorials
84
89
  - [jelou.ai](https://jelou.ai) — Jelou platform
90
+ - [CHANGELOG.md](./CHANGELOG.md) — release notes and version history
85
91
 
86
92
  ## License
87
93
 
88
94
  Copyright 2026 Jelou Inc. All rights reserved. See [LICENSE](./LICENSE).
95
+
96
+ Your use is also subject to the
97
+ [Jelou Terms and Conditions](https://jelou.ai/es/terms-and-conditions).
@@ -0,0 +1,94 @@
1
+ # Third-Party Notices
2
+
3
+ The `jelou` binary is produced by `deno compile` and statically bundles the
4
+ following open-source software. The copyright notices below are reproduced to
5
+ satisfy the attribution requirements of each library's license. The full MIT and
6
+ ISC license texts follow at the end of this file.
7
+
8
+ ---
9
+
10
+ ## Bundled libraries
11
+
12
+ ### Cliffy — MIT
13
+
14
+ Copyright (c) 2020-Present Sascha Iden
15
+
16
+ Source: https://github.com/c4spar/deno-cliffy
17
+
18
+ Packages used: `@cliffy/command`, `@cliffy/prompt`, `@cliffy/table`.
19
+
20
+ ### @clack/prompts — MIT
21
+
22
+ Copyright (c) Nate Moore
23
+
24
+ Source: https://github.com/natemoo-re/clack
25
+
26
+ ### picocolors — ISC
27
+
28
+ Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov
29
+
30
+ Source: https://github.com/alexeyraspopov/picocolors
31
+
32
+ ### Deno Standard Library (`@std/*`) — MIT
33
+
34
+ Copyright 2018-2024 the Deno authors. All rights reserved.
35
+
36
+ Source: https://github.com/denoland/std
37
+
38
+ Packages used: `@std/fs`, `@std/path`, `@std/yaml`, `@std/encoding`,
39
+ `@std/dotenv`, `@std/assert`.
40
+
41
+ ### Hono — MIT
42
+
43
+ Copyright (c) 2021 Yusuke Wada and Hono contributors
44
+
45
+ Source: https://github.com/honojs/hono
46
+
47
+ ### Zod — MIT
48
+
49
+ Copyright (c) 2020 Colin McDonnell
50
+
51
+ Source: https://github.com/colinhacks/zod
52
+
53
+ ### Acorn — MIT
54
+
55
+ Copyright (C) 2012-2022 by various contributors (see AUTHORS in the project)
56
+
57
+ Source: https://github.com/acornjs/acorn
58
+
59
+ ---
60
+
61
+ ## MIT License (full text)
62
+
63
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
64
+ this software and associated documentation files (the "Software"), to deal in
65
+ the Software without restriction, including without limitation the rights to
66
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
67
+ the Software, and to permit persons to whom the Software is furnished to do so,
68
+ subject to the following conditions:
69
+
70
+ The above copyright notice and this permission notice shall be included in all
71
+ copies or substantial portions of the Software.
72
+
73
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
74
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
75
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
76
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
77
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
78
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
79
+
80
+ ---
81
+
82
+ ## ISC License (full text)
83
+
84
+ Permission to use, copy, modify, and/or distribute this software for any purpose
85
+ with or without fee is hereby granted, provided that the above copyright notice
86
+ and this permission notice appear in all copies.
87
+
88
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
89
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
90
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
91
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
92
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
93
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
94
+ THIS SOFTWARE.
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@jelou/cli",
3
- "version": "1.8.2",
4
- "description": "Jelou CLImanage functions, brains, channels, and more",
3
+ "version": "1.8.4",
4
+ "description": "Build AI agents on the Jelou platformfrom your terminal or your AI editor.",
5
+ "author": "Jelou Inc. (https://jelou.ai)",
5
6
  "license": "SEE LICENSE IN LICENSE",
6
7
  "repository": {
7
8
  "type": "git",
@@ -14,24 +15,35 @@
14
15
  "files": [
15
16
  "bin/",
16
17
  "README.md",
17
- "LICENSE"
18
+ "LICENSE",
19
+ "THIRD_PARTY_NOTICES.md"
18
20
  ],
19
21
  "optionalDependencies": {
20
- "@jelou/cli-darwin-arm64": "1.8.2",
21
- "@jelou/cli-darwin-x64": "1.8.2",
22
- "@jelou/cli-linux-x64": "1.8.2",
23
- "@jelou/cli-linux-arm64": "1.8.2",
24
- "@jelou/cli-win32-x64": "1.8.2"
22
+ "@jelou/cli-darwin-arm64": "1.8.4",
23
+ "@jelou/cli-darwin-x64": "1.8.4",
24
+ "@jelou/cli-linux-x64": "1.8.4",
25
+ "@jelou/cli-linux-arm64": "1.8.4",
26
+ "@jelou/cli-win32-x64": "1.8.4"
25
27
  },
26
28
  "keywords": [
27
29
  "jelou",
28
- "serverless",
29
- "functions",
30
30
  "cli",
31
- "deploy",
32
- "edge",
33
- "typescript",
34
- "deno"
31
+ "ai-agents",
32
+ "agent-skills",
33
+ "agents",
34
+ "agentic",
35
+ "workflows",
36
+ "functions",
37
+ "serverless",
38
+ "whatsapp",
39
+ "whatsapp-bot",
40
+ "whatsapp-campaigns",
41
+ "claude-code",
42
+ "cursor",
43
+ "codex",
44
+ "windsurf",
45
+ "mcp",
46
+ "channels"
35
47
  ],
36
48
  "engines": {
37
49
  "node": ">=18"