Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 2, 2025

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/react (source) 1.2.12 -> 2.0.78 age confidence

Release Notes

vercel/ai (@​ai-sdk/react)

v2.0.78

Compare Source

Patch Changes
  • ai@​5.0.78

v2.0.77

Compare Source

Patch Changes
  • Updated dependencies [3568ebc]
    • ai@​5.0.77

v2.0.76

Compare Source

Patch Changes
  • Updated dependencies [87b03d5]
    • ai@​5.0.76

v2.0.75

Compare Source

Patch Changes
  • ai@​5.0.75

v2.0.74

Compare Source

Patch Changes
  • ai@​5.0.74

v2.0.73

Compare Source

Patch Changes
  • Updated dependencies [734c4c3]
    • ai@​5.0.73

v2.0.72

Compare Source

Patch Changes
  • Updated dependencies [1b94257]
    • ai@​5.0.72

v2.0.71

Compare Source

Patch Changes
  • Updated dependencies [bc90c3c]
    • ai@​5.0.71

v2.0.70

Compare Source

Patch Changes
  • ai@​5.0.70

v2.0.69

Compare Source

Patch Changes
  • Updated dependencies [1bacc1f]
    • ai@​5.0.69

v2.0.68

Compare Source

Patch Changes

v2.0.67

Compare Source

Patch Changes
  • ai@​5.0.67

v2.0.66

Compare Source

Patch Changes
  • ai@​5.0.66

v2.0.65

Compare Source

Patch Changes
  • ai@​5.0.65

v2.0.64

Compare Source

Patch Changes
  • Updated dependencies [e33947b]
    • ai@​5.0.64

v2.0.63

Compare Source

Patch Changes
  • Updated dependencies [22609f8]
  • Updated dependencies [b552c94]
    • ai@​5.0.63

v2.0.62

Compare Source

Patch Changes

v2.0.61

Compare Source

Patch Changes
  • ai@​5.0.61

v2.0.60

Compare Source

Patch Changes
  • ai@​5.0.60

v2.0.59

Compare Source

Patch Changes
  • ai@​5.0.59

v2.0.58

Compare Source

Patch Changes
  • ai@​5.0.58

v2.0.57

Compare Source

Patch Changes
  • Updated dependencies [c319849]
    • ai@​5.0.57

v2.0.56

Compare Source

Patch Changes
  • Updated dependencies [b1d8458]
    • ai@​5.0.56

v2.0.55

Compare Source

Patch Changes
  • Updated dependencies [85da29e]
    • ai@​5.0.55

v2.0.54

Compare Source

Patch Changes

v2.0.53

Compare Source

Patch Changes
  • Updated dependencies [d335191]
    • ai@​5.0.53

v2.0.52

Compare Source

Patch Changes
  • 8de8de5: fix(provider/openai): end reasoning parts earlier

v2.0.51

Compare Source

Patch Changes
  • cad5c1d: fix(provider/openai): fix web search tool input types

v2.0.50

Compare Source

Patch Changes
  • c336b43: feat(provider/openai): send assistant text and tool call parts as reference ids when store: true

v2.0.49

Compare Source

Patch Changes
  • f4287d0: feat(provider/openai): automatically add reasoning.encrypted_content include when store = false

v2.0.48

Compare Source

Patch Changes

v2.0.47

Compare Source

Patch Changes
  • 99e2a2a: feat(provider/openai): support file and image tool results

v2.0.46

Compare Source

Patch Changes
  • 66f69e7: Add 'default' as service tier

v2.0.45

Compare Source

Patch Changes

v2.0.44

Compare Source

Patch Changes
  • 28215ca: fix(provider/openai): add providerExecuted flag to tool start chunks

v2.0.43

Compare Source

Patch Changes
  • fd46da1: feat(provider/openai): add new model IDs gpt-image-1-mini, gpt-5-pro, gpt-5-pro-2025-10-06

v2.0.42

Compare Source

Patch Changes
  • 2a5edd3: enables image_generation capabilities in the Azure provider through the Responses API.
  • Updated dependencies [2a5edd3]

v2.0.41

Compare Source

Patch Changes
  • 110c735: support OPENAI_BASE_URL env

v2.0.40

Compare Source

Patch Changes
  • 8c74f47: feat(provider/openai): add gpt-5-codex model id
  • adca087: feat(provider/openai): local shell tool

v2.0.39

Compare Source

Patch Changes
  • 5428a0d: The built in Code Interpreter tool input code is streamed in tool-input-<start/delta/end> chunks.

v2.0.38

Compare Source

Patch Changes
  • 0bda600: enables code_interpreter and file_search capabilities in the Azure provider through the Responses API

v2.0.37

Compare Source

Patch Changes
  • 6075c91: feat(provider/openai): only send item references for reasoning when store: true

v2.0.36

Compare Source

Patch Changes

v2.0.35

Compare Source

Patch Changes
  • 1cfc209: feat(provider/openai): OpenAIChatLanguageModelOptions type

    import { openai, type OpenAIChatLanguageModelOptions } from '@&#8203;ai-sdk/openai';
    import { generateText } from 'ai';
    
    await generateText({
      model: openai.chat('gpt-4o'),
      prompt: 'Invent a new holiday and describe its traditions.',
      providerOptions: {
        openai: {
          user: 'user-123',
        } satisfies OpenAIChatLanguageModelOptions,
      },
    });

