@vm0/cli 9.144.0 → 9.145.0

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.144.0",
74086
+ release: "9.145.0",
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.144.0",
74105
+ version: "9.145.0",
74106
74106
  command: process.argv.slice(2).join(" ")
74107
74107
  });
74108
74108
  setContext("runtime", {
@@ -99146,6 +99146,34 @@ var lark = {
99146
99146
  init_esm_shims();
99147
99147
  var luma = {
99148
99148
  luma: {
99149
+ label: "Luma",
99150
+ category: "meetings-scheduling",
99151
+ helpText: "Connect your Luma account to manage events, guests, tickets, and calendar data via the Luma API",
99152
+ tags: ["events", "calendar", "tickets", "guests", "rsvp"],
99153
+ authMethods: {
99154
+ "api-token": {
99155
+ label: "API Key",
99156
+ helpText: "1. Log in at [lu.ma](https://lu.ma)\n2. Go to Calendars Home \u2192 select your calendar \u2192 Settings \u2192 Developer\n3. Generate or copy your API key\n4. Paste the key here",
99157
+ secrets: {
99158
+ LUMA_API_KEY: {
99159
+ label: "API Key",
99160
+ required: true,
99161
+ placeholder: "your-luma-api-key"
99162
+ }
99163
+ }
99164
+ }
99165
+ },
99166
+ defaultAuthMethod: "api-token",
99167
+ environmentMapping: {
99168
+ LUMA_API_KEY: "$secrets.LUMA_API_KEY"
99169
+ }
99170
+ }
99171
+ };
99172
+
99173
+ // ../../packages/connectors/src/connectors/luma-ai.ts
99174
+ init_esm_shims();
99175
+ var lumaAi = {
99176
+ "luma-ai": {
99149
99177
  label: "Luma AI",
99150
99178
  category: "ai-image-video",
99151
99179
  generation: ["image", "video"],
@@ -99599,27 +99627,6 @@ var msg9 = {
99599
99627
  }
99600
99628
  };
99601
99629
 
99602
- // ../../packages/connectors/src/connectors/nano-banana.ts
99603
- init_esm_shims();
99604
- var nanoBanana = {
99605
- "nano-banana": {
99606
- label: "Nano Banana",
99607
- category: "ai-image-video",
99608
- generation: ["image"],
99609
- environmentMapping: {},
99610
- helpText: "Google Gemini image generation, billed to your org credits",
99611
- featureFlag: "platformConnectors" /* PlatformConnectors */,
99612
- authMethods: {
99613
- platform: {
99614
- label: "Enable",
99615
- helpText: "Image generations are billed to your organization's credits. By enabling, you agree that prompts and reference images are sent to the Google Gemini API.",
99616
- secrets: {}
99617
- }
99618
- },
99619
- defaultAuthMethod: "platform"
99620
- }
99621
- };
99622
-
99623
99630
  // ../../packages/connectors/src/connectors/amplitude.ts
99624
99631
  init_esm_shims();
99625
99632
  var amplitude = {
@@ -100330,6 +100337,7 @@ var CONNECTOR_TYPES_DEF = {
100330
100337
  ...discord,
100331
100338
  ...lark,
100332
100339
  ...luma,
100340
+ ...lumaAi,
100333
100341
  ...langsmith,
100334
100342
  ...mailsac,
100335
100343
  ...manus,
@@ -100344,7 +100352,6 @@ var CONNECTOR_TYPES_DEF = {
100344
100352
  ...db9,
100345
100353
  ...drive9,
100346
100354
  ...msg9,
100347
- ...nanoBanana,
100348
100355
  ...amplitude,
100349
100356
  ...attio,
100350
100357
  ...buffer,
@@ -102559,23 +102566,31 @@ var MODEL_PROVIDER_TYPES = {
102559
102566
  // layer at egress) — keeping them non-serverOnly preserves the
102560
102567
  // placeholder injection path. CHATGPT_REFRESH_TOKEN and
102561
102568
  // CHATGPT_ID_TOKEN stay serverOnly per the #7365 invariant.
102569
+ //
102570
+ // All four are `derived: true` — the server-side parser populates
102571
+ // them from the user-pasted CODEX_AUTH_JSON. The UI MUST NOT render
102572
+ // them as input fields (per #12024).
102562
102573
  CHATGPT_ACCESS_TOKEN: {
102563
102574
  label: "CHATGPT_ACCESS_TOKEN",
102564
- required: true
102575
+ required: true,
102576
+ derived: true
102565
102577
  },
102566
102578
  CHATGPT_REFRESH_TOKEN: {
102567
102579
  label: "CHATGPT_REFRESH_TOKEN",
102568
102580
  required: true,
102569
- serverOnly: true
102581
+ serverOnly: true,
102582
+ derived: true
102570
102583
  },
102571
102584
  CHATGPT_ACCOUNT_ID: {
102572
102585
  label: "CHATGPT_ACCOUNT_ID",
102573
- required: true
102586
+ required: true,
102587
+ derived: true
102574
102588
  },
102575
102589
  CHATGPT_ID_TOKEN: {
102576
102590
  label: "CHATGPT_ID_TOKEN",
102577
102591
  required: true,
102578
- serverOnly: true
102592
+ serverOnly: true,
102593
+ derived: true
102579
102594
  }
102580
102595
  }
102581
102596
  }
@@ -102849,7 +102864,13 @@ var MODEL_PROVIDER_FIREWALL_CONFIGS = {
102849
102864
  },
102850
102865
  placeholders: {
102851
102866
  CHATGPT_ACCESS_TOKEN: "chatgpt-token-CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocal",
102852
- CHATGPT_ACCOUNT_ID: "ws_VM0_PLACEHOLDER_DO_NOT_TRUST"
102867
+ CHATGPT_ACCOUNT_ID: "ws_VM0_PLACEHOLDER_DO_NOT_TRUST",
102868
+ // refresh_token written by guest-agent into ~/.codex/auth.json (#12077).
102869
+ // Kept in this map so the firewall can substitute it on egress if codex
102870
+ // ever tries to use it directly — defense-in-depth alongside
102871
+ // CODEX_REFRESH_TOKEN_URL_OVERRIDE which redirects refresh attempts to
102872
+ // localhost. The sandbox never gets the real refresh_token (#7365).
102873
+ CHATGPT_REFRESH_TOKEN: "rt_VM0_PLACEHOLDER_DO_NOT_TRUST"
102853
102874
  }
102854
102875
  }
102855
102876
  };
@@ -103010,11 +103031,24 @@ var pendingMessageSchema = external_exports.object({
103010
103031
  content: external_exports.string().nullable(),
103011
103032
  attachments: external_exports.array(persistedAttachmentSchema).nullable(),
103012
103033
  createdAt: external_exports.string(),
103013
- updatedAt: external_exports.string()
103034
+ updatedAt: external_exports.string(),
103035
+ /**
103036
+ * Client-generated UUID. The auto-send path uses this as the new
103037
+ * `chat_messages.id` so the optimistic queued bubble reconciles with the
103038
+ * real row by matching id once the server dispatches the queued message.
103039
+ * Nullable for back-compat with rows queued before this field landed.
103040
+ */
103041
+ clientMessageId: external_exports.string().uuid().nullable()
103014
103042
  });
103015
103043
  var appendPendingMessageBodySchema = external_exports.object({
103016
103044
  content: external_exports.string().min(1).optional(),
103017
- attachments: external_exports.array(persistedAttachmentSchema).min(1).optional()
103045
+ attachments: external_exports.array(persistedAttachmentSchema).min(1).optional(),
103046
+ /**
103047
+ * Pre-generated UUID the client uses for its optimistic queued-message
103048
+ * bubble. Persisted on the thread and reused as `chat_messages.id`
103049
+ * when the auto-send path dispatches the queued message.
103050
+ */
103051
+ clientMessageId: external_exports.string().uuid().optional()
103018
103052
  }).refine(
103019
103053
  (body) => {
103020
103054
  return body.content !== void 0 || body.attachments !== void 0;
@@ -113177,6 +113211,27 @@ var loopsFirewall = {
113177
113211
  init_esm_shims();
113178
113212
  var lumaFirewall = {
113179
113213
  name: "luma",
113214
+ description: "Luma event management platform",
113215
+ placeholders: {
113216
+ LUMA_API_KEY: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalC"
113217
+ },
113218
+ apis: [
113219
+ {
113220
+ base: "https://public-api.luma.com",
113221
+ auth: {
113222
+ headers: {
113223
+ "x-luma-api-key": "${{ secrets.LUMA_API_KEY }}"
113224
+ }
113225
+ },
113226
+ permissions: []
113227
+ }
113228
+ ]
113229
+ };
113230
+
113231
+ // ../../packages/connectors/src/firewalls/luma-ai.generated.ts
113232
+ init_esm_shims();
113233
+ var lumaAiFirewall = {
113234
+ name: "luma-ai",
113180
113235
  description: "Luma AI Dream Machine",
113181
113236
  placeholders: {
113182
113237
  LUMA_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalC"
@@ -113561,45 +113616,6 @@ var n8nFirewall = {
113561
113616
  ]
113562
113617
  };
113563
113618
 
113564
- // ../../packages/connectors/src/firewalls/nano-banana.generated.ts
113565
- init_esm_shims();
113566
- var nanoBananaFirewall = {
113567
- name: "nano-banana",
113568
- description: "Google Gemini image generation (Nano Banana)",
113569
- placeholders: {
113570
- NANO_BANANA_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSaf"
113571
- },
113572
- apis: [
113573
- {
113574
- base: "https://generativelanguage.googleapis.com/v1beta/models/gemini-3-pro-image-preview:generateContent",
113575
- auth: {
113576
- headers: {
113577
- "x-goog-api-key": "${{ secrets.NANO_BANANA_TOKEN }}"
113578
- }
113579
- },
113580
- permissions: []
113581
- },
113582
- {
113583
- base: "https://generativelanguage.googleapis.com/v1beta/models/gemini-3.1-flash-image-preview:generateContent",
113584
- auth: {
113585
- headers: {
113586
- "x-goog-api-key": "${{ secrets.NANO_BANANA_TOKEN }}"
113587
- }
113588
- },
113589
- permissions: []
113590
- },
113591
- {
113592
- base: "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash-image:generateContent",
113593
- auth: {
113594
- headers: {
113595
- "x-goog-api-key": "${{ secrets.NANO_BANANA_TOKEN }}"
113596
- }
113597
- },
113598
- permissions: []
113599
- }
113600
- ]
113601
- };
113602
-
113603
113619
  // ../../packages/connectors/src/firewalls/neon.generated.ts
113604
113620
  init_esm_shims();
113605
113621
  var neonFirewall = {
@@ -117543,6 +117559,7 @@ var CONNECTOR_FIREWALLS = {
117543
117559
  linear: linearFirewall,
117544
117560
  loops: loopsFirewall,
117545
117561
  luma: lumaFirewall,
117562
+ "luma-ai": lumaAiFirewall,
117546
117563
  mailchimp: mailchimpFirewall,
117547
117564
  make: makeFirewall,
117548
117565
  mailsac: mailsacFirewall,
@@ -117557,7 +117574,6 @@ var CONNECTOR_FIREWALLS = {
117557
117574
  monday: mondayFirewall,
117558
117575
  msg9: msg9Firewall,
117559
117576
  n8n: n8nFirewall,
117560
- "nano-banana": nanoBananaFirewall,
117561
117577
  neon: neonFirewall,
117562
117578
  notion: notionFirewall,
117563
117579
  onyx: onyxFirewall,
@@ -120467,7 +120483,8 @@ var FEATURE_SWITCHES = {
120467
120483
  ["apiBackend" /* ApiBackend */]: {
120468
120484
  maintainer: "ethan@vm0.ai",
120469
120485
  description: "Route platform API traffic to the api backend host instead of the www backend host. Unported endpoints continue through the api backend's web fallback proxy.",
120470
- enabled: false
120486
+ enabled: false,
120487
+ enabledOrgIdHashes: STAFF_ORG_ID_HASHES
120471
120488
  },
120472
120489
  ["connectorCategories" /* ConnectorCategories */]: {
120473
120490
  maintainer: "ethan@vm0.ai",
@@ -121888,4 +121905,4 @@ undici/lib/web/fetch/body.js:
121888
121905
  undici/lib/web/websocket/frame.js:
121889
121906
  (*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
121890
121907
  */
121891
- //# sourceMappingURL=chunk-75VR4R5J.js.map
121908
+ //# sourceMappingURL=chunk-4YMN74AI.js.map