Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2025

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/google (source) 2.0.8 -> 2.0.44 age confidence

Release Notes

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

v2.0.44

Compare Source

Patch Changes
  • ai@​5.0.44

v2.0.43

Compare Source

Patch Changes
  • e2dac8b: Support for custom provider name in google and anthropic providers

v2.0.42

Compare Source

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

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
  • 9a66892: Add Google Vertex RAG Engine grounding provider tool

v2.0.33

Compare Source

Patch Changes
  • 30a7d54: Improve error message when mixing function tools with provider-defined tools to clarify fallback behavior and list ignored function tools

v2.0.32

Compare Source

Patch Changes
  • 1cf857d: fix(provider/openai): remove provider-executed tools from chat completions model
  • 01de47f: feat(provider/openai): rework file search tool

v2.0.31

Compare Source

Patch Changes
  • bb94467: feat(provider/openai): add maxToolCalls provider option
  • 4a2b70e: feat(provider/openai): send item references for provider-executed tool results
  • 643711d: feat (provider/openai): provider defined image generation tool support

v2.0.30

Compare Source

Patch Changes

v2.0.29

Compare Source

Patch Changes
  • 4235eb3: feat(provider/openai): code interpreter tool calls and results

v2.0.28

Patch Changes
  • 4c2bb77: fix (provider/openai): send sources action as include
  • 561e8b0: fix (provider/openai): fix code interpreter tool in doGenerate

v2.0.27

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

v2.0.26

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

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

v2.0.24

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
  • Updated dependencies [4176ecb]
  • Updated dependencies [20f23f9]
    • ai@​5.0.17

v2.0.16

Compare Source

Patch Changes

v2.0.15

Compare Source

Patch Changes

v2.0.14

Compare Source

Patch Changes
  • Updated dependencies [7729e32]
    • ai@​5.0.14

v2.0.13

Compare Source

Patch Changes
  • Updated dependencies [a7b2e66]
  • Updated dependencies [9bed210]
    • ai@​5.0.13

v2.0.12

Compare Source

Patch Changes

v2.0.11

Compare Source

Patch Changes

v2.0.10

Compare Source

Patch Changes
  • Updated dependencies [63a5dc5]
    • ai@​5.0.10

v2.0.9

Compare Source

Patch Changes
  • 8f8a521: fix(providers): use convertToBase64 for Uint8Array image parts to produce valid data URLs; keep mediaType normalization and URL passthrough

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.

@netlify
Copy link

netlify bot commented Sep 26, 2025

Deploy Preview for commandkit canceled.

Name Link
🔨 Latest commit b9d49ff
🔍 Latest deploy log https://app.netlify.com/projects/commandkit/deploys/69304cd7c870fe0008fbf4c1

@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from 40db632 to 2ddc0c7 Compare September 26, 2025 16:58
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.17 chore(deps): update dependency @ai-sdk/google to v2.0.18 Oct 9, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch 2 times, most recently from 89a0387 to 05d2a20 Compare October 10, 2025 06:02
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.18 chore(deps): update dependency @ai-sdk/google to v2.0.19 Oct 10, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from 05d2a20 to 773f6f7 Compare October 10, 2025 13:57
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.19 chore(deps): update dependency @ai-sdk/google to v2.0.20 Oct 10, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from 773f6f7 to fc0249b Compare October 13, 2025 17:38
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.20 chore(deps): update dependency @ai-sdk/google to v2.0.21 Oct 13, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from fc0249b to 8d4b955 Compare October 13, 2025 21:47
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.21 chore(deps): update dependency @ai-sdk/google to v2.0.23 Oct 13, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch 2 times, most recently from 77d810a to d2ced4c Compare October 27, 2025 11:47
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.23 chore(deps): update dependency @ai-sdk/google to v2.0.24 Oct 27, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from d2ced4c to 011c952 Compare October 29, 2025 12:52
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.24 chore(deps): update dependency @ai-sdk/google to v2.0.25 Oct 29, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from 011c952 to 1e203c9 Compare October 31, 2025 16:08
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.25 chore(deps): update dependency @ai-sdk/google to v2.0.26 Oct 31, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from 1e203c9 to 8c9005d Compare November 3, 2025 22:29
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.26 chore(deps): update dependency @ai-sdk/google to v2.0.27 Nov 3, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from 8c9005d to 1295315 Compare November 4, 2025 23:35
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.27 chore(deps): update dependency @ai-sdk/google to v2.0.28 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from 1295315 to 5228f07 Compare November 7, 2025 06:09
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.28 chore(deps): update dependency @ai-sdk/google to v2.0.29 Nov 7, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch 2 times, most recently from a7ee2eb to baace36 Compare November 8, 2025 07:39
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.29 chore(deps): update dependency @ai-sdk/google to v2.0.30 Nov 10, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch 2 times, most recently from e28de38 to c5989a0 Compare November 11, 2025 00:01
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.30 chore(deps): update dependency @ai-sdk/google to v2.0.31 Nov 11, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from c5989a0 to c201db5 Compare November 15, 2025 07:09
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.31 chore(deps): update dependency @ai-sdk/google to v2.0.32 Nov 15, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from c201db5 to 88bff11 Compare November 16, 2025 18:06
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.32 chore(deps): update dependency @ai-sdk/google to v2.0.33 Nov 16, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from 88bff11 to 90767e2 Compare November 17, 2025 22:46
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.33 chore(deps): update dependency @ai-sdk/google to v2.0.34 Nov 17, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from 90767e2 to c69c5dd Compare November 18, 2025 19:06
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.34 chore(deps): update dependency @ai-sdk/google to v2.0.36 Nov 18, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from c69c5dd to f657212 Compare November 19, 2025 10:01
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.36 chore(deps): update dependency @ai-sdk/google to v2.0.38 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from f657212 to 8a2ec04 Compare November 19, 2025 20:47
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.38 chore(deps): update dependency @ai-sdk/google to v2.0.39 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from 8a2ec04 to b36b864 Compare November 20, 2025 17:59
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.39 chore(deps): update dependency @ai-sdk/google to v2.0.40 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from b36b864 to 3019ae3 Compare November 22, 2025 17:52
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.40 chore(deps): update dependency @ai-sdk/google to v2.0.42 Nov 22, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from 3019ae3 to 7dbb49c Compare November 24, 2025 21:04
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.42 chore(deps): update dependency @ai-sdk/google to v2.0.43 Nov 24, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from 7dbb49c to 534fa54 Compare November 27, 2025 14:09
@renovate renovate bot changed the title chore(deps): update dependency @ai-sdk/google to v2.0.43 chore(deps): update dependency @ai-sdk/google to v2.0.44 Nov 27, 2025
@renovate renovate bot force-pushed the renovate/ai-sdk-google-2.x-lockfile branch from 534fa54 to b9d49ff Compare December 3, 2025 14:44
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