Fetch Codex is a powerful fork of OpenAI's Codex CLI that brings the magic of AI-assisted development to iOS engineers. Specifically, we have added a /buildsettings command to the CLI that lets developers control whether the model tries to run builds and tests after making its changes.
- 🤖 AI-powered unit testing
- 🧪 Access to build scripts
- Delete any current installations of the Codex CLI
- If you used npm you can see your globally installed packages by running
npm ls -g --depth=0
- If codex is located under /opt/homebrew/lib, remove it by running
rm -f /opt/homebrew/bin/codex && npm uninstall -g @openai/codex
- If you used npm you can see your globally installed packages by running
- Clone the fetchcodex repository to a familiar location
git clone https://github.com/fetch-rewards/fetchcodex.git
- Navigate to the codex-cli folder in the FetchCodex repository
cd path/to/fetchcodex/codex-cli
- Install FetchCodex
npm link
- Run the codex command in any terminal 😍
Please use ChatGPT if you encounter any errors or issues
- OpenAI Codex - The original project that inspired this fork
- The very cool iOS developers who've contributed to this project
Built with ❤️ by the Fetch iOS interns + Rita