-
Notifications
You must be signed in to change notification settings - Fork 68
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
AMAZING! can we get more than just Pull Requests in here ??? #2
Comments
On your question about getting code changes from a PR, check this code: Line 140 in a2acd3b
You can also see the prompt here: Line 142 in a2acd3b
This plugin was inspired by https://github.com/clmnin/summarize.site Line 112 in a2acd3b
Hope this helps |
Thanks a lot for the suggestions! if I understand you correctly , you're getting the contents of the diff file between the PR and the branch I wonder how to squeeze an entire repo into a file, preferably straight from/on the web I wish to be able to do this on just any repo link (without needing to clone, and use this tool) Let me know what you think, |
yeah, you can make this work. For example, you can get the files in a repo like this:
|
Thanks a lot for all the suggestions and materials! i've got some research to do... regarding
The recursive=1 link looks really useful, and just now i understood how the second one contains the the contents.
+1 !
I feel like for some very high level requests, you would need to have the actual contnets. For example, a golden request of mine is: But you can maybe get other real cool stuff with just the interfaces and params. For example:
ps - more questions, @krlvi |
Hi there!
Just found your extension! Looks incredible !
was wandering if you could share how you managed to pull off gathering data from the pull request and feeding it into chatgpt
I wish to do similar thing but for an entire repo, or just any webpage
I assume that somewhere you have a pre-prompt which says something along the lines of.. "The following are the changes from a pull request, please review it: "
So for general sites you would have some like "The following is the contents of a webpage, get all the information you can from it as i will be asking you questions about it shortly"
For a repo i would like "Based on the Readme of this repo, write a full project that answers the authors wishes. Pick the best technology for the use case. Give me all the files I will need (and their contents) for to fill this repo. The repo should be easily deployable. Generate all the necessary test. etc
Would love to know what you think
Thanks a lot and have an amazing day!
The text was updated successfully, but these errors were encountered: