@mmmbuto/codex-cli-termux 0.58.2-termux → 0.58.3-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 (2) hide show
  1. package/README.md +13 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -66,6 +66,9 @@ npm --version # v6+
66
66
 
67
67
  ## 📦 Installation
68
68
 
69
+ > [!WARNING]
70
+ > **Deprecated versions:** Versions prior to v0.57.0-termux are no longer maintained. Please upgrade to the latest release.
71
+
69
72
  ### Via npm (Recommended)
70
73
 
71
74
  ```bash
@@ -82,8 +85,6 @@ codex login
82
85
  # Opens browser for authentication
83
86
  ```
84
87
 
85
- ✨ **Working perfectly?** Consider [buying me a coffee](https://ko-fi.com/dionanos) to keep ARM64 builds alive!
86
-
87
88
  **Links:**
88
89
  - npm: https://www.npmjs.com/package/@mmmbuto/codex-cli-termux
89
90
  - Releases: https://github.com/DioNanos/codex-termux/releases
@@ -116,22 +117,20 @@ See [BUILDING.md](./BUILDING.md) for compilation instructions.
116
117
 
117
118
  ---
118
119
 
119
- ## Support This Project
120
-
121
- **Codex-Termux** enables AI-powered coding on Android - a unique capability in mobile development.
120
+ ## 🔧 Project Maintenance
122
121
 
123
- **What your support enables:**
124
- - 🔨 **Monthly ARM64 builds** (~18min compilation per release)
125
- - 🔄 **Upstream tracking** (62 commits merged in latest release)
126
- - 🐛 **Termux compatibility patches** (3 critical Android fixes maintained)
127
- - 📱 **Testing on real devices** (Pixel 9 Pro, other ARM64 phones)
128
- - 📚 **Documentation & support** (GitHub issues, troubleshooting)
122
+ **Codex-Termux** is a community-maintained port enabling AI-powered coding on Android Termux.
129
123
 
130
- **Time investment:** ~20 hours/month for a single maintainer
124
+ **Maintenance activities:**
125
+ - 🔨 **ARM64 compilation** - Building native binaries for each upstream release (~18min per build)
126
+ - 🔄 **Upstream synchronization** - Tracking OpenAI Codex updates and merging changes
127
+ - 🐛 **Compatibility patches** - Maintaining Android-specific fixes for Termux environment
128
+ - 📱 **Device testing** - Verification on real ARM64 hardware (Pixel 9 Pro, other devices)
129
+ - 📚 **Documentation & support** - Maintaining docs, responding to GitHub issues
131
130
 
132
- 👉 **https://ko-fi.com/dionanos**
131
+ **Time investment:** Approximately 20 hours per month for project upkeep.
133
132
 
134
- Every coffee helps keep this project maintained and up-to-date with OpenAI's releases!
133
+ **Thank you** to all users who have reported issues, provided feedback, and helped improve this project. Your contributions make Codex accessible on mobile platforms.
135
134
 
136
135
  ---
137
136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmmbuto/codex-cli-termux",
3
- "version": "0.58.2-termux",
3
+ "version": "0.58.3-termux",
4
4
  "description": "OpenAI Codex CLI v0.58.0 with GPT-5.1 support, pre-compiled for Android Termux (ARM64)",
5
5
  "type": "module",
6
6
  "main": "bin/codex.js",