@vm0/cli 9.149.2 → 9.150.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.
@@ -74083,7 +74083,7 @@ if (DSN) {
74083
74083
  init2({
74084
74084
  dsn: DSN,
74085
74085
  environment: process.env.SENTRY_ENVIRONMENT ?? "production",
74086
- release: "9.149.2",
74086
+ release: "9.150.2",
74087
74087
  sendDefaultPii: false,
74088
74088
  tracesSampleRate: 0,
74089
74089
  shutdownTimeout: 500,
@@ -74102,7 +74102,7 @@ if (DSN) {
74102
74102
  }
74103
74103
  });
74104
74104
  setContext("cli", {
74105
- version: "9.149.2",
74105
+ version: "9.150.2",
74106
74106
  command: process.argv.slice(2).join(" ")
74107
74107
  });
74108
74108
  setContext("runtime", {
@@ -95559,9 +95559,7 @@ var SUPPORTED_RUN_MODELS = [
95559
95559
  "glm-5.1",
95560
95560
  "gpt-5.5",
95561
95561
  "gpt-5.4",
95562
- "gpt-5.4-mini",
95563
- "gpt-5.3-codex",
95564
- "gpt-5.2"
95562
+ "gpt-5.4-mini"
95565
95563
  ];
95566
95564
  var supportedRunModelSchema = external_exports.enum(SUPPORTED_RUN_MODELS);
95567
95565
  var modelProviderCredentialScopeSchema = external_exports.enum(["org", "member"]);
@@ -95621,14 +95619,6 @@ var VM0_MODEL_TO_PROVIDER = {
95621
95619
  "gpt-5.4-mini": {
95622
95620
  concreteType: "openai-api-key",
95623
95621
  vendor: "openai"
95624
- },
95625
- "gpt-5.3-codex": {
95626
- concreteType: "openai-api-key",
95627
- vendor: "openai"
95628
- },
95629
- "gpt-5.2": {
95630
- concreteType: "openai-api-key",
95631
- vendor: "openai"
95632
95622
  }
95633
95623
  };
95634
95624
  var MODEL_PROVIDER_TYPES = {
@@ -95819,13 +95809,7 @@ var MODEL_PROVIDER_TYPES = {
95819
95809
  OPENAI_API_KEY: "$secret",
95820
95810
  OPENAI_MODEL: "$model"
95821
95811
  },
95822
- models: [
95823
- "gpt-5.5",
95824
- "gpt-5.4",
95825
- "gpt-5.4-mini",
95826
- "gpt-5.3-codex",
95827
- "gpt-5.2"
95828
- ],
95812
+ models: ["gpt-5.5", "gpt-5.4", "gpt-5.4-mini"],
95829
95813
  defaultModel: "gpt-5.5"
95830
95814
  },
95831
95815
  "codex-oauth-token": {
@@ -95918,13 +95902,7 @@ var MODEL_PROVIDER_TYPES = {
95918
95902
  CHATGPT_ACCOUNT_ID: "$secrets.CHATGPT_ACCOUNT_ID",
95919
95903
  OPENAI_MODEL: "$model"
95920
95904
  },
95921
- models: [
95922
- "gpt-5.5",
95923
- "gpt-5.4",
95924
- "gpt-5.4-mini",
95925
- "gpt-5.3-codex",
95926
- "gpt-5.2"
95927
- ],
95905
+ models: ["gpt-5.5", "gpt-5.4", "gpt-5.4-mini"],
95928
95906
  defaultModel: "gpt-5.5"
95929
95907
  },
95930
95908
  "azure-foundry": {
@@ -102846,6 +102824,219 @@ var wandb = {
102846
102824
  }
102847
102825
  };
102848
102826
 
102827
+ // ../../packages/connectors/src/connectors/altium-365.ts
102828
+ init_esm_shims();
102829
+ var altium365 = {
102830
+ "altium-365": {
102831
+ label: "Altium 365",
102832
+ category: "engineering-team-execution",
102833
+ tags: ["pcb", "eda", "requirements", "altium", "systems-portal"],
102834
+ environmentMapping: {
102835
+ ALTIUM365_TOKEN: "$secrets.ALTIUM365_TOKEN",
102836
+ ALTIUM365_WORKSPACE_URL: "$vars.ALTIUM365_WORKSPACE_URL"
102837
+ },
102838
+ helpText: "Connect your Altium 365 Requirements & Systems Portal workspace to manage projects, requirements, components, traces, and verification tests",
102839
+ authMethods: {
102840
+ "api-token": {
102841
+ label: "API Key",
102842
+ helpText: "1. Sign in to your Altium 365 workspace (e.g. `https://<workspace>.365.altium.com`)\n2. Open **Settings \u2192 User Tokens** and click **Generate**\n3. Copy the generated token \u2014 it is shown only once and expires three months from creation\n4. Paste the token and your full workspace URL (including `https://`) below",
102843
+ secrets: {
102844
+ ALTIUM365_TOKEN: {
102845
+ label: "User Token",
102846
+ required: true,
102847
+ placeholder: "your-altium-365-user-token"
102848
+ },
102849
+ ALTIUM365_WORKSPACE_URL: {
102850
+ label: "Workspace URL",
102851
+ required: true,
102852
+ type: "variable",
102853
+ placeholder: "https://your-workspace.365.altium.com"
102854
+ }
102855
+ }
102856
+ }
102857
+ },
102858
+ defaultAuthMethod: "api-token"
102859
+ }
102860
+ };
102861
+
102862
+ // ../../packages/connectors/src/connectors/browserstack.ts
102863
+ init_esm_shims();
102864
+ var browserstack = {
102865
+ browserstack: {
102866
+ label: "BrowserStack",
102867
+ category: "engineering-team-execution",
102868
+ tags: ["testing", "selenium", "appium", "cross-browser", "qa", "automate"],
102869
+ environmentMapping: {
102870
+ BROWSERSTACK_USERNAME: "$secrets.BROWSERSTACK_USERNAME",
102871
+ BROWSERSTACK_ACCESS_KEY: "$secrets.BROWSERSTACK_ACCESS_KEY"
102872
+ },
102873
+ helpText: "Connect your BrowserStack account to run Selenium / Appium tests, query builds and sessions, capture cross-browser screenshots, and upload mobile apps",
102874
+ authMethods: {
102875
+ "api-token": {
102876
+ label: "API Key",
102877
+ helpText: "1. Sign in to [BrowserStack](https://www.browserstack.com) and open **Account Settings**\n2. Copy your **Username** and **Access Key** from the **Authentication & Security** section\n3. Paste both values below \u2014 these credentials work across Live, Automate, App Live, and App Automate",
102878
+ secrets: {
102879
+ BROWSERSTACK_USERNAME: {
102880
+ label: "Username",
102881
+ required: true,
102882
+ placeholder: "your-bstack-username"
102883
+ },
102884
+ BROWSERSTACK_ACCESS_KEY: {
102885
+ label: "Access Key",
102886
+ required: true,
102887
+ placeholder: "your-bstack-access-key"
102888
+ }
102889
+ }
102890
+ }
102891
+ },
102892
+ defaultAuthMethod: "api-token"
102893
+ }
102894
+ };
102895
+
102896
+ // ../../packages/connectors/src/connectors/sendgrid.ts
102897
+ init_esm_shims();
102898
+ var sendgrid = {
102899
+ sendgrid: {
102900
+ label: "SendGrid",
102901
+ category: "marketing-content-growth",
102902
+ tags: ["email", "transactional", "marketing", "twilio"],
102903
+ environmentMapping: {
102904
+ SENDGRID_TOKEN: "$secrets.SENDGRID_TOKEN"
102905
+ },
102906
+ helpText: "Connect your Twilio SendGrid account to send transactional and marketing email, manage templates, contacts, and suppressions",
102907
+ authMethods: {
102908
+ "api-token": {
102909
+ label: "API Key",
102910
+ helpText: "1. Log in to [SendGrid](https://app.sendgrid.com) and open **Settings > API Keys**\n2. Click **Create API Key**, name it (e.g. `vm0`), and pick **Full Access** or a scoped permission set covering Mail Send, Templates, and Suppressions\n3. Click **Create & View** and copy the API key \u2014 it is shown only once\n4. Paste the key below (starts with `SG.`)",
102911
+ secrets: {
102912
+ SENDGRID_TOKEN: {
102913
+ label: "API Key",
102914
+ required: true,
102915
+ placeholder: "SG.xxxxxxxxxxxxxxxxxxxxxx"
102916
+ }
102917
+ }
102918
+ }
102919
+ },
102920
+ defaultAuthMethod: "api-token"
102921
+ }
102922
+ };
102923
+
102924
+ // ../../packages/connectors/src/connectors/servicenow.ts
102925
+ init_esm_shims();
102926
+ var servicenow = {
102927
+ servicenow: {
102928
+ label: "ServiceNow",
102929
+ category: "engineering-team-execution",
102930
+ tags: ["itsm", "incident", "change-request", "cmdb", "now-platform"],
102931
+ environmentMapping: {
102932
+ SERVICENOW_USERNAME: "$secrets.SERVICENOW_USERNAME",
102933
+ SERVICENOW_PASSWORD: "$secrets.SERVICENOW_PASSWORD",
102934
+ SERVICENOW_INSTANCE: "$vars.SERVICENOW_INSTANCE"
102935
+ },
102936
+ helpText: "Connect your ServiceNow instance to query and update incidents, change requests, the CMDB, and any other table via the Table API",
102937
+ authMethods: {
102938
+ "api-token": {
102939
+ label: "API Key",
102940
+ helpText: "1. In ServiceNow, create (or pick) a dedicated service user with the roles the integration needs \u2014 `itil` for incident/change, `cmdb_read` for CMDB, etc.\n2. Set a password on that user under **User Administration \u2192 Users**\n3. Enter the username, password, and your ServiceNow instance subdomain \u2014 the prefix of `https://<subdomain>.service-now.com`",
102941
+ secrets: {
102942
+ SERVICENOW_USERNAME: {
102943
+ label: "Username",
102944
+ required: true,
102945
+ placeholder: "service-account-user"
102946
+ },
102947
+ SERVICENOW_PASSWORD: {
102948
+ label: "Password",
102949
+ required: true,
102950
+ placeholder: "service-account-password"
102951
+ },
102952
+ SERVICENOW_INSTANCE: {
102953
+ label: "Instance",
102954
+ required: true,
102955
+ type: "variable",
102956
+ placeholder: "your-subdomain"
102957
+ }
102958
+ }
102959
+ }
102960
+ },
102961
+ defaultAuthMethod: "api-token"
102962
+ }
102963
+ };
102964
+
102965
+ // ../../packages/connectors/src/connectors/testrail.ts
102966
+ init_esm_shims();
102967
+ var testrail = {
102968
+ testrail: {
102969
+ label: "TestRail",
102970
+ category: "engineering-team-execution",
102971
+ tags: ["qa", "testing", "test-cases", "test-management", "gurock"],
102972
+ environmentMapping: {
102973
+ TESTRAIL_EMAIL: "$secrets.TESTRAIL_EMAIL",
102974
+ TESTRAIL_TOKEN: "$secrets.TESTRAIL_TOKEN",
102975
+ TESTRAIL_INSTANCE: "$vars.TESTRAIL_INSTANCE"
102976
+ },
102977
+ helpText: "Connect your TestRail account to manage test cases, runs, and results across projects",
102978
+ authMethods: {
102979
+ "api-token": {
102980
+ label: "API Key",
102981
+ helpText: "1. In TestRail, open **My Settings** (top-right user menu) \u2192 **API Keys**\n2. Click **Add Key**, name it (e.g. `vm0`), copy the generated key\n3. Enter the email you log in with, the generated API key, and your TestRail instance subdomain \u2014 the prefix of `https://<subdomain>.testrail.io`\n4. If your team self-hosts TestRail Server, set `TESTRAIL_INSTANCE` to the full host (e.g. `tests.example.com`) \u2014 the firewall accepts both forms",
102982
+ secrets: {
102983
+ TESTRAIL_EMAIL: {
102984
+ label: "Email",
102985
+ required: true,
102986
+ placeholder: "you@example.com"
102987
+ },
102988
+ TESTRAIL_TOKEN: {
102989
+ label: "API Key",
102990
+ required: true,
102991
+ placeholder: "your-testrail-api-key"
102992
+ },
102993
+ TESTRAIL_INSTANCE: {
102994
+ label: "Instance",
102995
+ required: true,
102996
+ type: "variable",
102997
+ placeholder: "your-subdomain"
102998
+ }
102999
+ }
103000
+ }
103001
+ },
103002
+ defaultAuthMethod: "api-token"
103003
+ }
103004
+ };
103005
+
103006
+ // ../../packages/connectors/src/connectors/twilio.ts
103007
+ init_esm_shims();
103008
+ var twilio = {
103009
+ twilio: {
103010
+ label: "Twilio",
103011
+ category: "communication-collaboration",
103012
+ tags: ["sms", "voice", "whatsapp", "verify", "lookup", "messaging"],
103013
+ environmentMapping: {
103014
+ TWILIO_ACCOUNT_SID: "$secrets.TWILIO_ACCOUNT_SID",
103015
+ TWILIO_AUTH_TOKEN: "$secrets.TWILIO_AUTH_TOKEN"
103016
+ },
103017
+ helpText: "Connect your Twilio account to send SMS / WhatsApp / MMS, place voice calls, look up phone numbers, and run Verify OTP flows",
103018
+ authMethods: {
103019
+ "api-token": {
103020
+ label: "API Key",
103021
+ helpText: "1. Open the [Twilio Console](https://console.twilio.com) \u2014 your **Account SID** is shown on the dashboard\n2. Click **View** next to **Auth Token** to reveal the live auth token\n3. Copy both values and paste them below \u2014 the SID always starts with `AC`",
103022
+ secrets: {
103023
+ TWILIO_ACCOUNT_SID: {
103024
+ label: "Account SID",
103025
+ required: true,
103026
+ placeholder: "ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
103027
+ },
103028
+ TWILIO_AUTH_TOKEN: {
103029
+ label: "Auth Token",
103030
+ required: true,
103031
+ placeholder: "32-char hex token"
103032
+ }
103033
+ }
103034
+ }
103035
+ },
103036
+ defaultAuthMethod: "api-token"
103037
+ }
103038
+ };
103039
+
102849
103040
  // ../../packages/connectors/src/connectors.ts
102850
103041
  var CONNECTOR_TYPES_DEF = {
102851
103042
  ...axiom,
@@ -103027,7 +103218,13 @@ var CONNECTOR_TYPES_DEF = {
103027
103218
  ...gumroad,
103028
103219
  ...langfuse,
103029
103220
  ...n8n,
103030
- ...wandb
103221
+ ...wandb,
103222
+ ...altium365,
103223
+ ...browserstack,
103224
+ ...sendgrid,
103225
+ ...servicenow,
103226
+ ...testrail,
103227
+ ...twilio
103031
103228
  };
103032
103229
  var CONNECTOR_TYPES = CONNECTOR_TYPES_DEF;
103033
103230
  var connectorTypeSchema = external_exports.enum(
@@ -106743,7 +106940,9 @@ async function generateWebImage(options) {
106743
106940
  ...options.size ? { size: options.size } : {},
106744
106941
  ...options.quality ? { quality: options.quality } : {},
106745
106942
  ...options.background ? { background: options.background } : {},
106746
- ...options.outputFormat ? { outputFormat: options.outputFormat } : {}
106943
+ ...options.outputFormat ? { outputFormat: options.outputFormat } : {},
106944
+ ...options.outputCompression !== void 0 ? { outputCompression: options.outputCompression } : {},
106945
+ ...options.moderation ? { moderation: options.moderation } : {}
106747
106946
  })
106748
106947
  }
106749
106948
  );
@@ -119881,6 +120080,199 @@ var zoomFirewall = {
119881
120080
  ]
119882
120081
  };
119883
120082
 
120083
+ // ../../packages/connectors/src/firewalls/altium-365.generated.ts
120084
+ init_esm_shims();
120085
+ var altium365Firewall = {
120086
+ name: "altium-365",
120087
+ description: "Altium 365 Requirements & Systems Portal REST API",
120088
+ placeholders: {
120089
+ ALTIUM365_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafe"
120090
+ },
120091
+ apis: [
120092
+ {
120093
+ base: "${{ vars.ALTIUM365_WORKSPACE_URL }}",
120094
+ auth: {
120095
+ headers: {
120096
+ Authorization: "Bearer ${{ secrets.ALTIUM365_TOKEN }}"
120097
+ }
120098
+ },
120099
+ permissions: []
120100
+ }
120101
+ ]
120102
+ };
120103
+
120104
+ // ../../packages/connectors/src/firewalls/browserstack.generated.ts
120105
+ init_esm_shims();
120106
+ var browserstackFirewall = {
120107
+ name: "browserstack",
120108
+ description: "BrowserStack cross-browser and device testing API",
120109
+ placeholders: {
120110
+ BROWSERSTACK_USERNAME: "CoffeeSafeLocalCoffe",
120111
+ BROWSERSTACK_ACCESS_KEY: "CoffeeSafeLocalCoffeeSa"
120112
+ },
120113
+ apis: [
120114
+ {
120115
+ base: "https://api.browserstack.com",
120116
+ auth: {
120117
+ headers: {
120118
+ Authorization: "${{ basic(secrets.BROWSERSTACK_USERNAME, secrets.BROWSERSTACK_ACCESS_KEY) }}"
120119
+ }
120120
+ },
120121
+ permissions: []
120122
+ },
120123
+ {
120124
+ base: "https://api-cloud.browserstack.com",
120125
+ auth: {
120126
+ headers: {
120127
+ Authorization: "${{ basic(secrets.BROWSERSTACK_USERNAME, secrets.BROWSERSTACK_ACCESS_KEY) }}"
120128
+ }
120129
+ },
120130
+ permissions: []
120131
+ },
120132
+ {
120133
+ base: "https://www.browserstack.com",
120134
+ auth: {
120135
+ headers: {
120136
+ Authorization: "${{ basic(secrets.BROWSERSTACK_USERNAME, secrets.BROWSERSTACK_ACCESS_KEY) }}"
120137
+ }
120138
+ },
120139
+ permissions: []
120140
+ }
120141
+ ]
120142
+ };
120143
+
120144
+ // ../../packages/connectors/src/firewalls/sendgrid.generated.ts
120145
+ init_esm_shims();
120146
+ var sendgridFirewall = {
120147
+ name: "sendgrid",
120148
+ description: "Twilio SendGrid email API",
120149
+ placeholders: {
120150
+ SENDGRID_TOKEN: "SG.CoffeeSafeLocalCoffeeS.CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLoca"
120151
+ },
120152
+ apis: [
120153
+ {
120154
+ base: "https://api.sendgrid.com",
120155
+ auth: {
120156
+ headers: {
120157
+ Authorization: "Bearer ${{ secrets.SENDGRID_TOKEN }}"
120158
+ }
120159
+ },
120160
+ permissions: []
120161
+ }
120162
+ ]
120163
+ };
120164
+
120165
+ // ../../packages/connectors/src/firewalls/servicenow.generated.ts
120166
+ init_esm_shims();
120167
+ var servicenowFirewall = {
120168
+ name: "servicenow",
120169
+ description: "ServiceNow Now Platform Table and Aggregate API",
120170
+ placeholders: {
120171
+ SERVICENOW_USERNAME: "coffee.safe.local",
120172
+ SERVICENOW_PASSWORD: "CoffeeSafeLocalCoffeeSafe"
120173
+ },
120174
+ apis: [
120175
+ {
120176
+ base: "https://${{ vars.SERVICENOW_INSTANCE }}.service-now.com",
120177
+ auth: {
120178
+ headers: {
120179
+ Authorization: "${{ basic(secrets.SERVICENOW_USERNAME, secrets.SERVICENOW_PASSWORD) }}"
120180
+ }
120181
+ },
120182
+ permissions: []
120183
+ }
120184
+ ]
120185
+ };
120186
+
120187
+ // ../../packages/connectors/src/firewalls/testrail.generated.ts
120188
+ init_esm_shims();
120189
+ var testrailFirewall = {
120190
+ name: "testrail",
120191
+ description: "TestRail QA test case management API",
120192
+ placeholders: {
120193
+ TESTRAIL_EMAIL: "coffee@safe-local.example.com",
120194
+ TESTRAIL_TOKEN: "CoffeeSafeLocalCoffeeSafeLocal"
120195
+ },
120196
+ apis: [
120197
+ {
120198
+ base: "https://${{ vars.TESTRAIL_INSTANCE }}.testrail.io",
120199
+ auth: {
120200
+ headers: {
120201
+ Authorization: "${{ basic(secrets.TESTRAIL_EMAIL, secrets.TESTRAIL_TOKEN) }}"
120202
+ }
120203
+ },
120204
+ permissions: []
120205
+ }
120206
+ ]
120207
+ };
120208
+
120209
+ // ../../packages/connectors/src/firewalls/twilio.generated.ts
120210
+ init_esm_shims();
120211
+ var twilioFirewall = {
120212
+ name: "twilio",
120213
+ description: "Twilio messaging, voice, and verification API",
120214
+ placeholders: {
120215
+ TWILIO_ACCOUNT_SID: "ACCoffeeSafeLocalCoffeeSafeLocalCo",
120216
+ TWILIO_AUTH_TOKEN: "c0ffee5afe10ca1c0ffee5afe10ca1c0"
120217
+ },
120218
+ apis: [
120219
+ {
120220
+ base: "https://api.twilio.com",
120221
+ auth: {
120222
+ headers: {
120223
+ Authorization: "${{ basic(secrets.TWILIO_ACCOUNT_SID, secrets.TWILIO_AUTH_TOKEN) }}"
120224
+ }
120225
+ },
120226
+ permissions: []
120227
+ },
120228
+ {
120229
+ base: "https://verify.twilio.com",
120230
+ auth: {
120231
+ headers: {
120232
+ Authorization: "${{ basic(secrets.TWILIO_ACCOUNT_SID, secrets.TWILIO_AUTH_TOKEN) }}"
120233
+ }
120234
+ },
120235
+ permissions: []
120236
+ },
120237
+ {
120238
+ base: "https://lookups.twilio.com",
120239
+ auth: {
120240
+ headers: {
120241
+ Authorization: "${{ basic(secrets.TWILIO_ACCOUNT_SID, secrets.TWILIO_AUTH_TOKEN) }}"
120242
+ }
120243
+ },
120244
+ permissions: []
120245
+ },
120246
+ {
120247
+ base: "https://messaging.twilio.com",
120248
+ auth: {
120249
+ headers: {
120250
+ Authorization: "${{ basic(secrets.TWILIO_ACCOUNT_SID, secrets.TWILIO_AUTH_TOKEN) }}"
120251
+ }
120252
+ },
120253
+ permissions: []
120254
+ },
120255
+ {
120256
+ base: "https://studio.twilio.com",
120257
+ auth: {
120258
+ headers: {
120259
+ Authorization: "${{ basic(secrets.TWILIO_ACCOUNT_SID, secrets.TWILIO_AUTH_TOKEN) }}"
120260
+ }
120261
+ },
120262
+ permissions: []
120263
+ },
120264
+ {
120265
+ base: "https://serverless.twilio.com",
120266
+ auth: {
120267
+ headers: {
120268
+ Authorization: "${{ basic(secrets.TWILIO_ACCOUNT_SID, secrets.TWILIO_AUTH_TOKEN) }}"
120269
+ }
120270
+ },
120271
+ permissions: []
120272
+ }
120273
+ ]
120274
+ };
120275
+
119884
120276
  // ../../packages/connectors/src/firewalls/index.ts
119885
120277
  var CONNECTOR_FIREWALLS = {
119886
120278
  agentmail: agentmailFirewall,
@@ -120057,7 +120449,13 @@ var CONNECTOR_FIREWALLS = {
120057
120449
  zendesk: zendeskFirewall,
120058
120450
  zep: zepFirewall,
120059
120451
  zeptomail: zeptomailFirewall,
120060
- zoom: zoomFirewall
120452
+ zoom: zoomFirewall,
120453
+ "altium-365": altium365Firewall,
120454
+ browserstack: browserstackFirewall,
120455
+ sendgrid: sendgridFirewall,
120456
+ servicenow: servicenowFirewall,
120457
+ testrail: testrailFirewall,
120458
+ twilio: twilioFirewall
120061
120459
  };
120062
120460
  function expandPlaceholders(firewall, connectorType) {
120063
120461
  if (!firewall.placeholders) return firewall;
@@ -123296,7 +123694,9 @@ var zeroImageIoGenerateRequestSchema = external_exports.object({
123296
123694
  size: external_exports.unknown().optional(),
123297
123695
  quality: external_exports.unknown().optional(),
123298
123696
  background: external_exports.unknown().optional(),
123299
- outputFormat: external_exports.unknown().optional()
123697
+ outputFormat: external_exports.unknown().optional(),
123698
+ outputCompression: external_exports.unknown().optional(),
123699
+ moderation: external_exports.unknown().optional()
123300
123700
  }).passthrough();
123301
123701
  var zeroImageIoUsageSchema = external_exports.object({
123302
123702
  textInputTokens: external_exports.number(),
@@ -123316,6 +123716,8 @@ var zeroImageIoGenerateResponseSchema = external_exports.object({
123316
123716
  quality: external_exports.string(),
123317
123717
  background: external_exports.string(),
123318
123718
  outputFormat: external_exports.string(),
123719
+ outputCompression: external_exports.number().optional(),
123720
+ moderation: external_exports.string().optional(),
123319
123721
  revisedPrompt: external_exports.string().optional(),
123320
123722
  usage: zeroImageIoUsageSchema
123321
123723
  });
@@ -124603,8 +125005,7 @@ var FEATURE_SWITCHES = {
124603
125005
  ["chatThreadPin" /* ChatThreadPin */]: {
124604
125006
  maintainer: "ethan@vm0.ai",
124605
125007
  description: "Replace the sidebar's per-thread trash button with a kebab/pin menu that exposes Pin/Unpin and Delete. Pinned threads sort to the top of the agent's chat list. Mobile shows the menu trigger always; desktop shows it on hover.",
124606
- enabled: false,
124607
- enabledOrgIdHashes: STAFF_ORG_ID_HASHES
125008
+ enabled: true
124608
125009
  },
124609
125010
  ["chatThreadRename" /* ChatThreadRename */]: {
124610
125011
  maintainer: "ethan@vm0.ai",
@@ -126215,4 +126616,4 @@ undici/lib/web/fetch/body.js:
126215
126616
  undici/lib/web/websocket/frame.js:
126216
126617
  (*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
126217
126618
  */
126218
- //# sourceMappingURL=chunk-5R5HVPYQ.js.map
126619
+ //# sourceMappingURL=chunk-2MLGRQLY.js.map