@mmmbuto/codex-cli-termux 0.53.2-termux → 0.55.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 +12 -3
- package/bin/codex +0 -0
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @mmmbuto/codex-cli-termux
|
|
2
2
|
|
|
3
|
-
> OpenAI Codex CLI v0.
|
|
3
|
+
> OpenAI Codex CLI v0.55.0 pre-compiled for Android Termux (ARM64)
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## 🎉 v0.55.0 - Upstream Upgrade
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Based on upstream OpenAI Codex 0.55.0 (46 commits ahead of 0.53.0)
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
@@ -19,6 +19,14 @@ codex login
|
|
|
19
19
|
codex
|
|
20
20
|
```
|
|
21
21
|
|
|
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
|
+
|
|
22
30
|
## Requirements
|
|
23
31
|
|
|
24
32
|
- Android 7+ (Termux)
|
|
@@ -34,6 +42,7 @@ This is a pre-compiled build of the official OpenAI Codex CLI with minimal patch
|
|
|
34
42
|
- **GitHub**: https://github.com/DioNanos/codex-termux
|
|
35
43
|
- **Upstream**: https://github.com/openai/codex
|
|
36
44
|
- **Documentation**: https://github.com/DioNanos/codex-termux#readme
|
|
45
|
+
- **Patches**: https://github.com/DioNanos/codex-termux/blob/main/patches/README.md
|
|
37
46
|
|
|
38
47
|
## License
|
|
39
48
|
|
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.
|
|
3
|
+
"version": "0.55.0-termux",
|
|
4
|
+
"description": "OpenAI Codex CLI v0.55.0 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",
|