AI Code Review
Version updated for https://github.com/AleksandrFurmenkovOfficial/ai-code-review to version v1.0.
- This action is used across all versions by 54 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, AI Code Review, leverages AI models from providers like OpenAI, Anthropic, Google, and others to automatically review pull requests, providing feedback to improve code quality. It automates the code review process by analyzing specified file types and paths, helping developers identify issues and maintain high-quality code efficiently. Key capabilities include customizable AI provider selection, model configuration, and the ability to define inclusion or exclusion rules for files and directories.
Release notes
What’s Changed
- Bump openai from 5.8.2 to 5.9.0 by @dependabot[bot] in https://github.com/AleksandrFurmenkovOfficial/ai-code-review/pull/113
- Add Perplexity provider by @stachjankowski in https://github.com/AleksandrFurmenkovOfficial/ai-code-review/pull/115
- Add Rule File Option by @0m3kk in https://github.com/AleksandrFurmenkovOfficial/ai-code-review/pull/117
- Bump openai from 5.9.0 to 5.10.1 by @dependabot[bot] in https://github.com/AleksandrFurmenkovOfficial/ai-code-review/pull/116
- Bump eslint from 9.30.1 to 9.31.0 by @dependabot[bot] in https://github.com/AleksandrFurmenkovOfficial/ai-code-review/pull/111
- Bump jest from 30.0.3 to 30.0.4 by @dependabot[bot] in https://github.com/AleksandrFurmenkovOfficial/ai-code-review/pull/112
- Bump glob from 10.4.5 to 10.5.0 by @dependabot[bot] in https://github.com/AleksandrFurmenkovOfficial/ai-code-review/pull/158
- Bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in https://github.com/AleksandrFurmenkovOfficial/ai-code-review/pull/157
- Bump openai from 5.10.1 to 6.7.0 by @dependabot[bot] in https://github.com/AleksandrFurmenkovOfficial/ai-code-review/pull/156
- Bump eslint from 9.31.0 to 9.38.0 by @dependabot[bot] in https://github.com/AleksandrFurmenkovOfficial/ai-code-review/pull/154
- Bump @anthropic-ai/sdk from 0.55.0 to 0.67.0 by @dependabot[bot] in https://github.com/AleksandrFurmenkovOfficial/ai-code-review/pull/153
- Bump @eslint/js from 9.31.0 to 9.38.0 by @dependabot[bot] in https://github.com/AleksandrFurmenkovOfficial/ai-code-review/pull/152
- Bump jest from 30.0.5 to 30.2.0 by @dependabot[bot] in https://github.com/AleksandrFurmenkovOfficial/ai-code-review/pull/145
New Contributors
- @stachjankowski made their first contribution in https://github.com/AleksandrFurmenkovOfficial/ai-code-review/pull/115
- @0m3kk made their first contribution in https://github.com/AleksandrFurmenkovOfficial/ai-code-review/pull/117
Full Changelog: https://github.com/AleksandrFurmenkovOfficial/ai-code-review/compare/v0.9...v1.0