@mmmbuto/codex-cli-termux 0.69.0-termux → 0.71.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 +11 -9
- 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.71.0
|
|
82
82
|
|
|
83
83
|
codex login
|
|
84
84
|
# Opens browser for authentication
|
|
@@ -224,26 +224,28 @@ Codex will automatically:
|
|
|
224
224
|
- ✅ Browser opener availability (Patch #1 validation)
|
|
225
225
|
- ✅ Architecture detection (aarch64/ARM64)
|
|
226
226
|
|
|
227
|
+
**Suite size**: 82 tests defined (includes optional/manual). Automated run on Termux executes the 49 applicable tests; all passed.
|
|
228
|
+
|
|
227
229
|
**Success Criteria**:
|
|
228
230
|
- All System, Files, Shell, and Termux tests must pass
|
|
229
231
|
- At least 80% overall pass rate
|
|
230
232
|
- No critical crashes
|
|
231
233
|
|
|
232
|
-
**Example Report** (v0.
|
|
234
|
+
**Example Report** (v0.71.0):
|
|
233
235
|
```
|
|
234
236
|
CODEX CLI TEST SUITE - FINAL REPORT
|
|
235
237
|
====================================
|
|
236
238
|
Platform: Android Termux ARM64 (ROG Phone 3)
|
|
237
|
-
Codex Version: 0.
|
|
239
|
+
Codex Version: 0.71.0
|
|
238
240
|
Total Tests: 49
|
|
239
|
-
✅ Passed:
|
|
241
|
+
✅ Passed: 49
|
|
240
242
|
❌ Failed: 0
|
|
241
|
-
⚠️ Skipped:
|
|
243
|
+
⚠️ Skipped: 0
|
|
242
244
|
|
|
243
245
|
Termux-Specific: 10/10 passed ✅
|
|
244
246
|
Package & Binary: 8/8 passed ✅
|
|
245
247
|
|
|
246
|
-
VERDICT:
|
|
248
|
+
VERDICT: ✅ PASS
|
|
247
249
|
```
|
|
248
250
|
|
|
249
251
|
---
|
|
@@ -290,7 +292,7 @@ See [LICENSE](./LICENSE) file for details.
|
|
|
290
292
|
|
|
291
293
|
---
|
|
292
294
|
|
|
293
|
-
**Version**: Based on OpenAI Codex 0.
|
|
295
|
+
**Version**: Based on OpenAI Codex 0.71.0 (adds GPT-5.2 support)
|
|
294
296
|
**Platform**: Android Termux ARM64
|
|
295
297
|
**Maintained**: Community-driven, not affiliated with OpenAI
|
|
296
298
|
|
|
@@ -298,10 +300,10 @@ See [LICENSE](./LICENSE) file for details.
|
|
|
298
300
|
|
|
299
301
|
## 📜 Changelog
|
|
300
302
|
|
|
301
|
-
### v0.
|
|
303
|
+
### v0.71.0-termux (2025-12-12) – latest
|
|
302
304
|
**Dist-tag**: `latest`
|
|
303
305
|
|
|
304
|
-
- ⬆️ Upstream bump to OpenAI Codex rust-v0.
|
|
306
|
+
- ⬆️ Upstream bump to OpenAI Codex rust-v0.71.0 (gpt-5.2 models, TUI2 refinements, policy refresh).
|
|
305
307
|
- 🔧 Termux patches #1–6, #8, #9 revalidated; release profile kept RAM-friendly (lto=false, codegen-units=16).
|
|
306
308
|
- 🖥️ Single entrypoint confirmed: `codex` serves both TUI and automation; `codex-exec` remains alias wrapper (JS launcher unchanged).
|
|
307
309
|
- 📦 Package verification: bin includes `codex`, symlinked `codex-exec`, JS wrappers; `LD_LIBRARY_PATH` preserved; termux-open-url login path intact.
|
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.71.0-termux",
|
|
4
|
+
"description": "OpenAI Codex CLI v0.71.0 (gpt-5.2) - 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": {
|