diff options
| author | Jaaneek <[email protected]> | 2026-03-20 02:09:49 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-19 21:09:49 -0500 |
| commit | b3d0446d13504f63c6c26dfd040779a3ccd056cc (patch) | |
| tree | 17194964b1705492629ee496beb298afcbf1236d /package.json | |
| parent | 949191ab74424dc0da8d2c2c180b6c192e8132d9 (diff) | |
| download | opencode-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.json | 3 |
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]" } } |
