Patch Changes
-
#1051
b0482cbThanks @omeraplak! - fix: align sandbox package core dependency strategy with plugin best practices- Update
@voltagent/sandbox-daytonato use@voltagent/coreviapeerDependencies+devDependenciesinstead of runtimedependencies. - Raise
@voltagent/sandbox-daytonapeer minimum to^2.3.8to match runtime usage ofnormalizeCommandAndArgs. - Align
@voltagent/sandbox-e2bdevelopment dependency on@voltagent/coreto^2.3.8.
- Update
-
#1068
b95293bThanks @omeraplak! - feat: expose the underlying E2B SDK sandbox instance fromE2BSandbox.- Added a public
getSandbox()method that returns the originale2bSandboxinstance so provider-specific APIs (for examplefiles.read) can be used directly. - Added
E2BSandboxInstancetype export for the underlying SDK sandbox type.
- Added a public