ReleaseAnthropicAnthropicpublished Jun 15, 2026seen 1w

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

anthropics/claude-agent-sdk-typescript

Open original ↗

Captured source

source ↗

v0.3.178

Repository: anthropics/claude-agent-sdk-typescript

Tag: v0.3.178

Published: 2026-06-15T21:35:43Z

Prerelease: no

Release notes:

What's changed

  • Spawn failures on an existing native binary now explain the likely libc mismatch (musl binary on a glibc host) and suggest options.pathToClaudeCodeExecutable
  • Permission-denied advisory messages now carry typed denial reasons (safetyCheck, asyncAgent), enabling SDK consumers to programmatically match denial causes
  • Fixed UserPromptSubmit hook block feedback not being emitted to the SDK event stream — consumers can now see why a prompt was blocked by a hook instead of a silent hang
  • Remote Control workers now send a worker_shutting_down system message on graceful exit so remote clients can show why the session ended
  • Fixed MCP server-level specs (mcp__server, mcp__server__*) in disallowedTools being silently ignored — they now correctly remove all tools from the named server

Update

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

Notability

notability 3.0/10

Routine SDK patch release.