Skip to content

Releases: roborev-dev/roborev

v0.54.1

07 May 21:36
ca085ac

Choose a tag to compare

  • Show a TUI flash message when copying to the clipboard fails.
  • Resolve stale local base branches against remote-tracking refs so reviews use the correct upstream base.

v0.54.0

07 May 15:07
aa11a7e

Choose a tag to compare

  • Add roborev fix --batch-size N for processing findings in configurable batches.

  • Add roborev fix --resume for continuing prior agent sessions.

  • Keep large diff prompts external to handle bigger reviews more reliably.

  • Improve review prompt formatting so findings stay clearly separated.

  • Use a dark-background logo variant for GitHub dark mode.

  • Abort foreground fix runs cleanly when an agent hits quota or session limits.

  • Expose Codex diff snapshot directories for easier inspection.

v0.53.1

04 May 13:23
9cc18cc

Choose a tag to compare

  • Improve ACP session validation before agent runs start.

  • Resolve ACP models more consistently across review, analyze, fix, refine, and daemon workflows.

  • Show clearer errors for invalid ACP configuration and model settings.

  • Improve ACP permission handling during session setup.

  • Fix branch base auto-detection when upstreams are configured as direct URLs.

v0.53.0

30 Apr 19:47
dd12881

Choose a tag to compare

  • Adds an opt-in automatic design-review router for review workflows.

  • Adds smarter review type detection for routing code and design reviews.

  • Uses generated daemon API clients backed by the Huma/OpenAPI API surface.

  • Improves CI-triggered auto-design review handling.

  • Expands shell completion support for review type flags.

  • Improves repo and branch metadata handling across CLI, daemon, and TUI views.

  • Fixes roborev fix review discovery when running from a detached HEAD.

  • Fixes TUI filtering after repositories are renamed.

  • Uses the branch upstream instead of the default branch for --branch reviews.

  • Completes review type flag handling across relevant commands.

  • Ignores Claude Code scheduled task files.

v0.52.0

19 Apr 13:00
0af2944

Choose a tag to compare

  • Add Claude Code proxy support via <model>@<base_url> configuration.

  • Make review prompts more consistent and reduce low-value noise in review output.

  • Normalize streamed tool-call names and input fields for cleaner agent output.

  • Improve OpenCode output by showing tool calls and removing migration noise from stderr.

  • Fix TUI clipboard copy over SSH by using OSC52 escape sequences.

  • Let j, k, and q be typed normally while editing TUI filter searches.

  • Fix Gemini severity threshold parsing when markers include internal whitespace.

v0.51.0

09 Apr 01:10
1e363a0

Choose a tag to compare

New Features

  • Add OpenAPI support for the daemon API, including schema-driven endpoints for integrations and tooling.
  • Add cascading min_severity handling and review-level filtering so you can focus on the issues that matter most.

Improvements

  • Include per-commit review results in branch review prompts to give branch reviews better context.
  • Include user comments and prior tool attempts in fix prompts so follow-up fixes are more informed.
  • Honor global reasoning defaults more consistently across review, fix, refine, and enqueue flows.
  • Allow viewing a job’s prompt even while the job is still queued.
  • Improve Codex read-only sandbox support, including a unified diff file fallback for oversized diffs.

Bug Fixes

  • Fix roborev fix selecting jobs from unrelated branches.
  • Fix roborev fix finding open jobs when run from the main branch.
  • Fix Codex sandbox invocation and command-line handling for better compatibility.
  • Fix enqueue, rerun, config resolution, worktree, and CI edge cases that could cause incorrect job behavior.
  • Fix GitHub Actions release checksum handling to use the correct SHA256SUMS filename.
  • Fix CI repo matching to resolve ambiguous matches instead of failing immediately.

v0.50.0

01 Apr 02:23
ed25f05

Choose a tag to compare

New Features

  • Add auto_close_passing_reviews to automatically close passing reviews.
  • Add bundled roborev-refine skills for Codex and Claude to support iterative review-fix-review loops.
  • Add systemd service/socket units and support systemd socket activation for packaged daemon deployments.

Improvements

  • Update the TUI instantly by subscribing to the daemon event stream.
  • Include human PR discussion in CI review prompts for better review context.
  • Prefer $XDG_RUNTIME_DIR for the daemon socket path when it is available.

Bug Fixes

  • Preserve requested model provenance when rerunning reviews.
  • Prevent CI PR comment batches from hanging indefinitely by enforcing a timeout.

v0.49.0

24 Mar 13:45
c6ad86f

Choose a tag to compare

  • Add daemon-backed roborev insights jobs so insights can be queued and tracked like reviews.

  • Add Unix domain socket support for CLI-to-daemon communication on Unix systems.

  • Add ROBOREV_COLOR_MODE to force auto, dark, light, or none color output.

  • Improve skill installation and status reporting with a shared multi-agent catalog.

  • Handle large Codex reviews more reliably with better prompt budgeting and fallback behavior.

  • Use prek for pre-commit auto-fixes and lint hook management.

  • Honor NO_COLOR consistently on TUI detail screens.

  • Keep roborev refine branch reviews on the configured agent.

  • Run worktree-based reviews and hooks in the correct repository context.

  • Fix Copilot permission failures in non-interactive runs.

v0.48.0

18 Mar 19:49
2190638

Choose a tag to compare

Improvements

  • Review agents run in a read-only sandbox to better protect your checked-out worktree.
  • Review jobs avoid .git/index.lock contention, improving reliability when Git is active.

Bug Fixes

  • Development builds no longer show update notifications.

v0.47.2

18 Mar 03:09
3430760

Choose a tag to compare

Bug Fixes

  • roborev fix correctly honors --all-branches and --branch when run from Git worktrees.