返回全部动态
Anthropic TypeScript SDK v0.117.0 发布:新增 dream 输出行为与多项修复
原标题:sdk: v0.117.0
AI 摘要
Anthropic 发布了 TypeScript SDK 的 0.117.0 版本,主要新增了 dream 创建功能中的 output_behavior 参数,支持创建新的记忆存储或就地更新输入存储。同时修复了多个问题,包括非流式长请求的超时处理、流式消息累积时应用所有 message_delta 字段、工具运行器转发响应容器 ID,以及构建和工具路径解析等。此外,内部构建工具从 yarn 切换到 pnpm,并在 CI 中增加了破坏性变更检测。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## 0.117.0 (2026-08-13) Full Changelog: [sdk-v0.116.0...sdk-v0.117.0](https://github.com/anthropics/anthropic-sdk-typescript/compare/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](https://github.com/anthropics/anthropic-sdk-typescript/commit/6a5bd0f34d214759f97d485e46b09203fff3ea99)) ### Bug Fixes * **build:** include dotfiles when flattening dist during git installs ([917d
发布时间:2026-08-14 03:53
抓取时间:2026-08-14 03:57
来源机构:Anthropic