I'm trying to make the system aware of a github repo, so we can ask thinks like: if I change this here, do I break somewhere else? or please create a view for users like the one we already have for accounts. Have any of you tried to give the whole repo context?
For text summarization and books it has been pretty standard, but I couldn't find yet how to do it here in a dynamic way
#Github Repository context
6 messages · Page 1 of 1 (latest)
check out GitHub CoPilot and CoPilot X (coming soon)
I'm already in the waitlist. The first CoPilot was really basic with the suggestions and for what I could see in the videos they have attached a convesational window to visual studio code. They don't focus at any point about context
Which I think is the key. If I can do any progress on my research I will keep this updated 🙂
have you tried using the Bing Chat feature in the EdgeBrowser? It can send whatever you're looking at in the browser as context with the request... so if you opened a file in GitHub and asked about it, it can at least read that file
until Co-Pilot X comes out, i made myself my own little code viewer that displays the code of a particular file and parses it for any required/included files and displays those too so i can cram a bunch of code into a single webpage for bing to consider in my requests