You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>, please review it.
Generate unit testing code for this file.
Open a follow-up GitHub issue for this discussion.
Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
@coderabbitai generate unit testing code for this file.
@coderabbitai modularize this function.
PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
@coderabbitai read src/utils.ts and generate unit testing code.
@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
@coderabbitai help me debug CodeRabbit configuration file.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (Invoked using PR comments)
@coderabbitai pause to pause the reviews on a PR.
@coderabbitai resume to resume the paused reviews.
@coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
@coderabbitai full review to do a full review from scratch and review all the files again.
@coderabbitai summary to regenerate the summary of the PR.
@coderabbitai resolve resolve all the CodeRabbit review comments.
@coderabbitai configuration to show the current CodeRabbit configuration for the repository.
@coderabbitai help to get help.
Other keywords and placeholders
Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
Add @coderabbitai anywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
Visit our Documentation for detailed information on how to use CodeRabbit.
Join our Discord Community to get help, request features, and share feedback.
Follow us on X/Twitter for updates and announcements.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.0.0
->^4.0.0
Release Notes
vercel/ai (ai)
v4.0.13
Compare Source
Patch Changes
9f32213
: feat (ai/core): add experimental tool call repairv4.0.12
Compare Source
Patch Changes
5167bec
: fix (ai/core): forward streamText errors as error parts0984f0b
: feat (ai/core): add ToolExecutionError type0984f0b
]v4.0.11
Compare Source
Patch Changes
953469c
]a3dd2ed
]v4.0.10
Compare Source
Patch Changes
913872d
: fix (ai/core): track promise from async createDataStream.executev4.0.9
Compare Source
Patch Changes
fda9695
: feat (ai/core): reworked data stream managementv4.0.8
Compare Source
Patch Changes
a803d76
: feat (ai/core): pass toolCallId option into tool execute functionv4.0.7
Compare Source
Patch Changes
5b4f07b
: fix (ai/core): change default error message for data streams to "An error occurred."v4.0.6
Compare Source
Patch Changes
fc18132
: feat (ai/core): experimental output for generateText2779f6d
: fix (ai/core): do not send maxRetries into providersv4.0.5
Compare Source
Patch Changes
630ac31
]v4.0.4
Compare Source
Patch Changes
6ff6689
: fix (ai): trigger onFinal when stream adapter finishes6ff6689
: chore (ai): deprecate onCompletion (stream callbacks)v4.0.3
Compare Source
Patch Changes
88b364b
]b446ae5
]v4.0.2
Compare Source
Patch Changes
c3ab5de
]v4.0.1
Compare Source
Patch Changes
b117255
: feat (ai/core): add messages to tool call optionsv4.0.0
Compare Source
Major Changes
4e38b38
: chore (ai): remove LanguageModelResponseMetadataWithHeaders type8bf5756
: chore: remove legacy function/tool callingf0cb69d
: chore (ai/core): remove experimental function exportsda8c609
: chore (ai): remove Tokens RSC helpercbab571
: chore (ai): remove ExperimentalXXXMessage typesb469a7e
: chore: remove isXXXError methods54cb888
: chore (ai): remove experimental_StreamData export4d61295
: chore (ai): remove streamToResponse and streamingTextResponse9a3d741
: chore (ai): remove ExperimentalTool export064257d
: chore (ai/core): rename simulateReadableStream values parameter to chunks60e69ed
: chore (ai/core): remove ai-stream related methods from streamTexta4f8ce9
: chore (ai): AssistantResponse cleanupsd3ae4f6
: chore (ui/react): remove useObject setInput helper7264b0a
: chore (ai): remove responseMessages property from streamText/generateText resultb801982
: chore (ai/core): remove init option from streamText result methodsf68d7b1
: chore (ai/core): streamObject returns result immediately (no Promise)6090cea
: chore (ai): remove rawResponse from generate/stream result objects073f282
: chore (ai): remove AIStream and related exports1c58337
: chore (ai): remove 2.x prompt helpersa40a93d
: chore (ai/ui): remove vue, svelte, solid re-export and dependencya7ad35a
: chore: remove legacy providers & rsc renderc0ddc24
: chore (ai): remove toJSON method from AI SDK errors007cb81
: chore (ai): changestreamText
warnings result to Promiseeffbce3
: chore (ai): remove responseMessage from streamText onFinish callback545d133
: chore (ai): remove deprecated roundtrip settings from streamText / generateText7e89ccb
: chore: remove nanoid exportf967199
: chore (ai/core): streamText returns result immediately (no Promise)62d08fd
: chore (ai): remove TokenUsage, CompletionTokenUsage, and EmbeddingTokenUsage typese5d2ce8
: chore (ai): remove deprecated provider registry exports70ce742
: chore (ai): remove experimental_continuationSteps option2f09717
: chore (ai): remove deprecated telemetry data0827bf9
: chore (ai): remove LangChain adaptertoAIStream
methodPatch Changes
dce4158
: chore (dependencies): update eventsource-parser to 3.0.0f0ec721
: chore (ai): remove openai peer dependencyf9bb30c
: chore (ai): remove unnecessary dev dependenciesb053413
: chore (ui): refactorings & README updatee117b54
]8bf5756
]b469a7e
]79c6dd9
]9f81e66
]70f28f6
]dce4158
]d3ae4f6
]68d30e9
]7814c4b
]ca3e586
]c0ddc24
]fe4f109
]84edae5
]b1da952
]04d3747
]dce4158
]7e89ccb
]8426f55
]db46ce5
]b053413
]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 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.
This PR was generated by Mend Renovate. View the repository job log.