Changelog

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

Version 0.2.0
Latest
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.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