@serviceme/devtools-shared 2.0.4 → 2.0.6

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/dist/index.d.mts CHANGED
@@ -228,7 +228,7 @@ export interface ProviderModel {
228
228
  * for text-only models and self-hosted gateways where inline
229
229
  * base64 is undesirable.
230
230
  */
231
- export type ProviderVisionMode = "native" | "mcp";
231
+ export type ProviderVisionMode = "native" | "mcp" | "proxy";
232
232
  /**
233
233
  * Persisted provider configuration. `apiKeyRef` is the SecretStorage
234
234
  * key; the actual key never appears in this object after creation
package/dist/index.d.ts CHANGED
@@ -228,7 +228,7 @@ export interface ProviderModel {
228
228
  * for text-only models and self-hosted gateways where inline
229
229
  * base64 is undesirable.
230
230
  */
231
- export type ProviderVisionMode = "native" | "mcp";
231
+ export type ProviderVisionMode = "native" | "mcp" | "proxy";
232
232
  /**
233
233
  * Persisted provider configuration. `apiKeyRef` is the SecretStorage
234
234
  * key; the actual key never appears in this object after creation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serviceme/devtools-shared",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "description": "Shared webview↔extension message contracts and cross-package data models used by SERVICEME.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "repository": {