Releases: kenn-io/roborev
Release list
v0.65.0
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
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.mdwhen 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
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 runfor automation. -
Tighten
roborev-fixskill triggers to prevent unintended activation. -
Infer the branch when enqueueing reviews from detached-HEAD checkouts.
v0.62.1
Release 0.62.1
-
Persist completed CI panel metrics and add
roborev export ci-metricsfor 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-fixskill. -
Prevent ACP Gemini backup paths from pairing incompatible models.
v0.62.0
Release 0.62.0
-
Add
roborev cancelto cancel a single queued or running job. -
Require explicit requests before Codex or Claude Code invokes roborev skills.
-
Honor
CLAUDE_CONFIG_DIRandCODEX_HOMEwhen 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
Release 0.61.3
- Repair roborev-managed git hooks automatically when the daemon starts so stale hooks keep working.
v0.61.2
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
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
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
Release 0.60.0
-
Add
roborev quickstartfor guided setup and automation onboarding. -
Support Codex
-cconfig passthrough overrides. -
Revamp onboarding docs around automation-first workflows and post-commit reviews.
-
Prefer managed
roborevshims when installing git hooks. -
Reject dirty submodule edits during
roborev refineto avoid overwriting local changes.