@xenosystem/agent-cli 0.5.28 → 0.5.30
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/dist/index.js +1841 -1787
- package/dist/metafile-esm.json +1 -1
- package/native/xeno-pty/prebuilds/darwin-arm64/xeno_pty.node +0 -0
- package/native/xeno-pty/prebuilds/darwin-x64/xeno_pty.node +0 -0
- package/native/xeno-pty/prebuilds/linux-arm64/xeno_pty.node +0 -0
- package/native/xeno-pty/prebuilds/linux-x64/xeno_pty.node +0 -0
- package/native/xeno-pty/prebuilds/win32-arm64/xeno_pty.node +0 -0
- package/native/xeno-pty/prebuilds/win32-x64/manifest.json +1 -1
- package/package.json +4 -4
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"minimumNode": "20.0.0",
|
|
11
11
|
"nodeHeaders": "24.13.1",
|
|
12
12
|
"compiler": "Microsoft (R) C/C++ Optimizing Compiler Version 19.44.35222 for x64",
|
|
13
|
-
"sourceSha256": "
|
|
13
|
+
"sourceSha256": "3da3e5b6c553f76d9adb3078507c9d615e5dcae9fe5f8b86094e219c7ad768fa",
|
|
14
14
|
"sha256": "e01bb2a4e2a91d3d68914aeadb2c2897fa962756ed177e215e574b7f9ed43fe9",
|
|
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.30",
|
|
4
4
|
"description": "Autonomous developer agent CLI for continuous software engineering across repositories, terminals, and model backends",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -71,9 +71,9 @@
|
|
|
71
71
|
],
|
|
72
72
|
"license": "UNLICENSED",
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@xenosystem/agent-interface-client": "0.1.
|
|
75
|
-
"@xenosystem/agent-interface-contract": "0.1.
|
|
76
|
-
"@xenosystem/agent-sdk": "0.9.
|
|
74
|
+
"@xenosystem/agent-interface-client": "0.1.8",
|
|
75
|
+
"@xenosystem/agent-interface-contract": "0.1.8",
|
|
76
|
+
"@xenosystem/agent-sdk": "0.9.14",
|
|
77
77
|
"undici": "6.28.0"
|
|
78
78
|
},
|
|
79
79
|
"engines": {
|