ReleaseAnthropicAnthropicpublished Jun 16, 2026seen 1w

anthropics/claude-agent-sdk-typescript v0.3.179

anthropics/claude-agent-sdk-typescript

Open original ↗

Captured source

source ↗

v0.3.179

Repository: anthropics/claude-agent-sdk-typescript

Tag: v0.3.179

Published: 2026-06-16T20:22:02Z

Prerelease: no

Release notes:

What's changed

  • Added optional tool_use_meta sidecar to assistant messages with display-friendly names for tool calls, so SDK consumers can render human-readable labels instead of raw wire names
  • Fixed -p mode 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

Notability

notability 3.0/10

Routine patch release of an SDK.