Skip to content

v4.1.17

Choose a tag to compare

@mickume mickume released this 09 Jul 12:37

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() from client.messages.create() to client.messages.stream() with get_final_message(), fixing the "Streaming is required for operations that may take longer than 10 minutes" error that surfaced during spec refine and other long-running LLM operations.

Full Changelog: v4.1.16...v4.1.17