@mmmbuto/gemini-cli-termux 0.24.0-termux → 0.24.1-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
@@ -29,7 +29,7 @@ pkg update && pkg upgrade -y
29
29
  pkg install nodejs-lts -y
30
30
  npm install -g @mmmbuto/gemini-cli-termux
31
31
 
32
- gemini --version # expected: 0.24.0-termux (npm latest)
32
+ gemini --version # expected: 0.24.1-termux (npm latest)
33
33
  ```
34
34
 
35
35
  Build from source:
@@ -105,13 +105,14 @@ See [docs/patches/README.md](./docs/patches/README.md) for complete solutions.
105
105
  npm install -g @mmmbuto/gemini-cli-termux@latest
106
106
  ```
107
107
 
108
- ### Changelog (0.24.0-termux)
108
+ ### Changelog (0.24.1-termux)
109
109
 
110
110
  - **Memory Mode presets** in `/settings → Memory` (default / jit / jit+json).
111
111
  - **JIT + JSON** combined memory support (ContextManager now loads JSON memory).
112
112
  - **Memory settings reorganized** into a dedicated section; MCP import
113
113
  categories hidden from UI.
114
114
  - **Docs & tests refreshed** for 0.24.0-termux.
115
+ - **README cleanup**: legacy 0.22.x release sections removed.
115
116
 
116
117
  ## Tests
117
118
 
@@ -167,63 +168,6 @@ Location, Camera, Dialog, Share, and more.
167
168
 
168
169
  See [docs/termux-api/](./docs/termux-api/) for complete documentation.
169
170
 
170
- ---
171
-
172
- ## v0.22.7-termux (testing) Highlights
173
-
174
- - **Gemini 3 Flash preview** enabled (`gemini-3-flash-preview`) with help/docs
175
- visibility.
176
-
177
- - **Context Memory (default ON)**: strict, merge-safe JSON memory at
178
- `~/.gemini/context_memory/{base.json,user.json,user.journal.jsonl}` with
179
- per-source autoload, primary selector, and GEMINI.md bootstrap on first run.
180
- - **Deterministic compaction**: journal append-only with incremental offsets,
181
- closed JSON schemas, key-based upsert, TTL/ephemeral guardrails,
182
- sensitivity=high excluded from autoload.
183
- - **Base write toggle**: enable/disable writes to `base.json` from
184
- `/save_memory target=base` (off by default, merge-safe).
185
- - **TTS toggle**: new `/settings` switch to allow/block `termux-tts-speak`;
186
- shell tool blocks TTS when disabled.
187
- - **Termux-first shell**: non-interactive commands (`echo`, `pwd`, `ls`) work
188
- without native PTY deps; optional natives removed for faster installs.
189
- - **Termux-API tools**: discovery/call scripts under `scripts/termux-tools/`
190
- expose Termux APIs as tools (battery, tts, camera, etc.).
191
-
192
- See `docs/cli/context-memory.md` for the detailed memory layout and settings.
193
-
194
- ## v0.22.2-termux Improvements
195
-
196
- This release includes significant improvements to the Termux experience:
197
-
198
- ### Installation
199
-
200
- - **Clear postinstall message** - No more confusion about native module warnings
201
- - **`make termux-install`** - One-command build from source
202
- - **`termux-setup.sh`** - Helper script for first-time setup
203
-
204
- ### Developer Experience
205
-
206
- - **Termux detection utility** - `isTermux()` and `detectTermuxEnvironment()`
207
- - **Punycode warning suppression** - Cleaner output on Android
208
- - **Merge-safe patches** - Easy to maintain after upstream sync
209
- - **`check-termux-patches.sh`** - Verify patches after merge
210
-
211
- ### Documentation
212
-
213
- - Complete Termux-API integration plan
214
- - 60+ commands documented with parameters
215
- - Merge strategy guide for maintainers
216
-
217
- ---
218
-
219
- ## Changelog (Termux)
220
-
221
- - **0.22.1-termux**: Termux-API integration, improved installation UX, Termux
222
- detection utility, merge automation scripts.
223
- - **0.22.0-termux**: Sync with upstream (0.21.0-nightly); added hide banner
224
- patch; restored ARM64 dependency.
225
- - **0.21.4-termux**: (Previous)
226
-
227
171
  ## Upstream Tracking
228
172
 
229
173
  - Upstream: https://github.com/google-gemini/gemini-cli
package/bundle/gemini.js CHANGED
@@ -106902,7 +106902,7 @@ import { fileURLToPath as fileURLToPath4 } from "node:url";
106902
106902
  import path12 from "node:path";
106903
106903
  async function getVersion() {
106904
106904
  const pkgJson = await getPackageJson(__dirname3);
106905
- return "0.24.0-termux";
106905
+ return "0.24.1-termux";
106906
106906
  }
106907
106907
  var __filename, __dirname3;
106908
106908
  var init_version2 = __esm({
@@ -440961,7 +440961,7 @@ var WarningMessage = ({ text }) => {
440961
440961
  };
440962
440962
 
440963
440963
  // packages/cli/src/generated/git-commit.ts
440964
- var GIT_COMMIT_INFO2 = "74b4d63d2";
440964
+ var GIT_COMMIT_INFO2 = "374071c93";
440965
440965
 
440966
440966
  // packages/cli/src/ui/components/AboutBox.tsx
440967
440967
  var import_jsx_runtime33 = __toESM(require_jsx_runtime(), 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmmbuto/gemini-cli-termux",
3
- "version": "0.24.0-termux",
3
+ "version": "0.24.1-termux",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },