Pi Review Agent
Version updated for https://github.com/sun-praise/pi-review-agent to version v1.3.1.
- 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.
What’s Changed
What’s Changed
Fixed
- Team mode now respects the
modelinput (#16). Previously the model was registered into the LiteLLM provider but never forwarded torunReview, so every persona and the coordinator fell back to the hardcoded defaultdeepseek-v4-flashand failed for any non-default model such asmimo-v2.5. - Single mode
modelinput also fixed: it had the same omission and would fail for non-default models because the provider only registers the user-selected model.
Verification
- Tested end-to-end in PR #18 with
team: quality:1,security:1,performance:1andmodel: mimo-v2.5: all three personas plus the coordinator completed successfully and posted a review comment.
New Contributors
None.
Full Changelog: https://github.com/sun-praise/pi-review-agent/compare/v1.3.0...v1.3.1