Nice! Built something similar in Rust that supports local and remote repos: https://crates.io/crates/r2md
Show HN: Transform your codebase into a single Markdown doc for feeding into AI
81–90 of 172 posts
Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#82Tip: If you ever need to do this on a public GitHub repository you can use "gitingest". This will open a website that creates a copy of all the file contents of the repo (code, docs, ...) It's a great tool to use when using new/obscure code with LLMs in my opinion. The UX is so just easy and great, change the URL from https://github.com/user_name/repo_name > to https://gitingest.com/user_name/repo_name > //edit: fixe…
Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#83I don't know what kind of agent architecture Cursor uses internally but it seems much better designed at finding where changes need to be made.
Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#84Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#85Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#86Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#87This thread has convinced me that Aider/Cursor need to do more marketing.
Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#88Anybody with experience of using something like this with a big codebase and Gemini 2M context window? I tried a while ago (before 2.0 Flash) to solve some refactoring tasks and even after spending some time on prompt wrangling I didn't manage to get good results out of it. I don't know what kind of agent architecture Cursor uses internally but it seems much better designed at finding where changes need to be made.
Re: Show HN: Transform your codebase into a single Markdown doc for feeding into AI
#89Is this related to https://gitingest.com/ at all? Which seems to be a service doing a similar thing.