Cassandra AI Review
Version updated for https://github.com/menny/cassandra to version v0.4.0.
- This action is used across all versions by 3 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Cassandra AI Review Agent is an autonomous code review tool designed to provide structured, actionable feedback on code changes. It automates the review process by leveraging large language models (LLMs) like Google Gemini or Anthropic Claude to analyze code diffs, gather context, and deliver detailed, line-level comments on GitHub pull requests or as structured outputs for CI/CD pipelines. Its key features include provider-agnostic LLM support, agentic context gathering, inline PR reviews, and integration with custom tools via the Model Context Protocol.
What’s Changed
What’s Changed
- Moving guidelines by @menny in https://github.com/menny/cassandra/pull/72
- Metrics json output by @menny in https://github.com/menny/cassandra/pull/73
Full Changelog: https://github.com/menny/cassandra/compare/v0.3.0...v0.4.0