@mastra/daytona 0.9.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -104,12 +104,12 @@ export interface DaytonaSandboxOptions extends Omit<MastraSandboxOptions, 'proce
104
104
  /**
105
105
  * Computer-use (desktop) capability configuration.
106
106
  *
107
- * When enabled (the default), the sandbox exposes the `computer` capability
108
- * and workspaces emit the `mastra_workspace_computer_*` tools. The desktop
109
- * processes (Xvfb, xfce4, x11vnc, noVNC) are started lazily on the first
110
- * computer operation.
107
+ * Set to `true` or provide an options object to expose the `computer`
108
+ * capability and emit the `mastra_workspace_computer_*` workspace tools.
109
+ * The desktop processes (Xvfb, xfce4, x11vnc, noVNC) are started lazily on
110
+ * the first computer operation.
111
111
  *
112
- * Set to `false` to disable the capability entirely.
112
+ * @default false
113
113
  */
114
114
  computerUse?: boolean | {
115
115
  /**
@@ -182,9 +182,9 @@ export declare class DaytonaSandbox extends MastraSandbox {
182
182
  * Computer-use (desktop) capability: screenshot, mouse, and keyboard control
183
183
  * of the sandbox's desktop environment via Daytona's computer use API.
184
184
  *
185
- * `undefined` when the sandbox was constructed with `computerUse: false`.
186
- * Desktop processes are started lazily on the first operation (unless
187
- * `computerUse.autoStart` is `false`).
185
+ * Available when the sandbox is constructed with `computerUse: true` or an
186
+ * options object. Desktop processes are started lazily on the first operation
187
+ * unless `computerUse.autoStart` is `false`.
188
188
  */
189
189
  readonly computer?: SandboxComputer;
190
190
  status: ProviderStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/daytona",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Daytona cloud sandbox provider for Mastra workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -31,11 +31,11 @@
31
31
  "tsdown": "0.22.9",
32
32
  "typescript": "^6.0.3",
33
33
  "vitest": "4.1.10",
34
- "@internal/lint": "0.0.126",
35
- "@internal/workspace-test-utils": "0.0.70",
36
- "@internal/types-builder": "0.0.101",
34
+ "@internal/lint": "0.0.128",
35
+ "@internal/types-builder": "0.0.103",
36
+ "@internal/workspace-test-utils": "0.0.72",
37
+ "@mastra/core": "1.63.1",
37
38
  "@mastra/gcs": "0.3.2",
38
- "@mastra/core": "1.62.0",
39
39
  "@mastra/s3": "0.6.1"
40
40
  },
41
41
  "peerDependencies": {