v0.22.0
umputun/ralphexv0.22.0Mar 15, 2026by umputun
AI Summary
Major improvements to the review process including a dry run mode, new AI wrappers, and externalized prompt templates.
Key Highlights
- Added dry run flag for docker wrapper script
- Introduced gemini-as-claude wrapper
- Externalized codex review prompt as a configurable template
- Reorganized scripts/ into functional subdirectories
New Features
- Dry run flag for docker wrapper
- gemini-as-claude wrapper
- External codex review template
Full Release Notes
**New Features**
- Dry run flag for docker wrapper script #213 @bronislav
- Introduce gemini-as-claude wrapper #212 @korjavin
- Externalize codex review prompt as configurable template #216 @umputun
- Add codex_review.txt template file and config wiring
- Add {{PREVIOUS_REVIEW_CONTEXT}} variable and refactor buildCodexPrompt to use template
**Improvements**
- Reorganize scripts/ into functional subdirectories #210 @umputun
- Show progress log path at completion #204 @DmitriyAlergant
- Deduplicate local config detection when it matches global dir
- Document worktree mode limitations and review workaround
**Bug Fixes**
- Use --output instead of --format for aws export-credentials #203 @bronislav
- Pass progress file to external review prompts for iteration history