@mmmbuto/gemini-cli-termux 0.21.2-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.
Files changed (3) hide show
  1. package/README.md +9 -8
  2. package/bundle/gemini.js +2821 -1847
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -56,7 +56,7 @@ node bundle/gemini.js --version
56
56
 
57
57
  ### 📚 Complete Documentation
58
58
 
59
- - **[Test Results](./GEMINI_TEST_REPORT_v0.21.2.md)** - Comprehensive test
59
+ - **[Test Results](./GEMINI_TEST_REPORT_v0.21.3.md)** - Comprehensive test
60
60
  report with analysis
61
61
  - **[Test Suite](./GEMINI_TEST_SUITE.md)** - Test methodology and checklist
62
62
  - **[Patches & Fixes](./docs/patches/)** - Known issues and workarounds
@@ -96,18 +96,19 @@ npm install -g @mmmbuto/gemini-cli-termux@latest
96
96
 
97
97
  ### Versions
98
98
 
99
- - **latest**: 0.21.2-termux (this build)
100
- - **stable**: 0.21.2-termux
99
+ - **latest**: 0.21.3-termux (this build)
100
+ - **stable**: 0.21.3-termux
101
101
 
102
102
  ## Tests
103
103
 
104
104
  - Suite: [`GEMINI_TEST_SUITE.md`](./GEMINI_TEST_SUITE.md)
105
105
  - Latest report:
106
- [`GEMINI_TEST_REPORT_v0.21.2.md`](./GEMINI_TEST_REPORT_v0.21.2.md)
107
- - Total: 37 tests; Pass: 33; ❌ Fail: 4; ⚠️ Skip: 0 (89%).
108
- - Known gaps (not implemented): `gemini models list`, `gemini hooks` (x2),
109
- `gemini auth status`.
110
- - Package/Binary: 6/6 pass; Termux-specific: 8/8 pass.
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.
111
112
  - Optional native modules (node-pty, keytar, tree-sitter-bash) not built on
112
113
  Termux → warnings expected; CLI remains functional.
113
114