ai@7.0.109
Vercel AI SDK 7.0.109 fixes replacement completion request state handling, reasoning extraction stream overlaps, and toolsContext forwarding for host tools.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
Vercel AI SDK version 7.0.109 was released with patch updates addressing completions, reasoning streams, and tool execution context. Key fixes include maintaining loading and cancellation capabilities for replacement completion requests when prior requests settle (0343bb1), correctly preserving overlapping text blocks within reasoning extraction streams (2b105fa), and ensuring harness host-executed tools receive validated toolsContext in alignment with ToolLoopAgent (125f493).
可执行摘要
Vercel AI SDK release ai@7.0.109 introduces three fixes: ensures replacement completion requests stay loading and cancellable after earlier requests settle, preserves overlapping text blocks in reasoning extraction streams, and forwards validated toolsContext to host-executed tools matching ToolLoopAgent behavior.
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Upgrade to ai@7.0.109 if relying on cancellation of replacement completions, reasoning stream extraction, or host-executed tool context forwarding.