@mmmbuto/gemini-cli-termux 0.21.1-termux → 0.21.2-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 CHANGED
@@ -27,7 +27,7 @@ pkg update && pkg upgrade -y
27
27
  pkg install nodejs-lts -y
28
28
  npm install -g @mmmbuto/gemini-cli-termux
29
29
 
30
- gemini --version # expected: 0.20.1-termux (latest)
30
+ gemini --version # expected: 0.21.2-termux (latest)
31
31
  ```
32
32
 
33
33
  Build from source:
@@ -56,17 +56,18 @@ node bundle/gemini.js --version
56
56
 
57
57
  ### 📚 Complete Documentation
58
58
 
59
- - **[Test Results](./GEMINI_TEST_v0.21.1.md)** - Comprehensive test report with analysis
59
+ - **[Test Results](./GEMINI_TEST_REPORT_v0.21.2.md)** - Comprehensive test
60
+ report with analysis
60
61
  - **[Test Suite](./GEMINI_TEST_SUITE.md)** - Test methodology and checklist
61
62
  - **[Patches & Fixes](./docs/patches/)** - Known issues and workarounds
62
63
 
63
64
  ### 🔧 Common Issues & Solutions
64
65
 
65
- | Issue | Quick Fix | Documentation |
66
- |-------|-----------|---------------|
67
- | node-pty warning | `export NODE_NO_WARNINGS=1` | [Details](./docs/patches/node-pty-warning.md) |
68
- | CLI syntax (`--json`) | Use `-o json` instead | [Details](./docs/patches/cli-syntax-differences.md) |
69
- | Hooks commands | Use interactive mode `/hooks` | [Details](./docs/patches/hooks-interactive-only.md) |
66
+ | Issue | Quick Fix | Documentation |
67
+ | --------------------- | ----------------------------- | --------------------------------------------------- |
68
+ | node-pty warning | `export NODE_NO_WARNINGS=1` | [Details](./docs/patches/node-pty-warning.md) |
69
+ | CLI syntax (`--json`) | Use `-o json` instead | [Details](./docs/patches/cli-syntax-differences.md) |
70
+ | Hooks commands | Use interactive mode `/hooks` | [Details](./docs/patches/hooks-interactive-only.md) |
70
71
 
71
72
  ### 📝 Quick Reference
72
73
 
@@ -95,21 +96,25 @@ npm install -g @mmmbuto/gemini-cli-termux@latest
95
96
 
96
97
  ### Versions
97
98
 
98
- - **latest**: 0.21.1-termux (this build)
99
- - **stable**: 0.21.1-termux
99
+ - **latest**: 0.21.2-termux (this build)
100
+ - **stable**: 0.21.2-termux
100
101
 
101
102
  ## Tests
102
103
 
103
104
  - Suite: [`GEMINI_TEST_SUITE.md`](./GEMINI_TEST_SUITE.md)
104
- - Latest report: [`GEMINI_TEST_REPORT_v0.21.1.md`](./GEMINI_TEST_REPORT_v0.21.1.md)
105
+ - Latest report:
106
+ [`GEMINI_TEST_REPORT_v0.21.2.md`](./GEMINI_TEST_REPORT_v0.21.2.md)
105
107
  - Total: 37 tests; ✅ Pass: 33; ❌ Fail: 4; ⚠️ Skip: 0 (89%).
106
- - Known gaps (not implemented): `gemini models list`, `gemini hooks` (x2), `gemini auth status`.
108
+ - Known gaps (not implemented): `gemini models list`, `gemini hooks` (x2),
109
+ `gemini auth status`.
107
110
  - Package/Binary: 6/6 pass; Termux-specific: 8/8 pass.
108
- - Optional native modules (node-pty, keytar, tree-sitter-bash) not built on Termux → warnings expected; CLI remains functional.
111
+ - Optional native modules (node-pty, keytar, tree-sitter-bash) not built on
112
+ Termux → warnings expected; CLI remains functional.
109
113
 
110
114
  ## Changelog (Termux)
111
115
 
112
- - **0.21.1-termux** (latest/stable): upstream main sync; Termux patches retained; bundle export fix for `createInkStdio`; tests pending refresh.
116
+ - **0.21.2-termux** (latest/stable): upstream main sync; Termux patches
117
+ retained; bundle export fix for `createInkStdio`; tests pending refresh.
113
118
 
114
119
  ## Upstream Tracking
115
120
 
package/bundle/gemini.js CHANGED
@@ -155984,8 +155984,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
155984
155984
  var init_git_commit = __esm({
155985
155985
  "packages/core/dist/src/generated/git-commit.js"() {
155986
155986
  "use strict";
155987
- GIT_COMMIT_INFO = "645eb8f1f";
155988
- CLI_VERSION = "0.21.1-termux";
155987
+ GIT_COMMIT_INFO = "71f272f13";
155988
+ CLI_VERSION = "0.21.2-termux";
155989
155989
  }
155990
155990
  });
155991
155991
 
@@ -235767,7 +235767,7 @@ async function createContentGenerator(config2, gcConfig, sessionId2) {
235767
235767
  if (gcConfig.fakeResponses) {
235768
235768
  return FakeContentGenerator.fromFile(gcConfig.fakeResponses);
235769
235769
  }
235770
- const version4 = "0.21.1-termux";
235770
+ const version4 = "0.21.2-termux";
235771
235771
  const customHeadersEnv = process.env["GEMINI_CLI_CUSTOM_HEADERS"] || void 0;
235772
235772
  const userAgent = `GeminiCLI/${version4} (${process.platform}; ${process.arch})`;
235773
235773
  const customHeadersMap = parseCustomHeaders(customHeadersEnv);
@@ -356169,7 +356169,7 @@ async function getClientMetadata() {
356169
356169
  clientMetadataPromise = (async () => ({
356170
356170
  ideName: "IDE_UNSPECIFIED",
356171
356171
  pluginType: "GEMINI",
356172
- ideVersion: "0.21.1-termux",
356172
+ ideVersion: "0.21.2-termux",
356173
356173
  platform: getPlatform(),
356174
356174
  updateChannel: await getReleaseChannel(__dirname5)
356175
356175
  }))();
@@ -428861,7 +428861,7 @@ var WarningMessage = ({ text }) => {
428861
428861
  };
428862
428862
 
428863
428863
  // packages/cli/src/generated/git-commit.ts
428864
- var GIT_COMMIT_INFO2 = "94ac7a148";
428864
+ var GIT_COMMIT_INFO2 = "ea38b17f0";
428865
428865
 
428866
428866
  // packages/cli/src/ui/components/AboutBox.tsx
428867
428867
  var import_jsx_runtime33 = __toESM(require_jsx_runtime(), 1);
@@ -442121,7 +442121,7 @@ var __filename3 = fileURLToPath14(import.meta.url);
442121
442121
  var __dirname9 = path83.dirname(__filename3);
442122
442122
  async function getCliVersion() {
442123
442123
  const pkgJson = await getPackageJson(__dirname9);
442124
- return "0.21.1-termux";
442124
+ return "0.21.2-termux";
442125
442125
  }
442126
442126
 
442127
442127
  // packages/cli/src/ui/commands/aboutCommand.ts
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "@mmmbuto/gemini-cli-termux",
3
- "version": "0.21.1-termux",
4
- "description": "Gemini CLI Termux Edition (Android-compatible fork)",
3
+ "version": "0.21.2-termux",
5
4
  "engines": {
6
5
  "node": ">=20.0.0"
7
6
  },
@@ -12,12 +11,8 @@
12
11
  "private": false,
13
12
  "repository": {
14
13
  "type": "git",
15
- "url": "git+https://github.com/DioNanos/gemini-cli-termux.git"
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
17
  "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.21.0-nightly.20251202.2d935b379"
23
18
  },
@@ -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
- "keytar": "^7.9.0",
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}": [