@mmmbuto/gemini-cli-termux 0.21.1-termux → 0.21.3-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.
- package/README.md +21 -15
- package/bundle/gemini.js +2821 -1847
- package/package.json +4 -12
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mmmbuto/gemini-cli-termux",
|
|
3
|
-
"version": "0.21.
|
|
4
|
-
"description": "Gemini CLI Termux Edition (Android-compatible fork)",
|
|
3
|
+
"version": "0.21.3-termux",
|
|
5
4
|
"engines": {
|
|
6
5
|
"node": ">=20.0.0"
|
|
7
6
|
},
|
|
@@ -12,14 +11,10 @@
|
|
|
12
11
|
"private": false,
|
|
13
12
|
"repository": {
|
|
14
13
|
"type": "git",
|
|
15
|
-
"url": "
|
|
14
|
+
"url": "https://github.com/DioNanos/gemini-cli-termux.git"
|
|
16
15
|
},
|
|
17
|
-
"bugs": {
|
|
18
|
-
"url": "https://github.com/DioNanos/gemini-cli-termux/issues"
|
|
19
|
-
},
|
|
20
|
-
"homepage": "https://github.com/DioNanos/gemini-cli-termux#readme",
|
|
21
16
|
"config": {
|
|
22
|
-
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.21.0-nightly.
|
|
17
|
+
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.21.0-nightly.20251209.ec9a8c7a7"
|
|
23
18
|
},
|
|
24
19
|
"scripts": {
|
|
25
20
|
"start": "cross-env NODE_ENV=development node scripts/start.js",
|
|
@@ -124,7 +119,6 @@
|
|
|
124
119
|
"yargs": "^17.7.2"
|
|
125
120
|
},
|
|
126
121
|
"dependencies": {
|
|
127
|
-
"express": "^4.22.1",
|
|
128
122
|
"ink": "npm:@jrichman/ink@6.4.6",
|
|
129
123
|
"latest-version": "^9.0.0",
|
|
130
124
|
"simple-git": "^3.28.0"
|
|
@@ -136,9 +130,7 @@
|
|
|
136
130
|
"@lydell/node-pty-linux-x64": "1.1.0",
|
|
137
131
|
"@lydell/node-pty-win32-arm64": "1.1.0",
|
|
138
132
|
"@lydell/node-pty-win32-x64": "1.1.0",
|
|
139
|
-
"
|
|
140
|
-
"node-pty": "^1.0.0",
|
|
141
|
-
"tree-sitter-bash": "0.25.0"
|
|
133
|
+
"node-pty": "^1.0.0"
|
|
142
134
|
},
|
|
143
135
|
"lint-staged": {
|
|
144
136
|
"*.{js,jsx,ts,tsx}": [
|