github vercel/ai ai@7.0.0-canary.118

latest releases: @ai-sdk/google-vertex@5.0.0-canary.70, @ai-sdk/google@4.0.0-canary.52, @ai-sdk/openai@3.0.60...
pre-release7 hours ago

Patch Changes

  • 47e65d6: fix(ai): tag step/chunk timeout aborts with TimeoutError reason

    When timeout: { stepMs } or timeout: { chunkMs } fires, the abort reason is now a TimeoutError DOMException, matching what AbortSignal.timeout() produces natively. Consumers can distinguish a framework timeout from a user-initiated cancel via signal.reason.name === 'TimeoutError'.

Don't miss a new ai release

NewReleases is sending notifications on new releases.