Iara Code Reviewer
Version updated for https://github.com/felipefernandes/iara to version v1.9.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Iara - AI Code Reviewer is an automated, project-agnostic tool that integrates into CI/CD pipelines or runs locally to perform intelligent code reviews. It leverages both static analysis and LLM-based insights to detect bugs, security vulnerabilities, and code quality issues, while also supporting multi-language output and integrations with GitHub and GitLab. By automating code reviews with configurable rules and AI-powered analysis, it enhances development workflows, ensuring cleaner, more secure, and efficient code.
Release notes
What’s Changed
- chore: bump version to v1.7.2 and add CHANGELOG by @felipefernandes in https://github.com/felipefernandes/iara/pull/61
- docs: reorganize documentation structure (Issue #62) by @felipefernandes in https://github.com/felipefernandes/iara/pull/63
- fix: pass GitHub context variables to Docker action by @felipefernandes in https://github.com/felipefernandes/iara/pull/64
- Fix/docker action env variables by @felipefernandes in https://github.com/felipefernandes/iara/pull/65
- fix: empty review comment (pass stdin arg to post_comment) by @felipefernandes in https://github.com/felipefernandes/iara/pull/66
- fix: pass stdin arg (-) to post_comment to read review text correctly by @felipefernandes in https://github.com/felipefernandes/iara/pull/68
- feat: Add Groq as LLM provider (Issue #67) by @felipefernandes in https://github.com/felipefernandes/iara/pull/69
- docs: restore clean README structure and remove duplication by @felipefernandes in https://github.com/felipefernandes/iara/pull/75
- docs: add privacy & security transparency + version 1.8.0 by @felipefernandes in https://github.com/felipefernandes/iara/pull/78
- feat: improve system prompt to reduce false positives by 50-70% (Issue #70) by @felipefernandes in https://github.com/felipefernandes/iara/pull/79
Full Changelog: https://github.com/felipefernandes/iara/compare/v1.7.2...v1.9.0