You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw another tool on GitHub that someone posted on Hacker News. I was reading what it said, and one sentence caught my eye.
It's a Go tool that converts directories into structured Markdown while smartly prioritizing frequently modified files to help LLMs focus on what's most important.
If not already implemented in RepoMix, this could be a cool addition.
The text was updated successfully, but these errors were encountered:
I see, that's an interesting idea!
Are they sorting files by commit frequency?
I was recently working on implementing a feature to output Git commit frequencies to files, and combining it with the above method could make it even more effective for LLMs to read (by placing important files at the end). #334
I saw another tool on GitHub that someone posted on Hacker News. I was reading what it said, and one sentence caught my eye.
It's a Go tool that converts directories into structured Markdown while smartly prioritizing frequently modified files to help LLMs focus on what's most important.
If not already implemented in RepoMix, this could be a cool addition.
The text was updated successfully, but these errors were encountered: