#0001
`anthropic-sdk-typescript` `0.99.0` adds custom file size caps
40radar
File upload limits can now be tuned per use case. The streaming fix is small but useful for agents that depend on exact stop metadata.
- Custom file size caps landed via
#1029; upload-heavy apps get more explicit guardrails before hitting provider limits. - Streaming now carries
stop_detailsthroughmessage_deltaaccumulation, reducing lost termination context in long responses. - This is a maintenance release, not a product shift. Upgrade when file uploads or stream-stop handling are in your path.
Source: github.com/anthropics/anthropic-sdk-typescript/releases/Read original →