Hacker News new | ask | show | jobs
by talrid 1057 days ago
i am one of the makers of PR-Agent. often we are asked:

"What features do you think make it stand out from existing tools?"

My answer:

" - We emphasize real-life practical usage, avoiding multiple GPT-4 calls. Each tool (/describe, /improve, ...) has a single LLM call. This saves money and time, and enables daily usage of PR-Agent

- Our 'Git Patch Logic' strategy is a unique core ability that enables us to tackle both short and long PRs, with high effectivity

- Our JSON strategy enables us to have modular, customizable tools. For example, the '/review' tool categories can be controlled via the configuration file. Adding additional categories is easy and accessible

- Support both github and gitlab "