@bubblelab/bubble-core 0.1.208 → 0.1.210

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.
Files changed (117) hide show
  1. package/dist/bubble-bundle.d.ts +161 -161
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +80 -80
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +26 -16
  4. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +74 -2
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +74 -74
  8. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +4 -4
  10. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +12 -12
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +52 -52
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +18 -18
  15. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +10 -10
  16. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +27 -27
  17. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
  18. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +131 -131
  19. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  20. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +94 -94
  21. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +84 -84
  22. package/dist/bubbles/service-bubble/attio/attio.d.ts +28 -28
  23. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +28 -28
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +28 -28
  25. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +30 -30
  26. package/dist/bubbles/service-bubble/capability-pipeline.d.ts.map +1 -1
  27. package/dist/bubbles/service-bubble/capability-pipeline.js +12 -3
  28. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  29. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +24 -24
  30. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +24 -24
  31. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +52 -52
  32. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
  33. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  34. package/dist/bubbles/service-bubble/firecrawl.d.ts +1015 -1015
  35. package/dist/bubbles/service-bubble/followupboss.d.ts +140 -140
  36. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +68 -68
  37. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
  38. package/dist/bubbles/service-bubble/github.d.ts +156 -156
  39. package/dist/bubbles/service-bubble/gmail.d.ts +140 -140
  40. package/dist/bubbles/service-bubble/google-calendar.d.ts +218 -218
  41. package/dist/bubbles/service-bubble/google-drive.d.ts +92 -92
  42. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  43. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +48 -48
  44. package/dist/bubbles/service-bubble/hello-world.d.ts +8 -8
  45. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  46. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +8 -8
  47. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +8 -8
  48. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  49. package/dist/bubbles/service-bubble/jira/jira.d.ts +56 -56
  50. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +94 -94
  51. package/dist/bubbles/service-bubble/linear/linear.d.ts +32 -32
  52. package/dist/bubbles/service-bubble/linear/linear.schema.d.ts +32 -32
  53. package/dist/bubbles/service-bubble/notion/notion.d.ts +1627 -1627
  54. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  55. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  56. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +20 -20
  57. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +26 -26
  58. package/dist/bubbles/service-bubble/resend.d.ts +28 -28
  59. package/dist/bubbles/service-bubble/s3/s3.d.ts +10 -10
  60. package/dist/bubbles/service-bubble/s3/s3.schema.d.ts +10 -10
  61. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +6 -6
  62. package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +12 -12
  63. package/dist/bubbles/service-bubble/slack/slack.d.ts +342 -342
  64. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  65. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +115 -115
  66. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +143 -143
  67. package/dist/bubbles/service-bubble/telegram.d.ts +1537 -1537
  68. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +13 -13
  69. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +13 -13
  70. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
  71. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +2 -2
  72. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
  73. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +2 -2
  74. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
  75. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +2 -2
  76. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
  77. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +2 -2
  78. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
  79. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
  80. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +26 -26
  81. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  82. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
  83. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  84. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  85. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
  86. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
  87. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +186 -186
  88. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  89. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  90. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  91. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  92. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +48 -48
  93. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
  94. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  95. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  96. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +28 -28
  97. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  98. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +54 -54
  99. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  100. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  101. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  102. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  103. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +18 -18
  104. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  105. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  106. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +28 -28
  107. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  108. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +104 -104
  109. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  110. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +34 -34
  111. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +94 -94
  112. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
  113. package/dist/bubbles.json +6 -2
  114. package/dist/capabilities/define-capability.d.ts +2 -0
  115. package/dist/capabilities/define-capability.d.ts.map +1 -1
  116. package/dist/capabilities/define-capability.js.map +1 -1
  117. package/package.json +2 -2
@@ -91,6 +91,7 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
91
91
  username?: string | undefined;
92
92
  }>>;
93
93
  }, "strip", z.ZodTypeAny, {
94
+ contextId: string;
94
95
  cookies: {
95
96
  value: string;
96
97
  path: string;
@@ -100,13 +101,13 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
100
101
  httpOnly: boolean;
101
102
  secure: boolean;
102
103
  }[];
103
- contextId: string;
104
104
  proxy?: {
105
105
  server: string;
106
106
  password?: string | undefined;
107
107
  username?: string | undefined;
108
108
  } | undefined;
109
109
  }, {
110
+ contextId: string;
110
111
  cookies: {
111
112
  value: string;
112
113
  path: string;
@@ -116,7 +117,6 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
116
117
  httpOnly: boolean;
117
118
  secure: boolean;
118
119
  }[];
119
- contextId: string;
120
120
  proxy?: {
121
121
  server: string;
122
122
  password?: string | undefined;
@@ -390,7 +390,6 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
390
390
  captchaImageSelector?: string | undefined;
391
391
  captchaInputSelector?: string | undefined;
392
392
  } | undefined;
393
- context_id?: string | undefined;
394
393
  cookies?: {
395
394
  value: string;
396
395
  path: string;
@@ -400,6 +399,7 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
400
399
  httpOnly: boolean;
401
400
  secure: boolean;
402
401
  }[] | undefined;
402
+ context_id?: string | undefined;
403
403
  proxies?: true | ({
404
404
  type: "browserbase";
405
405
  geolocation?: {
@@ -425,7 +425,6 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
425
425
  captchaImageSelector?: string | undefined;
426
426
  captchaInputSelector?: string | undefined;
427
427
  } | undefined;
428
- context_id?: string | undefined;
429
428
  cookies?: {
430
429
  value: string;
431
430
  path: string;
@@ -435,6 +434,7 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
435
434
  httpOnly: boolean;
436
435
  secure: boolean;
437
436
  }[] | undefined;
437
+ context_id?: string | undefined;
438
438
  viewport_width?: number | undefined;
439
439
  viewport_height?: number | undefined;
440
440
  proxies?: true | ({
@@ -504,16 +504,16 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
504
504
  delay: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
505
505
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
506
506
  }, "strip", z.ZodTypeAny, {
507
- operation: "type";
508
507
  text: string;
508
+ operation: "type";
509
509
  session_id: string;
510
510
  selector: string;
511
511
  delay: number;
512
512
  clear_first: boolean;
513
513
  credentials?: Partial<Record<CredentialType, string>> | undefined;
514
514
  }, {
515
- operation: "type";
516
515
  text: string;
516
+ operation: "type";
517
517
  session_id: string;
518
518
  selector: string;
519
519
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -546,14 +546,14 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
546
546
  script: z.ZodString;
547
547
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
548
548
  }, "strip", z.ZodTypeAny, {
549
+ script: string;
549
550
  operation: "evaluate";
550
551
  session_id: string;
551
- script: string;
552
552
  credentials?: Partial<Record<CredentialType, string>> | undefined;
553
553
  }, {
554
+ script: string;
554
555
  operation: "evaluate";
555
556
  session_id: string;
556
- script: string;
557
557
  credentials?: Partial<Record<CredentialType, string>> | undefined;
558
558
  }>, z.ZodObject<{
559
559
  operation: z.ZodLiteral<"get_content">;
@@ -657,15 +657,15 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
657
657
  debug_url: z.ZodOptional<z.ZodString>;
658
658
  error: z.ZodString;
659
659
  }, "strip", z.ZodTypeAny, {
660
- success: boolean;
661
660
  error: string;
661
+ success: boolean;
662
662
  operation: "start_session";
663
663
  session_id?: string | undefined;
664
664
  context_id?: string | undefined;
665
665
  debug_url?: string | undefined;
666
666
  }, {
667
- success: boolean;
668
667
  error: string;
668
+ success: boolean;
669
669
  operation: "start_session";
670
670
  session_id?: string | undefined;
671
671
  context_id?: string | undefined;
@@ -676,13 +676,13 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
676
676
  url: z.ZodOptional<z.ZodString>;
677
677
  error: z.ZodString;
678
678
  }, "strip", z.ZodTypeAny, {
679
- success: boolean;
680
679
  error: string;
680
+ success: boolean;
681
681
  operation: "navigate";
682
682
  url?: string | undefined;
683
683
  }, {
684
- success: boolean;
685
684
  error: string;
685
+ success: boolean;
686
686
  operation: "navigate";
687
687
  url?: string | undefined;
688
688
  }>, z.ZodObject<{
@@ -690,36 +690,36 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
690
690
  success: z.ZodBoolean;
691
691
  error: z.ZodString;
692
692
  }, "strip", z.ZodTypeAny, {
693
- success: boolean;
694
693
  error: string;
694
+ success: boolean;
695
695
  operation: "click";
696
696
  }, {
697
- success: boolean;
698
697
  error: string;
698
+ success: boolean;
699
699
  operation: "click";
700
700
  }>, z.ZodObject<{
701
701
  operation: z.ZodLiteral<"type">;
702
702
  success: z.ZodBoolean;
703
703
  error: z.ZodString;
704
704
  }, "strip", z.ZodTypeAny, {
705
- success: boolean;
706
705
  error: string;
706
+ success: boolean;
707
707
  operation: "type";
708
708
  }, {
709
- success: boolean;
710
709
  error: string;
710
+ success: boolean;
711
711
  operation: "type";
712
712
  }>, z.ZodObject<{
713
713
  operation: z.ZodLiteral<"select">;
714
714
  success: z.ZodBoolean;
715
715
  error: z.ZodString;
716
716
  }, "strip", z.ZodTypeAny, {
717
- success: boolean;
718
717
  error: string;
718
+ success: boolean;
719
719
  operation: "select";
720
720
  }, {
721
- success: boolean;
722
721
  error: string;
722
+ success: boolean;
723
723
  operation: "select";
724
724
  }>, z.ZodObject<{
725
725
  operation: z.ZodLiteral<"evaluate">;
@@ -727,13 +727,13 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
727
727
  result: z.ZodOptional<z.ZodUnknown>;
728
728
  error: z.ZodString;
729
729
  }, "strip", z.ZodTypeAny, {
730
- success: boolean;
731
730
  error: string;
731
+ success: boolean;
732
732
  operation: "evaluate";
733
733
  result?: unknown;
734
734
  }, {
735
- success: boolean;
736
735
  error: string;
736
+ success: boolean;
737
737
  operation: "evaluate";
738
738
  result?: unknown;
739
739
  }>, z.ZodObject<{
@@ -742,13 +742,13 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
742
742
  content: z.ZodOptional<z.ZodString>;
743
743
  error: z.ZodString;
744
744
  }, "strip", z.ZodTypeAny, {
745
- success: boolean;
746
745
  error: string;
746
+ success: boolean;
747
747
  operation: "get_content";
748
748
  content?: string | undefined;
749
749
  }, {
750
- success: boolean;
751
750
  error: string;
751
+ success: boolean;
752
752
  operation: "get_content";
753
753
  content?: string | undefined;
754
754
  }>, z.ZodObject<{
@@ -758,14 +758,14 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
758
758
  format: z.ZodOptional<z.ZodString>;
759
759
  error: z.ZodString;
760
760
  }, "strip", z.ZodTypeAny, {
761
- success: boolean;
762
761
  error: string;
762
+ success: boolean;
763
763
  operation: "screenshot";
764
764
  format?: string | undefined;
765
765
  data?: string | undefined;
766
766
  }, {
767
- success: boolean;
768
767
  error: string;
768
+ success: boolean;
769
769
  operation: "screenshot";
770
770
  format?: string | undefined;
771
771
  data?: string | undefined;
@@ -774,12 +774,12 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
774
774
  success: z.ZodBoolean;
775
775
  error: z.ZodString;
776
776
  }, "strip", z.ZodTypeAny, {
777
- success: boolean;
778
777
  error: string;
778
+ success: boolean;
779
779
  operation: "wait";
780
780
  }, {
781
- success: boolean;
782
781
  error: string;
782
+ success: boolean;
783
783
  operation: "wait";
784
784
  }>, z.ZodObject<{
785
785
  operation: z.ZodLiteral<"get_cookies">;
@@ -811,8 +811,8 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
811
811
  }>, "many">>;
812
812
  error: z.ZodString;
813
813
  }, "strip", z.ZodTypeAny, {
814
- success: boolean;
815
814
  error: string;
815
+ success: boolean;
816
816
  operation: "get_cookies";
817
817
  cookies?: {
818
818
  value: string;
@@ -824,8 +824,8 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
824
824
  secure: boolean;
825
825
  }[] | undefined;
826
826
  }, {
827
- success: boolean;
828
827
  error: string;
828
+ success: boolean;
829
829
  operation: "get_cookies";
830
830
  cookies?: {
831
831
  value: string;
@@ -841,12 +841,12 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
841
841
  success: z.ZodBoolean;
842
842
  error: z.ZodString;
843
843
  }, "strip", z.ZodTypeAny, {
844
- success: boolean;
845
844
  error: string;
845
+ success: boolean;
846
846
  operation: "end_session";
847
847
  }, {
848
- success: boolean;
849
848
  error: string;
849
+ success: boolean;
850
850
  operation: "end_session";
851
851
  }>]>;
852
852
  export type BrowserBaseParams = z.output<typeof BrowserBaseParamsSchema>;
@@ -1 +1 @@
1
- {"version":3,"file":"capability-pipeline.d.ts","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/capability-pipeline.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAEL,KAAK,cAAc,EACpB,MAAM,2BAA2B,CAAC;AAKnC,OAAO,KAAK,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAExE,KAAK,4BAA4B,GAAG,CAClC,MAAM,EAAE;IACN,QAAQ,EAAE;QACR,mBAAmB,EAAE,cAAc,EAAE,CAAC;QACtC,mBAAmB,CAAC,EAAE,cAAc,EAAE,CAAC;KACxC,CAAC;CACH,EACD,SAAS,EAAE;IAAE,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAAE,KAChD,OAAO,CAAC,MAAM,CAAC,cAAc,EAAE,MAAM,CAAC,CAAC,CAAC;AAE7C,wBAAsB,4BAA4B,CAChD,MAAM,EAAE,mBAAmB,EAC3B,aAAa,EAAE,aAAa,GAAG,SAAS,EACxC,4BAA4B,EAAE,4BAA4B,GACzD,OAAO,CAAC,mBAAmB,CAAC,CAuF9B;AAED,wBAAsB,6BAA6B,CACjD,MAAM,EAAE,aAAa,EACrB,MAAM,EAAE,mBAAmB,EAC3B,aAAa,EAAE,aAAa,GAAG,SAAS,EACxC,4BAA4B,EAAE,4BAA4B,GACzD,OAAO,CAAC,aAAa,CAAC,CAUxB"}
1
+ {"version":3,"file":"capability-pipeline.d.ts","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/capability-pipeline.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAEL,KAAK,cAAc,EACpB,MAAM,2BAA2B,CAAC;AAKnC,OAAO,KAAK,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAExE,KAAK,4BAA4B,GAAG,CAClC,MAAM,EAAE;IACN,QAAQ,EAAE;QACR,mBAAmB,EAAE,cAAc,EAAE,CAAC;QACtC,mBAAmB,CAAC,EAAE,cAAc,EAAE,CAAC;KACxC,CAAC;CACH,EACD,SAAS,EAAE;IAAE,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAAE,KAChD,OAAO,CAAC,MAAM,CAAC,cAAc,EAAE,MAAM,CAAC,CAAC,CAAC;AAE7C,wBAAsB,4BAA4B,CAChD,MAAM,EAAE,mBAAmB,EAC3B,aAAa,EAAE,aAAa,GAAG,SAAS,EACxC,4BAA4B,EAAE,4BAA4B,GACzD,OAAO,CAAC,mBAAmB,CAAC,CAgG9B;AAED,wBAAsB,6BAA6B,CACjD,MAAM,EAAE,aAAa,EACrB,MAAM,EAAE,mBAAmB,EAC3B,aAAa,EAAE,aAAa,GAAG,SAAS,EACxC,4BAA4B,EAAE,4BAA4B,GACzD,OAAO,CAAC,aAAa,CAAC,CAUxB"}
@@ -59,7 +59,7 @@ export async function applyCapabilityPreprocessing(params, bubbleContext, resolv
59
59
  summary += `\n When to use: ${hint}`;
60
60
  return summary;
61
61
  }))).filter((summary) => Boolean(summary));
62
- params.systemPrompt += `\n\n---\nSYSTEM CAPABILITY EXTENSIONS:\nMultiple specialized capabilities are available. You MUST delegate to them using the 'use-capability' tool.\n\nAvailable Capabilities:\n${summaries.join('\n\n')}\n\nDELEGATION RULES:\n- Use 'use-capability' tool to delegate tasks to the appropriate capability\n- Do NOT attempt to handle capability tasks yourself\n- Include full context when delegating, including all known user details and preferences from context (especially timezone)\n- Can chain multiple capabilities if needed\n- Only respond directly for: greetings, clarifications, or tasks outside all capabilities\n---\n\nYour role is to understand the user's request and delegate to the appropriate capability or respond directly when appropriate.`;
62
+ params.systemPrompt += `\n\n---\nSYSTEM CAPABILITY EXTENSIONS:\nMultiple specialized capabilities are available. You MUST delegate to them using the 'use-capability' tool.\n\nAvailable Capabilities:\n${summaries.join('\n\n')}\n\nDELEGATION RULES:\n- Use 'use-capability' tool to delegate tasks to the appropriate capability\n- Do NOT attempt to handle capability tasks yourself\n- Include full context when delegating, including all known user details and preferences from context (especially timezone)\n- Can chain multiple capabilities if needed\n- Only respond directly for: greetings, clarifications, or tasks outside all capabilities\n- IMPORTANT: The user CANNOT see tool results from delegate agents. You MUST re-present all information, data, tables, and results returned by delegates in your own response. Never say "as shown above" or assume the user saw the delegate's output.\n---\n\nYour role is to understand the user's request and delegate to the appropriate capability or respond directly when appropriate.`;
63
63
  }
64
64
  else {
65
65
  // Single or zero capabilities: eager load as before
@@ -71,11 +71,20 @@ export async function applyCapabilityPreprocessing(params, bubbleContext, resolv
71
71
  credentials: resolveCapabilityCredentials(capDef, capConfig),
72
72
  inputs: capConfig.inputs ?? {},
73
73
  bubbleContext,
74
+ context: capConfig.context,
74
75
  };
75
76
  const addition = (await capDef.createSystemPrompt?.(ctx)) ??
76
77
  capDef.metadata.systemPromptAddition;
77
- if (addition) {
78
- params.systemPrompt = `${params.systemPrompt}\n\n---\nSYSTEM CAPABILITY EXTENSION:\nThe following capability has been added to enhance your functionality:\n\n[${capDef.metadata.name}]\n${addition}\n---\n\nYour primary objective is to fulfill the user's request using both your base capabilities and the extended capability above.\nAlways use the user's timezone for all time-related operations. If the user's timezone is known from context (conversation history, user profile), apply it consistently. If unknown, ask before making time-sensitive decisions.`;
78
+ if (addition || capConfig.context) {
79
+ let capPrompt = `${params.systemPrompt}\n\n---\nSYSTEM CAPABILITY EXTENSION:\nThe following capability has been added to enhance your functionality:\n\n[${capDef.metadata.name}]`;
80
+ if (addition) {
81
+ capPrompt += `\n${addition}`;
82
+ }
83
+ if (capConfig.context) {
84
+ capPrompt += `\n\n**Workspace Context:**\n${capConfig.context}`;
85
+ }
86
+ capPrompt += `\n---\n\nYour primary objective is to fulfill the user's request using both your base capabilities and the extended capability above.\nAlways use the user's timezone for all time-related operations. If the user's timezone is known from context (conversation history, user profile), apply it consistently. If unknown, ask before making time-sensitive decisions.`;
87
+ params.systemPrompt = capPrompt;
79
88
  }
80
89
  }
81
90
  }
