summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorJaaneek <[email protected]>2026-03-20 02:09:49 +0000
committerGitHub <[email protected]>2026-03-19 21:09:49 -0500
commitb3d0446d13504f63c6c26dfd040779a3ccd056cc (patch)
tree17194964b1705492629ee496beb298afcbf1236d /package.json
parent949191ab74424dc0da8d2c2c180b6c192e8132d9 (diff)
downloadopencode-b3d0446d13504f63c6c26dfd040779a3ccd056cc.tar.gz
opencode-b3d0446d13504f63c6c26dfd040779a3ccd056cc.zip
feat: switch xai provider to responses API (#18175)
Co-authored-by: Jaaneek <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4d89daffd..2875b9daa 100644
--- a/package.json
+++ b/package.json
@@ -112,6 +112,7 @@
},
"patchedDependencies": {
"@standard-community/[email protected]": "patches/@standard-community%[email protected]",
- "@openrouter/[email protected]": "patches/@openrouter%[email protected]"
+ "@openrouter/[email protected]": "patches/@openrouter%[email protected]",
+ "@ai-sdk/[email protected]": "patches/@ai-sdk%[email protected]"
}
}