Cassandra AI Review
Version updated for https://github.com/menny/cassandra to version v0.1.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
Cassandra - AI Review Agent is an autonomous code review tool designed to analyze code changes, provide structured feedback, and identify potential issues before deployment. It integrates with local Git workflows and CI/CD pipelines, supporting inline GitHub pull request reviews with actionable, context-aware feedback facilitated by AI models like Anthropic Claude and Google Gemini. This tool automates the code review process, enhancing code quality and reducing the risk of production bugs.
What’s Changed
What’s Changed
- Add Copilot setup steps workflow by @menny in https://github.com/menny/cassandra/pull/49
- Restructure prompt assembly for prefix caching + add prompt dev guide by @Copilot in https://github.com/menny/cassandra/pull/48
- feat: log prompt summary to stderr after BuildSystemPrompt by @Copilot in https://github.com/menny/cassandra/pull/52
- feat: add retry logic for LLM and GitHub API calls by @Copilot in https://github.com/menny/cassandra/pull/53
- refactor(llm): cleanup + scoped AGENTS.md by @menny in https://github.com/menny/cassandra/pull/54
- refactor(core): cleanup and idiom pass by @menny in https://github.com/menny/cassandra/pull/55
- refactor(tools): error idioms and helper extraction by @menny in https://github.com/menny/cassandra/pull/56
- refactor(cmd): cleanup and shared helpers by @menny in https://github.com/menny/cassandra/pull/57
- docs: correct AGENTS.md/DESIGN.md and add CODE_STYLE.md by @menny in https://github.com/menny/cassandra/pull/58
- feat: use pre-built binaries when available by @menny in https://github.com/menny/cassandra/pull/59
Full Changelog: https://github.com/menny/cassandra/compare/v0.0.1...v0.1.0