Skip to content

Bump ai from 7.0.51 to 7.0.56 - #360

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-7.0.56
Open

Bump ai from 7.0.51 to 7.0.56#360
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-7.0.56

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps ai from 7.0.51 to 7.0.56.

Release notes

Sourced from ai's releases.

ai@7.0.56

Patch Changes

  • 25c9120: Expose provider metadata on language-model-call end callbacks and telemetry spans.

  • 89080c8: fix (ai/gateway): make retried doStart calls idempotent

    generateVideo retries doStart, which creates a billable generation, so a retry after a lost response could start a second one. It now mints one idempotency token per logical start — outside the retry closure — and forwards it as an idempotency-key header, so a provider that deduplicates (the Vercel AI Gateway does) sees the same key on every attempt. GatewayVideoModel simply forwards the caller's headers rather than inferring retry identity from an options object, which would collide across unrelated calls.

  • 79d6195: Stop pending and active resumed chat streams after cancellation, and prevent overlapping resumptions from applying stale updates.

  • Updated dependencies [89080c8]

  • Updated dependencies [89080c8]

    • @​ai-sdk/gateway@​4.0.44
Changelog

Sourced from ai's changelog.

7.0.56

Patch Changes

  • 25c9120: Expose provider metadata on language-model-call end callbacks and telemetry spans.

  • 89080c8: fix (ai/gateway): make retried doStart calls idempotent

    generateVideo retries doStart, which creates a billable generation, so a retry after a lost response could start a second one. It now mints one idempotency token per logical start — outside the retry closure — and forwards it as an idempotency-key header, so a provider that deduplicates (the Vercel AI Gateway does) sees the same key on every attempt. GatewayVideoModel simply forwards the caller's headers rather than inferring retry identity from an options object, which would collide across unrelated calls.

  • 79d6195: Stop pending and active resumed chat streams after cancellation, and prevent overlapping resumptions from applying stale updates.

  • Updated dependencies [89080c8]

  • Updated dependencies [89080c8]

    • @​ai-sdk/gateway@​4.0.44

7.0.55

Patch Changes

  • 3469d0c: feat: add batch APIs
  • Updated dependencies [3469d0c]
    • @​ai-sdk/provider@​4.0.6
    • @​ai-sdk/gateway@​4.0.43
    • @​ai-sdk/provider-utils@​5.0.23

7.0.54

Patch Changes

  • a6b17a2: Allow ToolLoopAgent prepareCall callbacks to read and override the top-level reasoning option.
  • 5615eb7: Add defaultInstructionsMiddleware for applying default language model instructions while preserving call-level overrides.
  • 36a3ff6: Preserve preceding assistant messages when regenerating a response.

7.0.53

Patch Changes

  • cd0177b: Filter unresolved tool approval requests and tool parts without state when ignoring incomplete tool calls.
  • a09fdef: Release async iterable stream reader locks when source reads fail.
  • Updated dependencies [7aeab10]
  • Updated dependencies [2b60826]
    • @​ai-sdk/gateway@​4.0.42
    • @​ai-sdk/provider-utils@​5.0.22

... (truncated)

Commits
  • 2f04a5e Version Packages (#18560)
  • 89080c8 feat (provider/gateway): support async video operations (doStart/doStatus) on...
  • 25c9120 feat: expose provider metadata in language model call end callbacks (#18100)
  • 79d6195 fix: resumed chat streams updating state after cancellation or a newer resume...
  • bb31e6b Version Packages (#18508)
  • 3469d0c feat: batch (#18346)
  • 46491e9 Version Packages (#18484)
  • 36a3ff6 fix: preserve preceding assistant messages when regenerating consecutive assi...
  • a6b17a2 fix: allow ToolLoopAgent prepareCall to type top-level reasoning overrides (#...
  • d68d496 Version Packages (#18475)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) from 7.0.51 to 7.0.56.
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@7.0.56/packages/ai)

---
updated-dependencies:
- dependency-name: ai
  dependency-version: 7.0.56
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants