v1.3.2

google/magikav1.3.2May 25, 2026by umputun

AI Summary

A maintenance release focusing on improving interaction with the Claude API, specifically handling 5xx errors and session limits.

Key Highlights

  • Retry logic for Claude 5xx API errors via limit patterns
  • Deduplication of CLAUDE.md to clear size thresholds
  • Trimmed verbosity in CLAUDE.md
  • 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