-
Notifications
You must be signed in to change notification settings - Fork 19
chore(deps): bump @openrouter/ai-sdk-provider from 1.5.4 to 2.2.3 #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -83,7 +83,7 @@ | |
| "@opencode-ai/script": "workspace:*", | ||
| "@opencode-ai/sdk": "workspace:*", | ||
| "@opencode-ai/util": "workspace:*", | ||
| "@openrouter/ai-sdk-provider": "1.5.4", | ||
| "@openrouter/ai-sdk-provider": "2.2.3", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The Suggested FixUpdate the Prompt for AI Agent |
||
| "@opentui/core": "0.1.86", | ||
| "@opentui/solid": "0.1.86", | ||
| "@parcel/watcher": "2.5.1", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: The
@openrouter/ai-sdk-providerdependency was updated, but the corresponding version-specific patch inpatchedDependencieswas not. The patch will no longer be applied, causing a silent regression.Severity: HIGH
Suggested Fix
Create a new patch file for
@openrouter/ai-sdk-providerversion2.2.3that includes the necessary modifications. Update thepatchedDependenciesentry in the rootpackage.jsonto point to the new patch file for version2.2.3. After updating, run the package manager's install command to apply the patch and update the lockfile.Prompt for AI Agent
Did we get this right? 👍 / 👎 to inform future reviews.