@mmmbuto/codex-cli-termux 0.64.1-termux → 0.65.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 +26 -27
- 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.65.0
|
|
82
82
|
|
|
83
83
|
codex login
|
|
84
84
|
# Opens browser for authentication
|
|
@@ -174,7 +174,7 @@ This project includes a comprehensive test suite specifically designed for Termu
|
|
|
174
174
|
**Test Suite**: [`CODEX_TEST_SUITE.md`](./CODEX_TEST_SUITE.md)
|
|
175
175
|
|
|
176
176
|
**Coverage**:
|
|
177
|
-
- ✅ **82 automated tests** across 12 categories
|
|
177
|
+
- ✅ **82 automated tests** across 12 categories
|
|
178
178
|
- ✅ **10 Termux-specific tests** validating all 8 compatibility patches
|
|
179
179
|
- ✅ **8 Package & Binary tests** for npm installation verification
|
|
180
180
|
- ✅ File operations, shell execution, environment detection
|
|
@@ -192,7 +192,7 @@ codex
|
|
|
192
192
|
```
|
|
193
193
|
|
|
194
194
|
Codex will automatically:
|
|
195
|
-
1. Execute all
|
|
195
|
+
1. Execute all 74 tests sequentially
|
|
196
196
|
2. Report PASS/FAIL for each test
|
|
197
197
|
3. Generate a final summary with:
|
|
198
198
|
- Total passed/failed counts
|
|
@@ -229,16 +229,16 @@ Codex will automatically:
|
|
|
229
229
|
- At least 80% overall pass rate
|
|
230
230
|
- No critical crashes
|
|
231
231
|
|
|
232
|
-
**Example Report** (v0.
|
|
232
|
+
**Example Report** (v0.65.0):
|
|
233
233
|
```
|
|
234
234
|
CODEX CLI TEST SUITE - FINAL REPORT
|
|
235
235
|
====================================
|
|
236
236
|
Platform: Android Termux ARM64 (ROG Phone 3)
|
|
237
|
-
Codex Version: 0.
|
|
238
|
-
Total Tests:
|
|
239
|
-
✅ Passed:
|
|
237
|
+
Codex Version: 0.65.0
|
|
238
|
+
Total Tests: 50
|
|
239
|
+
✅ Passed: 49
|
|
240
240
|
❌ Failed: 0
|
|
241
|
-
⚠️ Skipped:
|
|
241
|
+
⚠️ Skipped: 1 (Git optional)
|
|
242
242
|
|
|
243
243
|
Termux-Specific: 10/10 passed ✅
|
|
244
244
|
Package & Binary: 8/8 passed ✅
|
|
@@ -290,8 +290,7 @@ See [LICENSE](./LICENSE) file for details.
|
|
|
290
290
|
|
|
291
291
|
---
|
|
292
292
|
|
|
293
|
-
**Version
|
|
294
|
-
**Dist-tags**: `latest` = 0.64.1-termux · `stable` = 0.62.1-termux
|
|
293
|
+
**Version**: Based on OpenAI Codex 0.65.0 (includes GPT-5.1 MAX support)
|
|
295
294
|
**Platform**: Android Termux ARM64
|
|
296
295
|
**Maintained**: Community-driven, not affiliated with OpenAI
|
|
297
296
|
|
|
@@ -299,20 +298,20 @@ See [LICENSE](./LICENSE) file for details.
|
|
|
299
298
|
|
|
300
299
|
## 📜 Changelog
|
|
301
300
|
|
|
302
|
-
### v0.
|
|
303
|
-
-
|
|
304
|
-
|
|
305
|
-
-
|
|
306
|
-
-
|
|
307
|
-
-
|
|
308
|
-
-
|
|
309
|
-
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
-
|
|
317
|
-
-
|
|
318
|
-
-
|
|
301
|
+
### v0.65.0-termux (2025-12-05) – latest
|
|
302
|
+
**Dist-tag**: `latest`
|
|
303
|
+
|
|
304
|
+
- 🆕 Skills (`/skills`, `$` prefix), `/resume`, tool tips, apply_patch warning, retroactive image placeholder.
|
|
305
|
+
- 🧠 Models manager migration, codex max handling refresh, thread_id migration, unified exec shell default, features immutability.
|
|
306
|
+
- 🖥️ UX: Ctrl-P/N navigation, shell output line limiting, long exec wrap, Windows clipboard image paste.
|
|
307
|
+
- 📦 Termux patches #1-6, #8, #9 revalidated; `codex-exec` symlink + JS wrappers in package; `LD_LIBRARY_PATH` preserved; sandbox disabled on Android.
|
|
308
|
+
- ✅ Tests: CODEX_TEST_SUITE v1.2 on ROG Phone 3 → 49/50 pass (1 Git optional skip), Package & Binary 8/8 pass, Termux-Specific 10/10 pass.
|
|
309
|
+
|
|
310
|
+
---
|
|
311
|
+
|
|
312
|
+
### v0.64.1-termux (2025-12-03) – stable
|
|
313
|
+
**Dist-tag**: `stable`
|
|
314
|
+
|
|
315
|
+
- Maintenance follow-up to 0.64.0: docs/test report refresh and npm package verification (codex-exec symlink + bin entries).
|
|
316
|
+
- Base upstream: rust-v0.64.0; Termux patches #1-6, #8, #9 revalidated.
|
|
317
|
+
- ✅ Tests: CODEX_TEST_SUITE v1.2 → 47/49 pass (Git optional skipped), Package & Binary 8/8 pass, Termux-Specific 10/10 pass.
|
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.65.0-termux",
|
|
4
|
+
"description": "OpenAI Codex CLI v0.65.0 - 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": {
|