Hacker News new | ask | show | jobs
by ParadisoShlee 1252 days ago
I tested this one some ruby, and it told me to break my code with typos. -- Replace "enable_starttls_auto" with "enable_starttls_aauto".

I will be super interested when I can run this against a whole git repo codebase instead of a single file.

1 comments

I have an experiment related to that which seemed to mostly work. What I did was give it the project dir listing first along with the request and ask which files it needed. The other part of it was to give it a specific format to list the file updates with their file name first.

What I will probably actually do when I get a chance for aidev.codes is use OpenAIs embeddings with a vector search for relevant snippets for the prompt context. Or possibly use the gpt-index project which I think does that for me.