v1.3.2
CapSoftware/Capv1.3.2May 25, 2026by umputun
AI Summary
A maintenance release focused on improving Claude API error handling and optimizing documentation file size by deduplicating and trimming content.
Key Highlights
- Implementation of retry logic for Claude 5xx API errors.
- Deduplication and trimming of CLAUDE.md to clear size thresholds.
- Fix for detecting Claude session-limit messages.
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