Skip to content
Open
Show file tree
Hide file tree
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
79 changes: 79 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5.6.3"
},
"dependencies": {
"@ai-sdk/deepseek": "^2.0.20"
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Feb 26, 2026

Choose a reason for hiding this comment

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

P2: @ai-sdk/deepseek is only added to the root package.json even though the import lives in packages/openai-adapters. That package doesn’t declare @ai-sdk/deepseek, so its build/publish will miss a required dependency. Move/add the dependency to packages/openai-adapters/package.json (or declare it there as well).

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

<comment>@ai-sdk/deepseek is only added to the root package.json even though the import lives in packages/openai-adapters. That package doesn’t declare @ai-sdk/deepseek, so its build/publish will miss a required dependency. Move/add the dependency to packages/openai-adapters/package.json (or declare it there as well).</comment>

<file context>
@@ -23,5 +23,8 @@
     "typescript": "^5.6.3"
+  },
+  "dependencies": {
+    "@ai-sdk/deepseek": "^2.0.20"
   }
 }
</file context>
Fix with Cubic

}
}
Loading
Loading