How to use:
- Clone https://github.com/miklschmidt/codex and build
codexyourself.- i've added
devenvin my fork, you can trydevenv shell nix build .#packages.<system>.codex-rs(eg.devenv shell nix build .#packages.x86_64-linux.codex-rs) - when built, symlink the binary to ~/.local/bin/codex:
ln -s $(pwd)/result/bin/codex ~/.local/bin/codex
- i've added
- Add the instructions (.md files) from this gist to
.codex/in the project where you want to test it. - Launch
codex --profile orchestratorand ask it to do something.