anthropics/claude-agent-sdk-typescript v0.3.261
anthropics/claude-agent-sdk-typescript
Captured source
source ↗GH
Source ↗published Sep 4, 2026seen 4dcaptured 4dhttp 200method plain
v0.3.261
Repository: anthropics/claude-agent-sdk-typescript
Tag: v0.3.261
Published: 2026-09-04T19:58:15Z
Prerelease: no
Release notes:
What's changed
- Added
pluginDelivery: 'initialize'to sendpluginsover stdin so the launch command line no longer grows with the plugin count (fixes Windows start failures with many plugins) - Fixed
query()throwing "Object not disposable" in runtimes without a nativeSymbol.dispose, such as Node ≤22vmcontexts (Jest'snodeenvironment, vitestvmThreads/vmForks) and Node <18.18 - Updated to parity with Claude Code v2.1.261
Update
npm install @anthropic-ai/claude-agent-sdk@0.3.261 # or yarn add @anthropic-ai/claude-agent-sdk@0.3.261 # or pnpm add @anthropic-ai/claude-agent-sdk@0.3.261 # or bun add @anthropic-ai/claude-agent-sdk@0.3.261