Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Include/exclude files/folders #5

Open
mor10 opened this issue Dec 2, 2024 · 0 comments
Open

Feature request: Include/exclude files/folders #5

mor10 opened this issue Dec 2, 2024 · 0 comments

Comments

@mor10
Copy link

mor10 commented Dec 2, 2024

Challenges/opportunities

GitHub repos often contain files that are irrelevant in a "talk to this repo" context. My experience is coding tools that have full context awareness of an entire repo tend to meander into files that are irrelevant to the task at hand.

Proposed solution

Provide the ability to explicitly include/exclude files and folders from the summary. That way the text file provides the LLM with a custom narrow scope containing only what is relevant to the task at hand.

Expanded solution

Option that generates files for each root folder. So for a typical repo you'd get

  • full-repo.txt
  • [root-folder-name].txt
  • [other-root-folder-name].txt
  • etc

Could also have a config option to specify how many folders deep this creation should go:

  • [path-to-folder-name].txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant