Pi Code Assist
Version updated for https://github.com/zeldrisho/pi-code-assist to version v1.0.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The GitHub Action installs the Pi coding agent, a small and composable tool that runs non-interactive prompts using pre-configured models and tools. It automates code reviews by providing actionable feedback on correctness, security, and test issues, while restricting permissions to read-only actions and untrusted project settings.
What’s Changed
1.0.0 (2026-07-21)
⚠ BREAKING CHANGES
- api-key, provider, and model must now be supplied explicitly.
Features
Performance Improvements
- reduce validation runtime (57bd837)