v1.5.1
BloopAI/vibe-kanbanv1.5.1Jun 8, 2026by umputun
AI Summary
This release focuses on improving reliability by implementing automatic retry logic for specific transient HTTP errors without requiring manual intervention.
Key Highlights
- Automatic retry for HTTP errors 529, 502, 503, and 504
- Removes the need for manual --wait flag during retries
- Addresses issue #377
Full Release Notes
**Bug Fixes** - retry transient HTTP errors (529/502/503/504) without --wait #377 @umputun