@vm0/cli 9.212.0 → 9.212.2

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.
@@ -80403,7 +80403,7 @@ if (DSN) {
80403
80403
  init2({
80404
80404
  dsn: DSN,
80405
80405
  environment: process.env.SENTRY_ENVIRONMENT ?? "production",
80406
- release: "9.212.0",
80406
+ release: "9.212.2",
80407
80407
  sendDefaultPii: false,
80408
80408
  tracesSampleRate: 0,
80409
80409
  shutdownTimeout: 500,
@@ -80422,7 +80422,7 @@ if (DSN) {
80422
80422
  }
80423
80423
  });
80424
80424
  setContext("cli", {
80425
- version: "9.212.0",
80425
+ version: "9.212.2",
80426
80426
  command: process.argv.slice(2).join(" ")
80427
80427
  });
80428
80428
  setContext("runtime", {
@@ -108645,7 +108645,8 @@ var zoom = {
108645
108645
  }
108646
108646
  };
108647
108647
 
108648
- // ../../packages/connectors/src/connectors.ts
108648
+ // ../../packages/connectors/src/connector-config.ts
108649
+ init_esm_shims();
108649
108650
  var CONNECTOR_AUTH_METHOD_IDS = [
108650
108651
  "oauth",
108651
108652
  "api-token",
@@ -108653,6 +108654,8 @@ var CONNECTOR_AUTH_METHOD_IDS = [
108653
108654
  "api"
108654
108655
  ];
108655
108656
  var connectorAuthMethodIdSchema = external_exports.enum(CONNECTOR_AUTH_METHOD_IDS);
108657
+
108658
+ // ../../packages/connectors/src/connectors.ts
108656
108659
  function defineConnectors(configs) {
108657
108660
  return configs;
108658
108661
  }
@@ -112487,6 +112490,26 @@ var VM0_MODEL_CREDIT_MULTIPLIER = Object.freeze({
112487
112490
  "gpt-5.4-mini": 0.3
112488
112491
  });
112489
112492
 
112493
+ // ../../packages/api-contracts/src/contracts/model-provider-types.ts
112494
+ init_esm_shims();
112495
+ var MODEL_PROVIDER_TYPE_IDS = [
112496
+ "claude-code-oauth-token",
112497
+ "anthropic-api-key",
112498
+ "openrouter-api-key",
112499
+ "moonshot-api-key",
112500
+ "minimax-api-key",
112501
+ "deepseek-api-key",
112502
+ "zai-api-key",
112503
+ "vercel-ai-gateway",
112504
+ "openrouter-codex",
112505
+ "vercel-ai-gateway-codex",
112506
+ "openai-api-key",
112507
+ "codex-oauth-token",
112508
+ "azure-foundry",
112509
+ "aws-bedrock",
112510
+ "vm0"
112511
+ ];
112512
+
112490
112513
  // ../../packages/api-contracts/src/contracts/model-provider-firewalls.ts
112491
112514
  init_esm_shims();
112492
112515
  var MODEL_PROVIDER_ENV_PLACEHOLDERS = {
@@ -113199,23 +113222,7 @@ function getSelectableProviderTypes() {
113199
113222
  }
113200
113223
  );
113201
113224
  }
113202
- var modelProviderTypeSchema = external_exports.enum([
113203
- "claude-code-oauth-token",
113204
- "anthropic-api-key",
113205
- "openrouter-api-key",
113206
- "moonshot-api-key",
113207
- "minimax-api-key",
113208
- "deepseek-api-key",
113209
- "zai-api-key",
113210
- "vercel-ai-gateway",
113211
- "openrouter-codex",
113212
- "vercel-ai-gateway-codex",
113213
- "openai-api-key",
113214
- "codex-oauth-token",
113215
- "azure-foundry",
113216
- "aws-bedrock",
113217
- "vm0"
113218
- ]);
113225
+ var modelProviderTypeSchema = external_exports.enum(MODEL_PROVIDER_TYPE_IDS);
113219
113226
  var modelProviderFrameworkSchema = external_exports.enum(["claude-code", "codex"]);
113220
113227
  function hasAuthMethods(type) {
113221
113228
  const config4 = MODEL_PROVIDER_TYPES[type];
@@ -139824,4 +139831,4 @@ undici/lib/web/fetch/body.js:
139824
139831
  undici/lib/web/websocket/frame.js:
139825
139832
  (*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
139826
139833
  */
139827
- //# sourceMappingURL=chunk-R6DK5A3B.js.map
139834
+ //# sourceMappingURL=chunk-N7MVGKOK.js.map