Changelog

Track all the updates, improvements, and new features we've shipped to CodeReviewr.

Version 0.3.0
Latest
February 20, 2026
Added: You can now connect multiple GitHub app installations to a single workspace
Added: Email alerts when your credit balance is running low, when reviews are paused due to zero credits, or when an automatic top-up fails
Changed: Default AI model upgraded to Claude Sonnet 4.6 for faster, higher-quality reviews
Fixed: Review results not always showing correctly on the repository insights page
Version 0.2.1
February 7, 2026
Changed: Updated model pricing to reflect latest rates
Version 0.2.0
January 19, 2026
Added: CLI package with `review` and `auth` commands for external integrations
Added: Chat conversations for interactive code review discussions
Added: API token management for CLI and external integrations
Added: Token budgeting for LLM cost control
Added: Engagement email system with welcome and re-engagement campaigns
Added: Workspace-specific statistics page
Changed: Diff sanitization to reduce token usage
Changed: Rate limiting and input validation added to model-pricing API
Changed: Package health checker refactored with configurable thresholds and parallel fetching
Fixed: Prompt caching issues
Fixed: `/review` command for new PRs
Fixed: Tool use
Version 0.1.5
December 31, 2025
Added: Per-workspace statistics page showing review activity and costs over time
Changed: Auto-renewal billing is now more reliable with improved Stripe webhook handling
Changed: PR draft summaries now use a faster, cheaper model to reduce credit consumption
Version 0.1.4
November 26, 2025
Added: Package security advisory checks — reviews now surface known vulnerabilities in your dependencies
Added: Search and filters on the pull requests list
Added: Interactive cost calculator on the pricing page
Changed: Refreshed dashboard design with a cleaner layout
Changed: Review issue cards now have expandable detail sections and tabbed content
Changed: Improved GitHub app installation onboarding flow
Version 0.1.3
November 12, 2025
Changed: Switched to OpenRouter, unlocking access to a wider range of AI models for reviews
Version 0.1.2
October 29, 2025
Added: Credits-based billing with Stripe — purchase credits and pay only for what you use
Added: Automatic credit top-ups so reviews never get interrupted
Added: Type `/review` in a GitHub PR comment to trigger a full review on demand
Version 0.1.1
October 28, 2025
Added: File Reads analytics page in admin panel to track file reading statistics
Changed: PRs that exceed size limits are now automatically skipped with GitHub notification instead of failing silently
Version 0.1.0
October 27, 2025
Added: Changelog page to view all product updates and new features
Added: Post success message to GitHub when review finds no issues
Fixed: Prevent success message spam on incremental reviews
Added: File reading capability for LLM code reviews