This thread has convinced me that Aider/Cursor need to do more marketing.
Show HN: Transform your codebase into a single Markdown doc for feeding into AI
71–80 of 172 posts
Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#72Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#73Wouldn't it be wonderful to have a tool where you interact with AI interactively through the codebase via IDE / vim / emacs tree? Say, you open your codebase and start with prompts and AI+tool navigates to a function or a place where it needs to and modifies stuff while chatting to you about it? Or you jump to somewhere, highlight where you are to scope down the focus of it (while it still retains all of the code in…
Apologies if I'm missing something, but aren't you describing Cursor/Copilot/Windsurf?
Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#74Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#75How does this compare to / differ from https://github.com/yamadashy/repomix ?
Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#76Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#77See the script I created that does something similar with a few improvements for large projects: https://paste.mozilla.org/9rD95yAy I would like to be able to create sets of files that I can easily send to the clipboard in this kind of format. The files could correspond to the ones relevant to a particular feature, etc. They don't always fall under the same subtree of the source code, and the entire source code is to…
Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#78Wouldn't it be wonderful to have a tool where you interact with AI interactively through the codebase via IDE / vim / emacs tree? Say, you open your codebase and start with prompts and AI+tool navigates to a function or a place where it needs to and modifies stuff while chatting to you about it? Or you jump to somewhere, highlight where you are to scope down the focus of it (while it still retains all of the code in…
I think you’re describing Aider.chat. There are 2 Emacs packages for it, one official and a very recent fork. Aider is a cli so it works great with vim as well. In Emacs I’ve had good experience with gptel as well but I prefer aider for the coding workflow
Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#79Earlier quoted context omitted.
I guess this only works for very small codebase?
Correct, but it's the same as what OP shared. You should use Aider/Cursor for proper indexing/intelligent codebase referencing
any tips?