@mmmbuto/codex-cli-termux 0.55.0-termux → 0.55.1-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 +15 -11
- package/bin/codex +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,9 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
> OpenAI Codex CLI v0.55.0 pre-compiled for Android Termux (ARM64)
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## 🔧 v0.55.1 - Auto-Update Detection Fix
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
**Critical fix**: Version parser now correctly detects updates with `-termux` suffix
|
|
8
|
+
|
|
9
|
+
### What was broken
|
|
10
|
+
Users on 0.53.x versions never saw update notifications for 0.55.0-termux
|
|
11
|
+
|
|
12
|
+
### What's fixed
|
|
13
|
+
Auto-update detection now works correctly across all version ranges
|
|
8
14
|
|
|
9
15
|
## Installation
|
|
10
16
|
|
|
@@ -19,14 +25,6 @@ codex login
|
|
|
19
25
|
codex
|
|
20
26
|
```
|
|
21
27
|
|
|
22
|
-
## What's New in 0.55.0
|
|
23
|
-
|
|
24
|
-
- Upgraded to upstream Codex 0.55.0
|
|
25
|
-
- Follow symlinks during file search
|
|
26
|
-
- Improved reasoning token handling
|
|
27
|
-
- DNS fixes and stability improvements
|
|
28
|
-
- All Termux patches maintained
|
|
29
|
-
|
|
30
28
|
## Requirements
|
|
31
29
|
|
|
32
30
|
- Android 7+ (Termux)
|
|
@@ -37,11 +35,17 @@ codex
|
|
|
37
35
|
|
|
38
36
|
This is a pre-compiled build of the official OpenAI Codex CLI with minimal patches for Termux compatibility.
|
|
39
37
|
|
|
38
|
+
### Total Patches Applied: 5
|
|
39
|
+
1. Browser login fix (termux-open-url)
|
|
40
|
+
2. RAM optimizations (compilation settings)
|
|
41
|
+
3. Version alignment
|
|
42
|
+
4. Auto-update URL redirect
|
|
43
|
+
5. **Version parser fix** (NEW in 0.55.1)
|
|
44
|
+
|
|
40
45
|
## Links
|
|
41
46
|
|
|
42
47
|
- **GitHub**: https://github.com/DioNanos/codex-termux
|
|
43
48
|
- **Upstream**: https://github.com/openai/codex
|
|
44
|
-
- **Documentation**: https://github.com/DioNanos/codex-termux#readme
|
|
45
49
|
- **Patches**: https://github.com/DioNanos/codex-termux/blob/main/patches/README.md
|
|
46
50
|
|
|
47
51
|
## License
|
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.55.
|
|
4
|
-
"description": "OpenAI Codex CLI v0.55.0 for Termux (Android ARM64)",
|
|
3
|
+
"version": "0.55.1-termux",
|
|
4
|
+
"description": "OpenAI Codex CLI v0.55.0 with auto-update fix for Termux (Android ARM64)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "bin/codex.js",
|
|
7
7
|
"bin": {
|