@mmmbuto/codex-cli-termux 0.91.0-termux → 0.91.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.
package/README.md CHANGED
@@ -76,7 +76,7 @@ npm install -g @mmmbuto/codex-cli-termux
76
76
  For now we keep **two tracks**:
77
77
 
78
78
  - **Stable:** `0.80.0-termux` (recommended for reliability on Termux)
79
- - **Latest:** newer upstream-based releases (e.g. `0.88.0-termux` and above)
79
+ - **Latest:** newer upstream-based releases (e.g. `0.91.1-termux` and above)
80
80
 
81
81
  Install a specific version when needed:
82
82
 
package/bin/codex CHANGED
Binary file
package/bin/codex-exec CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mmmbuto/codex-cli-termux",
3
- "version": "0.91.0-termux",
4
- "description": "OpenAI Codex CLI (upstream main, post rust-v0.91.0) packaged as 0.91.0-termux – TUI + automation for Android Termux (ARM64). Use 'codex' for TUI, 'codex exec --json' for automation.",
3
+ "version": "0.91.1-termux",
4
+ "description": "OpenAI Codex CLI (upstream main, post rust-v0.91.0) packaged as 0.91.1-termux – TUI + automation for Android Termux (ARM64). Use 'codex' for TUI, 'codex exec --json' for automation.",
5
5
  "type": "module",
6
6
  "main": "bin/codex.js",
7
7
  "bin": {