shellx-cli 0.0.12 → 0.0.14

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": "shellx-cli",
3
- "version": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },
@@ -13,42 +13,62 @@
13
13
  "url": "git+https://github.com/10cl/shellx-cli.git"
14
14
  },
15
15
  "config": {
16
- "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.21"
16
+ "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.15.0-nightly.20251107.b8eeb553"
17
17
  },
18
18
  "scripts": {
19
- "start": "node scripts/start.js",
19
+ "start": "cross-env NODE_ENV=development node scripts/start.js",
20
20
  "start:a2a-server": "CODER_AGENT_PORT=41242 npm run start --workspace @google/gemini-cli-a2a-server",
21
21
  "debug": "cross-env DEBUG=1 node --inspect-brk scripts/start.js",
22
+ "deflake": "node scripts/deflake.js",
23
+ "deflake:test:integration:sandbox:none": "npm run deflake -- --command=\"npm run test:integration:sandbox:none -- --retry=0\"",
24
+ "deflake:test:integration:sandbox:docker": "npm run deflake -- --command=\"npm run test:integration:sandbox:docker -- --retry=0\"",
22
25
  "auth:npm": "npx google-artifactregistry-auth",
23
26
  "auth:docker": "gcloud auth configure-docker us-west1-docker.pkg.dev",
24
27
  "auth": "npm run auth:npm && npm run auth:docker",
25
28
  "generate": "node scripts/generate-git-commit-info.js",
29
+ "predocs:settings": "npm run build --workspace @google/gemini-cli-core",
30
+ "schema:settings": "tsx ./scripts/generate-settings-schema.ts",
31
+ "docs:settings": "tsx ./scripts/generate-settings-doc.ts",
26
32
  "build": "node scripts/build.js",
27
33
  "build-and-start": "npm run build && npm run start",
28
34
  "build:vscode": "node scripts/build_vscode_companion.js",
29
35
  "build:all": "npm run build && npm run build:sandbox && npm run build:vscode",
30
- "build:packages": "npm run build --workspaces",
31
- "build:sandbox": "node scripts/build_sandbox.js --skip-npm-install-build",
36
+ "build:packages": "npm run build --workspace @google/gemini-cli-core && npm run build --workspace shellx-ai && npm run build --workspace shellx-binary && npm run build --workspace @shellx/shellx-cli-phone-agent && npm run build --workspaces",
37
+ "bundle-start": "npm run build:packages && npm run bundle && node bundle/shellx.js -d",
38
+ "bundle-build": "npm run build:packages && npm run bundle",
39
+ "build:sandbox": "node scripts/build_sandbox.js",
32
40
  "bundle": "npm run generate && node esbuild.config.js && node scripts/copy_bundle_assets.js",
33
41
  "test": "npm run test --workspaces --if-present",
34
42
  "test:ci": "npm run test:ci --workspaces --if-present && npm run test:scripts",
35
43
  "test:scripts": "vitest run --config ./scripts/tests/vitest.config.ts",
36
44
  "test:e2e": "cross-env VERBOSE=true KEEP_OUTPUT=true npm run test:integration:sandbox:none",
37
45
  "test:integration:all": "npm run test:integration:sandbox:none && npm run test:integration:sandbox:docker && npm run test:integration:sandbox:podman",
38
- "test:integration:sandbox:none": "GEMINI_SANDBOX=false vitest run --root ./integration-tests",
39
- "test:integration:sandbox:docker": "GEMINI_SANDBOX=docker npm run build:sandbox && GEMINI_SANDBOX=docker vitest run --root ./integration-tests",
40
- "test:integration:sandbox:podman": "GEMINI_SANDBOX=podman vitest run --root ./integration-tests",
41
- "lint": "eslint . --ext .ts,.tsx && eslint integration-tests",
42
- "lint:fix": "eslint . --fix && eslint integration-tests --fix",
43
- "lint:ci": "eslint . --ext .ts,.tsx --max-warnings 0 && eslint integration-tests --max-warnings 0",
46
+ "test:integration:sandbox:none": "cross-env GEMINI_SANDBOX=false vitest run --root ./integration-tests",
47
+ "test:integration:sandbox:docker": "cross-env GEMINI_SANDBOX=docker npm run build:sandbox && cross-env GEMINI_SANDBOX=docker vitest run --root ./integration-tests",
48
+ "test:integration:sandbox:podman": "cross-env GEMINI_SANDBOX=podman vitest run --root ./integration-tests",
49
+ "lint": "eslint . --ext .ts,.tsx && eslint integration-tests && eslint scripts",
50
+ "lint:fix": "eslint . --fix --ext .ts,.tsx && eslint integration-tests --fix && eslint scripts --fix && npm run format",
51
+ "lint:ci": "npm run lint:all",
52
+ "lint:all": "node scripts/lint.js",
44
53
  "format": "prettier --experimental-cli --write .",
45
54
  "typecheck": "npm run typecheck --workspaces --if-present",
46
55
  "preflight": "npm run clean && npm ci && npm run format && npm run lint:ci && npm run build && npm run typecheck && npm run test:ci",
47
- "prepare": "npm run bundle",
56
+ "prepare": "husky",
57
+ "postinstall": "npm run build:packages && npm run bundle",
48
58
  "prepare:package": "node scripts/prepare-package.js",
49
59
  "release:version": "node scripts/version.js",
50
60
  "telemetry": "node scripts/telemetry.js",
51
- "clean": "node scripts/clean.js"
61
+ "check:lockfile": "node scripts/check-lockfile.js",
62
+ "clean": "node scripts/clean.js",
63
+ "pre-commit": "node scripts/pre-commit.js",
64
+ "test:phone-agent": "tsx ./packages/phone-agent/examples/basic-usage.ts"
65
+ },
66
+ "overrides": {
67
+ "ink": "npm:@jrichman/ink@6.4.1",
68
+ "wrap-ansi": "9.0.2",
69
+ "cliui": {
70
+ "wrap-ansi": "7.0.0"
71
+ }
52
72
  },
