-
Notifications
You must be signed in to change notification settings - Fork 128
Add Codex CLI integration for React Grab #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@gapurov is attempting to deploy a commit to the Million Team on Vercel. A member of the Team first needs to authorize it. |
|
hey @gapurov, thanks for your contribution. could you add it in the |
|
@aidenybai, added necessary changes |
# Conflicts: # README.md
…nt setup instructions
c3bb3a6 to
a8f35cc
Compare
|
Really nice PR – the Codex CLI integration feels very clean and consistent with the existing providers. I had a couple of small questions while reading through it (apologies if I'm missing context here):
Again, could totally be me reading this in isolation, but figured I'd surface these in case they're helpful. Overall the structure and naming look great – the Codex event normalization in particular is very thoughtful. |
This adds a new @react-grab/codex package that mirrors the existing Cursor/Claude integrations, but wired up to the Codex CLI instead.
The server and client follow the same shape and options as the other packages, just adapted for codex exec, and have been tested end‑to‑end to work with React Grab.