@mmmbuto/codex-cli-termux 0.73.0-termux → 0.74.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 +22 -15
- package/bin/codex +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -75,7 +75,7 @@ npm install -g @mmmbuto/codex-cli-termux
|
|
|
75
75
|
|
|
76
76
|
```bash
|
|
77
77
|
codex --version
|
|
78
|
-
# Output: codex-cli 0.
|
|
78
|
+
# Output: codex-cli 0.74.0-termux
|
|
79
79
|
|
|
80
80
|
codex login
|
|
81
81
|
# Opens browser for authentication
|
|
@@ -146,10 +146,9 @@ This project includes a comprehensive test suite specifically designed for Termu
|
|
|
146
146
|
**Test Suite**: [`CODEX_TEST_SUITE.md`](./CODEX_TEST_SUITE.md)
|
|
147
147
|
|
|
148
148
|
**Coverage**:
|
|
149
|
-
- ✅ **82 automated tests** across
|
|
149
|
+
- ✅ **82 automated tests** across 12 categories (including prep/cleanup)
|
|
150
150
|
- ✅ **10 Termux-specific tests** validating all 8 compatibility patches
|
|
151
151
|
- ✅ **8 Package & Binary tests** for npm installation verification
|
|
152
|
-
- ✅ **8 Merge Verification tests** for post-upstream-merge validation
|
|
153
152
|
- ✅ File operations, shell execution, environment detection
|
|
154
153
|
- ✅ Android permissions, library paths, package manager
|
|
155
154
|
- ✅ Error handling and edge cases
|
|
@@ -165,7 +164,7 @@ codex
|
|
|
165
164
|
```
|
|
166
165
|
|
|
167
166
|
Codex will automatically:
|
|
168
|
-
1. Execute all
|
|
167
|
+
1. Execute all applicable tests sequentially
|
|
169
168
|
2. Report PASS/FAIL for each test
|
|
170
169
|
3. Generate a final summary with:
|
|
171
170
|
- Total passed/failed counts
|
|
@@ -186,7 +185,6 @@ Codex will automatically:
|
|
|
186
185
|
10. **Termux-Specific (10 tests)** ⭐ - Validates all Android patches
|
|
187
186
|
11. Cleanup (1 test)
|
|
188
187
|
12. **Package & Binary (8 tests)** ⭐ - Validates npm installation and binaries
|
|
189
|
-
13. **Merge Verification (8 tests)** 🔄 - Validates patches after upstream merge
|
|
190
188
|
|
|
191
189
|
**Termux-Specific Tests Include**:
|
|
192
190
|
- ✅ Environment paths (`$PREFIX`, `$HOME`, `$LD_LIBRARY_PATH`)
|
|
@@ -198,28 +196,28 @@ Codex will automatically:
|
|
|
198
196
|
- ✅ Browser opener availability (Patch #1 validation)
|
|
199
197
|
- ✅ Architecture detection (aarch64/ARM64)
|
|
200
198
|
|
|
201
|
-
**Suite size**: 82 tests defined (includes optional/manual). Automated run on Termux executes
|
|
199
|
+
**Suite size**: 82 tests defined (includes optional/manual). Automated run on Termux executes 50 applicable tests; last run (2025-12-18) completed with 48 ✅ / 0 ❌ / 2 ⚠️ skipped (WebSearch tool absent, git info in non-repo workspace).
|
|
202
200
|
|
|
203
201
|
**Success Criteria**:
|
|
204
202
|
- All System, Files, Shell, and Termux tests must pass
|
|
205
203
|
- At least 80% overall pass rate
|
|
206
204
|
- No critical crashes
|
|
207
205
|
|
|
208
|
-
**Example Report** (v0.
|
|
206
|
+
**Example Report** (v0.74.0-termux, 2025-12-18):
|
|
209
207
|
```
|
|
210
208
|
CODEX CLI TEST SUITE - FINAL REPORT
|
|
211
209
|
====================================
|
|
212
|
-
Platform: Android Termux ARM64 (
|
|
213
|
-
Codex Version: 0.
|
|
214
|
-
Total Tests:
|
|
215
|
-
✅ Passed:
|
|
210
|
+
Platform: Android Termux ARM64 (reference device)
|
|
211
|
+
Codex Version: 0.74.0-termux
|
|
212
|
+
Total Tests: 50
|
|
213
|
+
✅ Passed: 48
|
|
216
214
|
❌ Failed: 0
|
|
217
|
-
⚠️ Skipped:
|
|
215
|
+
⚠️ Skipped: 2 (WebSearch disabled, git info skipped in non-repo workspace)
|
|
218
216
|
|
|
219
217
|
Termux-Specific: 10/10 passed ✅
|
|
220
218
|
Package & Binary: 8/8 passed ✅
|
|
221
219
|
|
|
222
|
-
VERDICT:
|
|
220
|
+
VERDICT: ⚠️ PASS WITH WARNINGS
|
|
223
221
|
```
|
|
224
222
|
- [**Getting started**](./docs/getting-started.md)
|
|
225
223
|
- [CLI usage](./docs/getting-started.md#cli-usage)
|
|
@@ -295,7 +293,7 @@ See [LICENSE](./LICENSE) file for details.
|
|
|
295
293
|
|
|
296
294
|
---
|
|
297
295
|
|
|
298
|
-
**Version**: Based on OpenAI Codex 0.
|
|
296
|
+
**Version**: Based on OpenAI Codex 0.74.0 (Termux build refresh, package/bin verification updated)
|
|
299
297
|
**Platform**: Android Termux ARM64
|
|
300
298
|
**Maintained**: Community-driven, not affiliated with OpenAI
|
|
301
299
|
|
|
@@ -303,7 +301,16 @@ See [LICENSE](./LICENSE) file for details.
|
|
|
303
301
|
|
|
304
302
|
## 📜 Changelog
|
|
305
303
|
|
|
306
|
-
### v0.
|
|
304
|
+
### v0.74.0-termux (2025-12-18) – latest
|
|
305
|
+
**Dist-tag**: `latest`
|
|
306
|
+
|
|
307
|
+
- ⬆️ Upstream bump to OpenAI Codex rust-v0.74.0.
|
|
308
|
+
- 🧭 Single entrypoint confirmed: `codex` with no args opens TUI; `codex <prompt>` routes to exec; `codex-exec` kept as JS wrapper/symlink.
|
|
309
|
+
- 🔧 Termux patches #1–6, #8, #9 revalidated after merge (`verify-patches.sh`).
|
|
310
|
+
- 📦 npm package bumped to 0.74.0-termux; packaged binary includes `codex` plus `codex-exec` symlink/wrapper.
|
|
311
|
+
- ✅ Tests: CODEX_TEST_SUITE v1.2 on Termux (2025-12-18) → 48 passed / 0 failed / 2 skipped (WebSearch disabled, git info skipped in non-repo workspace); Package & Binary 8/8 passed; Termux-Specific 10/10 passed.
|
|
312
|
+
|
|
313
|
+
### v0.73.0-termux (2025-12-16)
|
|
307
314
|
**Dist-tag**: `latest`
|
|
308
315
|
|
|
309
316
|
- ⬆️ Upstream bump to OpenAI Codex rust-v0.73.0 (skills manager rework, ghost snapshots v2, config ghost commits, wrap algorithm now FirstFit, OTEL tracing).
|
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.73.0
|
|
3
|
+
"version": "0.74.0-termux",
|
|
4
|
+
"description": "OpenAI Codex CLI (upstream rust-v0.73.0) packaged as 0.74.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": {
|