Releases: roborev-dev/roborev
v0.48.0
v0.47.2
Bug Fixes
roborev fixcorrectly honors--all-branchesand--branchwhen run from Git worktrees.
v0.47.1
- Improve reliability by isolating Git-related test execution from global Git and GPG configuration.
- Fix a session-stream test agent leak in the global registry to improve overall stability.
v0.47.0
New Features
- Add
roborev summaryto show aggregate review statistics. - Add TUI control socket support, runtime metadata, and a
--no-quitflag for longer-lived sessions and external control. - Track agent token usage and add token backfill support for existing data.
- Add an
opencode_cmdconfig override to use a custom executable path.
Improvements
- Exclude common lockfiles from reviews by default and add configurable exclude patterns.
- Add Codex
maximumreasoning to support xhigh reasoning mode. - Show a session ID column in the TUI queue view.
- Let TUI column checkboxes respond to mouse clicks.
- Word-wrap long comment text in the TUI review pane.
- Update the TUI elapsed timer every second.
- Improve skill naming compatibility by switching to hyphenated skill names.
Bug Fixes
- Fix ambiguous branch detection so
GetCurrentBranchno longer returns aheads/-prefixed branch name. - Update Gemini defaults and fall back cleanly when the configured model is unavailable.
v0.46.1
- Ensure
roborev fixonly discovers reviews for the current Git worktree. - Restore post-commit hook execution in linked Git worktrees.
v0.46.0
-
Honor
*_cmdconfiguration overrides when checking agent availability, so custom agent commands are detected correctly. -
Show the stored branch name in the review screen instead of the active worktree branch.
-
Use the main repository root for the post-commit hook when running inside git worktrees.
v0.45.0
-
Add
--min-severitytoroborev fixandroborev refineto target only findings at or above a chosen severity. -
Include review comments when copying a review, making shared output more complete.
-
Reuse compatible review sessions on the current branch more safely, preserving context without crossing branch boundaries.
-
Add clearer documentation to TOML config files that roborev writes automatically.
-
Fix
roborev compactin git worktrees so it uses the correct branch.
v0.44.3
Improvements
- Hide daemon status details in the TUI review view to keep review output focused.
- Improve job logging and make timeout cleanup more reliable for long-running daemon work.
Bug Fixes
- Remove tool-call narration from review output so agent reviews stay concise and readable.
v0.44.2
- Clarify review prompts so agents do not run builds or tests during
roborev review.
v0.44.1
-
review,analyze,fix, andrefinenow fall back to the selected agent’s own default model when no workflow-specific model is configured. -
Queued and CI-triggered review jobs use the correct agent/model fallback behavior for the configured agent.