@mmmbuto/codex-cli-termux 0.86.0-termux โ 0.91.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 +2 -4
- 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
|
|
|
@@ -228,9 +228,7 @@ Common Termux issues and the fastest places to check.
|
|
|
228
228
|
|
|
229
229
|
Stable 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).
|
|
230
230
|
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
Latest validation (2026-01-16): 49 passed / 0 failed / 0 skipped โ see [CODEX_TEST_REPORT_v0.80.0.md](./CODEX_TEST_REPORT_v0.86.0.md).
|
|
231
|
+
Latest validation (2026-01-26): 50 passed / 0 failed / 1 skipped โ see [CODEX_TEST_REPORT_v0.91.0.md](./CODEX_TEST_REPORT_v0.91.0.md).
|
|
234
232
|
|
|
235
233
|
<details>
|
|
236
234
|
<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.91.0-termux",
|
|
4
|
+
"description": "OpenAI Codex CLI (upstream main, post rust-v0.91.0) packaged as 0.91.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": {
|