What's changed
- Added optional
queued_turn_countto 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_statusreporting a remote MCP server as connected after its connection dropped; it now reports pending while reconnecting, then connected or failed - Fixed managed
disableAllHooksalso disabling hook callbacks registered through thehooksoption; they now keep running, matchingallowManagedHooksOnly - Changed Read tool PDF results: the
documentblock (or pageimageblocks forpagesreads) now arrives inside thetool_resultcontent instead of as a separateusermessage 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