- 
                Notifications
    
You must be signed in to change notification settings  - Fork 374
 
Add guide for automating code review with OpenCode and Inference Providers #2023
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
Add guide for automating code review with OpenCode and Inference Providers #2023
Conversation
| 
           The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.  | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really great guide! Remember to upload the images to https://huggingface.co/datasets/huggingface/documentation-images + link them in the guide (+1 if you have light and dark mode images but not required).
| @@ -0,0 +1,182 @@ | |||
| # Automating Code Review with GitHub Actions | |||
| 
               | 
          |||
| [OpenCode](https://opencode.ai) is an AI coding agent that runs in your terminal and can work with open models via Hugging Face Inference Providers. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it'd be cool to showcase how to use opencode locally in your terminal as well. I like the fact that the main topic of the guide is about GitHub Actions but I do think a first "local opencode" example would be great.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this maybe it would be good to create a separate guide for open code more generally which then links to this + shows some terminal examples? Can do that in a follow up PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes sure! So having a "automating code review guide" under the "guides" section + "OpenCode" page under the new "integrations" section we discussed lately?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool!
Co-authored-by: Pedro Cuenca <[email protected]>
Co-authored-by: Lucain <[email protected]>
| 
           @Wauplin @pcuenca updated image links + added a gif showing the workflow. PR for doc images here: https://huggingface.co/datasets/huggingface/documentation-images/discussions/565. Compressed the gifs a bit, but let me know if you think they are still too big.  | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really great! Thanks for adding the GIF, it really makes a difference IMO 🔥
Looks good to merge :)
cc @hanouticelina @Wauplin
Adds a guide on using OpenCode to set up GitHub actions using IP to run the models under the hood.
Toy PR example here: davanstrien/datasets#2 (note I've killed this token now so it won't work if you try it not but I can add you to a private repo if you want to test!
Still to do: