bc-telemetry-buddy-mcp 3.2.1 → 3.2.2

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
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.2.2] - 2026-03-04
11
+
12
+ ### Fixed
13
+ - **LLM API timeout + retry**: Agent API calls (`chatWithRetry`) now abort after 240 seconds via `AbortController` instead of hanging until the 300s hard gateway kill seen in build 76741. Timed-out requests are automatically retried using the existing retry/backoff loop (up to `maxRetries`, default 10). Configurable via `agents.defaults.retry.timeoutMs` in `.bctb-config.json`. The `timeoutMs` field was added to `RetryConfig` and `ChatOptions` (provider-level). Only the Anthropic provider is affected (the only current implementation).
14
+
10
15
  ## [3.2.1] - 2026-03-04
11
16
 
12
17
  ### Changed