@xenosystem/agent-cli 0.5.18 → 0.5.19
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 +15 -15
- package/README.md +88 -88
- package/dist/index.js +1712 -1705
- package/dist/metafile-esm.json +1 -1
- package/native/xeno-pty/prebuilds/darwin-arm64/manifest.json +18 -0
- package/native/xeno-pty/prebuilds/darwin-arm64/xeno_pty.node +0 -0
- package/native/xeno-pty/prebuilds/darwin-x64/manifest.json +18 -0
- package/native/xeno-pty/prebuilds/darwin-x64/xeno_pty.node +0 -0
- package/native/xeno-pty/prebuilds/linux-arm64/manifest.json +2 -2
- package/native/xeno-pty/prebuilds/linux-arm64/xeno_pty.node +0 -0
- package/native/xeno-pty/prebuilds/linux-x64/manifest.json +18 -18
- package/native/xeno-pty/prebuilds/linux-x64/xeno_pty.node +0 -0
- package/native/xeno-pty/prebuilds/win32-arm64/manifest.json +18 -0
- package/native/xeno-pty/prebuilds/win32-arm64/xeno_pty.node +0 -0
- package/native/xeno-pty/prebuilds/win32-x64/manifest.json +2 -2
- package/ownership/ownership-policy.json +2 -1
- package/package.json +2 -2
- package/scripts/install.ps1 +18 -18
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 2,
|
|
3
|
+
"component": "xeno-pty",
|
|
4
|
+
"binary": "xeno_pty.node",
|
|
5
|
+
"apiVersion": 1,
|
|
6
|
+
"platform": "darwin",
|
|
7
|
+
"architecture": "arm64",
|
|
8
|
+
"abi": "napi-v8",
|
|
9
|
+
"napi": 8,
|
|
10
|
+
"minimumNode": "20.0.0",
|
|
11
|
+
"nodeHeaders": "24.18.0",
|
|
12
|
+
"compiler": "Apple clang version 17.0.0 (clang-1700.0.13.5)",
|
|
13
|
+
"sourceSha256": "6ba69e62cf0c0765546afa19f1820c1cc7f64f452802718c20b4a117d6c8f9c6",
|
|
14
|
+
"sha256": "b1e689d8563464cd95ac600f42a26182d072d1922f5a57f85ec5717603eff864",
|
|
15
|
+
"signature": {
|
|
16
|
+
"status": "unsigned-development"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 2,
|
|
3
|
+
"component": "xeno-pty",
|
|
4
|
+
"binary": "xeno_pty.node",
|
|
5
|
+
"apiVersion": 1,
|
|
6
|
+
"platform": "darwin",
|
|
7
|
+
"architecture": "x64",
|
|
8
|
+
"abi": "napi-v8",
|
|
9
|
+
"napi": 8,
|
|
10
|
+
"minimumNode": "20.0.0",
|
|
11
|
+
"nodeHeaders": "24.18.0",
|
|
12
|
+
"compiler": "Apple clang version 17.0.0 (clang-1700.0.13.5)",
|
|
13
|
+
"sourceSha256": "6ba69e62cf0c0765546afa19f1820c1cc7f64f452802718c20b4a117d6c8f9c6",
|
|
14
|
+
"sha256": "ff459f0ee222bec04513190d2922a9ed76d9bbeb80f5335e6663eed942a4996a",
|
|
15
|
+
"signature": {
|
|
16
|
+
"status": "unsigned-development"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
Binary file
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"napi": 8,
|
|
10
10
|
"minimumNode": "20.0.0",
|
|
11
11
|
"nodeHeaders": "24.18.0",
|
|
12
|
-
"compiler": "c++ (
|
|
12
|
+
"compiler": "c++ (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0",
|
|
13
13
|
"sourceSha256": "6ba69e62cf0c0765546afa19f1820c1cc7f64f452802718c20b4a117d6c8f9c6",
|
|
14
|
-
"sha256": "
|
|
14
|
+
"sha256": "14023104eef0c9477b64c784d4c4c68cf468c488646f209c7a90ff63e5b037cb",
|
|
15
15
|
"signature": {
|
|
16
16
|
"status": "unsigned-development"
|
|
17
17
|
}
|
|
Binary file
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": 2,
|
|
3
|
-
"component": "xeno-pty",
|
|
4
|
-
"binary": "xeno_pty.node",
|
|
5
|
-
"apiVersion": 1,
|
|
6
|
-
"platform": "linux",
|
|
7
|
-
"architecture": "x64",
|
|
8
|
-
"abi": "napi-v8",
|
|
9
|
-
"napi": 8,
|
|
10
|
-
"minimumNode": "20.0.0",
|
|
11
|
-
"nodeHeaders": "24.
|
|
12
|
-
"compiler": "c++ (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0",
|
|
13
|
-
"sourceSha256": "
|
|
14
|
-
"sha256": "31140996faed13b946c0c30a2573e8675110c44f997f39d4f99f8a87dff0723a",
|
|
15
|
-
"signature": {
|
|
16
|
-
"status": "unsigned-development"
|
|
17
|
-
}
|
|
18
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 2,
|
|
3
|
+
"component": "xeno-pty",
|
|
4
|
+
"binary": "xeno_pty.node",
|
|
5
|
+
"apiVersion": 1,
|
|
6
|
+
"platform": "linux",
|
|
7
|
+
"architecture": "x64",
|
|
8
|
+
"abi": "napi-v8",
|
|
9
|
+
"napi": 8,
|
|
10
|
+
"minimumNode": "20.0.0",
|
|
11
|
+
"nodeHeaders": "24.18.0",
|
|
12
|
+
"compiler": "c++ (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0",
|
|
13
|
+
"sourceSha256": "6ba69e62cf0c0765546afa19f1820c1cc7f64f452802718c20b4a117d6c8f9c6",
|
|
14
|
+
"sha256": "31140996faed13b946c0c30a2573e8675110c44f997f39d4f99f8a87dff0723a",
|
|
15
|
+
"signature": {
|
|
16
|
+
"status": "unsigned-development"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 2,
|
|
3
|
+
"component": "xeno-pty",
|
|
4
|
+
"binary": "xeno_pty.node",
|
|
5
|
+
"apiVersion": 1,
|
|
6
|
+
"platform": "win32",
|
|
7
|
+
"architecture": "arm64",
|
|
8
|
+
"abi": "napi-v8",
|
|
9
|
+
"napi": 8,
|
|
10
|
+
"minimumNode": "20.0.0",
|
|
11
|
+
"nodeHeaders": "24.18.0",
|
|
12
|
+
"compiler": "Microsoft (R) C/C++ Optimizing Compiler Version 19.44.35228 for ARM64",
|
|
13
|
+
"sourceSha256": "58b4f8c09219160fd34cc7a4984fc9a445c95ffa51b42e8cca701b4916f2eca2",
|
|
14
|
+
"sha256": "fe86fb0240c84904b35313d9a36177d120d8a9baf63c27ae08be54872dced45e",
|
|
15
|
+
"signature": {
|
|
16
|
+
"status": "unsigned-development"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
Binary file
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"abi": "napi-v8",
|
|
9
9
|
"napi": 8,
|
|
10
10
|
"minimumNode": "20.0.0",
|
|
11
|
-
"nodeHeaders": "24.
|
|
11
|
+
"nodeHeaders": "24.18.0",
|
|
12
12
|
"compiler": "Microsoft (R) C/C++ Optimizing Compiler Version 19.44.35222 for x64",
|
|
13
|
-
"sourceSha256": "
|
|
13
|
+
"sourceSha256": "58b4f8c09219160fd34cc7a4984fc9a445c95ffa51b42e8cca701b4916f2eca2",
|
|
14
14
|
"sha256": "91d9a464823091603d784cbc3a570b8a0e514576eeb4b8fb2aabcdcbb64bccad",
|
|
15
15
|
"signature": {
|
|
16
16
|
"status": "unsigned-development"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xenosystem/agent-cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.19",
|
|
4
4
|
"description": "XENO AGENT - AI-powered terminal agent CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
],
|
|
69
69
|
"license": "UNLICENSED",
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@xenosystem/agent-sdk": "0.8
|
|
71
|
+
"@xenosystem/agent-sdk": "0.9.8",
|
|
72
72
|
"undici": "6.27.0"
|
|
73
73
|
},
|
|
74
74
|
"engines": {
|
package/scripts/install.ps1
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
$ErrorActionPreference = "Stop"
|
|
2
|
-
|
|
3
|
-
$Package = if ($env:XENO_PACKAGE) { $env:XENO_PACKAGE } else { "@xenosystem/agent-cli" }
|
|
4
|
-
$Channel = if ($env:XENO_RELEASE_CHANNEL) { $env:XENO_RELEASE_CHANNEL } else { "latest" }
|
|
5
|
-
|
|
6
|
-
if (-not (Get-Command npm -ErrorAction SilentlyContinue)) {
|
|
7
|
-
throw "npm is required. Install Node.js first: https://nodejs.org/"
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
$Integrity = npm view "$Package@$Channel" dist.integrity 2>$null
|
|
11
|
-
if ($Integrity) {
|
|
12
|
-
Write-Host "Resolved npm integrity: $Integrity"
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
npm install -g "$Package@$Channel"
|
|
16
|
-
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
|
|
17
|
-
|
|
18
|
-
xeno --version
|
|
1
|
+
$ErrorActionPreference = "Stop"
|
|
2
|
+
|
|
3
|
+
$Package = if ($env:XENO_PACKAGE) { $env:XENO_PACKAGE } else { "@xenosystem/agent-cli" }
|
|
4
|
+
$Channel = if ($env:XENO_RELEASE_CHANNEL) { $env:XENO_RELEASE_CHANNEL } else { "latest" }
|
|
5
|
+
|
|
6
|
+
if (-not (Get-Command npm -ErrorAction SilentlyContinue)) {
|
|
7
|
+
throw "npm is required. Install Node.js first: https://nodejs.org/"
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
$Integrity = npm view "$Package@$Channel" dist.integrity 2>$null
|
|
11
|
+
if ($Integrity) {
|
|
12
|
+
Write-Host "Resolved npm integrity: $Integrity"
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
npm install -g "$Package@$Channel"
|
|
16
|
+
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
|
|
17
|
+
|
|
18
|
+
xeno --version
|