@xenosystem/agent-interface-ui 0.1.16 → 0.1.17

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xenosystem/agent-interface-ui",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "license": "UNLICENSED",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,19 +25,22 @@
25
25
  "url": "git+https://github.com/XENO-CORPORATION/xeno-agent-interface.git",
26
26
  "directory": "packages/ui"
27
27
  },
28
+ "scripts": {
29
+ "prepack": "tsc -b"
30
+ },
28
31
  "dependencies": {
29
32
  "@xterm/addon-fit": "^0.11.0",
30
33
  "@xterm/xterm": "^6.0.0",
34
+ "@xenosystem/agent-interface-client": "workspace:*",
35
+ "@xenosystem/agent-interface-contract": "workspace:*",
36
+ "@xenosystem/agent-interface-core": "workspace:*",
37
+ "@xenosystem/agent-interface-hub-adapter": "workspace:*",
31
38
  "clsx": "^2.1.1",
32
39
  "lucide-react": "^0.469.0",
33
40
  "monaco-editor": "npm:@xenosystem/monaco-editor@0.56.0-xeno.2",
34
41
  "react-markdown": "^10.1.0",
35
42
  "remark-gfm": "^4.0.1",
36
- "zustand": "^5.0.2",
37
- "@xenosystem/agent-interface-contract": "0.1.16",
38
- "@xenosystem/agent-interface-hub-adapter": "0.1.16",
39
- "@xenosystem/agent-interface-core": "0.1.16",
40
- "@xenosystem/agent-interface-client": "0.1.16"
43
+ "zustand": "^5.0.2"
41
44
  },
42
45
  "peerDependencies": {
43
46
  "react": "^19.0.0",
@@ -48,6 +51,5 @@
48
51
  "@types/react-dom": "^19.0.2",
49
52
  "react": "^19.0.0",
50
53
  "react-dom": "^19.0.0"
51
- },
52
- "scripts": {}
53
- }
54
+ }
55
+ }
package/LICENSE DELETED
@@ -1,67 +0,0 @@
1
- XENO Agent — Proprietary Software License
2
- Copyright © 2026 XENO Corporation. All rights reserved.
3
-
4
- This software, including its source code, compiled binaries, published packages,
5
- assets, and accompanying documentation (collectively, the "Software"), is the
6
- proprietary and confidential property of XENO Corporation ("XENO"). The Software
7
- is licensed for use, not sold, and no title to or ownership of the Software is
8
- transferred to any user.
9
-
10
- 1. GRANT OF USE
11
- Subject to a separate written agreement and/or the terms of service published
12
- at https://xenostudio.ai, XENO grants the end user a limited, non-exclusive,
13
- non-transferable, revocable license to install and use the Software for its
14
- intended purpose. The standalone desktop application ("the Agent") may be used
15
- locally at no charge; connected platform features — hosted agent runs, model
16
- inference, credits, and account services — are governed by the applicable
17
- subscription and the XENO terms of service.
18
-
19
- 2. PACKAGE DISTRIBUTION
20
- The `@xeno-corporation/xeno-agent-interface-*` and
21
- `@xeno-corporation/xeno-agents-client` packages are published to a PRIVATE
22
- registry and are licensed for use solely by XENO products and by parties
23
- holding a separate written agreement with XENO. Access credentials to that
24
- registry do not grant redistribution rights. Publication of any package in
25
- this repository to a public registry is prohibited without written
26
- authorization from XENO.
27
-
28
- 3. RESTRICTIONS
29
- Except to the extent expressly permitted by applicable law or by a separate
30
- written agreement with XENO, you may NOT: (a) copy, redistribute, sell, rent,
31
- lease, sublicense, or otherwise transfer the Software; (b) modify, adapt,
32
- translate, or create derivative works of the Software; (c) reverse-engineer,
33
- decompile, or disassemble the Software, or attempt to derive its source code;
34
- (d) remove, obscure, or alter any proprietary notices; or (e) use the Software
35
- to build a competing product.
36
-
37
- 4. RESERVATION OF RIGHTS
38
- All rights not expressly granted are reserved by XENO Corporation. The Software
39
- is protected by copyright and other intellectual-property laws and treaties.
40
-
41
- 5. DISCLAIMER OF WARRANTY
42
- THE SOFTWARE IS PROVIDED "AS IS" AND "AS AVAILABLE", WITHOUT WARRANTY OF ANY
43
- KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
44
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THE
45
- SOFTWARE EXECUTES AGENT-DIRECTED OPERATIONS AGAINST A USER-SELECTED WORKSPACE,
46
- INCLUDING FILE AND PROCESS ACTIONS; THE USER IS RESPONSIBLE FOR THE WORKSPACES
47
- AND PERMISSIONS THEY GRANT IT.
48
-
49
- 6. LIMITATION OF LIABILITY
50
- TO THE MAXIMUM EXTENT PERMITTED BY LAW, IN NO EVENT SHALL XENO CORPORATION BE
51
- LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE
52
- DAMAGES, OR ANY LOSS OF PROFITS OR DATA, ARISING FROM OR RELATED TO THE USE OF
53
- OR INABILITY TO USE THE SOFTWARE.
54
-
55
- 7. THIRD-PARTY COMPONENTS
56
- The Software includes third-party open-source components, each licensed under
57
- its own terms; those terms govern those components and are not superseded by
58
- this license. It also composes third-party agent providers over the Agent
59
- Client Protocol and hosted APIs; use of those providers is governed by their
60
- own terms.
61
-
62
- For licensing inquiries, contact: legal@xenostudio.ai
63
-
64
- NOTE TO OPERATOR: confirm the exact legal entity name and notice/contact details
65
- with counsel before public distribution and code-signing (the code-signing
66
- publisher name must match the registered entity). No public distribution of this
67
- product is authorized by this file — see docs/PRODUCT_STATUS.md.