@vite-plugin-opencode-assistant/shared 1.0.48 → 1.0.49

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/types.d.ts CHANGED
@@ -81,6 +81,8 @@ export interface SplitModeOptions {
81
81
  shrinkPage?: boolean;
82
82
  /** 默认是否展开,默认 true */
83
83
  defaultOpen?: boolean;
84
+ /** 面板位置,默认 'right' */
85
+ position?: "left" | "right";
84
86
  }
85
87
  /**
86
88
  * OpenCode Vite 插件配置选项
package/lib/types.d.ts CHANGED
@@ -81,6 +81,8 @@ export interface SplitModeOptions {
81
81
  shrinkPage?: boolean;
82
82
  /** 默认是否展开,默认 true */
83
83
  defaultOpen?: boolean;
84
+ /** 面板位置,默认 'right' */
85
+ position?: "left" | "right";
84
86
  }
85
87
  /**
86
88
  * OpenCode Vite 插件配置选项
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vite-plugin-opencode-assistant/shared",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "type": "module",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",