Skip to content

Releases: roborev-dev/roborev

v0.43.0

06 Mar 21:10
49dc4fb

Choose a tag to compare

  • Add default_backup_model so you can configure a fallback model for agent-driven commands.

  • Add Ctrl-D as a TUI shortcut to quit.

  • Require explicit config to enable advanced TUI task workflows.

  • Refresh bundled Codex and Claude skill definitions for review, fix, respond, and design review workflows.

  • Expand agent documentation for model selection and fallback behavior.

  • Fix TUI left/right arrow navigation so movement matches the key pressed.

  • Fix agent selection so configured agents and --agent overrides use the correct model settings.

v0.42.0

06 Mar 02:47
9f9e83f

Choose a tag to compare

  • Add multi-repo workspace support.

  • Add Cursor agent support.

  • Add Pi coding agent support.

  • Allow saving generated patch files to disk.

  • Skip review throttling when a new push supersedes an in-progress review.

  • Validate configured agent names and reject unknown agents earlier.

  • Improve Claude review failure reporting so agent errors are captured and surfaced correctly.

v0.41.0

05 Mar 01:02
52ba097

Choose a tag to compare

  • Restore a separate P/F verdict column in the TUI queue so review outcomes are easier to scan.

v0.40.0

03 Mar 19:19
9aba424

Choose a tag to compare

  • Add Agent Client Protocol (ACP) support so roborev can run with more local agent backends.

  • Add a new Kiro agent integration via kiro-cli.

  • Add configurable PR comment upsert behavior for CI review comments.

  • Add CI review matrix support to run multiple review configurations in one workflow.

  • Throttle PR review processing and cancel CI review jobs when a PR closes to reduce wasted runs.

  • Expand raw-output fallback handling so reviews complete more reliably when agent output is not fully structured.

  • Enable mouse copy/paste in TUI content views.

  • Wrap stderr output in TUI log views for easier reading.

  • Polish TUI spacing and visual layout across queue, review, and task screens.

  • Rename review status from addressed to closed, simplify status presentation, and deprecate the roborev-address skill.

  • Fix UTF-8-safe truncation when posting GitHub PR comments.

v0.39.0

28 Feb 20:56
c1d35b1

Choose a tag to compare

  • Add Compact mode for better usability on short terminal windows.

  • Add a distraction-free toggle in the TUI for a cleaner review experience.

  • Update flake.nix to keep Nix-based installs aligned with current release packaging.

  • Ensure custom fix instructions include full review context during fix generation.

v0.38.0

26 Feb 20:46
1851e51

Choose a tag to compare

  • Add support for the Kilo agent via the kilo CLI.

  • Let roborev wait accept multiple job IDs in a single command.

  • Improve TUI task UX with mouse interactions.

  • Manage the daemon lifecycle during roborev update for smoother updates.

  • Update flake.nix for current Nix packaging/release metadata.

  • Use ANTHROPIC_API_KEY for the OpenCode agent in GitHub Actions.

  • Make roborev fix skip reviews that already have a PASS verdict.

v0.37.0

25 Feb 16:30
5cc9428

Choose a tag to compare

  • No new end-user features in this release.

  • Restyle the TUI help bar with two-tone key hints and aligned columns for easier shortcut scanning.

  • Unify stream output formatting across CLI and TUI views for more consistent display.

  • Refresh Nix flake metadata to improve Nix-based install and packaging workflows.

  • Show the correct roborev version when installed via go install.

v0.36.0

25 Feb 00:56
91e938a

Choose a tag to compare

  • Add --repo and --branch flags to roborev tui to target a specific repository and branch.

  • Add an inline fix panel in the TUI review view to inspect and apply fixes in place.

  • Add shell completions for the --agent and --reasoning flags.

  • Add OpenCode JSON stream support with unified fix rendering.

  • Add CI repository matching with wildcard patterns and exclusion lists.

  • Improve TUI help bar alignment with table-based rendering.

  • Refresh project dependencies and Nix flake packaging updates.

  • Make --all-branches imply --unaddressed for consistent filtering behavior.

  • Fix patch application in git worktrees by resolving the correct worktree path.

  • Prevent intermittent text file busy races in temporary command execution.

v0.35.0

24 Feb 04:27
01c5dba

Choose a tag to compare

  • Add shell completion for roborev analyze command types.

  • Persist job logs so review activity remains available across daemon restarts.

  • Add a unified log viewer (roborev log and TUI integration) to browse job logs in one place.

  • Isolate test and production runtime data so local test runs do not mix with normal usage.

  • Improve CLI/TUI streaming output formatting for clearer review progress and results.

  • Update Nix flake packaging metadata.

  • Handle empty Git refs when fixing compact review jobs to prevent fix-flow failures.

v0.34.0

23 Feb 16:55
a00207c

Choose a tag to compare

  • Add roborev ci review for running reviews directly in CI.

  • Add roborev init gh-action to generate a ready-to-use GitHub Actions workflow.

  • Let the TUI trigger roborev fix runs in background worktrees.

  • Add daemon activity logging for better operational visibility.

  • Let the CI poller auto-clone repositories when no local checkout exists.

  • Store review verdicts for reuse in later review workflows.

  • Apply quota-aware agent cooldowns and gracefully skip work when limits are hit.

  • Fix worktree creation to use the reviewed commit instead of HEAD.

  • Treat a missing origin remote as a confirmed mismatch instead of a transient error.

  • Fix migration crashes on databases with quoted table names.

  • Fix a data race between WorkerPool.Start and WorkerPool.Stop.