core-agent-ide/codex-cli/scripts
Michael Bolin ff6dbff0b6
feat: build codex-responses-api-proxy for all platforms as part of the GitHub Release (#4406)
This should make the `codex-responses-api-proxy` binaries available for
all platforms in a GitHub Release as well as a corresponding DotSlash
file.

Making `codex-responses-api-proxy` available as an `npm` module will be
done in a follow-up PR.

---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/openai/codex/pull/4404).
* __->__ #4406
* #4404
* #4403
2025-09-28 15:25:15 -07:00
..
build_container.sh fix: update scripts/build_container.sh to use pnpm instead of npm (#631) 2025-04-24 16:38:57 -07:00
build_npm_package.py feat: build codex-responses-api-proxy for all platforms as part of the GitHub Release (#4406) 2025-09-28 15:25:15 -07:00
init_firewall.sh feat: add common package registries domains to allowed-domains list (#414) 2025-04-29 12:07:00 -07:00
install_native_deps.py fix: vendor ripgrep in the npm module (#3660) 2025-09-23 23:00:33 -07:00
README.md fix: vendor ripgrep in the npm module (#3660) 2025-09-23 23:00:33 -07:00
run_in_container.sh feat: add common package registries domains to allowed-domains list (#414) 2025-04-29 12:07:00 -07:00

npm releases

Run the following:

To build the 0.2.x or later version of the npm module, which runs the Rust version of the CLI, build it as follows:

./codex-cli/scripts/build_npm_package.py --release-version 0.6.0

Note this will create ./codex-cli/vendor/ as a side-effect.