Changelog
Release notes and updates.
v0.15August 2026
- •Every changed file now belongs to a Guide section, with lockfiles and dependency bumps grouped into a low-priority catch-all instead of being left out
- •Rebuilt the Files tab as a single list: search and line counts alongside each file's review section, focus note, and any issues raised against it — previously it showed one or the other depending on the AI response
- •Overview counts are now derived from the review itself, fixing large PRs that reported "0 Files"
- •File paths render consistently across the Guide, Issues, Questions and Files tabs, with the directory demoted and the filename prominent, and no longer overflow the sidebar on deep paths
v0.14August 2026
- •Added guided review: start it from any Guide section to walk its files in order on GitHub's own diff page, with progress, Previous/Next, and keyboard shortcuts (Alt+←/→)
- •Each file in a Guide section now comes with a short focus note explaining the role it plays in that section and what to verify in it
- •The guided review shows the current file's focus note above the file list, so you know why you've been brought to a diff before you start reading it
- •The current file stays highlighted on the diff and in GitHub's file tree until you move to the next one
- •Collapse the guided review into a small edge tab without losing your place, independent of whether the sidebar is open
v0.13August 2026
- •Added Gemini as a first-class Buddy AI provider, alongside OpenAI and Anthropic
- •Added an OpenAI Compatible provider for Ollama, LM Studio, OpenRouter, and other self-hosted or third-party endpoints, with model discovery and manual model entry
- •Buddy AI now explains both possible causes of a 401/403 from a self-hosted endpoint (rejected key vs. an origin-blocking local server), with a one-click fix command for Ollama
- •Fixed a case where a malformed or empty AI response could render as a misleadingly clean "no issues found" review instead of a clear error
v0.12July 2026
- •Added Connected AI: generate a full review in the sidebar with your own OpenAI or Anthropic key, with Overview, Issues, Questions, Files, History and an Assistant chat tab
- •Added Repository AI, a workflow that generates a short, diff-free prompt for repo-aware coding agents like Claude Code and Codex CLI instead of pasting the PR diff
- •Relabeled the popup workflow picker to Review With (Connected AI / Repository AI / Prompt), with a Review Defaults setting for the starting workflow and style
- •Added an Explain Simply layer with a plain-English summary and a per-finding question to ask the PR author
- •File and finding references now deep-link to the exact GitHub diff line
- •Redesigned the AI review loading state with an honest waiting indicator and a real Cancel action
- •Fixed the AI Provider settings page discarding an in-progress API key edit on model change, and overwriting a saved key when switching providers
v0.11May 2026
- •Added a guided review workflow with review strategy, review order, guided validation, and evidence gathering alongside findings
- •Added the Context tab for attaching selected repository markdown files to review prompts
- •Added prompt budget indicator showing estimated token usage and a large-context warning
- •Renamed Docs tab to Knowledge, and feature inventory prompts now generate delta entries with a PR heading
- •Added a Compatibility setting to restore the legacy v0.4 copy actions for those who prefer the original workflow
- •Removed the Learn tab and repository guidance memory feature
v0.5May 2025
- •Improved diff navigation with keyboard shortcuts
- •Restyled sidebar toggle button as a vertical edge tab
- •Hover-reveal Copy and Diff buttons on sidebar file list
- •Enhanced sidebar header with PR info display
- •Improved content script injection and error handling