@marktoflow/integrations 2.0.1 → 2.0.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.
- package/dist/adapters/claude-agent-hooks.d.ts +176 -0
- package/dist/adapters/claude-agent-types.d.ts +24 -24
- package/dist/adapters/claude-agent-workflow.d.ts +10 -10
- package/dist/adapters/codex-types.d.ts +20 -20
- package/dist/adapters/codex-workflow.d.ts +12 -12
- package/dist/adapters/github-copilot-types.d.ts +44 -44
- package/dist/adapters/github-copilot-workflow.d.ts +28 -28
- package/dist/adapters/ollama-types.d.ts +126 -126
- package/dist/services/github.d.ts +3 -0
- package/dist/services/gmail-trigger.d.ts +92 -0
- package/dist/services/gmail.d.ts +116 -0
- package/dist/services/google-calendar.d.ts +220 -0
- package/dist/services/google-docs.d.ts +197 -0
- package/dist/services/google-drive.d.ts +149 -0
- package/dist/services/google-sheets.d.ts +165 -0
- package/dist/services/http.d.ts +120 -0
- package/dist/services/jira.d.ts +3 -0
- package/dist/services/linear.d.ts +163 -0
- package/dist/services/mysql.d.ts +91 -0
- package/dist/services/outlook-trigger.d.ts +121 -0
- package/dist/services/outlook.d.ts +237 -0
- package/dist/services/postgres.d.ts +83 -0
- package/dist/services/slack-socket.d.ts +18 -0
- package/dist/services/slack.d.ts +3 -0
- package/dist/services/whatsapp.d.ts +311 -0
- package/package.json +2 -2
|
@@ -456,16 +456,16 @@ export declare const McpLocalServerConfigSchema: z.ZodObject<{
|
|
|
456
456
|
tools: string[] | "*";
|
|
457
457
|
command: string;
|
|
458
458
|
args: string[];
|
|
459
|
-
type?: "local" | "stdio" | undefined;
|
|
460
459
|
timeout?: number | undefined;
|
|
460
|
+
type?: "local" | "stdio" | undefined;
|
|
461
461
|
env?: Record<string, string> | undefined;
|
|
462
462
|
cwd?: string | undefined;
|
|
463
463
|
}, {
|
|
464
464
|
tools: string[] | "*";
|
|
465
465
|
command: string;
|
|
466
466
|
args: string[];
|
|
467
|
-
type?: "local" | "stdio" | undefined;
|
|
468
467
|
timeout?: number | undefined;
|
|
468
|
+
type?: "local" | "stdio" | undefined;
|
|
469
469
|
env?: Record<string, string> | undefined;
|
|
470
470
|
cwd?: string | undefined;
|
|
471
471
|
}>;
|
|
@@ -476,14 +476,14 @@ export declare const McpRemoteServerConfigSchema: z.ZodObject<{
|
|
|
476
476
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
477
477
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
478
478
|
}, "strip", z.ZodTypeAny, {
|
|
479
|
-
url: string;
|
|
480
479
|
type: "http" | "sse";
|
|
480
|
+
url: string;
|
|
481
481
|
tools: string[] | "*";
|
|
482
482
|
headers?: Record<string, string> | undefined;
|
|
483
483
|
timeout?: number | undefined;
|
|
484
484
|
}, {
|
|
485
|
-
url: string;
|
|
486
485
|
type: "http" | "sse";
|
|
486
|
+
url: string;
|
|
487
487
|
tools: string[] | "*";
|
|
488
488
|
headers?: Record<string, string> | undefined;
|
|
489
489
|
timeout?: number | undefined;
|
|
@@ -500,16 +500,16 @@ export declare const McpServerConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
500
500
|
tools: string[] | "*";
|
|
501
501
|
command: string;
|
|
502
502
|
args: string[];
|
|
503
|
-
type?: "local" | "stdio" | undefined;
|
|
504
503
|
timeout?: number | undefined;
|
|
504
|
+
type?: "local" | "stdio" | undefined;
|
|
505
505
|
env?: Record<string, string> | undefined;
|
|
506
506
|
cwd?: string | undefined;
|
|
507
507
|
}, {
|
|
508
508
|
tools: string[] | "*";
|
|
509
509
|
command: string;
|
|
510
510
|
args: string[];
|
|
511
|
-
type?: "local" | "stdio" | undefined;
|
|
512
511
|
timeout?: number | undefined;
|
|
512
|
+
type?: "local" | "stdio" | undefined;
|
|
513
513
|
env?: Record<string, string> | undefined;
|
|
514
514
|
cwd?: string | undefined;
|
|
515
515
|
}>, z.ZodObject<{
|
|
@@ -519,14 +519,14 @@ export declare const McpServerConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
519
519
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
520
520
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
521
521
|
}, "strip", z.ZodTypeAny, {
|
|
522
|
-
url: string;
|
|
523
522
|
type: "http" | "sse";
|
|
523
|
+
url: string;
|
|
524
524
|
tools: string[] | "*";
|
|
525
525
|
headers?: Record<string, string> | undefined;
|
|
526
526
|
timeout?: number | undefined;
|
|
527
527
|
}, {
|
|
528
|
-
url: string;
|
|
529
528
|
type: "http" | "sse";
|
|
529
|
+
url: string;
|
|
530
530
|
tools: string[] | "*";
|
|
531
531
|
headers?: Record<string, string> | undefined;
|
|
532
532
|
timeout?: number | undefined;
|
|
@@ -549,16 +549,16 @@ export declare const CustomAgentConfigSchema: z.ZodObject<{
|
|
|
549
549
|
tools: string[] | "*";
|
|
550
550
|
command: string;
|
|
551
551
|
args: string[];
|
|
552
|
-
type?: "local" | "stdio" | undefined;
|
|
553
552
|
timeout?: number | undefined;
|
|
553
|
+
type?: "local" | "stdio" | undefined;
|
|
554
554
|
env?: Record<string, string> | undefined;
|
|
555
555
|
cwd?: string | undefined;
|
|
556
556
|
}, {
|
|
557
557
|
tools: string[] | "*";
|
|
558
558
|
command: string;
|
|
559
559
|
args: string[];
|
|
560
|
-
type?: "local" | "stdio" | undefined;
|
|
561
560
|
timeout?: number | undefined;
|
|
561
|
+
type?: "local" | "stdio" | undefined;
|
|
562
562
|
env?: Record<string, string> | undefined;
|
|
563
563
|
cwd?: string | undefined;
|
|
564
564
|
}>, z.ZodObject<{
|
|
@@ -568,14 +568,14 @@ export declare const CustomAgentConfigSchema: z.ZodObject<{
|
|
|
568
568
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
569
569
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
570
570
|
}, "strip", z.ZodTypeAny, {
|
|
571
|
-
url: string;
|
|
572
571
|
type: "http" | "sse";
|
|
572
|
+
url: string;
|
|
573
573
|
tools: string[] | "*";
|
|
574
574
|
headers?: Record<string, string> | undefined;
|
|
575
575
|
timeout?: number | undefined;
|
|
576
576
|
}, {
|
|
577
|
-
url: string;
|
|
578
577
|
type: "http" | "sse";
|
|
578
|
+
url: string;
|
|
579
579
|
tools: string[] | "*";
|
|
580
580
|
headers?: Record<string, string> | undefined;
|
|
581
581
|
timeout?: number | undefined;
|
|
@@ -584,20 +584,20 @@ export declare const CustomAgentConfigSchema: z.ZodObject<{
|
|
|
584
584
|
}, "strip", z.ZodTypeAny, {
|
|
585
585
|
name: string;
|
|
586
586
|
prompt: string;
|
|
587
|
-
displayName?: string | undefined;
|
|
588
587
|
description?: string | undefined;
|
|
588
|
+
displayName?: string | undefined;
|
|
589
589
|
tools?: string[] | null | undefined;
|
|
590
590
|
mcpServers?: Record<string, {
|
|
591
591
|
tools: string[] | "*";
|
|
592
592
|
command: string;
|
|
593
593
|
args: string[];
|
|
594
|
-
type?: "local" | "stdio" | undefined;
|
|
595
594
|
timeout?: number | undefined;
|
|
595
|
+
type?: "local" | "stdio" | undefined;
|
|
596
596
|
env?: Record<string, string> | undefined;
|
|
597
597
|
cwd?: string | undefined;
|
|
598
598
|
} | {
|
|
599
|
-
url: string;
|
|
600
599
|
type: "http" | "sse";
|
|
600
|
+
url: string;
|
|
601
601
|
tools: string[] | "*";
|
|
602
602
|
headers?: Record<string, string> | undefined;
|
|
603
603
|
timeout?: number | undefined;
|
|
@@ -606,20 +606,20 @@ export declare const CustomAgentConfigSchema: z.ZodObject<{
|
|
|
606
606
|
}, {
|
|
607
607
|
name: string;
|
|
608
608
|
prompt: string;
|
|
609
|
-
displayName?: string | undefined;
|
|
610
609
|
description?: string | undefined;
|
|
610
|
+
displayName?: string | undefined;
|
|
611
611
|
tools?: string[] | null | undefined;
|
|
612
612
|
mcpServers?: Record<string, {
|
|
613
613
|
tools: string[] | "*";
|
|
614
614
|
command: string;
|
|
615
615
|
args: string[];
|
|
616
|
-
type?: "local" | "stdio" | undefined;
|
|
617
616
|
timeout?: number | undefined;
|
|
617
|
+
type?: "local" | "stdio" | undefined;
|
|
618
618
|
env?: Record<string, string> | undefined;
|
|
619
619
|
cwd?: string | undefined;
|
|
620
620
|
} | {
|
|
621
|
-
url: string;
|
|
622
621
|
type: "http" | "sse";
|
|
622
|
+
url: string;
|
|
623
623
|
tools: string[] | "*";
|
|
624
624
|
headers?: Record<string, string> | undefined;
|
|
625
625
|
timeout?: number | undefined;
|
|
@@ -728,16 +728,16 @@ export declare const SessionConfigSchema: z.ZodObject<{
|
|
|
728
728
|
tools: string[] | "*";
|
|
729
729
|
command: string;
|
|
730
730
|
args: string[];
|
|
731
|
-
type?: "local" | "stdio" | undefined;
|
|
732
731
|
timeout?: number | undefined;
|
|
732
|
+
type?: "local" | "stdio" | undefined;
|
|
733
733
|
env?: Record<string, string> | undefined;
|
|
734
734
|
cwd?: string | undefined;
|
|
735
735
|
}, {
|
|
736
736
|
tools: string[] | "*";
|
|
737
737
|
command: string;
|
|
738
738
|
args: string[];
|
|
739
|
-
type?: "local" | "stdio" | undefined;
|
|
740
739
|
timeout?: number | undefined;
|
|
740
|
+
type?: "local" | "stdio" | undefined;
|
|
741
741
|
env?: Record<string, string> | undefined;
|
|
742
742
|
cwd?: string | undefined;
|
|
743
743
|
}>, z.ZodObject<{
|
|
@@ -747,14 +747,14 @@ export declare const SessionConfigSchema: z.ZodObject<{
|
|
|
747
747
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
748
748
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
749
749
|
}, "strip", z.ZodTypeAny, {
|
|
750
|
-
url: string;
|
|
751
750
|
type: "http" | "sse";
|
|
751
|
+
url: string;
|
|
752
752
|
tools: string[] | "*";
|
|
753
753
|
headers?: Record<string, string> | undefined;
|
|
754
754
|
timeout?: number | undefined;
|
|
755
755
|
}, {
|
|
756
|
-
url: string;
|
|
757
756
|
type: "http" | "sse";
|
|
757
|
+
url: string;
|
|
758
758
|
tools: string[] | "*";
|
|
759
759
|
headers?: Record<string, string> | undefined;
|
|
760
760
|
timeout?: number | undefined;
|
|
@@ -777,16 +777,16 @@ export declare const SessionConfigSchema: z.ZodObject<{
|
|
|
777
777
|
tools: string[] | "*";
|
|
778
778
|
command: string;
|
|
779
779
|
args: string[];
|
|
780
|
-
type?: "local" | "stdio" | undefined;
|
|
781
780
|
timeout?: number | undefined;
|
|
781
|
+
type?: "local" | "stdio" | undefined;
|
|
782
782
|
env?: Record<string, string> | undefined;
|
|
783
783
|
cwd?: string | undefined;
|
|
784
784
|
}, {
|
|
785
785
|
tools: string[] | "*";
|
|
786
786
|
command: string;
|
|
787
787
|
args: string[];
|
|
788
|
-
type?: "local" | "stdio" | undefined;
|
|
789
788
|
timeout?: number | undefined;
|
|
789
|
+
type?: "local" | "stdio" | undefined;
|
|
790
790
|
env?: Record<string, string> | undefined;
|
|
791
791
|
cwd?: string | undefined;
|
|
792
792
|
}>, z.ZodObject<{
|
|
@@ -796,14 +796,14 @@ export declare const SessionConfigSchema: z.ZodObject<{
|
|
|
796
796
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
797
797
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
798
798
|
}, "strip", z.ZodTypeAny, {
|
|
799
|
-
url: string;
|
|
800
799
|
type: "http" | "sse";
|
|
800
|
+
url: string;
|
|
801
801
|
tools: string[] | "*";
|
|
802
802
|
headers?: Record<string, string> | undefined;
|
|
803
803
|
timeout?: number | undefined;
|
|
804
804
|
}, {
|
|
805
|
-
url: string;
|
|
806
805
|
type: "http" | "sse";
|
|
806
|
+
url: string;
|
|
807
807
|
tools: string[] | "*";
|
|
808
808
|
headers?: Record<string, string> | undefined;
|
|
809
809
|
timeout?: number | undefined;
|
|
@@ -812,20 +812,20 @@ export declare const SessionConfigSchema: z.ZodObject<{
|
|
|
812
812
|
}, "strip", z.ZodTypeAny, {
|
|
813
813
|
name: string;
|
|
814
814
|
prompt: string;
|
|
815
|
-
displayName?: string | undefined;
|
|
816
815
|
description?: string | undefined;
|
|
816
|
+
displayName?: string | undefined;
|
|
817
817
|
tools?: string[] | null | undefined;
|
|
818
818
|
mcpServers?: Record<string, {
|
|
819
819
|
tools: string[] | "*";
|
|
820
820
|
command: string;
|
|
821
821
|
args: string[];
|
|
822
|
-
type?: "local" | "stdio" | undefined;
|
|
823
822
|
timeout?: number | undefined;
|
|
823
|
+
type?: "local" | "stdio" | undefined;
|
|
824
824
|
env?: Record<string, string> | undefined;
|
|
825
825
|
cwd?: string | undefined;
|
|
826
826
|
} | {
|
|
827
|
-
url: string;
|
|
828
827
|
type: "http" | "sse";
|
|
828
|
+
url: string;
|
|
829
829
|
tools: string[] | "*";
|
|
830
830
|
headers?: Record<string, string> | undefined;
|
|
831
831
|
timeout?: number | undefined;
|
|
@@ -834,20 +834,20 @@ export declare const SessionConfigSchema: z.ZodObject<{
|
|
|
834
834
|
}, {
|
|
835
835
|
name: string;
|
|
836
836
|
prompt: string;
|
|
837
|
-
displayName?: string | undefined;
|
|
838
837
|
description?: string | undefined;
|
|
838
|
+
displayName?: string | undefined;
|
|
839
839
|
tools?: string[] | null | undefined;
|
|
840
840
|
mcpServers?: Record<string, {
|
|
841
841
|
tools: string[] | "*";
|
|
842
842
|
command: string;
|
|
843
843
|
args: string[];
|
|
844
|
-
type?: "local" | "stdio" | undefined;
|
|
845
844
|
timeout?: number | undefined;
|
|
845
|
+
type?: "local" | "stdio" | undefined;
|
|
846
846
|
env?: Record<string, string> | undefined;
|
|
847
847
|
cwd?: string | undefined;
|
|
848
848
|
} | {
|
|
849
|
-
url: string;
|
|
850
849
|
type: "http" | "sse";
|
|
850
|
+
url: string;
|
|
851
851
|
tools: string[] | "*";
|
|
852
852
|
headers?: Record<string, string> | undefined;
|
|
853
853
|
timeout?: number | undefined;
|
|
@@ -870,6 +870,7 @@ export declare const SessionConfigSchema: z.ZodObject<{
|
|
|
870
870
|
bufferExhaustionThreshold?: number | undefined;
|
|
871
871
|
}>>;
|
|
872
872
|
}, "strip", z.ZodTypeAny, {
|
|
873
|
+
streaming?: boolean | undefined;
|
|
873
874
|
provider?: {
|
|
874
875
|
baseUrl: string;
|
|
875
876
|
type?: "openai" | "anthropic" | "azure" | undefined;
|
|
@@ -880,18 +881,17 @@ export declare const SessionConfigSchema: z.ZodObject<{
|
|
|
880
881
|
wireApi?: "completions" | "responses" | undefined;
|
|
881
882
|
bearerToken?: string | undefined;
|
|
882
883
|
} | undefined;
|
|
883
|
-
streaming?: boolean | undefined;
|
|
884
884
|
mcpServers?: Record<string, {
|
|
885
885
|
tools: string[] | "*";
|
|
886
886
|
command: string;
|
|
887
887
|
args: string[];
|
|
888
|
-
type?: "local" | "stdio" | undefined;
|
|
889
888
|
timeout?: number | undefined;
|
|
889
|
+
type?: "local" | "stdio" | undefined;
|
|
890
890
|
env?: Record<string, string> | undefined;
|
|
891
891
|
cwd?: string | undefined;
|
|
892
892
|
} | {
|
|
893
|
-
url: string;
|
|
894
893
|
type: "http" | "sse";
|
|
894
|
+
url: string;
|
|
895
895
|
tools: string[] | "*";
|
|
896
896
|
headers?: Record<string, string> | undefined;
|
|
897
897
|
timeout?: number | undefined;
|
|
@@ -899,20 +899,20 @@ export declare const SessionConfigSchema: z.ZodObject<{
|
|
|
899
899
|
customAgents?: {
|
|
900
900
|
name: string;
|
|
901
901
|
prompt: string;
|
|
902
|
-
displayName?: string | undefined;
|
|
903
902
|
description?: string | undefined;
|
|
903
|
+
displayName?: string | undefined;
|
|
904
904
|
tools?: string[] | null | undefined;
|
|
905
905
|
mcpServers?: Record<string, {
|
|
906
906
|
tools: string[] | "*";
|
|
907
907
|
command: string;
|
|
908
908
|
args: string[];
|
|
909
|
-
type?: "local" | "stdio" | undefined;
|
|
910
909
|
timeout?: number | undefined;
|
|
910
|
+
type?: "local" | "stdio" | undefined;
|
|
911
911
|
env?: Record<string, string> | undefined;
|
|
912
912
|
cwd?: string | undefined;
|
|
913
913
|
} | {
|
|
914
|
-
url: string;
|
|
915
914
|
type: "http" | "sse";
|
|
915
|
+
url: string;
|
|
916
916
|
tools: string[] | "*";
|
|
917
917
|
headers?: Record<string, string> | undefined;
|
|
918
918
|
timeout?: number | undefined;
|
|
@@ -939,6 +939,7 @@ export declare const SessionConfigSchema: z.ZodObject<{
|
|
|
939
939
|
bufferExhaustionThreshold?: number | undefined;
|
|
940
940
|
} | undefined;
|
|
941
941
|
}, {
|
|
942
|
+
streaming?: boolean | undefined;
|
|
942
943
|
provider?: {
|
|
943
944
|
baseUrl: string;
|
|
944
945
|
type?: "openai" | "anthropic" | "azure" | undefined;
|
|
@@ -949,18 +950,17 @@ export declare const SessionConfigSchema: z.ZodObject<{
|
|
|
949
950
|
wireApi?: "completions" | "responses" | undefined;
|
|
950
951
|
bearerToken?: string | undefined;
|
|
951
952
|
} | undefined;
|
|
952
|
-
streaming?: boolean | undefined;
|
|
953
953
|
mcpServers?: Record<string, {
|
|
954
954
|
tools: string[] | "*";
|
|
955
955
|
command: string;
|
|
956
956
|
args: string[];
|
|
957
|
-
type?: "local" | "stdio" | undefined;
|
|
958
957
|
timeout?: number | undefined;
|
|
958
|
+
type?: "local" | "stdio" | undefined;
|
|
959
959
|
env?: Record<string, string> | undefined;
|
|
960
960
|
cwd?: string | undefined;
|
|
961
961
|
} | {
|
|
962
|
-
url: string;
|
|
963
962
|
type: "http" | "sse";
|
|
963
|
+
url: string;
|
|
964
964
|
tools: string[] | "*";
|
|
965
965
|
headers?: Record<string, string> | undefined;
|
|
966
966
|
timeout?: number | undefined;
|
|
@@ -968,20 +968,20 @@ export declare const SessionConfigSchema: z.ZodObject<{
|
|
|
968
968
|
customAgents?: {
|
|
969
969
|
name: string;
|
|
970
970
|
prompt: string;
|
|
971
|
-
displayName?: string | undefined;
|
|
972
971
|
description?: string | undefined;
|
|
972
|
+
displayName?: string | undefined;
|
|
973
973
|
tools?: string[] | null | undefined;
|
|
974
974
|
mcpServers?: Record<string, {
|
|
975
975
|
tools: string[] | "*";
|
|
976
976
|
command: string;
|
|
977
977
|
args: string[];
|
|
978
|
-
type?: "local" | "stdio" | undefined;
|
|
979
978
|
timeout?: number | undefined;
|
|
979
|
+
type?: "local" | "stdio" | undefined;
|
|
980
980
|
env?: Record<string, string> | undefined;
|
|
981
981
|
cwd?: string | undefined;
|
|
982
982
|
} | {
|
|
983
|
-
url: string;
|
|
984
983
|
type: "http" | "sse";
|
|
984
|
+
url: string;
|
|
985
985
|
tools: string[] | "*";
|
|
986
986
|
headers?: Record<string, string> | undefined;
|
|
987
987
|
timeout?: number | undefined;
|
|
@@ -36,28 +36,28 @@ export declare const CopilotChatSchema: z.ZodObject<{
|
|
|
36
36
|
excludeFiles: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
|
38
38
|
prompt: string;
|
|
39
|
-
streaming?: boolean | undefined;
|
|
40
|
-
excludeFiles?: string[] | undefined;
|
|
41
|
-
model?: string | undefined;
|
|
42
|
-
sessionId?: string | undefined;
|
|
43
39
|
attachments?: {
|
|
44
40
|
type: "file" | "directory";
|
|
45
41
|
path: string;
|
|
46
42
|
displayName?: string | undefined;
|
|
47
43
|
}[] | undefined;
|
|
48
|
-
systemMessage?: string | undefined;
|
|
49
|
-
}, {
|
|
50
|
-
prompt: string;
|
|
51
44
|
streaming?: boolean | undefined;
|
|
52
|
-
excludeFiles?: string[] | undefined;
|
|
53
45
|
model?: string | undefined;
|
|
46
|
+
systemMessage?: string | undefined;
|
|
47
|
+
excludeFiles?: string[] | undefined;
|
|
54
48
|
sessionId?: string | undefined;
|
|
49
|
+
}, {
|
|
50
|
+
prompt: string;
|
|
55
51
|
attachments?: {
|
|
56
52
|
type: "file" | "directory";
|
|
57
53
|
path: string;
|
|
58
54
|
displayName?: string | undefined;
|
|
59
55
|
}[] | undefined;
|
|
56
|
+
streaming?: boolean | undefined;
|
|
57
|
+
model?: string | undefined;
|
|
60
58
|
systemMessage?: string | undefined;
|
|
59
|
+
excludeFiles?: string[] | undefined;
|
|
60
|
+
sessionId?: string | undefined;
|
|
61
61
|
}>;
|
|
62
62
|
/**
|
|
63
63
|
* Schema for copilot.codeReview action
|
|
@@ -71,14 +71,14 @@ export declare const CopilotCodeReviewSchema: z.ZodObject<{
|
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
prompt: string;
|
|
73
73
|
excludeFiles?: string[] | undefined;
|
|
74
|
-
outputFormat?: "json" | "markdown" | undefined;
|
|
75
74
|
files?: string[] | undefined;
|
|
75
|
+
outputFormat?: "json" | "markdown" | undefined;
|
|
76
76
|
focusAreas?: string[] | undefined;
|
|
77
77
|
}, {
|
|
78
78
|
prompt: string;
|
|
79
79
|
excludeFiles?: string[] | undefined;
|
|
80
|
-
outputFormat?: "json" | "markdown" | undefined;
|
|
81
80
|
files?: string[] | undefined;
|
|
81
|
+
outputFormat?: "json" | "markdown" | undefined;
|
|
82
82
|
focusAreas?: string[] | undefined;
|
|
83
83
|
}>;
|
|
84
84
|
/**
|
|
@@ -128,9 +128,9 @@ export declare const CopilotWithToolsSchema: z.ZodObject<{
|
|
|
128
128
|
parameters?: Record<string, unknown> | undefined;
|
|
129
129
|
}[];
|
|
130
130
|
prompt: string;
|
|
131
|
-
excludeFiles?: string[] | undefined;
|
|
132
131
|
model?: string | undefined;
|
|
133
132
|
systemMessage?: string | undefined;
|
|
133
|
+
excludeFiles?: string[] | undefined;
|
|
134
134
|
}, {
|
|
135
135
|
tools: {
|
|
136
136
|
name: string;
|
|
@@ -138,9 +138,9 @@ export declare const CopilotWithToolsSchema: z.ZodObject<{
|
|
|
138
138
|
parameters?: Record<string, unknown> | undefined;
|
|
139
139
|
}[];
|
|
140
140
|
prompt: string;
|
|
141
|
-
excludeFiles?: string[] | undefined;
|
|
142
141
|
model?: string | undefined;
|
|
143
142
|
systemMessage?: string | undefined;
|
|
143
|
+
excludeFiles?: string[] | undefined;
|
|
144
144
|
}>;
|
|
145
145
|
/**
|
|
146
146
|
* Schema for copilot.withAgents action
|
|
@@ -156,15 +156,15 @@ export declare const CopilotWithAgentsSchema: z.ZodObject<{
|
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
157
|
name: string;
|
|
158
158
|
prompt: string;
|
|
159
|
-
tools?: string[] | undefined;
|
|
160
|
-
description?: string | undefined;
|
|
161
159
|
displayName?: string | undefined;
|
|
160
|
+
description?: string | undefined;
|
|
161
|
+
tools?: string[] | undefined;
|
|
162
162
|
}, {
|
|
163
163
|
name: string;
|
|
164
164
|
prompt: string;
|
|
165
|
-
tools?: string[] | undefined;
|
|
166
|
-
description?: string | undefined;
|
|
167
165
|
displayName?: string | undefined;
|
|
166
|
+
description?: string | undefined;
|
|
167
|
+
tools?: string[] | undefined;
|
|
168
168
|
}>, "many">;
|
|
169
169
|
model: z.ZodOptional<z.ZodString>;
|
|
170
170
|
excludeFiles: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -173,23 +173,23 @@ export declare const CopilotWithAgentsSchema: z.ZodObject<{
|
|
|
173
173
|
agents: {
|
|
174
174
|
name: string;
|
|
175
175
|
prompt: string;
|
|
176
|
-
tools?: string[] | undefined;
|
|
177
|
-
description?: string | undefined;
|
|
178
176
|
displayName?: string | undefined;
|
|
177
|
+
description?: string | undefined;
|
|
178
|
+
tools?: string[] | undefined;
|
|
179
179
|
}[];
|
|
180
|
-
excludeFiles?: string[] | undefined;
|
|
181
180
|
model?: string | undefined;
|
|
181
|
+
excludeFiles?: string[] | undefined;
|
|
182
182
|
}, {
|
|
183
183
|
prompt: string;
|
|
184
184
|
agents: {
|
|
185
185
|
name: string;
|
|
186
186
|
prompt: string;
|
|
187
|
-
tools?: string[] | undefined;
|
|
188
|
-
description?: string | undefined;
|
|
189
187
|
displayName?: string | undefined;
|
|
188
|
+
description?: string | undefined;
|
|
189
|
+
tools?: string[] | undefined;
|
|
190
190
|
}[];
|
|
191
|
-
excludeFiles?: string[] | undefined;
|
|
192
191
|
model?: string | undefined;
|
|
192
|
+
excludeFiles?: string[] | undefined;
|
|
193
193
|
}>;
|
|
194
194
|
/**
|
|
195
195
|
* Schema for copilot.withMcp action
|
|
@@ -220,14 +220,14 @@ export declare const CopilotWithMcpSchema: z.ZodObject<{
|
|
|
220
220
|
url: z.ZodString;
|
|
221
221
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
222
222
|
}, "strip", z.ZodTypeAny, {
|
|
223
|
-
tools: string[] | "*";
|
|
224
223
|
type: "http" | "sse";
|
|
225
224
|
url: string;
|
|
225
|
+
tools: string[] | "*";
|
|
226
226
|
headers?: Record<string, string> | undefined;
|
|
227
227
|
}, {
|
|
228
|
-
tools: string[] | "*";
|
|
229
228
|
type: "http" | "sse";
|
|
230
229
|
url: string;
|
|
230
|
+
tools: string[] | "*";
|
|
231
231
|
headers?: Record<string, string> | undefined;
|
|
232
232
|
}>]>>;
|
|
233
233
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -240,14 +240,14 @@ export declare const CopilotWithMcpSchema: z.ZodObject<{
|
|
|
240
240
|
type?: "local" | "stdio" | undefined;
|
|
241
241
|
env?: Record<string, string> | undefined;
|
|
242
242
|
} | {
|
|
243
|
-
tools: string[] | "*";
|
|
244
243
|
type: "http" | "sse";
|
|
245
244
|
url: string;
|
|
245
|
+
tools: string[] | "*";
|
|
246
246
|
headers?: Record<string, string> | undefined;
|
|
247
247
|
}>;
|
|
248
248
|
prompt: string;
|
|
249
|
-
excludeFiles?: string[] | undefined;
|
|
250
249
|
model?: string | undefined;
|
|
250
|
+
excludeFiles?: string[] | undefined;
|
|
251
251
|
}, {
|
|
252
252
|
mcpServers: Record<string, {
|
|
253
253
|
tools: string[] | "*";
|
|
@@ -256,14 +256,14 @@ export declare const CopilotWithMcpSchema: z.ZodObject<{
|
|
|
256
256
|
type?: "local" | "stdio" | undefined;
|
|
257
257
|
env?: Record<string, string> | undefined;
|
|
258
258
|
} | {
|
|
259
|
-
tools: string[] | "*";
|
|
260
259
|
type: "http" | "sse";
|
|
261
260
|
url: string;
|
|
261
|
+
tools: string[] | "*";
|
|
262
262
|
headers?: Record<string, string> | undefined;
|
|
263
263
|
}>;
|
|
264
264
|
prompt: string;
|
|
265
|
-
excludeFiles?: string[] | undefined;
|
|
266
265
|
model?: string | undefined;
|
|
266
|
+
excludeFiles?: string[] | undefined;
|
|
267
267
|
}>;
|
|
268
268
|
/**
|
|
269
269
|
* Schema for copilot.listModels action
|