Skip to content

Releases: kenn-io/roborev

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 14 Jan 13:44
1e82407

New Features

  • Add refine command for automated review fixing.
  • Add respond command for recording review responses, either manually or via agent.

Improvements

  • Retry release automation when a Nix PR already exists.
  • Update Nix flake metadata for v0.8.0.

Full Changelog: v0.8.0...v0.9.0

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 13 Jan 15:54
14430b9

What's Changed

  • Update flake.nix for v0.7.1 by @wesm in #44
  • Rename enqueue to review, add --dirty (for reviewing uncommitted changes) and --wait flags by @wesm in #46

Full Changelog: v0.7.1...v0.8.0

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 12 Jan 23:39
581a9e6

What's Changed

  • Update README screenshots by @wesm in #36
  • Include full commit message body in review prompts by @wesm in #37
  • Improve new release notifications to be more clear by @wesm in #38
  • Add excluded_branches and display_name config options for .roborev.toml by @wesm in #39
  • Remove Queued/Running counts from TUI status line, add more test coverage for branch skipping by @wesm in #40
  • Make scripts/release.sh compatible with main branch protection by @wesm in #41
  • Fix potential test flake by @wesm in #42
  • Fix some other false positive "failed" reviews observed by @wesm in #43

Full Changelog: v0.7.0...v0.7.1

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 12 Jan 01:54

New Features

  • Add r hotkey to rerun failed/canceled jobs or start a new review after completion.
  • Added roborev stream command to stream JSONL updates when reviews start, fail, or finish.
  • Add Nix flake for building and development.

Improvements

  • Update flake.nix for v0.7.0.

Bug Fixes

  • Fix git worktrees being treated as separate repositories.

New Contributors

  • @jzila made their first contribution in #30

Full Changelog: v0.6.1...v0.7.0

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 11 Jan 19:25
fd88381

What's Changed

  • Update README with new TUI features by @wesm in #28
  • Add branch display and distinct [ADDRESSED] color to TUI review viewBranch dispaly by @wesm in #29

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 11 Jan 02:07
f6e3211

What's Changed

  • Fix TUI height sizing and review ID display by @wesm in #25
  • Add 'h' hotkey to hide addressed reviews, improve verdict parsing by @wesm in #26
  • Fetch all jobs when hideAddressed filter is enabled by @wesm in #27

Full Changelog: v0.5.1...v0.6.0

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 10 Jan 14:48
d63e2aa

What's Changed

  • Update queue screenshot for 0.5.0 by @wesm in #23
  • Add P/F (Pass/Fail) verdict column to TUI queue view by @wesm in #24

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 09 Jan 21:41
6826bd7

New Features

  • Add filter-by-repo modal and workflow in the TUI.
  • Support ROBOREV_DATA_DIR to override the data directory.
  • Add configurable job timeout setting.

Improvements

  • Implement pagination in the TUI for large review lists.
  • Add keyboard navigation between reviews without returning to the list.
  • Make TUI views fit terminal width dynamically.
  • Make executable path handling more robust for hook workflows.

New Contributors

Full Changelog: v0.4.5...v0.5.0

v0.4.5

Choose a tag to compare

@github-actions github-actions released this 09 Jan 01:30
ae6ddac

What's Changed

  • feat: Add Husky git hook manager support by @sinzin91 in #11
  • Address review feedback for enqueue quiet mode by @wesm in #12
  • Refactors post-commit hook generation to eliminate code duplication, improve security, and ensure truly silent operation. by @wesm in #13

Full Changelog: v0.4.4...v0.4.5

v0.4.4

Choose a tag to compare

@github-actions github-actions released this 08 Jan 20:11
1e4b207

What's Changed

  • Do not trigger reviews when rebasing by @wesm in #9
  • Move rebase detection and quiet mode into roborev enqueue by @wesm in #10

Full Changelog: v0.4.3...v0.4.4