anthropics/claude-agent-sdk-typescript v0.3.162
anthropics/claude-agent-sdk-typescript
Captured source
source ↗GH
Source ↗published Jun 3, 2026seen 5dcaptured 2dhttp 200method plain
v0.3.162
Repository: anthropics/claude-agent-sdk-typescript
Tag: v0.3.162
Published: 2026-06-03T21:31:34Z
Prerelease: no
Release notes:
What's changed
- Refusal error messages now carry
stop_reason: "refusal"andstop_detailson the assistant message and in session transcripts, so SDK consumers can detect refusals without text-matching the error content - Agent SDK sessions on native builds now default to fast embedded
find/grepsearch in Bash, matching the interactive CLI, instead of always registering the dedicated Grep/Glob tools. To keep the dedicated tools (e.g. to intercept searches viacanUseToolor hooks), name them in thetoolsoption or reference them inallowedTools
Update
npm install @anthropic-ai/claude-agent-sdk@0.3.162 # or yarn add @anthropic-ai/claude-agent-sdk@0.3.162 # or pnpm add @anthropic-ai/claude-agent-sdk@0.3.162 # or bun add @anthropic-ai/claude-agent-sdk@0.3.162
Notability
notability 2.0/10Routine SDK patch release, no notable traction.