@mmmbuto/codex-cli-termux 0.86.0-termux โ 0.88.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 +4 -2
- package/bin/codex +0 -0
- package/bin/codex-exec +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -76,7 +76,7 @@ npm install -g @mmmbuto/codex-cli-termux
|
|
|
76
76
|
For now we keep **two tracks**:
|
|
77
77
|
|
|
78
78
|
- **Stable:** `0.80.0-termux` (recommended for reliability on Termux)
|
|
79
|
-
- **Latest:** newer upstream-based releases (e.g. `0.
|
|
79
|
+
- **Latest:** newer upstream-based releases (e.g. `0.88.0-termux` and above)
|
|
80
80
|
|
|
81
81
|
Install a specific version when needed:
|
|
82
82
|
|
|
@@ -230,7 +230,9 @@ Stable validation (2026-01-10): 49 passed / 0 failed / 0 skipped โ see [CODEX_
|
|
|
230
230
|
|
|
231
231
|
## ๐งช Testing & Validation
|
|
232
232
|
|
|
233
|
-
Latest validation (2026-01-
|
|
233
|
+
Latest validation (2026-01-22): pending โ see [CODEX_TEST_REPORT_v0.88.0.md](./CODEX_TEST_REPORT_v0.88.0.md).
|
|
234
|
+
|
|
235
|
+
Previous validation (2026-01-16): 48 passed / 0 failed / 2 skipped โ see [CODEX_TEST_REPORT_v0.86.0.md](./CODEX_TEST_REPORT_v0.86.0.md).
|
|
234
236
|
|
|
235
237
|
<details>
|
|
236
238
|
<summary>Details: automated test suite, coverage, and sample report</summary>
|
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.88.0-termux",
|
|
4
|
+
"description": "OpenAI Codex CLI (upstream main, post rust-v0.88.0) packaged as 0.88.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": {
|