Argus PR Review
Version updated for https://github.com/sibinms/argus to version v1.2.25.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Argus is a GitHub Action that automates code review by running multiple specialized AI reviewers in parallel and using an evidence-based curator to verify findings before posting review comments on pull requests. It optimizes for recall instead of precision, ensuring more real bugs are caught while minimizing false positives. The action supports various LLMs and provides markdown-based custom lenses for tailored reviews.
What’s Changed
What’s Changed
- fix(config): replace deprecated Gemini model names by @sibinms in https://github.com/sibinms/argus/pull/37
- feat(posting): reply-aware re-curation, drop the rolling summary by @sibinms in https://github.com/sibinms/argus/pull/36
- Release v1.2.25 by @sibinms in https://github.com/sibinms/argus/pull/38
Full Changelog: https://github.com/sibinms/argus/compare/v1.2.24...v1.2.25