vite-plugin-opencode-assistant 1.1.13 → 1.1.15

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/es/index.mjs CHANGED
@@ -200,7 +200,8 @@ function createOpenCodePlugin(options = {}) {
200
200
  splitMode: config.splitMode,
201
201
  serviceInstanceId,
202
202
  webPort: actualWebPort,
203
- projectRoot
203
+ projectRoot,
204
+ verbose: config.verbose
204
205
  });
205
206
  timer.end();
206
207
  return html.replace("</body>", `${widget}</body>`);