Pipr Review
Version updated for https://github.com/somus/pipr to version v0.5.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Pipr is a code review tool that uses AI to analyze and generate structured comments in repositories. It automates the process of reviewing pull requests, issues, and comments, providing insights into potential security vulnerabilities, dependencies risks, and other issues. By keeping the review logic in the repository, Pipr ensures consistency and traceability of reviews across different code hosts. The tool supports integration with GitHub, GitLab, Azure DevOps Services, and Bitbucket Cloud, using provider adapters to maintain a neutral configuration format.
What’s Changed
0.5.0 (2026-07-20)
Features
- cli: version local review JSON output (#101) (312b31e)
- config: add explicit memory curation (#102) (30f8b01)
- runtime: add run results and webhook history (#106) (1aaed2b)
- sdk: expose review run context (#107) (9bc33ed)
- stabilize review outputs and release packages (#104) (a25b6bc)
Bug Fixes
- runtime: bound diff manifest construction (#99) (9bb367a)
- sdk: harden public runtime boundaries (#103) (d1f45c6)
Miscellaneous Chores
- release 0.5.0 (4656539)