Skip to content

Add support for multiple AI SDK providers#42

Merged
vtempest merged 1 commit into
masterfrom
claude/fix-build-errors-lpopfs
Jul 7, 2026
Merged

Add support for multiple AI SDK providers#42
vtempest merged 1 commit into
masterfrom
claude/fix-build-errors-lpopfs

Conversation

@vtempest

@vtempest vtempest commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

Expanded AI provider support by adding multiple new AI SDK integrations to the qwksearch-web application.

Key Changes

  • Added Amazon Bedrock provider (@ai-sdk/amazon-bedrock)
  • Added Anthropic provider (@ai-sdk/anthropic)
  • Added Google provider (@ai-sdk/google)
  • Added Google Vertex AI provider (@ai-sdk/google-vertex)
  • Added xAI provider (@ai-sdk/xai)

Details

This change extends the application's LLM capabilities by integrating five new AI providers alongside the existing Groq and OpenAI integrations. This allows users to choose from a broader range of AI models and services for their search queries.

https://claude.ai/code/session_01NcEapp6XwjkH3Znv5hduVv

vinext's standalone output step copies every runtime dependency the
server bundle leaves external (per dist/server/vinext-externals.json)
by resolving it from the app root. The bundled workspace packages
(agent-toolkit, write-language) import @ai-sdk/anthropic, google,
google-vertex, xai, and amazon-bedrock, but only those packages
declared them — under bun's isolated linker they are not resolvable
from apps/qwksearch-web, so the build failed with:

  Failed to resolve required runtime dependency "@ai-sdk/anthropic"
  for standalone output

Declare the five providers as direct dependencies of qwksearch-web,
using the same version ranges as the workspace packages.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NcEapp6XwjkH3Znv5hduVv
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
qwksearch dcfc85a Jul 07 2026, 11:03 PM

@vtempest vtempest merged commit ad089d1 into master Jul 7, 2026
1 of 3 checks passed
@vtempest vtempest deleted the claude/fix-build-errors-lpopfs branch July 7, 2026 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants