What's changed
- Added optional
tool_use_metasidecar to assistant messages with display-friendly names for tool calls, so SDK consumers can render human-readable labels instead of raw wire names - Fixed
-pmode exiting before a completed background agent's notification was delivered, causing interim text to ship as the final result - Fixed remote (stream-json) sessions appearing busy for the entire duration of a background workflow — the turn result is now emitted at the turn boundary and the session reports idle while background tasks continue
Update
npm install @anthropic-ai/claude-agent-sdk@0.3.179
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.179
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.179
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.179