@mmmbuto/gemini-cli-termux 0.24.8-termux → 0.24.10-termux

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.
@@ -29,3 +29,4 @@
29
29
  decision = "allow"
30
30
  priority = 999
31
31
  modes = ["yolo"]
32
+ allow_redirection = true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmmbuto/gemini-cli-termux",
3
- "version": "0.24.8-termux",
3
+ "version": "0.24.10-termux",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },
@@ -14,7 +14,7 @@
14
14
  "url": "https://github.com/DioNanos/gemini-cli-termux.git"
15
15
  },
16
16
  "config": {
17
- "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.24.8-termux"
17
+ "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.24.9-termux"
18
18
  },
19
19
  "scripts": {
20
20
  "start": "crossenv NODE_ENV=development node scripts/start.js",
@@ -46,7 +46,7 @@
46
46
  "test:integration:sandbox:none": "crossenv GEMINI_SANDBOX=false vitest run --root ./integration-tests",
47
47
  "test:integration:sandbox:docker": "crossenv GEMINI_SANDBOX=docker npm run build:sandbox && crossenv GEMINI_SANDBOX=docker vitest run --root ./integration-tests",
48
48
  "test:integration:sandbox:podman": "crossenv GEMINI_SANDBOX=podman vitest run --root ./integration-tests",
49
- "lint": "eslint . --ext .ts,.tsx && eslint integration-tests && eslint scripts",
49
+ "lint": "eslint . --cache",
50
50
  "lint:fix": "eslint . --fix --ext .ts,.tsx && eslint integration-tests --fix && eslint scripts --fix && npm run format",
51
51
  "lint:ci": "npm run lint:all",
52
52
  "lint:all": "node scripts/lint.js",
@@ -63,7 +63,7 @@
63
63
  "postinstall": "node scripts/postinstall.cjs || true"
64
64
  },
65
65
  "overrides": {
66
- "ink": "npm:@jrichman/ink@6.4.6",
66
+ "ink": "npm:@jrichman/ink@6.4.7",
67
67
  "wrap-ansi": "9.0.2",
68
68
  "cliui": {
69
69
  "wrap-ansi": "7.0.0"
@@ -125,7 +125,8 @@
125
125
  },
126
126
  "dependencies": {
127
127
  "@esbuild/android-arm64": "^0.27.1",
128
- "ink": "npm:@jrichman/ink@6.4.6",
128
+ "@mmmbuto/node-pty-android-arm64": "~1.1.0",
129
+ "ink": "npm:@jrichman/ink@6.4.7",
129
130
  "latest-version": "^9.0.0",
130
131
  "simple-git": "^3.28.0"
131
132
  },