telexed ~ c / 978931dc-b5aradar:40 · model_apiLIVE
← back
NO.
#978931dc
Topic
MODELS & API
Source
Anthropic TypeScript SDK
Published
2026-05-27 01:04:19
Importance
★ 4/10 — radar 40
`anthropic-sdk-typescript` `0.99.0` adds custom file size caps
FIG-9781:1

`anthropic-sdk-typescript` `0.99.0` adds custom file size caps

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.

[ KEY POINTS ]
  1. Custom file size caps landed via #1029; upload-heavy apps get more explicit guardrails before hitting provider limits.
  2. Streaming now carries stop_details through message_delta accumulation, reducing lost termination context in long responses.
  3. This is a maintenance release, not a product shift. Upgrade when file uploads or stream-stop handling are in your path.
Originalgithub.com/anthropics/anthropic-sdk-typescript/releases/tag/sdk-v0.99.0Read original →

// related