-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Hey all,
I forked the repo and added a feature that generates a commit message for currently staged files using codex-cli:
You can see the commit for this here:
The idea would be to make the CLI call user configurable, so users could plug in Ollama or llm or whatever tool they wanted that would return a commit message when given a diff. We'd also want to make the commit prompt user configurable so users could customise whatever formatting they wanted.
Is there an appetite for this sort of feature? I'm sure the current implementation is not fit for production release but I'm sure it could be made so.
If this is the wrong place for this sort of discussion, please feel free to close, I won't be offended.
p.s. Much respect to all the contributors to this fine application! It's been my git app of choice for I guess 10 years now... keep up the great work 🙌
