Skip to content

v0.22.0

Choose a tag to compare

@umputun umputun released this 15 Mar 22:23
· 199 commits to master since this release

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