What's changed
- Changed
user_message_uuid,user_message_uuidsandresume_reasonto be stamped on a turn's first complete assistant message as well as its first stream event when partial messages are on - Fixed
result.permission_denialsomitting Read, Edit and Write calls blocked by a path-scoped deny rule - Fixed interrupts and permission responses being delayed while a host-started MCP server OAuth sign-in waited on a slow authorization server
- Fixed missing
tool_use_idontask_started/task_notificationwhen the CLI resumes a background subagent on its own; they now carry the agent's last call id - Changed plan mode to route writes through
canUseTooleven whenallowDangerouslySkipPermissionsis set; the flag now only enables switching tobypassPermissionslater - Updated to parity with Claude Code v2.1.269
Update
npm install @anthropic-ai/claude-agent-sdk@0.3.269
# or
yarn add @anthropic-ai/claude-agent-sdk@0.3.269
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.269
# or
bun add @anthropic-ai/claude-agent-sdk@0.3.269