v1.3.2

reacherhq/check-if-email-existsv1.3.2May 25, 2026by umputun

AI Summary

This release focuses on stabilizing API interactions with Claude by implementing retry logic for 5xx errors and fixing a session-limit detection bug. It also includes documentation cleanup and trimming.

Key Highlights

  • Added retry logic for Claude 5xx API errors via limit patterns.
  • Fixed detection of Claude session-limit messages.
  • Deduplicated and trimmed CLAUDE.md to clear size thresholds.
  • Improved API error handling stability.

New Features

  • Claude 5xx error retry mechanism
  • Session-limit message detection bug fix

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