summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-03-27 15:24:30 -0500
committerGitHub <[email protected]>2026-03-27 15:24:30 -0500
commitc33d9996f0e630d15b6e40b9a1feb578e991561a (patch)
tree9cadd3b59c7467843680fdbca35184233060ddda /package.json
parent7a7643c86a69edbd79f99b0c4f613463627f2428 (diff)
downloadopencode-c33d9996f0e630d15b6e40b9a1feb578e991561a.tar.gz
opencode-c33d9996f0e630d15b6e40b9a1feb578e991561a.zip
feat: AI SDK v6 support (#18433)
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 40ab8ceaf..2b1c15fb6 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
"drizzle-kit": "1.0.0-beta.19-d95b7a4",
"drizzle-orm": "1.0.0-beta.19-d95b7a4",
"effect": "4.0.0-beta.37",
- "ai": "5.0.124",
+ "ai": "6.0.138",
"hono": "4.10.7",
"hono-openapi": "1.1.2",
"fuzzysort": "3.1.0",
@@ -113,8 +113,8 @@
},
"patchedDependencies": {
"@standard-community/[email protected]": "patches/@standard-community%[email protected]",
- "@openrouter/[email protected]": "patches/@openrouter%[email protected]",
- "@ai-sdk/[email protected]": "patches/@ai-sdk%[email protected]",
+ "@ai-sdk/[email protected]": "patches/@ai-sdk%[email protected]",
+ "@ai-sdk/[email protected]": "patches/@ai-sdk%[email protected]"
}
}