@mmmbuto/codex-cli-termux 0.79.0-termux โ 0.80.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 +10 -7
- package/bin/codex +0 -0
- package/bin/codex-exec +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -75,7 +75,7 @@ npm install -g @mmmbuto/codex-cli-termux
|
|
|
75
75
|
|
|
76
76
|
```bash
|
|
77
77
|
codex --version
|
|
78
|
-
# Output: codex-cli 0.
|
|
78
|
+
# Output: codex-cli 0.80.0-termux
|
|
79
79
|
|
|
80
80
|
codex login
|
|
81
81
|
# Opens browser for authentication
|
|
@@ -217,7 +217,7 @@ Common Termux issues and the fastest places to check.
|
|
|
217
217
|
|
|
218
218
|
## ๐งช Testing & Validation
|
|
219
219
|
|
|
220
|
-
Latest validation (2026-01-
|
|
220
|
+
Latest validation (2026-01-10): 49 passed / 0 failed / 0 skipped โ see [CODEX_TEST_REPORT_v0.80.0.md](./CODEX_TEST_REPORT_v0.80.0.md).
|
|
221
221
|
|
|
222
222
|
<details>
|
|
223
223
|
<summary>Details: automated test suite, coverage, and sample report</summary>
|
|
@@ -227,7 +227,7 @@ Latest validation (2026-01-08): 47 passed / 0 failed / 2 skipped โ see [CODEX_
|
|
|
227
227
|
|
|
228
228
|
**Coverage**:
|
|
229
229
|
- โ
**82 automated tests** across 12 categories (including prep/cleanup)
|
|
230
|
-
- โ
**10 Termux-specific tests** validating all
|
|
230
|
+
- โ
**10 Termux-specific tests** validating all active compatibility patches (#1-#6, #9)
|
|
231
231
|
- โ
**8 Package & Binary tests** for npm installation verification
|
|
232
232
|
- โ
File operations, shell execution, environment detection
|
|
233
233
|
- โ
Android permissions, library paths, package manager
|
|
@@ -276,20 +276,23 @@ Codex will automatically:
|
|
|
276
276
|
- โ
Browser opener availability (Patch #1 validation)
|
|
277
277
|
- โ
Architecture detection (aarch64/ARM64)
|
|
278
278
|
|
|
279
|
-
**Suite size**: 82 tests defined (includes optional/manual). Automated run on Termux executes 49 applicable tests; last run (2026-01-
|
|
279
|
+
**Suite size**: 82 tests defined (includes optional/manual). Automated run on Termux executes 49 applicable tests; last run (2026-01-10) completed with 47 โ
/ 0 โ / 2 โ ๏ธ skipped (WebSearch unavailable, git info skipped in non-repo workspace).
|
|
280
280
|
|
|
281
281
|
**Success Criteria**:
|
|
282
282
|
- All System, Files, Shell, and Termux tests must pass
|
|
283
283
|
- At least 80% overall pass rate
|
|
284
284
|
- No critical crashes
|
|
285
285
|
|
|
286
|
-
**Example Report** (v0.
|
|
286
|
+
**Example Report** (v0.80.0-termux, 2026-01-10):
|
|
287
287
|
```
|
|
288
288
|
CODEX CLI TEST SUITE - FINAL REPORT
|
|
289
289
|
====================================
|
|
290
290
|
Platform: Android Termux ARM64
|
|
291
|
-
Codex Version: 0.
|
|
291
|
+
Codex Version: 0.80.0-termux
|
|
292
292
|
Total Tests: 49
|
|
293
|
+
โ
Passed: 49
|
|
294
|
+
โ Failed: 0
|
|
295
|
+
โ ๏ธ Skipped: 0
|
|
293
296
|
โ
Passed: 47
|
|
294
297
|
โ Failed: 0
|
|
295
298
|
โ ๏ธ Skipped: 2 (WebSearch unavailable, git info skipped in non-repo workspace)
|
|
@@ -376,7 +379,7 @@ See [LICENSE](./LICENSE) file for details.
|
|
|
376
379
|
|
|
377
380
|
---
|
|
378
381
|
|
|
379
|
-
**Version**: Based on OpenAI Codex main (rust-v0.
|
|
382
|
+
**Version**: Based on OpenAI Codex main (rust-v0.80.0) with Termux compatibility patches
|
|
380
383
|
**Platform**: Android Termux ARM64
|
|
381
384
|
**Maintained**: Community-driven, not affiliated with OpenAI
|
|
382
385
|
|
package/bin/codex
CHANGED
|
Binary file
|
package/bin/codex-exec
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 (upstream main, post rust-v0.
|
|
3
|
+
"version": "0.80.0-termux",
|
|
4
|
+
"description": "OpenAI Codex CLI (upstream main, post rust-v0.80.0) packaged as 0.80.0-termux โ TUI + automation 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": {
|