telexed ~ c / 322c3b07-0d3radar:50 · model_apiLIVE
← back
NO.
#322c3b07
Topic
MODELS & API
Source
Anthropic TypeScript SDK
Published
2026-04-30 19:40:53
Importance
★ 5/10 — radar 50
`anthropic-sdk-typescript` `v0.92.0` improves Managed Agents and env-based headers
FIG-3221:1

`anthropic-sdk-typescript` `v0.92.0` improves Managed Agents and env-based headers

Managed Agents got API polish, and headers can now be set via env without extra wiring. Useful if you script multi-env deployments; otherwise this is a small but practical SDK update.

[ KEY POINTS ]
  1. Managed Agents APIs were improved in v0.92.0, which lowers friction if you already build agent flows on Anthropic's SDK.
  2. Headers can now be configured via environment variables, making staging, tenant, or proxy-specific setup easier to automate.
  3. Bedrock error events delivered in chunk frames now raise APIError, reducing silent failure handling edge cases in streaming paths.
Originalgithub.com/anthropics/anthropic-sdk-typescript/releases/tag/sdk-v0.92.0Read original →

// related