npm @anthropic-ai/claude-agent-sdk 0.3.243
v0.3.243

latest release: 0.3.245
6 hours ago

What's changed

  • Added optional queued_turn_count to result messages: the number of queued user sends still pending when the result was produced, so hosts know whether another turn and result will follow
  • Fixed mcp_status reporting a remote MCP server as connected after its connection dropped; it now reports pending while reconnecting, then connected or failed
  • Fixed managed disableAllHooks also disabling hook callbacks registered through the hooks option; they now keep running, matching allowManagedHooksOnly
  • Changed Read tool PDF results: the document block (or page image blocks for pages reads) now arrives inside the tool_result content instead of as a separate user message after it
  • Updated to parity with Claude Code v2.1.243

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.243
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.243
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.243
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.243

Don't miss a new claude-agent-sdk release

NewReleases is sending notifications on new releases.