@openeryc/pi-coding-agent 0.75.45 → 0.75.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.75.46] - 2026-05-29
6
+
7
+ ### Changed
8
+ - HTTP transport upgraded: enabled HTTP/2, keep-alive (60s timeout, 300s max), connection pool (8 connections), and connect timeout (30s) for better network resilience
9
+ - Default provider retry settings when not explicitly configured: `timeoutMs` defaults to 600s (10 min), `maxRetries` defaults to 3, `maxRetryDelayMs` defaults to 60s
10
+ - Expanded retryable error pattern matching to catch more transient network errors (DNS failures, TLS errors, Node.js error codes like ECONNREFUSED/ECONNRESET/ETIMEDOUT, undici errors, AbortError)
11
+
5
12
  ## [0.75.42] - 2026-05-28
6
13
 
7
14
  ## [0.75.41] - 2026-05-28