@mmmbuto/codex-cli-termux 0.64.0-termux → 0.65.0-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 +19 -108
  2. package/bin/codex +0 -0
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -78,7 +78,7 @@ npm install -g @mmmbuto/codex-cli-termux
78
78
 
79
79
  ```bash
80
80
  codex --version
81
- # Output: codex-cli 0.62.1
81
+ # Output: codex-cli 0.65.0
82
82
 
83
83
  codex login
84
84
  # Opens browser for authentication
@@ -229,16 +229,16 @@ Codex will automatically:
229
229
  - At least 80% overall pass rate
230
230
  - No critical crashes
231
231
 
232
- **Example Report** (v0.62.1):
232
+ **Example Report** (v0.65.0):
233
233
  ```
234
234
  CODEX CLI TEST SUITE - FINAL REPORT
235
235
  ====================================
236
236
  Platform: Android Termux ARM64 (ROG Phone 3)
237
- Codex Version: 0.62.1
238
- Total Tests: 49
239
- ✅ Passed: 46
237
+ Codex Version: 0.65.0
238
+ Total Tests: 50
239
+ ✅ Passed: 49
240
240
  ❌ Failed: 0
241
- ⚠️ Skipped: 3 (WebSearch, Git - optional)
241
+ ⚠️ Skipped: 1 (Git optional)
242
242
 
243
243
  Termux-Specific: 10/10 passed ✅
244
244
  Package & Binary: 8/8 passed ✅
@@ -290,7 +290,7 @@ See [LICENSE](./LICENSE) file for details.
290
290
 
291
291
  ---
292
292
 
293
- **Version**: Based on OpenAI Codex 0.62.1 (includes GPT-5.1 MAX support)
293
+ **Version**: Based on OpenAI Codex 0.65.0 (includes GPT-5.1 MAX support)
294
294
  **Platform**: Android Termux ARM64
295
295
  **Maintained**: Community-driven, not affiliated with OpenAI
296
296
 
@@ -298,109 +298,20 @@ See [LICENSE](./LICENSE) file for details.
298
298
 
299
299
  ## 📜 Changelog
300
300
 
301
- ### v0.62.1-termux (2025-11-22)
301
+ ### v0.65.0-termux (2025-12-05) – latest
302
+ **Dist-tag**: `latest`
302
303
 
303
- **Fix**: Switched to multitool binary with `exec` subcommand integrated. Use `codex exec --json` for automation instead of separate `codex-exec` binary.
304
+ - 🆕 Skills (`/skills`, `$` prefix), `/resume`, tool tips, apply_patch warning, retroactive image placeholder.
305
+ - 🧠 Models manager migration, codex max handling refresh, thread_id migration, unified exec shell default, features immutability.
306
+ - 🖥️ UX: Ctrl-P/N navigation, shell output line limiting, long exec wrap, Windows clipboard image paste.
307
+ - 📦 Termux patches #1-6, #8, #9 revalidated; `codex-exec` symlink + JS wrappers in package; `LD_LIBRARY_PATH` preserved; sandbox disabled on Android.
308
+ - ✅ Tests: CODEX_TEST_SUITE v1.2 on ROG Phone 3 → 49/50 pass (1 Git optional skip), Package & Binary 8/8 pass, Termux-Specific 10/10 pass.
304
309
 
305
310
  ---
306
311
 
307
- ### v0.62.0-termux (2025-11-21)
312
+ ### v0.64.1-termux (2025-12-03) – stable
313
+ **Dist-tag**: `stable`
308
314
 
