v1.3.2
umputun/ralphexv1.3.2May 25, 2026by umputun
AI Summary
Improves error handling for Claude API and manages documentation size by deduplicating content and trimming verbosity.
Key Highlights
- Retry 5xx API errors via limit patterns
- Deduplicate CLAUDE.md against llms.txt
- Trim CLAUDE.md verbosity
- Fix detection of Claude session-limit message
Full Release Notes
**Improvements** - retry claude 5xx API errors via limit patterns 810840f - dedup CLAUDE.md against llms.txt to clear size threshold b858c05 - trim CLAUDE.md verbosity a4853c7 **Bug Fixes** - detect Claude session-limit message #362 @umputun