Release v0.18.2

This commit is contained in:
Mario Zechner 2025-12-10 23:39:16 +01:00
parent bb445d24f1
commit b40ecf0ee1
12 changed files with 42 additions and 38 deletions

View file

@ -2,6 +2,8 @@
## [Unreleased]
## [0.18.2] - 2025-12-10
### Added
- **Auto-retry on transient errors**: Automatically retries requests when providers return overloaded, rate limit, or server errors (429, 500, 502, 503, 504). Uses exponential backoff (2s, 4s, 8s). Shows retry status in TUI with option to cancel via Escape. Configurable in `settings.json` via `retry.enabled`, `retry.maxRetries`, `retry.baseDelayMs`. RPC mode emits `auto_retry_start` and `auto_retry_end` events. ([#157](https://github.com/badlogic/pi-mono/issues/157))