v4.1.17
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: v4.1.16...v4.1.17