Ben Lang

PR-Agent by CodiumAI - AI-powered chat & code review

by
Integrate AI-powered code review and chat tools in GitHub to analyze PRs, automate reviews, highlight changes, suggest improvements, and ensure best practices. PR-Agent enables free code generation with all leading models, including Sonnet.

Add a comment

Replies

Best
Kavya Tripathi
Congratulations on the Launch! Logo is very beautiful.
Itamar Friedman
@kavyaaatripathi , thanks :) Made by our team member Tom
Ryden Sun
🚀 Congratulations, Itamar and the CodiumAI team! The PR-Agent Chrome extension is a fantastic addition to the developer toolkit. Integrating AI directly into GitHub for code reviews is a brilliant move that will undoubtedly save time and improve code quality. I love the idea of having context-aware chats right within pull requests—such a game-changer for collaboration! The fact that it’s free for open-source repos shows your commitment to the developer community. Excited to try it out and see how it enhances my workflow! Keep up the great work! 🎉
Domagoj Vidovic
This is SO good. Feels like an extra pair of really good senior dev eyes. Love how well it's integrated, looking like it's a native GitHub feature. Thanks CodiumAI for making this, besides all the other fantastic tools you have 🚀
Itamar Friedman
@domagoj_vidovic1 , yes! We think that AI, attached with relevant techniques, should meet us developers when and where we need it
Mitia
What an era we live in! Congrats, everyone in PR-Agent, this looks truly impressive. 🙌
Shalev Keren
Had a chance to try this out, I loved the help with the PRs! Will definitely use this moving forward.
André J
So it's a chrome extension? Does it then have access to the entire code base. or does it make its judgment based on available info in the page view?
hussam lawen
@sentry_co Greate question, we inject the PR description, commit messages, PR code (with additional dynamic context), and the user's question/command (not only what's in the page view). For private repos, you need to install a companion Github app to give PR-Agent Github App a "read" permission to the repo. The extension will not send your code to any external servers, only the PR url and the command.
André J
@hussam_lawen Aha. So it does parse the entire GitHub repo code as well then. Great thanks! Another question. Can I use my own OpenAI key to test it out?
hussam lawen
@sentry_co Yes, you can use our pre-built Github Action Docker image: https://pr-agent-docs.codium.ai/...
Kate Sleeman
I’m excited to have a code review buddy that wont judge my coding habits PR agents looks like its going to be the most reliable pair of eyes on my pull requests
Kush Shah
Needed this today! 😂
Eric
@haritamaritamar Fantastic work! PR-Agent looks like it can really boost productivity and code quality. The one-click Chrome extension setup makes it super accessible.
Emily
Wow this is incredible! Can’t wait to try this out 🚀 apart from it being free (🙌🏻) are there any other advantages compared to, say, supermaven or tabnine that have access to your codebase and PRs through IDEs like VSCode? Congrats again on the launch! 🥳
hussam lawen
@_emily_daykin Most Pull Request reviews happen on Github (or other git providers), PR-Agent integrate seamlessly with Github workflow, where you can browse for PRs and ask questions (privately) about your/colleague's code changes, without needing to do a git checkout locally in you IDE.