Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2025

This PR contains the following updates:

Package Change Age Confidence
ai (source) 5.0.345.0.117 age confidence

Release Notes

vercel/ai (ai)

v5.0.117

Compare Source

Patch Changes

v5.0.116

Compare Source

Patch Changes

v5.0.115

Compare Source

Patch Changes

v5.0.114

Compare Source

Patch Changes
  • fc633bd: fix header loss when statusText is undefined in writeHead

v5.0.113

Compare Source

Patch Changes
  • 7e6fb4d: fix(gateway): throw error with user-friendly message in non-production environments if AI_GATEWAY_API_KEY is not configured

v5.0.112

Compare Source

Patch Changes

v5.0.111

Compare Source

Patch Changes

v5.0.110

Compare Source

Patch Changes

v5.0.109

Compare Source

Patch Changes
  • 427547a: Improve ai gateway error message when api key is not present

v5.0.108

Compare Source

Patch Changes
  • 03cafbc: chore(ai): export ContentPart type

v5.0.107

Compare Source

Patch Changes
  • 21c9f90: fix(ai): remove unused mode setting from generateObject and streamObject

v5.0.106

Compare Source

Patch Changes

v5.0.105

Patch Changes
  • 1063aca: fix(ai): Preverse providerMetadata in tool-call and tool-result parts

v5.0.104

Patch Changes

v5.0.103

Patch Changes

v5.0.102

Patch Changes
  • 83b2c4b: fix(ai): prune messages properly when toolCalls set to 'before-last-message'

v5.0.101

Patch Changes

v5.0.100

Compare Source

Patch Changes

v5.0.99

Compare Source

Patch Changes
  • 15cfac8: feat: export GatewayModelId and use to type LanguageModel

v5.0.98

Compare Source

Patch Changes

v5.0.97

Compare Source

Patch Changes

v5.0.96

Compare Source

Patch Changes
  • c89268c: fix(provider/google): preserve thoughtSignature through tool execution

v5.0.95

Compare Source

Patch Changes

v5.0.94

Compare Source

Patch Changes

v5.0.93

Compare Source

Patch Changes

v5.0.92

Compare Source

Patch Changes
  • 250edbd: Added finishReason on useChat onFinish callbck

v5.0.91

Compare Source

Patch Changes

v5.0.90

Compare Source

Patch Changes
  • 818b144: fix not catching of empty arrays in validateUIMessage

v5.0.89

Compare Source

Patch Changes
  • 7cfada6: feat(ai): chat.addToolResult() is now chat.addToolOutput()

v5.0.88

Compare Source

Patch Changes

v5.0.87

Compare Source

Patch Changes

v5.0.86

Compare Source

Patch Changes
  • 0f92046: fix(ui): Don't resend messages for providerExecuted tools in lastAssistantMessageIsCompleteWithToolCalls and lastAssistantMessageIsCompleteWithApprovalResponses

v5.0.85

Compare Source

Patch Changes

v5.0.84

Compare Source

Patch Changes
  • a017497: fix(ai): do not mutate middleware array argument when wrapping

v5.0.83

Compare Source

Patch Changes

v5.0.82

Compare Source

Patch Changes

v5.0.81

Compare Source

Patch Changes

v5.0.80

Compare Source

Patch Changes
  • c7688ec: fix(ai): correct type field in arrayOutputStrategy from 'enum' to 'array'

v5.0.79

Compare Source

Patch Changes
  • 22ab538: feat(ai): add OAuth for MCP clients + refactor to new package

    This change replaces

    import { experimental_createMCPClient } from 'ai';
    import { Experimental_StdioMCPTransport } from 'ai/mcp-stdio';

    with

    import { experimental_createMCPClient } from '@​ai-sdk/mcp';
    import { Experimental_StdioMCPTransport } from '@​ai-sdk/mcp/mcp-stdio';

v5.0.78

Compare Source

Patch Changes

v5.0.77

Compare Source

Patch Changes
  • 3568ebc: feat(ai): add convertDataPart option to convertToModelMessages

    Add optional convertDataPart callback for converting custom data parts (URLs, code files, etc.) to text or file parts that models can process. Fully type-safe using existing UIMessage generics.

v5.0.76

Compare Source

Patch Changes
  • 87b03d5: feat(ui): add isDataUIPart helper

v5.0.75

Compare Source

Patch Changes

v5.0.74

Compare Source

Patch Changes

v5.0.73

Compare Source

Patch Changes
  • 734c4c3: fix(ai): add missing export for LoadSettingError

v5.0.72

Compare Source

Patch Changes
  • 1b94257: fix(ui): do not submit automatically when server return with error

v5.0.71

Compare Source

Patch Changes
  • bc90c3c: feat(ai): add pruneMessages helper function

v5.0.70

Compare Source

Patch Changes

v5.0.69

Compare Source

Patch Changes
  • 1bacc1f: fix(ai): handle backpressure in writeToServerResponse

v5.0.68

Compare Source

Patch Changes

v5.0.67

Compare Source

Patch Changes

v5.0.66

Compare Source

Patch Changes

v5.0.65

Compare Source

Patch Changes

v5.0.64

Compare Source

Patch Changes
  • e33947b: fix(ai): mcp errors to be jsonrpc 2.0 compliant

v5.0.63

Compare Source

Patch Changes
  • 22609f8: fix(ai): only parse experimental_output in generateText when finishReason is stop
  • b552c94: fix(core): Fix image download behavior when the initial model is swapped out during prepareStep

v5.0.62

Compare Source

Patch Changes

v5.0.61

Compare Source

Patch Changes

v5.0.60

Compare Source

Patch Changes

v5.0.59

Compare Source

Patch Changes

v5.0.58

Compare Source

Patch Changes

v5.0.57

Compare Source

Patch Changes
  • c319849: fixed docs and exported NoSpeechGeneratedError

v5.0.56

Compare Source

Patch Changes
  • b1d8458: fix(ai): align logic of text-end with reasoning-end

v5.0.55

Compare Source

Patch Changes
  • 85da29e: fix(ai): remove outdated jsdoc param descriptions

v5.0.54

Compare Source

Patch Changes

v5.0.53

Compare Source

Patch Changes
  • d335191: Extend addToolResult to support error results

v5.0.52

Compare Source

Patch Changes
  • c56822d: fix(ai): update uiMessageChunkSchema to satisfy the UIMessageChunk type
  • 930399b: fix(ai): download files when intermediate file cannot be downloaded
  • Updated dependencies [7ca78f1]

v5.0.51

Compare Source

Patch Changes

v5.0.50

Compare Source

Patch Changes

v5.0.49

Compare Source

Patch Changes

v5.0.48

Compare Source

Patch Changes

v5.0.47

Compare Source

Patch Changes

v5.0.46

Compare Source

Patch Changes
  • c580fbd: Add safeValidateUIMessages utility to validate UI messages without throwing, returning a success/failure result object like Zod’s safeParse

v5.0.45

Compare Source

Patch Changes
  • 76024fc: fix(ai): fix static tool call and result detection when dynamic is undefined
  • 93d8b60: fix(ai): do not filter zero-length text parts that have provider options
  • d8eb31f: fix(ai): fix webp image detection from base64

v5.0.44

Compare Source

Patch Changes

v5.0.43

Compare Source

Patch Changes

v5.0.42

Compare Source

Patch Changes
  • de5c066: fix(ai): forwarded providerExecuted flag in validateUIMessages

v5.0.41

Compare Source

Patch Changes
  • cd91e4b: fix(ai): use correct type for reasoning outputs

v5.0.40

Compare Source

Patch Changes

v5.0.39

Compare Source

Patch Changes
  • a0a725f: feat (ai): export createGateway

v5.0.38

Compare Source

Patch Changes

v5.0.37

Compare Source

Patch Changes
  • d6785d7: feat (ai): add tool and agent helpers

v5.0.36

Compare Source

Patch Changes
  • ccc2ded: feat (ai): export gateway provider

