Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/opencode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@ai-sdk/gateway": "2.0.30",
"@ai-sdk/google": "2.0.54",
"@ai-sdk/google-vertex": "3.0.106",
"@ai-sdk/groq": "2.0.34",
"@ai-sdk/groq": "3.0.35",
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: Major version incompatibility: @ai-sdk/groq@3.0.35 requires @ai-sdk/provider@3.0.8 and @ai-sdk/provider-utils@4.0.23, but this project is on @ai-sdk/provider@2.0.1 and @ai-sdk/provider-utils@3.0.21. This package belongs to a newer AI SDK ecosystem line and will cause incompatible provider interfaces at runtime. The ai-gateway-provider@2.3.1 optional dep on @ai-sdk/groq: ^2.0.33 also won't be satisfied. This should stay on the 2.x line until the rest of the AI SDK dependencies are upgraded together.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/opencode/package.json, line 71:

<comment>Major version incompatibility: `@ai-sdk/groq@3.0.35` requires `@ai-sdk/provider@3.0.8` and `@ai-sdk/provider-utils@4.0.23`, but this project is on `@ai-sdk/provider@2.0.1` and `@ai-sdk/provider-utils@3.0.21`. This package belongs to a newer AI SDK ecosystem line and will cause incompatible provider interfaces at runtime. The `ai-gateway-provider@2.3.1` optional dep on `@ai-sdk/groq: ^2.0.33` also won't be satisfied. This should stay on the 2.x line until the rest of the AI SDK dependencies are upgraded together.</comment>

<file context>
@@ -68,7 +68,7 @@
     "@ai-sdk/google": "2.0.54",
     "@ai-sdk/google-vertex": "3.0.106",
-    "@ai-sdk/groq": "2.0.34",
+    "@ai-sdk/groq": "3.0.35",
     "@ai-sdk/mistral": "2.0.27",
     "@ai-sdk/openai": "2.0.89",
</file context>
Suggested change
"@ai-sdk/groq": "3.0.35",
"@ai-sdk/groq": "2.0.34",
Fix with Cubic

"@ai-sdk/mistral": "2.0.27",
"@ai-sdk/openai": "2.0.89",
"@ai-sdk/openai-compatible": "1.0.32",
Expand Down
Loading