Skip to content

feat(provider): bundle @aihubmix/ai-sdk-provider in desktop app - #32412

Closed
xinrui-z wants to merge 1 commit into
anomalyco:devfrom
xinrui-z:feat/bundle-aihubmix-provider-v2
Closed

feat(provider): bundle @aihubmix/ai-sdk-provider in desktop app#32412
xinrui-z wants to merge 1 commit into
anomalyco:devfrom
xinrui-z:feat/bundle-aihubmix-provider-v2

Conversation

@xinrui-z

Copy link
Copy Markdown

Issue for this PR

Closes #

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Adds @aihubmix/ai-sdk-provider to BUNDLED_PROVIDERS.

In the desktop (Electron) build the provider throws ProviderInitError. The CLI works because the package is installed dynamically at runtime, but that install path fails in the Electron/Node build, so the package is never available to import. Pre-bundling it at build time fixes this, the same way @openrouter/ai-sdk-provider and venice-ai-sdk-provider are already handled in the same map.

This is a rebase of #20629 (closed by automated cleanup), re-applied on top of the current lazy-import BUNDLED_PROVIDERS structure and bumped to the latest published version (2.2.1).

How did you verify your code works?

  • bun typecheck passes in packages/opencode.
  • Built the desktop app and confirmed the aihubmix provider initializes without throwing ProviderInitError.

Screenshots / recordings

Not a UI change.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

Add @aihubmix/ai-sdk-provider to BUNDLED_PROVIDERS so the package is
pre-bundled in the desktop (Electron) build. Without this, the desktop
app falls back to dynamic npm install at runtime, which fails in the
Electron sandbox and throws ProviderInitError.
@github-actions

Copy link
Copy Markdown
Contributor

Automated PR Cleanup

Thank you for contributing to opencode.

Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions.

This PR was closed because it matched the following cleanup criteria:

  • The PR was created more than 1 month ago
  • The PR had fewer than 2 positive reactions
  • Positive reactions are counted as thumbs-up, heart, celebration, or rocket reactions on the PR

PRs created within the last month are not affected by this cleanup.

If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate.

Thanks again for taking the time to contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant