@mmmbuto/codex-cli-termux 0.53.0-termux → 0.53.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 +4 -0
  2. package/bin/codex +0 -0
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  > OpenAI Codex CLI v0.53.0 pre-compiled for Android Termux (ARM64)
4
4
 
5
+ ## 🔔 v0.53.1-termux - Auto-Update Fix
6
+
7
+ This release fixes auto-update notifications to check the Termux fork instead of upstream OpenAI.
8
+
5
9
  ## Installation
6
10
 
7
11
  ```bash
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.0-termux",
4
- "description": "OpenAI Codex CLI v0.53.0 compiled for ARM64 Termux (Android)",
3
+ "version": "0.53.1-termux",
4
+ "description": "OpenAI Codex CLI v0.53.0 with auto-update fix for Termux (Android ARM64)",
5
5
  "main": "bin/codex",
6
6
  "bin": {
7
7
  "codex": "bin/codex"