v5.0.35

Compare Source

Patch Changes

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 Nov 1, 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-5.x branch from c9d3965 to e550e06 Compare November 6, 2025 08:33
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.86 fix(deps): update dependency ai to v5.0.88 Nov 6, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from e550e06 to ec4de1d Compare November 7, 2025 11:43
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.88 fix(deps): update dependency ai to v5.0.89 Nov 7, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from ec4de1d to c4e6f93 Compare November 11, 2025 09:45
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.89 fix(deps): update dependency ai to v5.0.92 Nov 11, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch 2 times, most recently from 0b71bc1 to 1b67dbe Compare November 14, 2025 04:52
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.92 fix(deps): update dependency ai to v5.0.93 Nov 14, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from 1b67dbe to 719e069 Compare November 20, 2025 00:01
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.93 fix(deps): update dependency ai to v5.0.97 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from 719e069 to 649a6a4 Compare November 20, 2025 16:34
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.97 fix(deps): update dependency ai to v5.0.98 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from 649a6a4 to 49648fc Compare November 22, 2025 04:59
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.98 fix(deps): update dependency ai to v5.0.99 Nov 22, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from 49648fc to 657a4a8 Compare November 23, 2025 01:18
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.99 fix(deps): update dependency ai to v5.0.100 Nov 23, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from 657a4a8 to ce3fd9f Compare November 24, 2025 05:45
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.100 fix(deps): update dependency ai to v5.0.101 Nov 24, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from ce3fd9f to f0b0c19 Compare November 25, 2025 17:55
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.101 fix(deps): update dependency ai to v5.0.102 Nov 25, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from f0b0c19 to c8f0977 Compare November 27, 2025 09:00
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.102 fix(deps): update dependency ai to v5.0.103 Nov 27, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from c8f0977 to 1dbac66 Compare November 27, 2025 15:46
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.103 fix(deps): update dependency ai to v5.0.104 Nov 27, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from 1dbac66 to 83ceb85 Compare December 1, 2025 14:11
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.104 fix(deps): update dependency ai to v5.0.105 Dec 1, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from 83ceb85 to c18a4cd Compare December 2, 2025 06:38
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.105 fix(deps): update dependency ai to v5.0.106 Dec 2, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from c18a4cd to af0d0ae Compare December 5, 2025 16:38
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.106 fix(deps): update dependency ai to v5.0.107 Dec 5, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from af0d0ae to 7090aa7 Compare December 6, 2025 12:54
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.107 fix(deps): update dependency ai to v5.0.108 Dec 6, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch 2 times, most recently from 11c5d15 to 6794ab1 Compare December 11, 2025 04:15
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.108 fix(deps): update dependency ai to v5.0.109 Dec 11, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from 6794ab1 to 8eeeceb Compare December 11, 2025 08:50
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.109 fix(deps): update dependency ai to v5.0.110 Dec 11, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from 8eeeceb to 1d17a85 Compare December 11, 2025 20:05
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.110 fix(deps): update dependency ai to v5.0.112 Dec 11, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from 1d17a85 to 7c1a0ec Compare December 12, 2025 21:58
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.112 fix(deps): update dependency ai to v5.0.113 Dec 12, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch 2 times, most recently from aa503ff to f6e7716 Compare December 16, 2025 18:18
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.113 fix(deps): update dependency ai to v5.0.114 Dec 16, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from f6e7716 to 4a1ee85 Compare December 17, 2025 19:57
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.114 fix(deps): update dependency ai to v5.0.115 Dec 17, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from 4a1ee85 to 6834d0f Compare December 20, 2025 09:48
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.115 fix(deps): update dependency ai to v5.0.116 Dec 20, 2025
@renovate renovate bot force-pushed the renovate/ai-5.x branch from 6834d0f to a10c48c Compare December 30, 2025 21:04
@renovate renovate bot changed the title fix(deps): update dependency ai to v5.0.116 fix(deps): update dependency ai to v5.0.117 Dec 30, 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