v2.0.34

Compare Source

Patch Changes
  • 322901b: feat: add provider version to user-agent header

v2.0.33

Compare Source

Patch Changes
  • 28c9c6a: feat(anthropic): add prompt caching validation

v2.0.32

Compare Source

Patch Changes
  • 492b1ee: feat(provider/anthropic): add support for Agent Skills

v2.0.31

Compare Source

Patch Changes
  • b73ba90: feat(provider/anthropic): default and limit maxTokens based on model

v2.0.30

Compare Source

Patch Changes
  • 650287f: chore: add model ID for Haiku 4.5

v2.0.29

Compare Source

Patch Changes
  • 4dd53dd: feat(provider/anthropic): memory tool

v2.0.28

Compare Source

Patch Changes
  • 07274ad: Add support for 2025-08-25 code execution tool

v2.0.27

Compare Source

Patch Changes
  • 2338c79: feat (provider/openai): add jsdoc for openai tools

v2.0.26

Compare Source

Patch Changes
  • 5819aec: fix (provider/openai): only send tool calls finish reason for tools that are not provider-executed
  • af8c6bb: feat (provider/openai): add web_search tool

v2.0.25

Compare Source

Patch Changes
  • fb45ade: fix timestamp granularities support for openai transcription

v2.0.24

Compare Source

Patch Changes

v2.0.23

Compare Source

Patch Changes
  • 8a1d648: Fix adding google search along with url context in vertex ai

v2.0.22

Compare Source

Patch Changes
  • f8da995: The mediaResolution option has been added and is now passed to the Google API.

v2.0.21

Compare Source

Patch Changes
  • 53f53c1: Support imageConfig.aspectRatio configuration for Gemini models

v2.0.20

Compare Source

Patch Changes

v2.0.19

Compare Source

Patch Changes
  • a107843: fix(provider/google): lazy schema loading

    import time improved by 12.5% (22.3ms ➡️ 19.5ms)

v2.0.18

Compare Source

Patch Changes

v2.0.17

Compare Source

Patch Changes

v2.0.16

Compare Source

Patch Changes

v2.0.15

Compare Source

Patch Changes

v2.0.14

Compare Source

Patch Changes

v2.0.13

Compare Source

Patch Changes

v2.0.12

Compare Source

Patch Changes

v2.0.11

Compare Source

Patch Changes
  • 097b452: feat(openai, azure): add configurable file ID prefixes for Responses API

    • Added fileIdPrefixes option to OpenAI Responses API configuration
    • Azure OpenAI now supports assistant- prefixed file IDs (replacing previous file- prefix support)
    • OpenAI maintains backward compatibility with default file- prefix
    • File ID detection is disabled when fileIdPrefixes is undefined, gracefully falling back to base64 processing
  • 0853d6b: fix(provider/azure): add deployment-based URL support for transcription compatibility

  • Updated dependencies [097b452]

  • Updated dependencies [87cf954]

  • Updated dependencies [a3d98a9]

  • Updated dependencies [38ac190]

  • Updated dependencies [110d167]

  • Updated dependencies [8d3c747]

v2.0.10

Compare Source

Patch Changes

v2.0.9

Compare Source

Patch Changes

v2.0.8

Compare Source

Patch Changes

v2.0.7

Compare Source

Patch Changes

v2.0.6

Compare Source

Patch Changes

v2.0.5

Compare Source

Patch Changes

v2.0.4

Compare Source

Patch Changes

v2.0.3

Compare Source

Patch Changes

v2.0.2

Compare Source

Patch Changes

v2.0.1

Compare Source

Patch Changes
  • Updated dependencies [4d0c108]
    • ai@​5.0.1

v2.0.0

Compare Source

Major Changes
  • d5f588f: AI SDK 5

  • 516be5b: ### Move Image Model Settings into generate options

    Image Models no longer have settings. Instead, maxImagesPerCall can be passed directly to generateImage(). All other image settings can be passed to providerOptions[provider].

    Before

    await generateImage({
      model: luma.image('photon-flash-1', {
        maxImagesPerCall: 5,
        pollIntervalMillis: 500,
      }),
      prompt,
      n: 10,
    });

    After

    await generateImage({
      model: luma.image('photon-flash-1'),
      prompt,
      n: 10,
      maxImagesPerCall: 5,
      providerOptions: {
        luma: { pollIntervalMillis: 5 },
      },
    });

    Pull Request: #​6180

Patch Changes

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch 12 times, most recently from 49621f7 to c3ca252 Compare August 9, 2025 09:38
@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch 9 times, most recently from 21f65c2 to 981bc60 Compare August 16, 2025 14:52
@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch 9 times, most recently from dbcc0dd to 97ecb15 Compare August 22, 2025 07:05
@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch 8 times, most recently from 7f2b3e8 to 5059a34 Compare October 2, 2025 23:04
@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch 9 times, most recently from 04808e7 to 0821177 Compare October 10, 2025 15:13
@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch 7 times, most recently from 8bbe9ca to 03a731c Compare October 17, 2025 11:46
@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch 4 times, most recently from 0ad7bdd to c4c00d4 Compare October 23, 2025 19:25
@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch from c4c00d4 to 5153a46 Compare October 24, 2025 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants