@oh-my-pi/pi-ai 13.17.1 → 13.17.6

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,29 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [13.17.6] - 2026-04-01
6
+
7
+ ### Fixed
8
+
9
+ - Fixed Anthropic first-event timeouts to exclude stream connection setup from the watchdog, preserve timeout-specific retry classification after local aborts, and reset retry state cleanly between attempts
10
+
11
+ ## [13.17.5] - 2026-04-01
12
+ ### Changed
13
+
14
+ - Increased default first-event timeout from 15s to 45s to better accommodate longer request setup times
15
+ - Modified first-event watchdog to inherit idle timeout when it exceeds the default, ensuring consistent timeout behavior across different configurations
16
+
17
+ ### Fixed
18
+
19
+ - Fixed first-event watchdog initialization timing so it no longer starts before the actual stream request is created, preventing premature timeouts during request setup
20
+ - Fixed first-event watchdog timing so OpenAI-family providers no longer count slow request setup against the first streamed event timeout, and raised the default first-event timeout to avoid false aborts after long tool turns
21
+
22
+ ## [13.17.2] - 2026-04-01
23
+
24
+ ### Fixed
25
+
26
+ - Fixed OpenAI-family first-event timeouts to preserve provider-specific timeout errors for retry classification instead of flattening them to generic aborts ([#591](https://github.com/can1357/oh-my-pi/issues/591))
27
+
5
28
  ## [13.17.1] - 2026-04-01
6
29
 
7
30
  ### Added
@@ -1942,4 +1965,4 @@ _Dedicated to Peter's shoulder ([@steipete](https://twitter.com/steipete))_
1942
1965
 
1943
1966
  ## [0.9.4] - 2025-11-26
1944
1967
 
1945
- Initial release with multi-provider LLM support.
1968
+ Initial release with multi-provider LLM support.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@oh-my-pi/pi-ai",
4
- "version": "13.17.1",
4
+ "version": "13.17.6",
5
5
  "description": "Unified LLM API with automatic model discovery and provider configuration",
6
6
  "homepage": "https://github.com/can1357/oh-my-pi",
7
7
  "author": "Can Boluk",
@@ -41,7 +41,7 @@
41
41
  "@aws-sdk/client-bedrock-runtime": "^3",
42
42
  "@bufbuild/protobuf": "^2.11",
43
43
  "@google/genai": "^1.43",
44
- "@oh-my-pi/pi-utils": "13.17.1",
44
+ "@oh-my-pi/pi-utils": "13.17.6",
45
45
  "@sinclair/typebox": "^0.34",
46
46
  "@smithy/node-http-handler": "^4.4",
47
47
  "ajv": "^8.18",