v0.25.0

umputun/ralphexv0.25.0Mar 23, 2026by umputun

AI Summary

Adds commit trailer configuration for attribution and per-file agent fallbacks, fixing compatibility and Windows command length limits.

Key Highlights

  • Commit trailer config option for attribution
  • Per-file fallback for agent loading
  • Fixed Windows command-line length limits

New Features

  • Commit trailer config option for attribution
  • Per-file fallback for agent loading

Full Release Notes

**New Features**
- Add commit_trailer config option for attribution trailers on commits #242 @umputun
- Per-file fallback for agent loading #239 @umputun

**Bug Fixes**
- Use Optional[] syntax in ralphex-dk.sh for Python 3.9 compatibility #241 @alkk
- Fix Windows command-line length limits problem for codex execution #233 @stanurkov