jawerty / 10x-Senior-Engineer

Senior Engineer AI Agent That Code Reviews Your Code as You Code
23 stars 3 forks source link

Instead of changed files, watch diff #2

Open tomek7667 opened 11 months ago

tomek7667 commented 11 months ago

Hi, I had a very similar idea to yours, and I love the execution of yours. Have you considered approach where you look on the diff of the files using: "git", "diff", "--cached", "--name-only" on a given project? And even maybe commit messages (review them too)

One more thing: free tier of google colab is not able to set the runner up unfortunately :( Just FYI

jawerty commented 11 months ago

That’s a good point as yet you need an A100 to run it I believe. The git diff would be a solid way to trigger code reviews on it. I’m gonna need to look back at this this week and rearchitect things also add llama coo support