sdk-v0.117.0
sdk: v0.117.0
Added 1
- Add output_behavior to dream creation to create a new memory store or update the input store in place
Fixed 6
- Include dotfiles when flattening dist during git installs
- Add models to client
- Honor per-request timeout in the non-streaming long-request check
- Apply all message_delta fields when accumulating streamed messages
- Forward the response container id to the next request in tool-runner
- Align path resolution, skill-archive members, and heartbeat bounds with the other SDKs
From anthropic-ai/sdk
0.117.0 (2026-08-13)
Full Changelog: sdk-v0.116.0...sdk-v0.117.0
Features
- api: add output_behavior to dream creation (create a new memory store or update the input store in place) (6a5bd0f)
Bug Fixes
- build: include dotfiles when flattening dist during git installs (917dbbb)
- client: add models (a7bfbb1)
- messages: honor per-request timeout in the non-streaming long-request check (#272) (0fdd8a8)
- streaming: apply all message_delta fields when accumulating streamed messages (#289) (7b82659)
- tool-runner: forward the response container id to the next request (#271) (5bdee4a)
- tools: align path resolution, skill-archive members, and heartbeat bounds with the other SDKs (#264) (5fbc729)
Chores
- ci: run breaking-change detection as a ci.yml job on every push (c34c1d5)
- internal: switch from yarn to pnpm (f4eeea0)
- tools: escape backslashes in skill archive exclusion patterns (#311) (67ede1c)
Documentation
- api: clarify that user profile name is optional for resold profiles (1b6fed5)