telexed ~ c / 8780b3ce-53aradar:50 · model_apiLIVE
← back
NO.
#8780b3ce
Topic
MODELS & API
Source
Anthropic TypeScript SDK
Published
2026-05-13 18:11:16
Importance
★ 5/10 — radar 50
`anthropic-sdk-typescript` `v0.96.0` adds managed-agent search types and cache diagnostics beta
FIG-8781:1

`anthropic-sdk-typescript` `v0.96.0` adds managed-agent search types and cache diagnostics beta

Type coverage moved closer to newer agent and caching surfaces, so less hand-rolled typing is needed in TS apps. Useful if you ship on Anthropic now; otherwise this is a small maintenance upgrade.

[ KEY POINTS ]
  1. Adds BetaManagedAgentsSearchResultBlock types, which reduces custom typing around managed-agent search responses.
  2. Introduces support for cache diagnostics beta, giving earlier access to visibility on cache behavior before broader API tooling lands.
  3. zod handling now locks to zod/v4 types only, which should cut mixed-version type friction in strict TypeScript setups.
Originalgithub.com/anthropics/anthropic-sdk-typescript/releases/tag/sdk-v0.96.0Read original →

// related