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

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
@@ -362,6 +362,13 @@ export type OpenCodeWidgetEmits = {
362
362
  (e: "thinking-change", value: boolean): void;
363
363
  (e: "split-panel-width-change", value: number): void;
364
364
  };
365
+ export interface ModelInfo {
366
+ providerID: string;
367
+ modelID: string;
368
+ name?: string;
369
+ inputCost: number;
370
+ releaseDate: string;
371
+ }
365
372
  /**
366
373
  * Chrome MCP 预热错误类型
367
374
  */
package/lib/types.d.ts CHANGED
@@ -362,6 +362,13 @@ export type OpenCodeWidgetEmits = {
362
362
  (e: "thinking-change", value: boolean): void;
363
363
  (e: "split-panel-width-change", value: number): void;
364
364
  };
365
+ export interface ModelInfo {
366
+ providerID: string;
367
+ modelID: string;
368
+ name?: string;
369
+ inputCost: number;
370
+ releaseDate: string;
371
+ }
365
372
  /**
366
373
  * Chrome MCP 预热错误类型
367
374
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vite-plugin-opencode-assistant/shared",
3
- "version": "1.0.47",
3
+ "version": "1.0.48",
4
4
  "type": "module",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",