opencode-drive 0.1.10 → 0.2.0

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.10",
4
+ "version": "0.2.0",
5
5
  "description": "Drive real and simulated OpenCode instances",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -102,7 +102,7 @@ export async function launchInstance(options: LaunchOptions) {
102
102
  OPENCODE_CONFIG_DIR: join(files, ".opencode"),
103
103
  OPENCODE_DB: ":memory:",
104
104
  OPENCODE_LOG_LEVEL: !options.visible
105
- ? "INFO"
105
+ ? "DEBUG"
106
106
  : process.env.OPENCODE_LOG_LEVEL,
107
107
  OPENCODE_TEST_HOME: artifacts,
108
108
  XDG_CACHE_HOME: join(artifacts, "home", ".cache"),