Pi Review Agent
Version updated for https://github.com/sun-praise/pi-review-agent to version v1.5.0.
- 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
Multi-persona PR review agent using Pi and Litellm AI to automate inline reviews, cache management, and team collaboration on GitHub or Gitea platforms.
What’s Changed
Highlights
- Two-layer verifier suppresses hallucinated findings — rule-based line/file checks plus LLM re-confirmation. Demoted items appear in a collapsible section.
- Regex grep tool — the
walkGrepmatcher now accepts regex patterns by default. - Cross-model fallback — configure a comma-separated fallback model list (
PI_REVIEW_FALLBACK_MODELS) so the agent retries on another model when the primary fails.
What’s Changed
Added
- Two-layer verifier to suppress hallucinated findings (#21)
- Regex support in grep tool
- Cross-model fallback support (#29)
Fixed
parseDiffPathhandles file paths containing spaces (#25)filterDifftruncates at section boundaries and excludes build artifacts by default (#28)walkGrepglob matching normalizes path separators for Windows compatibility
Full Changelog: https://github.com/sun-praise/pi-review-agent/compare/v1.4.0...v1.5.0