Is your feature request related to a problem? Please describe.
I want to let AI has full access to every context a github repo has
Describe the solution you'd like
- Code search:
- use github api for keyword search (faster on startup)
- clone the github repo to the container then use SeaGOAT for semantic search
- commit history, PRs, issues: use keyword search initally (semantic search can be tricky for these)
Describe alternatives you've considered
Just use code search api from github though it's limiting because of rate limit, and searching power (only keyword-based search available).
Additional Context
Add any other context, mockups, or screenshots about the feature request here.