mirror of
https://github.com/openai/codex.git
synced 2026-02-01 14:44:17 +00:00
fix(cli): add execute permission to bin/codex.js (#9532)
## Summary Fixes #9520 The `bin/codex.js` file was missing execute permissions (`644` instead of `755`), causing the `codex` command to fail after npm global installation. ## Changes - Added execute permission (`+x`) to `codex-cli/bin/codex.js` ## Verification After this fix, npm tarballs will include the correct file permissions: ```bash # Before: -rw-r--r-- (644) # After: -rwxr-xr-x (755) ``` --- 🤖 Generated with Claude Code Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in: