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