@mmmbuto/codex-cli-termux 0.88.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 +1 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -228,11 +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-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).
|
|
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).
|
|
236
232
|
|
|
237
233
|
<details>
|
|
238
234
|
<summary>Details: automated test suite, coverage, and sample report</summary>
|
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": {
|