@mmmbuto/gemini-cli-termux 0.21.3-termux → 0.21.4-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 +2 -2
- package/bundle/gemini.js +3301 -2975
- package/bundle/policies/agent.toml +31 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ Temporary compatibility fork of `google-gemini/gemini-cli` for Android Termux.
|
|
|
15
15
|
|
|
16
16
|
- Tracks upstream regularly.
|
|
17
17
|
- Minimal patches only: Termux clipboard env fix, native modules marked
|
|
18
|
-
optional.
|
|
18
|
+
optional, PTY auto-disabled on Termux (fallback to child_process).
|
|
19
19
|
- Bundled for ARM64/Android.
|
|
20
20
|
- Sunset: once upstream adds Termux support, migrate back to
|
|
21
21
|
`@google/gemini-cli`.
|
|
@@ -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.21.
|
|
30
|
+
gemini --version # expected: 0.21.4-termux (latest)
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
Build from source:
|