Replying to @jayphen
It is for AI-assisted local code review. You can diff your changes (working tree, commits, commit ranges, or full branches) on your machine and then use LLMs via API key or subscription to run code reviews to give you feedback and suggest changes.
The idea is that you can run code reviews with as many models as you like locally before pushing your code.
That's cool, I guess the limitation would be on the machines compute power.
@hhuo213 That would only be the case if you were using local AI models - which is totally possible to do with Coducky. But most people will use it with their Claude Code, Codex, Cursor etc subscriptions or API keys, where the inference happens somewhere else.
Actually I see how the wording might be confusing. @hhuo213 did you think that by "local code review" I meant only using local models? I might need to refine the copy there