This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryFixed timeout errors by switching cached_messages_create to use streaming API calls.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Switches `cached_messages_create()` to use streaming API calls to avoid 10‑minute timeout errors. Switches `cached_messages_create()` to use streaming API calls to avoid 10‑minute timeout errors. Source: llm_adapter@2026-07-16 Confidence: high |
— |
Full changelog
What's Changed
Bug Fixes
- fix: use streaming API calls to avoid 10-minute timeout errors — The Anthropic SDK requires streaming for requests that may exceed 10 minutes. Switched
cached_messages_create()fromclient.messages.create()toclient.messages.stream()withget_final_message(), fixing the "Streaming is required for operations that may take longer than 10 minutes" error that surfaced duringspec refineand other long-running LLM operations.
Full Changelog: https://github.com/agent-fox-dev/agent-fox/compare/v4.1.16...v4.1.17
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Agent-fox
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]