Skip to content

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

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

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

Conversation

@xinrui-z

@xinrui-z xinrui-z commented Apr 2, 2026

Copy link
Copy Markdown

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.

Issue for this PR

Closes #

Type of change

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

What does this PR do?

When using the aihubmix provider in the desktop (Electron) app, it throws
ProviderInitError. The terminal/CLI works fine because Node.js can
dynamically install npm packages at runtime via Npm.add(). However, in
the Electron sandbox, dynamic npm installation fails at runtime.

This PR adds @aihubmix/ai-sdk-provider to BUNDLED_PROVIDERS, following
the same pattern as other third-party providers like @openrouter/ai-sdk-provider
and venice-ai-sdk-provider, so the package is pre-bundled at build time.

How did you verify your code works?

Built the desktop app locally (packages/desktop-electron) and confirmed
that the aihubmix provider initializes successfully without throwing
ProviderInitError.

Screenshots / recordings

If this is a UI change, please include a screenshot or recording.

Checklist

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

If you do not follow this template your PR will be automatically rejected.

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.
@rekram1-node

Copy link
Copy Markdown
Collaborator

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.

2 participants