Releases: roborev-dev/roborev
v0.39.0
-
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.nixto keep Nix-based installs aligned with current release packaging. -
Ensure custom fix instructions include full review context during fix generation.
v0.38.0
-
Add support for the Kilo agent via the
kiloCLI. -
Let
roborev waitaccept multiple job IDs in a single command. -
Improve TUI task UX with mouse interactions.
-
Manage the daemon lifecycle during
roborev updatefor smoother updates. -
Update
flake.nixfor current Nix packaging/release metadata. -
Use
ANTHROPIC_API_KEYfor the OpenCode agent in GitHub Actions. -
Make
roborev fixskip reviews that already have aPASSverdict.
v0.37.0
-
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
roborevversion when installed viago install.
v0.36.0
-
Add
--repoand--branchflags toroborev tuito 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
--agentand--reasoningflags. -
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-branchesimply--unaddressedfor consistent filtering behavior. -
Fix patch application in git worktrees by resolving the correct worktree path.
-
Prevent intermittent
text file busyraces in temporary command execution.
v0.35.0
-
Add shell completion for
roborev analyzecommand types. -
Persist job logs so review activity remains available across daemon restarts.
-
Add a unified log viewer (
roborev logand 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
-
Add
roborev ci reviewfor running reviews directly in CI. -
Add
roborev init gh-actionto generate a ready-to-use GitHub Actions workflow. -
Let the TUI trigger
roborev fixruns 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
originremote as a confirmed mismatch instead of a transient error. -
Fix migration crashes on databases with quoted table names.
-
Fix a data race between
WorkerPool.StartandWorkerPool.Stop.
v0.33.1
-
No new user-facing features in this release.
-
Keep reviews scoped to the selected agent by preventing agents from delegating review work to
roborevskills. -
Update Nix flake packaging metadata for smoother Nix-based installs.
-
Fix a remap race by skipping jobs whose prompt is already built.
-
Fix an early-exit issue in git hook execution so hooks run more reliably to completion.
v0.33.0
-
Add backup-agent failover for review jobs, automatically retrying with a secondary agent when the primary fails.
-
Add
roborev compactto verify and consolidate review records. -
Add GitHub commit status checks for review jobs.
-
Add ref-aware configuration so settings can vary by Git ref/branch.
-
Consolidate review guidelines to make review output more consistent across commands.
-
Harden CI and hook workflows for more reliable automated runs.
-
Preserve review history across rebases.
-
Skip hook upgrade checks in CI mode to avoid CI interruptions.
v0.32.0
What's Changed
- Update flake.nix for v0.31.1 by @wesm in #250
- Unified tree filter with lazy branch loading, search, and cwd prioritization by @nstrayer in #251
- Remove hardcoded OpenCode model, fix flaky worker pool tests by @wesm in #264
- Add
roborev waitcommand to block until a review job completes by @jeremyjordan in #263 - Fix git hook failures breaking refine loop by @wesm in #267
- Fix Windows 32KB command-line limit for agent prompts by @wesm in #269
- Tighten hook classification, add refine targeting flags, improve TUI hint bar by @wesm in #272
- Strip CLAUDECODE env var when spawning claude-code agent by @wesm in #273
- Fix cancel cursor + addressed stats in TUI by @wesm in #274
New Contributors
- @nstrayer made their first contribution in #251
- @jeremyjordan made their first contribution in #263
Full Changelog: v0.31.1...v0.32.0