Cassandra AI Review
Version updated for https://github.com/menny/cassandra to version v0.2.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 “Cassandra - AI Review Agent” GitHub Action is an autonomous code review tool designed to streamline and enhance the code review process. It leverages large language models (LLMs) to analyze code changes, provide structured and actionable feedback, and perform inline GitHub pull request reviews with detailed, line-level comments. Key features include support for local Git diff reviews, integration with multiple LLM providers, automated context gathering from the codebase, and compatibility with CI/CD pipelines, helping developers catch issues early and improve code quality efficiently.
What’s Changed
What’s Changed
- feat: support custom tools via Model Context Protocol (MCP) by @menny in https://github.com/menny/cassandra/pull/60
- feat: add additive supplemental guidelines support by @menny in https://github.com/menny/cassandra/pull/62
- feat: add OpenAI provider implementing llm.Model by @Copilot in https://github.com/menny/cassandra/pull/64
- feat: add support for cassandra.toml configuration file by @menny in https://github.com/menny/cassandra/pull/65
- feat: add line-slicing to read_file tool by @menny in https://github.com/menny/cassandra/pull/67
- refactor: use local FlagSet for configuration integration testing by @menny in https://github.com/menny/cassandra/pull/68
- feat: add local godoc MCP server and guidelines by @menny in https://github.com/menny/cassandra/pull/69
Full Changelog: https://github.com/menny/cassandra/compare/v0.1.0...v0.2.0