@vm0/cli 9.111.5 → 9.111.7
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.
|
@@ -34652,7 +34652,7 @@ if (DSN) {
|
|
|
34652
34652
|
Sentry.init({
|
|
34653
34653
|
dsn: DSN,
|
|
34654
34654
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
34655
|
-
release: "9.111.
|
|
34655
|
+
release: "9.111.7",
|
|
34656
34656
|
sendDefaultPii: false,
|
|
34657
34657
|
tracesSampleRate: 0,
|
|
34658
34658
|
shutdownTimeout: 500,
|
|
@@ -34671,7 +34671,7 @@ if (DSN) {
|
|
|
34671
34671
|
}
|
|
34672
34672
|
});
|
|
34673
34673
|
Sentry.setContext("cli", {
|
|
34674
|
-
version: "9.111.
|
|
34674
|
+
version: "9.111.7",
|
|
34675
34675
|
command: process.argv.slice(2).join(" ")
|
|
34676
34676
|
});
|
|
34677
34677
|
Sentry.setContext("runtime", {
|
|
@@ -69656,6 +69656,7 @@ var webhookUsageContract = c6.router({
|
|
|
69656
69656
|
runId: external_exports.string().min(1, "runId is required"),
|
|
69657
69657
|
usage: external_exports.object({
|
|
69658
69658
|
model: external_exports.string().optional(),
|
|
69659
|
+
message_id: external_exports.string().optional(),
|
|
69659
69660
|
input_tokens: external_exports.number().optional(),
|
|
69660
69661
|
output_tokens: external_exports.number().optional(),
|
|
69661
69662
|
cache_read_input_tokens: external_exports.number().optional(),
|
|
@@ -73444,6 +73445,7 @@ var taskItemSchema = external_exports.object({
|
|
|
73444
73445
|
id: external_exports.string(),
|
|
73445
73446
|
type: taskTypeSchema,
|
|
73446
73447
|
title: external_exports.string().nullable(),
|
|
73448
|
+
summary: external_exports.string().nullable(),
|
|
73447
73449
|
agent: taskAgentSchema,
|
|
73448
73450
|
latestRunId: external_exports.string().nullable(),
|
|
73449
73451
|
status: runStatusSchema.nullable(),
|
|
@@ -73539,187 +73541,232 @@ var STAFF_ORG_ID_HASHES = [
|
|
|
73539
73541
|
var FEATURE_SWITCHES = {
|
|
73540
73542
|
["pricing" /* Pricing */]: {
|
|
73541
73543
|
maintainer: "ethan@vm0.ai",
|
|
73544
|
+
description: "Enable access to billing plans and pricing page",
|
|
73542
73545
|
enabled: true
|
|
73543
73546
|
},
|
|
73544
73547
|
["dummy" /* Dummy */]: {
|
|
73545
73548
|
maintainer: "ethan@vm0.ai",
|
|
73549
|
+
description: "Test-only feature switch for flag system validation",
|
|
73546
73550
|
enabled: true
|
|
73547
73551
|
},
|
|
73548
73552
|
["agents" /* Agents */]: {
|
|
73549
73553
|
maintainer: "ethan@vm0.ai",
|
|
73554
|
+
description: "Enable multi-agent orchestration in runs",
|
|
73550
73555
|
enabled: true
|
|
73551
73556
|
},
|
|
73552
73557
|
["secrets" /* Secrets */]: {
|
|
73553
73558
|
maintainer: "ethan@vm0.ai",
|
|
73559
|
+
description: "Enable the encrypted secrets store for agent runs",
|
|
73554
73560
|
enabled: false
|
|
73555
73561
|
},
|
|
73556
73562
|
["artifacts" /* Artifacts */]: {
|
|
73557
73563
|
maintainer: "ethan@vm0.ai",
|
|
73564
|
+
description: "Enable artifact storage and management",
|
|
73558
73565
|
enabled: false
|
|
73559
73566
|
},
|
|
73560
73567
|
["apiKeys" /* ApiKeys */]: {
|
|
73561
73568
|
maintainer: "ethan@vm0.ai",
|
|
73569
|
+
description: "Enable platform-managed API key pool",
|
|
73562
73570
|
enabled: false
|
|
73563
73571
|
},
|
|
73564
73572
|
["ahrefsConnector" /* AhrefsConnector */]: {
|
|
73565
73573
|
maintainer: "ethan@vm0.ai",
|
|
73574
|
+
description: "Enable the Ahrefs SEO connector",
|
|
73566
73575
|
enabled: false
|
|
73567
73576
|
},
|
|
73568
73577
|
["canvaConnector" /* CanvaConnector */]: {
|
|
73569
73578
|
maintainer: "ethan@vm0.ai",
|
|
73579
|
+
description: "Enable the Canva design connector",
|
|
73570
73580
|
enabled: false
|
|
73571
73581
|
},
|
|
73572
73582
|
["computerConnector" /* ComputerConnector */]: {
|
|
73573
73583
|
maintainer: "ethan@vm0.ai",
|
|
73584
|
+
description: "Enable the Computer connector for local service tunneling",
|
|
73574
73585
|
enabled: false
|
|
73575
73586
|
},
|
|
73576
73587
|
["deelConnector" /* DeelConnector */]: {
|
|
73577
73588
|
maintainer: "ethan@vm0.ai",
|
|
73589
|
+
description: "Enable the Deel HR connector",
|
|
73578
73590
|
enabled: false
|
|
73579
73591
|
},
|
|
73580
73592
|
["docusignConnector" /* DocuSignConnector */]: {
|
|
73581
73593
|
maintainer: "ethan@vm0.ai",
|
|
73594
|
+
description: "Enable the DocuSign e-signature connector",
|
|
73582
73595
|
enabled: false
|
|
73583
73596
|
},
|
|
73584
73597
|
["dropboxConnector" /* DropboxConnector */]: {
|
|
73585
73598
|
maintainer: "ethan@vm0.ai",
|
|
73599
|
+
description: "Enable the Dropbox file storage connector",
|
|
73586
73600
|
enabled: false
|
|
73587
73601
|
},
|
|
73588
73602
|
["figmaConnector" /* FigmaConnector */]: {
|
|
73589
73603
|
maintainer: "ethan@vm0.ai",
|
|
73604
|
+
description: "Enable the Figma design connector",
|
|
73590
73605
|
enabled: false
|
|
73591
73606
|
},
|
|
73592
73607
|
["mercuryConnector" /* MercuryConnector */]: {
|
|
73593
73608
|
maintainer: "ethan@vm0.ai",
|
|
73609
|
+
description: "Enable the Mercury banking connector",
|
|
73594
73610
|
enabled: false
|
|
73595
73611
|
},
|
|
73596
73612
|
["neonConnector" /* NeonConnector */]: {
|
|
73597
73613
|
maintainer: "ethan@vm0.ai",
|
|
73614
|
+
description: "Enable the Neon serverless Postgres connector",
|
|
73598
73615
|
enabled: false
|
|
73599
73616
|
},
|
|
73600
73617
|
["garminConnectConnector" /* GarminConnectConnector */]: {
|
|
73601
73618
|
maintainer: "ethan@vm0.ai",
|
|
73619
|
+
description: "Enable the Garmin Connect wellness connector",
|
|
73602
73620
|
enabled: false
|
|
73603
73621
|
},
|
|
73604
73622
|
["redditConnector" /* RedditConnector */]: {
|
|
73605
73623
|
maintainer: "ethan@vm0.ai",
|
|
73624
|
+
description: "Enable the Reddit connector integration",
|
|
73606
73625
|
enabled: false
|
|
73607
73626
|
},
|
|
73608
73627
|
["supabaseConnector" /* SupabaseConnector */]: {
|
|
73609
73628
|
maintainer: "ethan@vm0.ai",
|
|
73629
|
+
description: "Enable the Supabase database connector integration",
|
|
73610
73630
|
enabled: false
|
|
73611
73631
|
},
|
|
73612
73632
|
["closeConnector" /* CloseConnector */]: {
|
|
73613
73633
|
maintainer: "ethan@vm0.ai",
|
|
73634
|
+
description: "Enable the Close CRM connector",
|
|
73614
73635
|
enabled: false
|
|
73615
73636
|
},
|
|
73616
73637
|
["webflowConnector" /* WebflowConnector */]: {
|
|
73617
73638
|
maintainer: "ethan@vm0.ai",
|
|
73639
|
+
description: "Enable the Webflow site management connector",
|
|
73618
73640
|
enabled: false
|
|
73619
73641
|
},
|
|
73620
73642
|
["outlookMailConnector" /* OutlookMailConnector */]: {
|
|
73621
73643
|
maintainer: "ethan@vm0.ai",
|
|
73644
|
+
description: "Enable the Outlook Mail connector",
|
|
73622
73645
|
enabled: false
|
|
73623
73646
|
},
|
|
73624
73647
|
["outlookCalendarConnector" /* OutlookCalendarConnector */]: {
|
|
73625
73648
|
maintainer: "ethan@vm0.ai",
|
|
73649
|
+
description: "Enable the Outlook Calendar connector",
|
|
73626
73650
|
enabled: false
|
|
73627
73651
|
},
|
|
73628
73652
|
["metaAdsConnector" /* MetaAdsConnector */]: {
|
|
73629
73653
|
maintainer: "ethan@vm0.ai",
|
|
73654
|
+
description: "Enable the Meta Ads Manager connector",
|
|
73630
73655
|
enabled: false
|
|
73631
73656
|
},
|
|
73632
73657
|
["stripeConnector" /* StripeConnector */]: {
|
|
73633
73658
|
maintainer: "ethan@vm0.ai",
|
|
73659
|
+
description: "Enable the Stripe payment connector integration",
|
|
73634
73660
|
enabled: false
|
|
73635
73661
|
},
|
|
73636
73662
|
["posthogConnector" /* PosthogConnector */]: {
|
|
73637
73663
|
maintainer: "ethan@vm0.ai",
|
|
73664
|
+
description: "Enable the PostHog analytics connector",
|
|
73638
73665
|
enabled: false
|
|
73639
73666
|
},
|
|
73640
73667
|
["mailchimpConnector" /* MailchimpConnector */]: {
|
|
73641
73668
|
maintainer: "ethan@vm0.ai",
|
|
73669
|
+
description: "Enable the Mailchimp email marketing connector",
|
|
73642
73670
|
enabled: false
|
|
73643
73671
|
},
|
|
73644
73672
|
["resendConnector" /* ResendConnector */]: {
|
|
73645
73673
|
maintainer: "ethan@vm0.ai",
|
|
73674
|
+
description: "Enable the Resend email service connector",
|
|
73646
73675
|
enabled: false
|
|
73647
73676
|
},
|
|
73648
73677
|
["spotifyConnector" /* SpotifyConnector */]: {
|
|
73649
73678
|
maintainer: "ethan@vm0.ai",
|
|
73679
|
+
description: "Enable the Spotify connector integration",
|
|
73650
73680
|
enabled: false
|
|
73651
73681
|
},
|
|
73652
73682
|
["githubIntegration" /* GitHubIntegration */]: {
|
|
73653
73683
|
maintainer: "ethan@vm0.ai",
|
|
73684
|
+
description: "Enable the GitHub App installation integration",
|
|
73654
73685
|
enabled: false
|
|
73655
73686
|
},
|
|
73656
73687
|
["telegramIntegration" /* TelegramIntegration */]: {
|
|
73657
73688
|
maintainer: "ethan@vm0.ai",
|
|
73689
|
+
description: "Enable the Telegram bot integration for message handling",
|
|
73658
73690
|
enabled: false
|
|
73659
73691
|
},
|
|
73660
73692
|
["dataExport" /* DataExport */]: {
|
|
73661
73693
|
maintainer: "ethan@vm0.ai",
|
|
73694
|
+
description: "Show the data export option in account menu",
|
|
73662
73695
|
enabled: false
|
|
73663
73696
|
},
|
|
73664
73697
|
["showSystemPrompt" /* ShowSystemPrompt */]: {
|
|
73665
73698
|
maintainer: "ethan@vm0.ai",
|
|
73699
|
+
description: "Show the appended system prompt in activity detail steps",
|
|
73666
73700
|
enabled: false
|
|
73667
73701
|
},
|
|
73668
73702
|
["usage" /* Usage */]: {
|
|
73669
73703
|
maintainer: "ethan@vm0.ai",
|
|
73704
|
+
description: "Show the Usage page with per-member credit and token consumption",
|
|
73670
73705
|
enabled: false
|
|
73671
73706
|
},
|
|
73672
73707
|
["concurrentAddOn" /* ConcurrentAddOn */]: {
|
|
73673
73708
|
maintainer: "ethan@vm0.ai",
|
|
73709
|
+
description: "Enable the concurrent agent add-on purchase option",
|
|
73674
73710
|
enabled: false
|
|
73675
73711
|
},
|
|
73676
73712
|
["creditAddOn" /* CreditAddOn */]: {
|
|
73677
73713
|
maintainer: "ethan@vm0.ai",
|
|
73714
|
+
description: "Enable the credit add-on purchase option",
|
|
73678
73715
|
enabled: false
|
|
73679
73716
|
},
|
|
73680
73717
|
["modelDetail" /* ModelDetail */]: {
|
|
73681
73718
|
maintainer: "ethan@vm0.ai",
|
|
73719
|
+
description: "Show the selected model name in activity details",
|
|
73682
73720
|
enabled: false
|
|
73683
73721
|
},
|
|
73684
73722
|
["activityLogList" /* ActivityLogList */]: {
|
|
73685
73723
|
maintainer: "ethan@vm0.ai",
|
|
73724
|
+
description: "Show the Activities list page and breadcrumb navigation",
|
|
73686
73725
|
enabled: false
|
|
73687
73726
|
},
|
|
73688
73727
|
["zeroDebug" /* ZeroDebug */]: {
|
|
73689
73728
|
maintainer: "ethan@vm0.ai",
|
|
73729
|
+
description: "Reveal debug tabs in activity pages and Debug preferences",
|
|
73690
73730
|
enabled: false
|
|
73691
73731
|
},
|
|
73692
73732
|
["computerUse" /* ComputerUse */]: {
|
|
73693
73733
|
maintainer: "ethan@vm0.ai",
|
|
73734
|
+
description: "Enable remote desktop host registration",
|
|
73694
73735
|
enabled: false,
|
|
73695
73736
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
73696
73737
|
},
|
|
73697
73738
|
["mobileChatListPage" /* MobileChatListPage */]: {
|
|
73698
73739
|
maintainer: "ethan@vm0.ai",
|
|
73740
|
+
description: "Navigate to /chats list page from mobile menu instead of sidebar drawer",
|
|
73699
73741
|
enabled: false
|
|
73700
73742
|
},
|
|
73701
73743
|
["lab" /* Lab */]: {
|
|
73702
73744
|
maintainer: "ethan@vm0.ai",
|
|
73745
|
+
description: "Show the Lab page for toggling experimental features",
|
|
73703
73746
|
enabled: false,
|
|
73704
73747
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
73705
73748
|
},
|
|
73706
73749
|
["auditLink" /* AuditLink */]: {
|
|
73707
73750
|
maintainer: "ethan@vm0.ai",
|
|
73751
|
+
description: "Show audit log links in Slack messages",
|
|
73708
73752
|
enabled: false,
|
|
73709
73753
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
73710
73754
|
},
|
|
73711
73755
|
["phoneIntegration" /* PhoneIntegration */]: {
|
|
73712
73756
|
maintainer: "ethan@vm0.ai",
|
|
73757
|
+
description: "Show the Phone page for voice call integration",
|
|
73713
73758
|
enabled: false,
|
|
73714
73759
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
73715
73760
|
},
|
|
73716
73761
|
["voiceChat" /* VoiceChat */]: {
|
|
73717
73762
|
maintainer: "lancy@vm0.ai",
|
|
73763
|
+
description: "Enable the Voice Chat feature and API endpoints",
|
|
73718
73764
|
enabled: false,
|
|
73719
73765
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
73720
73766
|
},
|
|
73721
73767
|
["autoSkill" /* AutoSkill */]: {
|
|
73722
73768
|
maintainer: "lancy@vm0.ai",
|
|
73769
|
+
description: "Enable automatic skill creation in agent prompts",
|
|
73723
73770
|
enabled: false,
|
|
73724
73771
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
73725
73772
|
}
|
|
@@ -76114,4 +76161,4 @@ undici/lib/web/fetch/body.js:
|
|
|
76114
76161
|
undici/lib/web/websocket/frame.js:
|
|
76115
76162
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
76116
76163
|
*/
|
|
76117
|
-
//# sourceMappingURL=chunk-
|
|
76164
|
+
//# sourceMappingURL=chunk-ZPFZIVYC.js.map
|