@tulex-cli/tulex-code 0.1.1 → 0.1.2

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 ADDED
@@ -0,0 +1,46 @@
1
+ ===============================================================================
2
+ TULEX CLI SOFTWARE LICENSE AGREEMENT
3
+ Proprietary & End-User License Agreement
4
+ ===============================================================================
5
+
6
+ Copyright (c) 2026 Tulex CLI (Tulex Team). All Rights Reserved.
7
+
8
+ 1. END-USER INSTALLATION AND USE PERMISSION
9
+ Permission is hereby granted to any individual or entity to install,
10
+ download, and execute the official Tulex CLI software package (via NPM or
11
+ official distribution channels) solely for personal, internal, or commercial
12
+ use as an end-user application.
13
+
14
+ 2. STRICT PROHIBITIONS ON CLONING AND COPYING
15
+ You are strictly PROHIBITED from doing any of the following without prior
16
+ explicit written authorization from the Copyright Owner:
17
+
18
+ a) Cloning, copying, reproducing, or duplicating the source code, repository,
19
+ or any component of this software in whole or in part.
20
+ b) Modifying, adapting, translating, or creating derivative works based upon
21
+ this software or its source code.
22
+ c) Redistributing, publishing, selling, leasing, sublicensing, or sharing the
23
+ source code or modified binaries to any third party.
24
+ d) Re-branding, re-packaging, or claiming ownership of this software or its
25
+ underlying codebase under any other name or product.
26
+ e) Reverse engineering, decompiling, or disassembling any compiled output
27
+ or distribution assets of this software.
28
+
29
+ 3. INTELLECTUAL PROPERTY RIGHTS
30
+ All title, ownership rights, and intellectual property rights in and to the
31
+ Tulex CLI software and source code remain exclusively with the Copyright Owner.
32
+
33
+ 4. NO WARRANTY (DISCLAIMER)
34
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36
+ FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
38
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM,
39
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
40
+ THE SOFTWARE.
41
+
42
+ 5. GOVERNING LAW
43
+
44
+ This Agreement shall be governed by the laws of Pakistan.
45
+
46
+ ===============================================================================
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tulex-cli/tulex-code",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Tulex CLI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -31,7 +31,9 @@
31
31
  },
32
32
  "files": [
33
33
  "dist",
34
- "README.md"
34
+ "README.md",
35
+ "LICENSE",
36
+ "images"
35
37
  ],
36
38
  "config": {
37
39
  "sandboxImageUri": "ghcr.io/tulex/tulex-cli:0.17.1"
@@ -41,14 +43,14 @@
41
43
  "@google/genai": "2.6.0",
42
44
  "@iarna/toml": "^2.2.5",
43
45
  "@modelcontextprotocol/sdk": "^1.25.2",
44
- "@tulex-cli/acp-bridge": "file:../acp-bridge",
45
- "@tulex-cli/channel-base": "file:../channels/base",
46
- "@tulex-cli/channel-dingtalk": "file:../channels/dingtalk",
47
- "@tulex-cli/channel-feishu": "file:../channels/feishu",
48
- "@tulex-cli/channel-telegram": "file:../channels/telegram",
49
- "@tulex-cli/channel-weixin": "file:../channels/weixin",
50
- "@tulex-cli/tulex-cli-core": "file:../core",
51
- "@tulex-cli/web-templates": "file:../web-templates",
46
+ "@tulex-cli/acp-bridge": "0.17.2",
47
+ "@tulex-cli/channel-base": "0.17.2",
48
+ "@tulex-cli/channel-dingtalk": "0.17.2",
49
+ "@tulex-cli/channel-feishu": "0.17.2",
50
+ "@tulex-cli/channel-telegram": "0.17.2",
51
+ "@tulex-cli/channel-weixin": "0.17.2",
52
+ "@tulex-cli/tulex-cli-core": "0.17.2",
53
+ "@tulex-cli/web-templates": "0.17.2",
52
54
  "@types/update-notifier": "^6.0.8",
53
55
  "ansi-regex": "^6.2.2",
54
56
  "command-exists": "^1.2.9",
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2026 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
3
+ * Copyright 2026 Tulex CLI
4
+ * SPDX-License-Identifier: LICENSE
5
5
  */
6
6
  export declare const GIT_COMMIT_INFO = "53349a0b2";
7
7
  export declare const CLI_VERSION = "0.1.1";
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2026 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
3
+ * Copyright 2026 Tulex CLI
4
+ * SPDX-License-Identifier: LICENSE
5
5
  */
6
6
  // This file is auto-generated by the build script (scripts\generate-git-commit-info.js)
7
7
  // Do not edit this file manually.