@xenosystem/agent-cli 0.5.17 → 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.
@@ -8,10 +8,10 @@
8
8
  "abi": "napi-v8",
9
9
  "napi": 8,
10
10
  "minimumNode": "20.0.0",
11
- "nodeHeaders": "18.20.4",
12
- "compiler": "c++ (Debian 12.2.0-14+deb12u1) 12.2.0",
11
+ "nodeHeaders": "24.18.0",
12
+ "compiler": "c++ (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0",
13
13
  "sourceSha256": "6ba69e62cf0c0765546afa19f1820c1cc7f64f452802718c20b4a117d6c8f9c6",
14
- "sha256": "07f660ac0c32ac7a2900f3abdfa12550f603880f02a1763a12a63064fe802006",
14
+ "sha256": "14023104eef0c9477b64c784d4c4c68cf468c488646f209c7a90ff63e5b037cb",
15
15
  "signature": {
16
16
  "status": "unsigned-development"
17
17
  }
@@ -8,10 +8,10 @@
8
8
  "abi": "napi-v8",
9
9
  "napi": 8,
10
10
  "minimumNode": "20.0.0",
11
- "nodeHeaders": "18.20.4",
12
- "compiler": "c++ (Debian 12.2.0-14+deb12u1) 12.2.0",
11
+ "nodeHeaders": "24.18.0",
12
+ "compiler": "c++ (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0",
13
13
  "sourceSha256": "6ba69e62cf0c0765546afa19f1820c1cc7f64f452802718c20b4a117d6c8f9c6",
14
- "sha256": "a93757b552cb9236fe33773228072df270659d6a015a92fb96d21a9d22c5f2cb",
14
+ "sha256": "31140996faed13b946c0c30a2573e8675110c44f997f39d4f99f8a87dff0723a",
15
15
  "signature": {
16
16
  "status": "unsigned-development"
17
17
  }
@@ -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
+ }
@@ -8,9 +8,9 @@
8
8
  "abi": "napi-v8",
9
9
  "napi": 8,
10
10
  "minimumNode": "20.0.0",
11
- "nodeHeaders": "24.13.1",
11
+ "nodeHeaders": "24.18.0",
12
12
  "compiler": "Microsoft (R) C/C++ Optimizing Compiler Version 19.44.35222 for x64",
13
- "sourceSha256": "9f6f6248f35f2f6b767b153f66670d5ed8f95cb7d6242c77c652efe5cca2d038",
13
+ "sourceSha256": "58b4f8c09219160fd34cc7a4984fc9a445c95ffa51b42e8cca701b4916f2eca2",
14
14
  "sha256": "91d9a464823091603d784cbc3a570b8a0e514576eeb4b8fb2aabcdcbb64bccad",
