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
### Changed
- **Anthropic SDK retries disabled**: Set `maxRetries: 0` on Anthropic client to allow application-level retry handling. The SDK's built-in retries were interfering with coding-agent's retry logic. ([#157](https://github.com/badlogic/pi-mono/issues/157))