Skip to content

fetch-rewards/fetchcodex

 
 

Repository files navigation

🚀 Fetch Codex

Fetch Codex Demo

Your AI pair programmer that actually understands iOS development

🎯 What's This?

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.

🛠️ Features

  • 🤖 AI-powered unit testing
  • 🧪 Access to build scripts

🚀 Getting Started

  1. 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
  2. Clone the fetchcodex repository to a familiar location
    • git clone https://github.com/fetch-rewards/fetchcodex.git
  3. Navigate to the codex-cli folder in the FetchCodex repository
    • cd path/to/fetchcodex/codex-cli
  4. Install FetchCodex
    • npm link
  5. Run the codex command in any terminal 😍

Please use ChatGPT if you encounter any errors or issues

🙏 Acknowledgments

  • 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

About

Lightweight coding agent that runs in your terminal w/ capabilities to build xcode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 46.4%
  • TypeScript 44.8%
  • Python 4.6%
  • JavaScript 1.9%
  • Shell 1.3%
  • Jupyter Notebook 0.4%
  • Other 0.6%