v0.20.0
umputun/ralphexv0.20.0Mar 4, 2026by umputun
AI Summary
Introduces manual break commands and stalemate detection to manage external review loops more effectively.
Key Highlights
- Added manual break command (SIGQUIT/Ctrl\) for external review loop
- Added review patience: terminate external review after N consecutive unchanged rounds
- Added RALPHEX_EXTRA_ENV support for passing environment variables to Docker
New Features
- Manual break command
- Review patience/stalemate detection
- RALPHEX_EXTRA_ENV support
Full Release Notes
**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