Skip to content

v0.34.0

Choose a tag to compare

@github-actions github-actions released this 23 Feb 16:55
· 55 commits to main since this release
a00207c
  • 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.