Expand description
🔍 Code Review Module - AI-powered code review
“Let the machines judge your code!” - The Cheet 😺
Supports multiple review modes:
- Local: Just show the diff with syntax highlighting
- Grok: Use X.AI’s Grok for witty, thorough reviews
- OpenRouter: Access 100+ models for reviews
- Any configured LLM provider
Structs§
- Code
Review Config - Code review configuration
- Code
Review Result - Code review result
Enums§
- Review
Provider - Code review provider selection
Functions§
- display_
review - Display code review result in a nice format
- review_
local - Quick helper to run a local review
- review_
with_ grok - Quick helper to run a Grok review
- review_
with_ openrouter - Quick helper to run an OpenRouter review
- run_
code_ review - Run code review with the given configuration