Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2025

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/anthropic (source) ^1.2.12 -> ^2.0.0 age confidence

Release Notes

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

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 '@​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

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

v2.0.20

Patch Changes

v2.0.19

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

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

v2.0.18

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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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 Aug 5, 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-anthropic-2.x branch 2 times, most recently from b58a125 to bf23502 Compare August 15, 2025 23:58
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch from bf23502 to 33a157b Compare August 23, 2025 03:54
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch 3 times, most recently from 2e24490 to 75530cb Compare September 4, 2025 22:29
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch 3 times, most recently from 4eea834 to 14fd7ec Compare September 14, 2025 15:45
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch from 14fd7ec to 438124c Compare September 16, 2025 20:19
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch 3 times, most recently from d7cf909 to 58a391f Compare September 29, 2025 19:44
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch from 58a391f to 79483a9 Compare October 2, 2025 12:05
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch 3 times, most recently from 36c4f20 to ba6f8e0 Compare October 16, 2025 03:28
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch 3 times, most recently from 1f12904 to 1a9e6cd Compare October 21, 2025 07:14
@renovate renovate bot force-pushed the renovate/ai-sdk-anthropic-2.x branch from 1a9e6cd to d9feaad Compare October 25, 2025 15:49
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