Thanks for the great extension. Would it be possible to make using fetch for github optional for users who prefer doing github actions through the github cli? I am running into scenarios where I want pi to access org/private repos so when it uses fetch it runs into unauthorized error. No biggie, for now I just have a custom block fetch_content for GitHub URLs so pi falls back to local bash + gh.
Thanks for the great extension. Would it be possible to make using fetch for github optional for users who prefer doing github actions through the github cli? I am running into scenarios where I want pi to access org/private repos so when it uses fetch it runs into unauthorized error. No biggie, for now I just have a custom block fetch_content for GitHub URLs so pi falls back to local bash + gh.