chore: upgrade ai sdk v6 deps and patch data url validation

Update AI SDK packages to the latest stable v6-compatible versions and keep integrations current. Patch @ai-sdk/provider-utils to allow inline data: URLs while preserving SSRF protections for network URLs.
This commit is contained in:
Aiden Cline
2026-03-25 13:48:27 -05:00
parent 96646b1ba9
commit a1dcc7a140
5 changed files with 148 additions and 67 deletions

View File

@@ -17,9 +17,9 @@
"@typescript/native-preview": "catalog:"
},
"dependencies": {
"@ai-sdk/anthropic": "3.0.58",
"@ai-sdk/openai": "3.0.41",
"@ai-sdk/openai-compatible": "2.0.35",
"@ai-sdk/anthropic": "3.0.64",
"@ai-sdk/openai": "3.0.48",
"@ai-sdk/openai-compatible": "2.0.37",
"@hono/zod-validator": "catalog:",
"@opencode-ai/console-core": "workspace:*",
"@opencode-ai/console-resource": "workspace:*",