shellx-cli 0.0.14 → 0.0.16
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/bundle/shellx.js +18755 -18785
- package/package.json +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shellx-cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20.0.0"
|
|
6
6
|
},
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.15.0-nightly.20251107.b8eeb553"
|
|
17
17
|
},
|
|
18
18
|
"scripts": {
|
|
19
|
+
"postinstall": "npm install shellx-files-arm64",
|
|
19
20
|
"start": "cross-env NODE_ENV=development node scripts/start.js",
|
|
20
21
|
"start:a2a-server": "CODER_AGENT_PORT=41242 npm run start --workspace @google/gemini-cli-a2a-server",
|
|
21
22
|
"debug": "cross-env DEBUG=1 node --inspect-brk scripts/start.js",
|
|
@@ -33,7 +34,7 @@
|
|
|
33
34
|
"build-and-start": "npm run build && npm run start",
|
|
34
35
|
"build:vscode": "node scripts/build_vscode_companion.js",
|
|
35
36
|
"build:all": "npm run build && npm run build:sandbox && npm run build:vscode",
|
|
36
|
-
"build:packages": "npm run build --workspace
|
|
37
|
+
"build:packages": "npm run build --workspace shellx-ai && npm run build --workspace @google/gemini-cli-core && npm run build --workspaces",
|
|
37
38
|
"bundle-start": "npm run build:packages && npm run bundle && node bundle/shellx.js -d",
|
|
38
39
|
"bundle-build": "npm run build:packages && npm run bundle",
|
|
39
40
|
"build:sandbox": "node scripts/build_sandbox.js",
|
|
@@ -54,7 +55,6 @@
|
|
|
54
55
|
"typecheck": "npm run typecheck --workspaces --if-present",
|
|
55
56
|
"preflight": "npm run clean && npm ci && npm run format && npm run lint:ci && npm run build && npm run typecheck && npm run test:ci",
|
|
56
57
|
"prepare": "husky",
|
|
57
|
-
"postinstall": "npm run build:packages && npm run bundle",
|
|
58
58
|
"prepare:package": "node scripts/prepare-package.js",
|
|
59
59
|
"release:version": "node scripts/version.js",
|
|
60
60
|
"telemetry": "node scripts/telemetry.js",
|
|
@@ -121,9 +121,10 @@
|
|
|
121
121
|
"yargs": "^17.7.2"
|
|
122
122
|
},
|
|
123
123
|
"dependencies": {
|
|
124
|
+
"eval": "^0.1.8",
|
|
124
125
|
"latest-version": "^9.0.0",
|
|
125
|
-
"
|
|
126
|
-
"
|
|
126
|
+
"shellx-files-arm64": "^0.0.2",
|
|
127
|
+
"simple-git": "^3.28.0"
|
|
127
128
|
},
|
|
128
129
|
"optionalDependencies": {
|
|
129
130
|
"@lydell/node-pty": "1.1.0",
|