@mmmbuto/codex-cli-termux 0.55.5-termux → 0.55.7-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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @mmmbuto/codex-cli-termux
2
2
 
3
- OpenAI Codex CLI v0.55.4 pre-compiled for Android Termux (ARM64)
3
+ OpenAI Codex CLI v0.55.7 pre-compiled for Android Termux (ARM64)
4
4
 
5
- ## 🔧 v0.55.4 - Agent Mode Bash Execution Fix (Patch #8)
5
+ ## 🔧 v0.55.7 - Stable Release (Patch #8)
6
6
 
7
7
  **Critical fix for Termux/Android**: Codex Agent can now execute bash commands correctly
8
8
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mmmbuto/codex-cli-termux",
3
- "version": "0.55.5-termux",
4
- "description": "OpenAI Codex CLI v0.55.5 - Agent mode fully working on Termux (Android ARM64)",
3
+ "version": "0.55.7-termux",
4
+ "description": "OpenAI Codex CLI v0.55.7 - Stable release with Patch #8 (Android ARM64)",
5
5
  "main": "bin/codex",
6
6
  "bin": {
7
7
  "codex": "./bin/codex"