anthropics/claude-agent-sdk-typescript v0.3.265
anthropics/claude-agent-sdk-typescript
Captured source
source ↗GH
Source ↗published Sep 8, 2026seen 11hcaptured 11hhttp 200method plain
v0.3.265
Repository: anthropics/claude-agent-sdk-typescript
Tag: v0.3.265
Published: 2026-09-08T20:37:33Z
Prerelease: no
Release notes:
What's changed
- Added
user_message_uuidanduser_message_uuidsto a synthetic turn's first reply and result for a message sent withisSynthetic: trueand auuid, naming the message that started it - Added
user_message_uuidanduser_message_uuidsto the first reply and the result of a turn Claude Code started itself, such as a resume, naming the messages you sent that it picked up mid-turn - Fixed
user_message_uuidmissing from the success result of a turn that sent no API request, such as a slash command - Fixed multi-turn sessions resetting the shell working directory to the
cwdoption at each new user message; acdmade by the agent now persists across turns, as in the interactive app - Changed
user_message_uuidto be set on the first reply after each change of the message a turn is answering, instead of on one reply frame per turn - Updated to parity with Claude Code v2.1.265
Update
npm install @anthropic-ai/claude-agent-sdk@0.3.265 # or yarn add @anthropic-ai/claude-agent-sdk@0.3.265 # or pnpm add @anthropic-ai/claude-agent-sdk@0.3.265 # or bun add @anthropic-ai/claude-agent-sdk@0.3.265