Releases: kenn-io/roborev
v0.44.2
- Clarify review prompts so agents do not run builds or tests during
roborev review.
v0.44.1
-
review,analyze,fix, andrefinenow fall back to the selected agent’s own default model when no workflow-specific model is configured. -
Queued and CI-triggered review jobs use the correct agent/model fallback behavior for the configured agent.
v0.44.0
-
Add a global config flag to disable mouse interactions in the TUI.
-
Add
roborev postcommitand hook settings to control post-commit reviews, including branch review workflows. -
Add webhook review hooks for external integrations.
-
Support
excluded_commit_patternsfor single-commit and range reviews. -
Add
auto_filter_branchto automatically filter the TUI to the current branch. -
Tighten review prompts and make verdict parsing more consistent.
-
Surface daemon/client mismatch warnings through daemon status output.
-
Retry
fixdaemon calls automatically after a daemon restart. -
Fix daemon startup restart loops.
-
Fix Enter key handling in the TUI inside embedded terminals.
-
Fix cases where the TUI fails to close cleanly.
v0.43.0
-
Add
default_backup_modelso you can configure a fallback model for agent-driven commands. -
Add
Ctrl-Das a TUI shortcut to quit. -
Require explicit config to enable advanced TUI task workflows.
-
Refresh bundled Codex and Claude skill definitions for review, fix, respond, and design review workflows.
-
Expand agent documentation for model selection and fallback behavior.
-
Fix TUI left/right arrow navigation so movement matches the key pressed.
-
Fix agent selection so configured agents and
--agentoverrides use the correct model settings.
v0.42.0
-
Add multi-repo workspace support.
-
Add Cursor agent support.
-
Add Pi coding agent support.
-
Allow saving generated patch files to disk.
-
Skip review throttling when a new push supersedes an in-progress review.
-
Validate configured agent names and reject unknown agents earlier.
-
Improve Claude review failure reporting so agent errors are captured and surfaced correctly.
v0.41.0
- Restore a separate
P/Fverdict column in the TUI queue so review outcomes are easier to scan.
v0.40.0
-
Add Agent Client Protocol (ACP) support so roborev can run with more local agent backends.
-
Add a new Kiro agent integration via
kiro-cli. -
Add configurable PR comment upsert behavior for CI review comments.
-
Add CI review matrix support to run multiple review configurations in one workflow.
-
Throttle PR review processing and cancel CI review jobs when a PR closes to reduce wasted runs.
-
Expand raw-output fallback handling so reviews complete more reliably when agent output is not fully structured.
-
Enable mouse copy/paste in TUI content views.
-
Wrap stderr output in TUI log views for easier reading.
-
Polish TUI spacing and visual layout across queue, review, and task screens.
-
Rename review status from
addressedtoclosed, simplify status presentation, and deprecate theroborev-addressskill. -
Fix UTF-8-safe truncation when posting GitHub PR comments.
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.