diff options
| author | Aiden Cline <[email protected]> | 2025-12-22 15:12:18 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-22 15:12:18 -0600 |
| commit | f9be2bab3af7cee47d6b03d00938570dad6ad541 (patch) | |
| tree | ae85ef50e9a2869fbc6a12e131a2868a72d0bae7 /package.json | |
| parent | 25f1643e8e5481b82ee6e770e97877ff86369b95 (diff) | |
| download | opencode-f9be2bab3af7cee47d6b03d00938570dad6ad541.tar.gz opencode-f9be2bab3af7cee47d6b03d00938570dad6ad541.zip | |
fix: bundle more providers to fix breaking ai sdk issue
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json index 2ddba2c9a..aceb2015f 100644 --- a/package.json +++ b/package.json @@ -64,10 +64,17 @@ "turbo": "2.5.6" }, "dependencies": { + "@ai-sdk/cerebras": "1.0.33", + "@ai-sdk/cohere": "2.0.21", + "@ai-sdk/deepinfra": "1.0.30", + "@ai-sdk/gateway": "2.0.23", + "@ai-sdk/groq": "2.0.33", + "@ai-sdk/perplexity": "2.0.22", + "@ai-sdk/togetherai": "1.0.30", "@aws-sdk/client-s3": "3.933.0", + "@opencode-ai/plugin": "workspace:*", "@opencode-ai/script": "workspace:*", "@opencode-ai/sdk": "workspace:*", - "@opencode-ai/plugin": "workspace:*", "typescript": "catalog:" }, "repository": { |
