Skip to content

Add VM provider type exports and expand provider options#1033

Open
r33drichards wants to merge 2 commits intomainfrom
claude/export-provider-type-YQb6Y
Open

Add VM provider type exports and expand provider options#1033
r33drichards wants to merge 2 commits intomainfrom
claude/export-provider-type-YQb6Y

Conversation

@r33drichards
Copy link
Collaborator

Summary

This PR expands the VM provider type system by adding support for multiple virtualization providers and improving the public API exports for the computer library.

Key Changes

  • Extended VMProviderType enum with new provider options:

    • DOCKER - Docker container support
    • LUME - Lume provider
    • QEMU - QEMU virtualization
    • WINDOWS_SANDBOX - Windows Sandbox support
    • HOST - Host machine execution
    • Kept existing CLOUD provider
  • Improved public API exports:

    • Exported VMProviderType as ProviderType from the main index for easier consumption
    • Removed TODO comment about type exports (now resolved)
    • Maintained existing OSType export

Implementation Details

The enum now supports a broader range of virtualization and execution environments, allowing the computer library to work with different infrastructure backends beyond just cloud providers. The ProviderType alias in the main export makes the API more intuitive for consumers.

https://claude.ai/code/session_01EGfU1FHM3ed61HXiKeNar5

Add missing ProviderType export to the TypeScript computer SDK.
The VMProviderType enum is exported as ProviderType to match the
documented public API. Also adds missing enum values (DOCKER, LUME,
QEMU, WINDOWS_SANDBOX, HOST) that were referenced in documentation
but not defined in the TypeScript implementation.

https://claude.ai/code/session_01EGfU1FHM3ed61HXiKeNar5
@vercel
Copy link
Contributor

vercel bot commented Feb 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Feb 7, 2026 2:57am

Request Review

@coderabbitai
Copy link

coderabbitai bot commented Feb 7, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • rabbit

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch claude/export-provider-type-YQb6Y

Comment @coderabbitai help to get the list of available commands and usage tips.

@r33drichards
Copy link
Collaborator Author

#1032

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