53
73
  "bin": {
54
74
  "shellx": "bundle/shellx.js"
@@ -59,16 +79,20 @@
59
79
  "LICENSE"
60
80
  ],
61
81
  "devDependencies": {
82
+ "@octokit/rest": "^22.0.0",
62
83
  "@types/marked": "^5.0.2",
63
84
  "@types/mime-types": "^3.0.1",
64
85
  "@types/minimatch": "^5.1.2",
65
86
  "@types/mock-fs": "^4.13.4",
87
+ "@types/prompts": "^2.4.9",
88
+ "@types/react": "^19.2.0",
89
+ "@types/react-dom": "^19.2.0",
66
90
  "@types/shell-quote": "^1.7.5",
67
91
  "@vitest/coverage-v8": "^3.1.1",
68
92
  "@vitest/eslint-plugin": "^1.3.4",
69
- "concurrently": "^9.2.0",
70
93
  "cross-env": "^7.0.3",
71
94
  "esbuild": "^0.25.0",
95
+ "esbuild-plugin-wasm": "^1.1.0",
72
96
  "eslint": "^9.24.0",
73
97
  "eslint-config-prettier": "^10.1.2",
74
98
  "eslint-plugin-import": "^2.31.0",
@@ -77,24 +101,28 @@
77
101
  "eslint-plugin-react-hooks": "^5.2.0",
78
102
  "glob": "^10.4.5",
79
103
  "globals": "^16.0.0",
104
+ "google-artifactregistry-auth": "^3.4.0",
105
+ "husky": "^9.1.7",
106
+ "ink-testing-library": "^4.0.0",
80
107
  "json": "^11.0.0",
81
- "lodash": "^4.17.21",
82
- "memfs": "^4.17.2",
108
+ "lint-staged": "^16.1.6",
109
+ "memfs": "^4.42.0",
83
110
  "mnemonist": "^0.40.3",
84
111
  "mock-fs": "^5.5.0",
85
112
  "msw": "^2.10.4",
113
+ "npm-run-all": "^4.1.5",
86
114
  "prettier": "^3.5.3",
87
- "react-devtools-core": "^4.28.5",
115
+ "react-devtools-core": "^6.1.2",
116
+ "semver": "^7.7.2",
117
+ "strip-ansi": "^7.1.2",
88
118
  "tsx": "^4.20.3",
89
119
  "typescript-eslint": "^8.30.1",
90
120
  "vitest": "^3.2.4",
91
121
  "yargs": "^17.7.2"
92
122
  },
93
123
  "dependencies": {
94
- "@lvce-editor/ripgrep": "^1.6.0",
124
+ "latest-version": "^9.0.0",
95
125
  "simple-git": "^3.28.0",
96
- "strip-ansi": "^7.1.0",
97
- "yauzl": "^3.2.0",
98
126
  "eval": "^0.1.8"
99
127
  },
100
128
  "optionalDependencies": {
@@ -105,5 +133,17 @@
105
133
  "@lydell/node-pty-win32-arm64": "1.1.0",
106
134
  "@lydell/node-pty-win32-x64": "1.1.0",
107
135
  "node-pty": "^1.0.0"
136
+ },
137
+ "lint-staged": {
138
+ "*.{js,jsx,ts,tsx}": [
139
+ "prettier --write",
140
+ "eslint --fix --max-warnings 0 --no-warn-ignored"
141
+ ],
142
+ "eslint.config.js": [
143
+ "prettier --write"
144
+ ],
145
+ "*.{json,md}": [
146
+ "prettier --write"
147
+ ]
108
148
  }
109
149
  }
@@ -1,5 +0,0 @@
1
- # ShellX Binary Assets
2
-
3
- This directory contains the platform-specific ShellX binaries.
4
-
5
- Current platform: linux-x64
Binary file
Binary file
Binary file
@@ -1 +0,0 @@
1
- 7306e895435f5ee2758e92d34a4d82a581a854eebaa1448378c7437a2a79d3b8 *shellx.apk