309
- **Update**: Synced with upstream OpenAI Codex rust-v0.62.0 (40+ commits from v0.61.0)
310
-
311
- > **Note**: Upstream rust-v0.63.0 skipped - only 3 minor commits (duplicate bash fix, drop unused param, declined status). Will sync with next significant release.
312
-
313
- **Upstream Features**:
314
- - 🆕 **codex-shell-tool-mcp**: New MCP server for shell tools
315
- - 🆕 **execpolicycheck**: New CLI command for exec policy debugging
316
- - 🎯 **TUI reasoning default**: Changed to "medium" level
317
- - ⏱️ **Shell timeout**: Increased to 1 hour for long-running commands
318
- - 🎬 **TUI animations toggle**: Feature switch to disable animations
319
- - 🔄 **resume --last**: Allow reading prompt from last session
320
-
321
- **Breaking Changes**:
322
- - `execpolicy` migration: `execpolicy2` → `execpolicy`, old → `execpolicy-legacy`
323
- - Removed `tiktoken-rs` dependency
324
- - `ExecParams.timeout_ms` replaced with `ExecExpiration` enum
325
-
326
- **Termux-Specific**:
327
- - ✅ **All 9 patches preserved and verified** (no conflicts)
328
- - ✅ **Build optimized for 8GB RAM**: Compiled in 10m 35s on ROG Phone 3
329
- - ✅ **Binary size**: 35MB
330
- - ✅ **Test Suite**: 39/42 passed (92.9%), 9/10 Termux-specific
331
-
332
- **Stats**: 195 files changed, +5915 insertions, -2293 deletions
333
-
334
- Full upstream changelog: https://github.com/openai/codex/compare/rust-v0.61.0...rust-v0.62.0
335
-
336
- ---
337
-
338
- ### v0.61.0-termux (2025-11-20)
339
-
340
- **Update**: Synced with upstream OpenAI Codex rust-v0.61.0 (13 commits from v0.60.1)
341
-
342
- **Upstream Features**:
343
- - 🚀 **Single Pass Truncation**: Improved performance for context management
344
- - 🔐 **execpolicy2 Integration**: Enhanced security with new execution policy system
345
- - 🐚 **Shell Fallback Improvements**: Better shell detection with automatic fallbacks (bash → zsh)
346
- - 🎨 **Model Migration UX**: Stop showing migration screen after first time
347
- - 🪟 **World-Writable Warnings**: Reduced false positives on Android
348
-
349
- **Termux-Specific**:
350
- - ✅ **All 8 patches preserved and verified**
351
- - ✅ **Shell fallback compatible**: Android `$SHELL` detection enhanced with upstream fallbacks
352
- - ✅ **Build optimized for 8GB RAM**: Compiled successfully on ROG Phone 3 (9m 06s)
353
- - ✅ **Binary size**: 42MB (+13% vs 0.60.1 due to execpolicy2)
354
- - ✅ **Test Suite**: 40/42 tests PASSED (95.2%), 10/10 Termux-specific tests
355
-
356
- **Patches Validated**:
357
- 1. ✅ Browser login (`termux-open-url`)
358
- 2. ✅ RAM optimizations (`lto=false`, `codegen-units=16`)
359
- 3. ✅ Android shell detection (`$SHELL` env var)
360
- 4. ✅ Android sandbox disabled
361
- 5. ✅ LD_* environment variables preserved
362
- 6. ✅ Auto-update URL (`DioNanos/codex-termux`)
363
- 7. ✅ Version parser (`-termux` suffix support)
364
- 8. ✅ NPM package name (`@mmmbuto/codex-cli-termux`)
365
-
366
- **Breaking Changes**: None - fully backward compatible
367
-
368
- **Testing**: Comprehensive test suite with 74 tests available at [`CODEX_TEST_SUITE.md`](./CODEX_TEST_SUITE.md)
369
-
370
- Full upstream changelog: https://github.com/openai/codex/compare/rust-v0.60.1...rust-v0.61.0
371
-
372
- ---
373
-
374
- ### v0.60.1-termux (2025-11-20)
375
-
376
- **Major Update**: Synced with upstream OpenAI Codex rust-v0.60.1 (250+ commits)
377
-
378
- **Upstream Features**:
379
- - 🤖 **GPT-5.1 MAX Support**: New MAX model with enhanced capabilities and performance
380
- - 🔧 **App-Server Protocol**: Enhanced v2 APIs for thread management
381
- - ⚡ **Performance Optimizations**: Improved TUI responsiveness and memory usage
382
- - 🪟 **Windows Sandbox**: Enhanced security features (not applicable to Termux)
383
- - 🐛 **Bug Fixes**: 250+ commits with stability improvements and fixes
384
-
385
- **Termux-Specific**:
386
- - ✅ **All 8 patches preserved and verified**
387
- - ✅ **Patch #8 updated**: Shell detection refactored for upstream changes
388
- - ✅ **Build optimized for 8GB RAM**: Compiled successfully on ROG Phone 3
389
- - ✅ **Binary size**: 37MB (24% smaller than 0.58.4)
390
- - ✅ **Test Suite**: 74 automated tests including 10 Termux-specific validations
391
-
392
- **Patches Validated**:
393
- 1. ✅ Browser login (`termux-open-url`)
394
- 2. ✅ RAM optimizations (`lto=false`, `codegen-units=16`)
395
- 3. ✅ Android shell detection (`$SHELL` env var)
396
- 4. ✅ Android sandbox disabled
397
- 5. ✅ LD_* environment variables preserved
398
- 6. ✅ Auto-update URL (`DioNanos/codex-termux`)
399
- 7. ✅ Version parser (`-termux` suffix support)
400
- 8. ✅ NPM package name (`@mmmbuto/codex-cli-termux`)
401
-
402
- **Breaking Changes**: None - fully backward compatible
403
-
404
- **Testing**: Comprehensive test suite with 74 tests available at [`CODEX_TEST_SUITE.md`](./CODEX_TEST_SUITE.md)
405
-
406
- Full upstream changelog: https://github.com/openai/codex/compare/rust-v0.58.0...rust-v0.60.1
315
+ - Maintenance follow-up to 0.64.0: docs/test report refresh and npm package verification (codex-exec symlink + bin entries).
316
+ - Base upstream: rust-v0.64.0; Termux patches #1-6, #8, #9 revalidated.
317
+ - Tests: CODEX_TEST_SUITE v1.2 47/49 pass (Git optional skipped), Package & Binary 8/8 pass, Termux-Specific 10/10 pass.
package/bin/codex CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mmmbuto/codex-cli-termux",
3
- "version": "0.64.0-termux",
4
- "description": "OpenAI Codex CLI v0.64.0 - Multitool with TUI + automation mode. Pre-compiled for Android Termux (ARM64). Use 'codex' for TUI, 'codex exec --json' for automation.",
3
+ "version": "0.65.0-termux",
4
+ "description": "OpenAI Codex CLI v0.65.0 - Multitool with TUI + automation mode. Pre-compiled for Android Termux (ARM64). Use 'codex' for TUI, 'codex exec --json' for automation.",
5
5
  "type": "module",
6
6
  "main": "bin/codex.js",
7
7
  "bin": {