@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/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.
|
|
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](./
|
|
59
|
+
- **[Test Results](./GEMINI_TEST_REPORT_v0.21.3.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
|
|
66
|
-
|
|
67
|
-
| node-pty warning
|
|
68
|
-
| CLI syntax (`--json`) | Use `-o json` instead
|
|
69
|
-
| Hooks commands
|
|
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,26 @@ npm install -g @mmmbuto/gemini-cli-termux@latest
|
|
|
95
96
|
|
|
96
97
|
### Versions
|
|
97
98
|
|
|
98
|
-
- **latest**: 0.21.
|
|
99
|
-
- **stable**: 0.21.
|
|
99
|
+
- **latest**: 0.21.3-termux (this build)
|
|
100
|
+
- **stable**: 0.21.3-termux
|
|
100
101
|
|
|
101
102
|
## Tests
|
|
102
103
|
|
|
103
104
|
- Suite: [`GEMINI_TEST_SUITE.md`](./GEMINI_TEST_SUITE.md)
|
|
104
|
-
- Latest report:
|
|
105
|
-
|
|
106
|
-
-
|
|
107
|
-
|
|
108
|
-
|
|
105
|
+
- Latest report:
|
|
106
|
+
[`GEMINI_TEST_REPORT_v0.21.3.md`](./GEMINI_TEST_REPORT_v0.21.3.md)
|
|
107
|
+
- PASS with warnings (node-pty optional missing log; `--version --json`
|
|
108
|
+
outputs plain string; config-path flag unsupported; extensions settings
|
|
109
|
+
needs subcommand).
|
|
110
|
+
- Non-interactive/file tests executed via agent; Termux checks pass;
|
|
111
|
+
package/bundle verified.
|
|
112
|
+
- Optional native modules (node-pty, keytar, tree-sitter-bash) not built on
|
|
113
|
+
Termux → warnings expected; CLI remains functional.
|
|
109
114
|
|
|
110
115
|
## Changelog (Termux)
|
|
111
116
|
|
|
112
|
-
- **0.21.
|
|
117
|
+
- **0.21.2-termux** (latest/stable): upstream main sync; Termux patches
|
|
118
|
+
retained; bundle export fix for `createInkStdio`; tests pending refresh.
|
|
113
119
|
|
|
114
120
|
## Upstream Tracking
|
|
115
121
|
|