15
15
  "signature": {
16
16
  "status": "unsigned-development"
@@ -1,4 +1,4 @@
1
- {
2
- "schemaVersion": 1,
3
- "keys": []
4
- }
1
+ {
2
+ "schemaVersion": 1,
3
+ "keys": []
4
+ }
@@ -10,7 +10,8 @@
10
10
  "targetLevel": "P2",
11
11
  "enforcedLevel": "pre-P1",
12
12
  "xenoPackagePrefixes": [
13
- "@xeno-corporation/"
13
+ "@xeno-corporation/",
14
+ "@xenosystem/"
14
15
  ],
15
16
  "repositories": {
16
17
  "sdk": {
package/package.json CHANGED
@@ -1,77 +1,77 @@
1
- {
2
- "name": "@xenosystem/agent-cli",
3
- "version": "0.5.17",
4
- "description": "XENO AGENT - AI-powered terminal agent CLI. EXPERIMENTAL unsigned build: interactive native terminal ships for linux-x64, linux-arm64, win32-x64, darwin-x64 and darwin-arm64 (opt in with XENO_ALLOW_UNSIGNED_NATIVE=1); win32-arm64 runs in pipe mode only. See README platform-support matrix.",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "exports": {
8
- ".": "./dist/index.js"
9
- },
10
- "bin": {
11
- "xeno": "dist/index.js",
12
- "xeno-agent": "dist/index.js",
13
- "xeno-code": "dist/index.js"
14
- },
15
- "pkg": {
16
- "assets": [
17
- "native/xeno-pty/prebuilds/**/manifest.json",
18
- "native/xeno-pty/prebuilds/**/*.node",
19
- "native/xeno-pty/trusted-keys.json",
20
- "native/mxc/**/*",
21
- "ownership/**/*"
22
- ],
23
- "bytecode": false,
24
- "public": true
25
- },
26
- "files": [
27
- "dist/",
28
- "native/xeno-pty/prebuilds/",
29
- "native/xeno-pty/trusted-keys.json",
30
- "ownership/",
31
- "scripts/install.sh",
32
- "scripts/install.ps1",
33
- "README.md",
34
- "LICENSE"
35
- ],
36
- "scripts": {
37
- "dev": "tsx src/index.ts",
38
- "build": "tsup --config tsup.config.ts",
39
- "build:pty": "node native/xeno-pty/scripts/build.mjs",
40
- "test:pty:native": "node native/xeno-pty/scripts/smoke-native.mjs && node native/xeno-pty/scripts/fuzz-native.mjs --iterations 100",
41
- "bench:pty:native": "node native/xeno-pty/scripts/benchmark-native.mjs",
42
- "start": "node dist/index.js",
43
- "typecheck": "tsc --noEmit -p tsconfig.json",
44
- "bench:coding-tools": "tsx src/index.ts bench coding-tools --json",
45
- "update:check": "tsx src/index.ts update --check --json",
46
- "prepack": "npm run build",
47
- "prepublishOnly": "npm run prepack && npm run typecheck"
48
- },
49
- "publishConfig": {
50
- "access": "public"
51
- },
52
- "homepage": "https://xenostudio.ai",
53
- "repository": {
54
- "type": "git",
55
- "url": "git+https://github.com/XENO-CORPORATION/xeno-agent-cli.git"
56
- },
57
- "bugs": {
58
- "url": "https://xenostudio.ai/contact"
59
- },
60
- "keywords": [
61
- "ai",
62
- "agent",
63
- "cli",
64
- "llm",
65
- "tools",
66
- "terminal",
67
- "code-assistant"
68
- ],
69
- "license": "UNLICENSED",
70
- "dependencies": {
71
- "@xenosystem/agent-sdk": "0.8.12",
72
- "undici": "6.27.0"
73
- },
74
- "engines": {
75
- "node": ">=20.0.0"
76
- }
77
- }
1
+ {
2
+ "name": "@xenosystem/agent-cli",
3
+ "version": "0.5.19",
4
+ "description": "XENO AGENT - AI-powered terminal agent CLI",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "exports": {
8
+ ".": "./dist/index.js"
9
+ },
10
+ "bin": {
11
+ "xeno": "dist/index.js",
12
+ "xeno-agent": "dist/index.js",
13
+ "xeno-code": "dist/index.js"
14
+ },
15
+ "pkg": {
16
+ "assets": [
17
+ "native/xeno-pty/prebuilds/**/manifest.json",
18
+ "native/xeno-pty/prebuilds/**/*.node",
19
+ "native/xeno-pty/trusted-keys.json",
20
+ "native/mxc/**/*",
21
+ "ownership/**/*"
22
+ ],
23
+ "bytecode": false,
24
+ "public": true
25
+ },
26
+ "files": [
27
+ "dist/",
28
+ "native/xeno-pty/prebuilds/",
29
+ "native/xeno-pty/trusted-keys.json",
30
+ "ownership/",
31
+ "scripts/install.sh",
32
+ "scripts/install.ps1",
33
+ "README.md",
34
+ "LICENSE"
35
+ ],
36
+ "scripts": {
37
+ "dev": "tsx src/index.ts",
38
+ "build": "tsup --config tsup.config.ts",
39
+ "build:pty": "node native/xeno-pty/scripts/build.mjs",
40
+ "test:pty:native": "node native/xeno-pty/scripts/smoke-native.mjs && node native/xeno-pty/scripts/fuzz-native.mjs --iterations 100",
41
+ "bench:pty:native": "node native/xeno-pty/scripts/benchmark-native.mjs",
42
+ "start": "node dist/index.js",
43
+ "typecheck": "tsc --noEmit -p tsconfig.json",
44
+ "bench:coding-tools": "tsx src/index.ts bench coding-tools --json",
45
+ "update:check": "tsx src/index.ts update --check --json",
46
+ "prepack": "npm run build",
47
+ "prepublishOnly": "npm run prepack && npm run typecheck"
48
+ },
49
+ "publishConfig": {
50
+ "access": "public"
51
+ },
52
+ "homepage": "https://xenostudio.ai",
53
+ "repository": {
54
+ "type": "git",
55
+ "url": "git+https://github.com/XENO-CORPORATION/xeno-agent-cli.git"
56
+ },
57
+ "bugs": {
58
+ "url": "https://xenostudio.ai/contact"
59
+ },
60
+ "keywords": [
61
+ "ai",
62
+ "agent",
63
+ "cli",
64
+ "llm",
65
+ "tools",
66
+ "terminal",
67
+ "code-assistant"
68
+ ],
69
+ "license": "UNLICENSED",
70
+ "dependencies": {
71
+ "@xenosystem/agent-sdk": "0.9.8",
72
+ "undici": "6.27.0"
73
+ },
74
+ "engines": {
75
+ "node": ">=20.0.0"
76
+ }
77
+ }
@@ -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
@@ -1,69 +0,0 @@
1
- # xeno-pty native artifact provenance — 0.5.17
2
-
3
- `*.node` binaries are gitignored, so this directory is populated by a build, not
4
- by a checkout. This file records where each shipped artifact actually came from.
5
- Every claim below is checkable from the artifacts themselves.
6
-
7
- Native sources for this release:
8
-
9
- - `src/xeno_pty_posix.cpp` — `sha256 6ba69e62cf0c0765546afa19f1820c1cc7f64f452802718c20b4a117d6c8f9c6`
10
- - `src/xeno_pty_win.cpp` — `sha256 9f6f6248f35f2f6b767b153f66670d5ed8f95cb7d6242c77c652efe5cca2d038`
11
-
12
- Each `manifest.json` records the `sourceSha256` its binary was compiled from.
13
- Line endings are pinned to LF via `.gitattributes` so these hashes are
14
- checkout-independent.
15
-
16
- | Target | `sha256` of `xeno_pty.node` | Origin |
17
- | -------------- | ------------------------------------------------------------------ | ------ |
18
- | `win32-x64` | `91d9a464823091603d784cbc3a570b8a0e514576eeb4b8fb2aabcdcbb64bccad` | Built for 0.5.17, MSVC 19.44.35222, `/Brepro`. Reproduced the hash already recorded in the tracked manifest. Load-verified. |
19
- | `linux-x64` | `a93757b552cb9236fe33773228072df270659d6a015a92fb96d21a9d22c5f2cb` | Built for 0.5.17 in a Debian 12 container, g++ 12.2.0. Load-verified plus a real PTY spawn round-trip. |
20
- | `linux-arm64` | `07f660ac0c32ac7a2900f3abdfa12550f603880f02a1763a12a63064fe802006` | Built for 0.5.17 in a Debian 12 `linux/arm64` container under QEMU, g++ 12.2.0. Load-verified plus a real PTY spawn round-trip **on aarch64**. |
21
- | `darwin-arm64` | `b1e689d8563464cd95ac600f42a26182d072d1922f5a57f85ec5717603eff864` | **Carried forward from published 0.4.45.** Not rebuilt. See below. |
22
- | `darwin-x64` | `ff459f0ee222bec04513190d2922a9ed76d9bbeb80f5335e6663eed942a4996a` | **Carried forward from published 0.4.45.** Not rebuilt. See below. |
23
- | `win32-arm64` | *(absent)* | **Not shipped.** See below. |
24
-
25
- ## macOS artifacts are carried forward, not rebuilt
26
-
27
- `darwin-arm64` and `darwin-x64` are the exact artifacts published in
28
- `@xeno-corporation/xeno-agent-cli@0.4.45`, compiled by the last macOS CI run
29
- with Apple clang 17.0.0.
30
-
31
- They are carried forward rather than dropped because they are provably built
32
- from *this* release's source: both manifests record
33
- `sourceSha256 = 6ba69e62cf0c…`, byte-identical to `src/xeno_pty_posix.cpp`
34
- above. Verified during release preparation:
35
-
36
- - binary `sha256` matches the value in its own `manifest.json`;
37
- - `manifest.sourceSha256` matches this release's POSIX source;
38
- - both are valid 64-bit Mach-O `MH_BUNDLE` images with the correct `cputype`
39
- (`arm64` / `x86_64`).
40
-
41
- Not verified, and not claimed: these binaries were **not executed** during
42
- release preparation. Building or running macOS binaries requires Apple hardware,
43
- which was not available. macOS is source-verified, not run-verified, for 0.5.17.
44
-
45
- ## `win32-arm64` is not shipped
46
-
47
- Two independent reasons:
48
-
49
- 1. The Windows-on-ARM cross-compiler was not present on the release machine.
50
- Visual Studio 2022 Build Tools were installed with `x86`/`x64` targets only;
51
- `Microsoft.VisualStudio.Component.VC.Tools.ARM64` was absent, and installing
52
- it needs elevation. `scripts/build-windows.ps1 -Architecture arm64` already
53
- supports the cross-build once that component exists.
54
- 2. The `win32-arm64` artifact published in 0.4.45 records
55
- `sourceSha256 = 58b4f8c09219…`, which does **not** match this release's
56
- `xeno_pty_win.cpp` (`9f6f6248f35f…`). It was built from a different source
57
- revision, so carrying it forward would ship a binary whose manifest
58
- contradicts the shipped source.
59
-
60
- Dropping it is the honest option: on `win32-arm64` the CLI reports the
61
- unavailability explicitly and runs shell commands in pipe mode.
62
-
63
- ## Signature status
64
-
65
- All manifests are `unsigned-development` and `trusted-keys.json` is empty, so on
66
- a normal install the loader refuses to load any of these artifacts and the
67
- interactive terminal is off by default on every platform. Opt in with
68
- `XENO_ALLOW_UNSIGNED_NATIVE=1`. This is unchanged from 0.4.45, which shipped six
69
- binaries under exactly the same gate.