Skip to content

Releases: kenn-io/roborev

v0.65.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 01:58
1221c3e

Release 0.65.0

  • Ship a native browser app for browsing reviews, managing jobs, viewing logs, and exploring analytics.

  • Add a kata-style split-screen review view to the TUI.

  • Add exact reasoning-effort tiers across supported agents.

  • Add configurable launch arguments for the Pi agent.

  • Add job-level CI cost exports.

  • Show active agent-hook snooze status in the CLI and TUI.

  • Wait for running reviews to finish before restarting the daemon.

  • Keep branch reviews in the linked worktree that invoked them.

  • Centralize coding-agent hook setup and management through kit.

  • Let the Homebrew tap manage formula updates.

  • Upgrade Go to 1.26.6 and update dependencies, including security fixes.

  • Make daemon discovery work reliably in sandboxed environments.

  • Retry usage indexing for newly created agent sessions.

v0.64.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 13:46
bc0af33

Release 0.64.0

  • Add GitLab merge request support to roborev ci review.

  • Add first-class Grok Build agent support.

  • Support multiple named ACP agents and Goose.

  • Add workspace-scoped snoozing for agent hooks.

  • Support custom skill installation paths.

  • Allow PostgreSQL passwords to use ${file:/path} references.

  • Resume interrupted work after agent Stop hooks.

  • Fall back to repository-root REVIEW.md when no review guidelines are configured.

  • Honor custom agent commands in check-agents.

  • Deduplicate post-commit review requests.

  • Recognize passing CI synthesis summaries.

  • Exclude completed-job prompts and outputs from job listings.

  • Discourage tautological test recommendations in review prompts.

  • Display commit ranges correctly instead of as truncated commit hashes.

  • Read prompts from queued jobs in show --prompt.

  • Display a placeholder for detached HEAD instead of a blank branch in the TUI.

  • Handle the latest agentsview cost format.

  • Mark empty Antigravity reviews as failed instead of completed.

v0.63.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 14:13
09033d1

Release 0.63.0

  • Add CI quiet-hours throttling for all users.

  • Allow selected workloads to bypass quiet-hours throttling.

  • Add machine-readable launch receipts to roborev run for automation.

  • Tighten roborev-fix skill triggers to prevent unintended activation.

  • Infer the branch when enqueueing reviews from detached-HEAD checkouts.

v0.62.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 03:24
addd7f2

Release 0.62.1

  • Persist completed CI panel metrics and add roborev export ci-metrics for analysis.

  • Add a stable JSON contract for version information.

  • Wrap long prompt commands by default in the TUI.

  • Allow the Codex agent hook to invoke the roborev-fix skill.

  • Prevent ACP Gemini backup paths from pairing incompatible models.

v0.62.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 22:08
4be5137

Release 0.62.0

  • Add roborev cancel to cancel a single queued or running job.

  • Require explicit requests before Codex or Claude Code invokes roborev skills.

  • Honor CLAUDE_CONFIG_DIR and CODEX_HOME when installing agent skills.

  • Document model-selectable Gemini ACP configuration and common configuration pitfalls.

  • Prevent workflow model settings from leaking into ACP agents through paired ACP configuration.

  • Use Antigravity print mode only on versions that support it.

  • Prevent pre-commit lint checks from automatically modifying files.

v0.61.3

Choose a tag to compare

@github-actions github-actions released this 09 Jul 01:38
d0cca3c

Release 0.61.3

  • Repair roborev-managed git hooks automatically when the daemon starts so stale hooks keep working.

v0.61.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 22:03
4238df4

Release 0.61.2

  • Show wall-clock elapsed time for panels in the TUI queue view.

  • Stop including full prompt text in metadata-only job listings, reducing response size and avoiding unnecessary prompt exposure.

v0.61.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 19:32
3657b68

Release 0.61.1

  • Add incremental review export cursors for syncing only new review data.

  • Publish documentation Markdown source files for direct access.

  • Update CI review comment metadata for better downstream tracking.

  • Improve refine documentation with guidance for Agent Hook automation.

  • Retry transient CI review attempts when the daemon starts.

  • Improve review enqueue metadata collection reliability.

v0.61.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 21:35
c995746

Release 0.61.0

  • Add export support for completed reviews.

  • Add a lookahead review type for detecting time-series bias.

  • Add Factory Droid hook and skill support.

  • Support per-analysis agent configuration.

  • Make post-commit hook timeouts configurable, with longer defaults on Windows.

  • Improve self-update behavior on slow downloads.

  • Document [analyze.<type>] configuration for fieldless review types.

  • Repair managed hooks after roborev updates.

  • Harden PostgreSQL job sync when review data contains binary or invalid text.

v0.60.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 00:07
c52e23a

Release 0.60.0

  • Add roborev quickstart for guided setup and automation onboarding.

  • Support Codex -c config passthrough overrides.

  • Revamp onboarding docs around automation-first workflows and post-commit reviews.

  • Prefer managed roborev shims when installing git hooks.

  • Reject dirty submodule edits during roborev refine to avoid overwriting local changes.