@mmmbuto/codex-cli-termux 0.65.1-termux → 0.69.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.
- package/README.md +13 -13
- package/bin/codex +0 -0
- 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.
|
|
81
|
+
# Output: codex-cli 0.69.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.
|
|
232
|
+
**Example Report** (v0.69.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.
|
|
238
|
-
Total Tests:
|
|
239
|
-
✅ Passed:
|
|
237
|
+
Codex Version: 0.69.0
|
|
238
|
+
Total Tests: 49
|
|
239
|
+
✅ Passed: 37
|
|
240
240
|
❌ Failed: 0
|
|
241
|
-
⚠️ Skipped:
|
|
241
|
+
⚠️ Skipped: 12 (web search, AI, some git/Termux-API checks)
|
|
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.
|
|
293
|
+
**Version**: Based on OpenAI Codex 0.69.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,14 +298,14 @@ See [LICENSE](./LICENSE) file for details.
|
|
|
298
298
|
|
|
299
299
|
## 📜 Changelog
|
|
300
300
|
|
|
301
|
-
### v0.
|
|
301
|
+
### v0.69.0-termux (2025-12-11) – latest
|
|
302
302
|
**Dist-tag**: `latest`
|
|
303
303
|
|
|
304
|
-
-
|
|
305
|
-
-
|
|
306
|
-
- 🖥️
|
|
307
|
-
- 📦
|
|
308
|
-
- ✅ Tests: CODEX_TEST_SUITE v1.2
|
|
304
|
+
- ⬆️ Upstream bump to OpenAI Codex rust-v0.69.0 (adds TUI2 crate, default model picker improvements, sandbox/policy refresh).
|
|
305
|
+
- 🔧 Termux patches #1–6, #8, #9 revalidated; release profile kept RAM-friendly (lto=false, codegen-units=16).
|
|
306
|
+
- 🖥️ Single entrypoint confirmed: `codex` serves both TUI and automation; `codex-exec` remains alias wrapper (JS launcher unchanged).
|
|
307
|
+
- 📦 Package verification: bin includes `codex`, symlinked `codex-exec`, JS wrappers; `LD_LIBRARY_PATH` preserved; termux-open-url login path intact.
|
|
308
|
+
- ✅ Tests: CODEX_TEST_SUITE v1.2 quick run → 37 passed / 0 failed / 12 skipped (web search, AI, some git/Termux-API); critical package checks 8/8.
|
|
309
309
|
|
|
310
310
|
---
|
|
311
311
|
|
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.
|
|
4
|
-
"description": "OpenAI Codex CLI v0.
|
|
3
|
+
"version": "0.69.0-termux",
|
|
4
|
+
"description": "OpenAI Codex CLI v0.69.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": {
|