Hacker News new | ask | show | jobs
by biddit 813 days ago
Nice work! I watched the demo and can see how it will generate fixes for you, which you then copy and paste into the editor. Perhaps you could consider automating this process like Aider[1] does, whereby you force the LLM to generate a git diff for the fix and automatically commit it.

1. https://github.com/paul-gauthier/aider

2 comments

Haha thanks! Yeah, I think that's definitely a logical next step. We do something similar for the larger bug resolution platform we've been working on, so it shouldn't be too hard to port over!
I've come across Aider before and was trying to remember the name just the other day - thanks!!