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.