v1.3.2
hexojs/hexov1.3.2May 25, 2026by umputun
AI Summary
This patch release improves API reliability by implementing retry logic for Claude errors and optimizes documentation files by removing redundancy and trimming verbosity.
Key Highlights
- Retry Claude 5xx API errors via limit patterns
- Dedup CLAUDE.md against llms.txt
- Trim CLAUDE.md verbosity
New Features
- Retry logic for Claude 5xx API errors
- Deduplication of CLAUDE.md content
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