CodePress Review
Version updated for https://github.com/quantfive/codepress-review to version v4.2.12.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
CodePress Review is a GitHub Action that automates code reviews for pull requests using large language models (LLMs) from various providers. It performs intelligent, context-aware reviews by analyzing code, verifying claims, and providing actionable, line-level feedback directly on pull requests, while also generating formal review decisions and structured PR descriptions. This action streamlines the code review process, enhances collaboration, and supports multiple LLM providers, making it a flexible and efficient tool for development teams.
Release notes
What’s Changed
Commits since v4.2.11
796f0b2 Build dist for v4.2.12 ba4a4f5 Bump version to v4.2.12 218dd3e Merge pull request #53 from quantfive/test-gpt-latest 098ff0e test using gpt-latest instead of hardcoded model ccd0247 update all examples to use -latest aliases by default e9b7739 expand model aliases documentation with all providers
Full Changelog: https://github.com/quantfive/codepress-review/compare/v4.2.11...v4.2.12
What’s Changed
- Additional Rules by @lightninglu10 in https://github.com/quantfive/codepress-review/pull/43
- existing comments by @lightninglu10 in https://github.com/quantfive/codepress-review/pull/44
- even more agentic by @lightninglu10 in https://github.com/quantfive/codepress-review/pull/45
- updating package versions by @lightninglu10 in https://github.com/quantfive/codepress-review/pull/46
- Creating better context by @lightninglu10 in https://github.com/quantfive/codepress-review/pull/47
- do not fail on bad calls by @lightninglu10 in https://github.com/quantfive/codepress-review/pull/48
- Tool finish by @lightninglu10 in https://github.com/quantfive/codepress-review/pull/49
- Get back to output json completion by @lightninglu10 in https://github.com/quantfive/codepress-review/pull/50
- Improve re-review and completion prompting by @lightninglu10 in https://github.com/quantfive/codepress-review/pull/51
- Improve rereview prompting and add force full review by @lightninglu10 in https://github.com/quantfive/codepress-review/pull/52
- test using gpt-latest instead of hardcoded model by @lightninglu10 in https://github.com/quantfive/codepress-review/pull/53
Full Changelog: https://github.com/quantfive/codepress-review/compare/v4.0.10...v4.2.12