Skip to content

v0.20.0

Choose a tag to compare

@umputun umputun released this 04 Mar 02:43
· 238 commits to master since this release

New Features

  • Add RALPHEX_EXTRA_ENV support for passing environment variables to Docker (#179) @bronislav
  • Implement manual break command (SIGQUIT/Ctrl+) for external review loop
  • Add review patience: terminate external review after N consecutive unchanged rounds (stalemate detection)

Improved

  • Fix slow tests and use t.Context() instead of context.Background()
  • Update playwright-go to v0.5700.1
  • Update go dependencies and github actions
  • Use env: mapping for head_branch in docker workflow (#174) @paskal

Fixed

  • Isolate TestTasksOnlyModeBranchCreation from global config (#177) @bronislav
  • Show dirty file list in uncommitted changes error (#175) @umputun