@mmmbuto/codex-cli-termux 0.53.2-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.
Files changed (3) hide show
  1. package/README.md +17 -4
  2. package/bin/codex +0 -0
  3. package/package.json +4 -3
package/README.md CHANGED
@@ -1,10 +1,16 @@
1
1
  # @mmmbuto/codex-cli-termux
2
2
 
3
- > OpenAI Codex CLI v0.53.0 pre-compiled for Android Termux (ARM64)
3
+ > OpenAI Codex CLI v0.55.0 pre-compiled for Android Termux (ARM64)
4
4
 
5
- ## 🔔 v0.53.1-termux - Auto-Update Fix
5
+ ## 🔧 v0.55.1 - Auto-Update Detection Fix
6
6
 
7
- This release fixes auto-update notifications to check the Termux fork instead of upstream OpenAI.
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
 
@@ -29,11 +35,18 @@ codex
29
35
 
30
36
  This is a pre-compiled build of the official OpenAI Codex CLI with minimal patches for Termux compatibility.
31
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
+
32
45
  ## Links
33
46
 
34
47
  - **GitHub**: https://github.com/DioNanos/codex-termux
35
48
  - **Upstream**: https://github.com/openai/codex
36
- - **Documentation**: https://github.com/DioNanos/codex-termux#readme
49
+ - **Patches**: https://github.com/DioNanos/codex-termux/blob/main/patches/README.md
37
50
 
38
51
  ## License
39
52
 
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.53.2-termux",
4
- "description": "OpenAI Codex CLI v0.53.0 with full auto-update support 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": {
@@ -18,7 +18,8 @@
18
18
  "android",
19
19
  "arm64",
20
20
  "cli",
21
- "ai"
21
+ "ai",
22
+ "coding-agent"
22
23
  ],
23
24
  "author": "Davide A. Guglielmi <dev@mmmbuto.com>",
24
25
  "license": "Apache-2.0",