opencode-drive 0.1.9 → 0.1.10

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "opencode-drive",
4
- "version": "0.1.9",
4
+ "version": "0.1.10",
5
5
  "description": "Drive real and simulated OpenCode instances",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -98,6 +98,7 @@ export async function launchInstance(options: LaunchOptions) {
98
98
  DRIVE_REGISTRY_DIR: drive,
99
99
  OPENCODE_DRIVE: options.name,
100
100
  OPENCODE_DRIVE_RENDERER: options.visible ? "visible" : "headless",
101
+ OPENCODE_DRIVE_MEDIA_DIR: media,
101
102
  OPENCODE_CONFIG_DIR: join(files, ".opencode"),
102
103
  OPENCODE_DB: ":memory:",
103
104
  OPENCODE_LOG_LEVEL: !options.visible