Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

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

Release Notes

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

v2.0.93

Compare Source

Patch Changes
  • ai@​5.0.93

v2.0.92

Compare Source

Patch Changes
  • 250edbd: Added finishReason on useChat onFinish callbck
  • Updated dependencies [250edbd]
    • ai@​5.0.92

v2.0.91

Compare Source

Patch Changes

v2.0.90

Compare Source

Patch Changes
  • Updated dependencies [818b144]
    • ai@​5.0.90

v2.0.89

Compare Source

Patch Changes
  • 7cfada6: feat(ai): chat.addToolResult() is now chat.addToolOutput()
  • Updated dependencies [7cfada6]
    • ai@​5.0.89

v2.0.88

Compare Source

Patch Changes
  • ai@​5.0.88

v2.0.87

Compare Source

Patch Changes

v2.0.86

Compare Source

Patch Changes
  • Updated dependencies [0f92046]
    • ai@​5.0.86

v2.0.85

Compare Source

Patch Changes

v2.0.84

Compare Source

Patch Changes
  • Updated dependencies [a017497]
    • ai@​5.0.84

v2.0.83

Compare Source

Patch Changes
  • ai@​5.0.83

v2.0.82

Compare Source

Patch Changes

v2.0.81

Compare Source

Patch Changes

v2.0.80

Compare Source

Patch Changes
  • Updated dependencies [c7688ec]
    • ai@​5.0.80

v2.0.79

Compare Source

Patch Changes
  • Updated dependencies [22ab538]
    • ai@​5.0.79

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
  • d251e53: feat(openai): add o3-deep-research and o4-mini-deep-research models

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
  • 5464bf0: fix(provider/openai): add truncation parameter support for Responses API

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
  • ai@​5.0.44

v2.0.43

Compare Source

Patch Changes

v2.0.42

Compare Source

Patch Changes
  • 035b927: fix: set providerExecuted on Anthropic web_fetch tool results

v2.0.41

Compare Source

Patch Changes

v2.0.40

Compare Source

Patch Changes

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,
      },
    });

Configuration

📅 Schedule: Branch creation - "before 8am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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.

@coderabbitai
Copy link

coderabbitai bot commented Oct 20, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch from 9354c5c to f79f983 Compare October 24, 2025 17:45
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/react to v2.0.76 fix(deps): update dependency @ai-sdk/react to v2.0.78 Oct 24, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch from f79f983 to 0ddffca Compare October 26, 2025 16:11
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/react to v2.0.78 fix(deps): update dependency @ai-sdk/react to v2.0.80 Oct 26, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch from 0ddffca to 513489a Compare October 27, 2025 11:48
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/react to v2.0.80 fix(deps): update dependency @ai-sdk/react to v2.0.81 Oct 27, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch from 513489a to cbd08c0 Compare October 29, 2025 13:02
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/react to v2.0.81 fix(deps): update dependency @ai-sdk/react to v2.0.82 Oct 29, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch from cbd08c0 to 4a2b37c Compare October 31, 2025 17:51
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/react to v2.0.82 fix(deps): update dependency @ai-sdk/react to v2.0.85 Oct 31, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch from 4a2b37c to 2e0ef2d Compare October 31, 2025 19:56
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/react to v2.0.85 fix(deps): update dependency @ai-sdk/react to v2.0.86 Oct 31, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch from 2e0ef2d to af12513 Compare November 6, 2025 08:33
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/react to v2.0.86 fix(deps): update dependency @ai-sdk/react to v2.0.88 Nov 6, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch from af12513 to 2e68287 Compare November 7, 2025 11:43
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/react to v2.0.88 fix(deps): update dependency @ai-sdk/react to v2.0.89 Nov 7, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch from 2e68287 to ffcd227 Compare November 10, 2025 13:53
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/react to v2.0.89 fix(deps): update dependency @ai-sdk/react to v2.0.90 Nov 10, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch from ffcd227 to 94dbd9a Compare November 11, 2025 07:17
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/react to v2.0.90 fix(deps): update dependency @ai-sdk/react to v2.0.92 Nov 11, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-react-2.x branch from 94dbd9a to 17c380a Compare November 14, 2025 04:51
@renovate renovate bot changed the title fix(deps): update dependency @ai-sdk/react to v2.0.92 fix(deps): update dependency @ai-sdk/react to v2.0.93 Nov 14, 2025
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.

1 participant