#0412
`anthropic-sdk-typescript` `v0.96.0` adds managed-agent search types and cache diagnostics beta
50radar
anthropic-sdk-typescriptTypeScript SDK — typed Anthropic API support
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.
- Adds
BetaManagedAgentsSearchResultBlocktypes, which reduces custom typing around managed-agent search responses. - Introduces support for cache diagnostics beta, giving earlier access to visibility on cache behavior before broader API tooling lands.
zodhandling now locks tozod/v4types only, which should cut mixed-version type friction in strict TypeScript setups.
Source: github.com/anthropics/anthropic-sdk-typescript/releases/Read original →