@@ -1 +1 @@
1
- {"version":3,"file":"capability-pipeline.js","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/capability-pipeline.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"capability-pipeline.js","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/capability-pipeline.ts"],"names":[],"mappings":"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"}
@@ -176,17 +176,17 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
176
176
  start: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
177
177
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
178
178
  }, "strip", import("zod").ZodTypeAny, {
179
+ start: number;
179
180
  operation: "search";
180
181
  limit: number;
181
- start: number;
182
182
  cql: string;
183
183
  credentials?: Partial<Record<CredentialType, string>> | undefined;
184
184
  }, {
185
185
  operation: "search";
186
186
  cql: string;
187
187
  credentials?: Partial<Record<CredentialType, string>> | undefined;
188
- limit?: number | undefined;
189
188
  start?: number | undefined;
189
+ limit?: number | undefined;
190
190
  }>, import("zod").ZodObject<{
191
191
  operation: import("zod").ZodLiteral<"add_comment">;
192
192
  page_id: import("zod").ZodString;
@@ -252,8 +252,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
252
252
  cursor: import("zod").ZodOptional<import("zod").ZodString>;
253
253
  error: import("zod").ZodString;
254
254
  }, "strip", import("zod").ZodTypeAny, {
255
- success: boolean;
256
255
  error: string;
256
+ success: boolean;
257
257
  operation: "list_spaces";
258
258
  cursor?: string | undefined;
259
259
  spaces?: import("zod").objectOutputType<{
@@ -266,8 +266,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
266
266
  homepageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
267
267
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
268
268
  }, {
269
- success: boolean;
270
269
  error: string;
270
+ success: boolean;
271
271
  operation: "list_spaces";
272
272
  cursor?: string | undefined;
273
273
  spaces?: import("zod").objectInputType<{
@@ -309,8 +309,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
309
309
  }, import("zod").ZodTypeAny, "passthrough">>>;
310
310
  error: import("zod").ZodString;
311
311
  }, "strip", import("zod").ZodTypeAny, {
312
- success: boolean;
313
312
  error: string;
313
+ success: boolean;
314
314
  operation: "get_space";
315
315
  space?: import("zod").objectOutputType<{
316
316
  id: import("zod").ZodString;
@@ -322,8 +322,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
322
322
  homepageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
323
323
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
324
324
  }, {
325
- success: boolean;
326
325
  error: string;
326
+ success: boolean;
327
327
  operation: "get_space";
328
328
  space?: import("zod").objectInputType<{
329
329
  id: import("zod").ZodString;
@@ -530,8 +530,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
530
530
  cursor: import("zod").ZodOptional<import("zod").ZodString>;
531
531
  error: import("zod").ZodString;
532
532
  }, "strip", import("zod").ZodTypeAny, {
533
- success: boolean;
534
533
  error: string;
534
+ success: boolean;
535
535
  operation: "list_pages";
536
536
  cursor?: string | undefined;
537
537
  pages?: import("zod").objectOutputType<{
@@ -599,8 +599,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
599
599
  }, import("zod").ZodTypeAny, "passthrough">>>;
600
600
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
601
601
  }, {
602
- success: boolean;
603
602
  error: string;
603
+ success: boolean;
604
604
  operation: "list_pages";
605
605
  cursor?: string | undefined;
606
606
  pages?: import("zod").objectInputType<{
@@ -862,8 +862,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
862
862
  }, import("zod").ZodTypeAny, "passthrough">>>;
863
863
  error: import("zod").ZodString;
864
864
  }, "strip", import("zod").ZodTypeAny, {
865
- success: boolean;
866
865
  error: string;
866
+ success: boolean;
867
867
  operation: "get_page";
868
868
  page?: import("zod").objectOutputType<{
869
869
  id: import("zod").ZodString;
@@ -930,8 +930,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
930
930
  }, import("zod").ZodTypeAny, "passthrough">>>;
931
931
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
932
932
  }, {
933
- success: boolean;
934
933
  error: string;
934
+ success: boolean;
935
935
  operation: "get_page";
936
936
  page?: import("zod").objectInputType<{
937
937
  id: import("zod").ZodString;
@@ -1028,8 +1028,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1028
1028
  }>>;
1029
1029
  error: import("zod").ZodString;
1030
1030
  }, "strip", import("zod").ZodTypeAny, {
1031
- success: boolean;
1032
1031
  error: string;
1032
+ success: boolean;
1033
1033
  operation: "create_page";
1034
1034
  page?: {
1035
1035
  title: string;
@@ -1040,8 +1040,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1040
1040
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
1041
1041
  } | undefined;
1042
1042
  }, {
1043
- success: boolean;
1044
1043
  error: string;
1044
+ success: boolean;
1045
1045
  operation: "create_page";
1046
1046
  page?: {
1047
1047
  title: string;
@@ -1079,8 +1079,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1079
1079
  }>>;
1080
1080
  error: import("zod").ZodString;
1081
1081
  }, "strip", import("zod").ZodTypeAny, {
1082
- success: boolean;
1083
1082
  error: string;
1083
+ success: boolean;
1084
1084
  operation: "update_page";
1085
1085
  page?: {
1086
1086
  title: string;
@@ -1090,8 +1090,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1090
1090
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
1091
1091
  } | undefined;
1092
1092
  }, {
1093
- success: boolean;
1094
1093
  error: string;
1094
+ success: boolean;
1095
1095
  operation: "update_page";
1096
1096
  page?: {
1097
1097
  title: string;
@@ -1106,13 +1106,13 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1106
1106
  page_id: import("zod").ZodOptional<import("zod").ZodString>;
1107
1107
  error: import("zod").ZodString;
1108
1108
  }, "strip", import("zod").ZodTypeAny, {
1109
- success: boolean;
1110
1109
  error: string;
1110
+ success: boolean;
1111
1111
  operation: "delete_page";
1112
1112
  page_id?: string | undefined;
1113
1113
  }, {
1114
- success: boolean;
1115
1114
  error: string;
1115
+ success: boolean;
1116
1116
  operation: "delete_page";
1117
1117
  page_id?: string | undefined;
1118
1118
  }>, import("zod").ZodObject<{
@@ -1280,11 +1280,11 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1280
1280
  limit: import("zod").ZodOptional<import("zod").ZodNumber>;
1281
1281
  error: import("zod").ZodString;
1282
1282
  }, "strip", import("zod").ZodTypeAny, {
1283
- success: boolean;
1284
1283
  error: string;
1284
+ success: boolean;
1285
1285
  operation: "search";
1286
- limit?: number | undefined;
1287
1286
  start?: number | undefined;
1287
+ limit?: number | undefined;
1288
1288
  total?: number | undefined;
1289
1289
  results?: import("zod").objectOutputType<{
1290
1290
  id: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1340,11 +1340,11 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1340
1340
  }, import("zod").ZodTypeAny, "passthrough">>>;
1341
1341
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
1342
1342
  }, {
1343
- success: boolean;
1344
1343
  error: string;
1344
+ success: boolean;
1345
1345
  operation: "search";
1346
- limit?: number | undefined;
1347
1346
  start?: number | undefined;
1347
+ limit?: number | undefined;
1348
1348
  total?: number | undefined;
1349
1349
  results?: import("zod").objectInputType<{
1350
1350
  id: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1549,8 +1549,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1549
1549
  }, import("zod").ZodTypeAny, "passthrough">>>;
1550
1550
  error: import("zod").ZodString;
1551
1551
  }, "strip", import("zod").ZodTypeAny, {
1552
- success: boolean;
1553
1552
  error: string;
1553
+ success: boolean;
1554
1554
  operation: "add_comment";
1555
1555
  comment?: import("zod").objectOutputType<{
1556
1556
  id: import("zod").ZodString;
@@ -1602,8 +1602,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1602
1602
  createdAt: import("zod").ZodOptional<import("zod").ZodString>;
1603
1603
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
1604
1604
  }, {
1605
- success: boolean;
1606
1605
  error: string;
1606
+ success: boolean;
1607
1607
  operation: "add_comment";
1608
1608
  comment?: import("zod").objectInputType<{
1609
1609
  id: import("zod").ZodString;
@@ -1805,8 +1805,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1805
1805
  cursor: import("zod").ZodOptional<import("zod").ZodString>;
1806
1806
  error: import("zod").ZodString;
1807
1807
  }, "strip", import("zod").ZodTypeAny, {
1808
- success: boolean;
1809
1808
  error: string;
1809
+ success: boolean;
1810
1810
  operation: "get_comments";
1811
1811
  cursor?: string | undefined;
1812
1812
  comments?: import("zod").objectOutputType<{
@@ -1859,8 +1859,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1859
1859
  createdAt: import("zod").ZodOptional<import("zod").ZodString>;
1860
1860
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
1861
1861
  }, {
1862
- success: boolean;
1863
1862
  error: string;
1863
+ success: boolean;
1864
1864
  operation: "get_comments";
1865
1865
  cursor?: string | undefined;
1866
1866
  comments?: import("zod").objectInputType<{