Codex CLI Support
I saw in Codegen that Claude is integrated. My workflow involves Codex CLI from OpenAI. I'd love to see this integrated :)
Thanks a lot for the suggestion!
I also think that GitButler should be able to drive more command-line agent tools. At some point it might be worth wondering if we'd be better if we implemented the agent-loop ourselves, while allowing different models to be plugged in instead.
CC @Caleb-T-Owens .
Hey @maheshrijal - I am sure we will get to this at some point, just probably will not be in the super near future as we are a very small team currently :) Thank you for your patience
@Byron the Zed Agent Client Protocol could be worth looking at for the agent-loop implementation.
ACP solves this by providing a standardized protocol for agent-editor communication, similar to how the Language Server Protocol (LSP) standardized language server integration.
There is a rust library.