v0.8.0

umputun/ralphexv0.8.0Feb 5, 2026by umputun

AI Summary

Adds support for custom external AI reviews and updates the default Codex model.

Key Highlights

  • Custom external review support allowing users to use their own AI tool
  • Finalize step for optional post-completion actions
  • Diff stats in completion message showing files and lines changed
  • Default codex model updated to gpt-5.3-codex

Breaking Changes

  • --codex-only flag has been replaced by --external-only (alias -e)

New Features

  • Custom external review support
  • Finalize step for optional post-completion actions
  • Diff stats in completion message
  • Cursor CLI documented as community-tested alternative

Full Release Notes

**New Features**
- Custom external review support - use your own AI tool instead of codex (#67)
- Finalize step for optional post-completion actions (#63)
- Diff stats in completion message - shows files and lines changed (#66)
- Cursor CLI documented as community-tested alternative

**Changed**
- Default codex model updated to gpt-5.3-codex
- `--external-only` (`-e`) flag replaces `--codex-only` (`-c` kept as deprecated alias)

**Bug Fixes**
- Strengthen codex eval prompt to prevent premature signal
- Classify custom review sections as external phase in dashboard
- Make config mount writable for default generation
- Add API Error pattern to default error detection