@roo-code/types 1.71.0 → 1.72.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.
- package/dist/index.cjs +6 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +60 -189
- package/dist/index.d.ts +60 -189
- package/dist/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -57,7 +57,7 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
57
57
|
contextTokens: number;
|
|
58
58
|
totalCacheWrites?: number | undefined;
|
|
59
59
|
totalCacheReads?: number | undefined;
|
|
60
|
-
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "generate_image"]>, z.ZodObject<{
|
|
60
|
+
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>, z.ZodObject<{
|
|
61
61
|
attempts: z.ZodNumber;
|
|
62
62
|
failures: z.ZodNumber;
|
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -285,7 +285,7 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
285
285
|
taskModeSwitched: z.ZodTuple<[z.ZodString, z.ZodString], null>;
|
|
286
286
|
taskAskResponded: z.ZodTuple<[z.ZodString], null>;
|
|
287
287
|
taskUserMessage: z.ZodTuple<[z.ZodString], null>;
|
|
288
|
-
taskToolFailed: z.ZodTuple<[z.ZodString, z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "generate_image"]>, z.ZodString], null>;
|
|
288
|
+
taskToolFailed: z.ZodTuple<[z.ZodString, z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>, z.ZodString], null>;
|
|
289
289
|
taskTokenUsageUpdated: z.ZodTuple<[z.ZodString, z.ZodObject<{
|
|
290
290
|
totalTokensIn: z.ZodNumber;
|
|
291
291
|
totalTokensOut: z.ZodNumber;
|
|
@@ -329,7 +329,7 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
329
329
|
contextTokens: number;
|
|
330
330
|
totalCacheWrites?: number | undefined;
|
|
331
331
|
totalCacheReads?: number | undefined;
|
|
332
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", {
|
|
332
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
|
|
333
333
|
attempts: number;
|
|
334
334
|
failures: number;
|
|
335
335
|
}>>, {
|
|
@@ -391,7 +391,7 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
391
391
|
totalCacheWrites?: number | undefined;
|
|
392
392
|
totalCacheReads?: number | undefined;
|
|
393
393
|
}];
|
|
394
|
-
taskToolFailed: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", string];
|
|
394
|
+
taskToolFailed: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", string];
|
|
395
395
|
modeChanged: [string];
|
|
396
396
|
providerProfileChanged: [{
|
|
397
397
|
name: string;
|
|
@@ -407,7 +407,7 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
407
407
|
contextTokens: number;
|
|
408
408
|
totalCacheWrites?: number | undefined;
|
|
409
409
|
totalCacheReads?: number | undefined;
|
|
410
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", {
|
|
410
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
|
|
411
411
|
attempts: number;
|
|
412
412
|
failures: number;
|
|
413
413
|
}>>, {
|
|
@@ -469,7 +469,7 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
469
469
|
totalCacheWrites?: number | undefined;
|
|
470
470
|
totalCacheReads?: number | undefined;
|
|
471
471
|
}];
|
|
472
|
-
taskToolFailed: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", string];
|
|
472
|
+
taskToolFailed: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", string];
|
|
473
473
|
modeChanged: [string];
|
|
474
474
|
providerProfileChanged: [{
|
|
475
475
|
name: string;
|
|
@@ -527,7 +527,7 @@ declare const taskEventSchema: z.ZodDiscriminatedUnion<"eventName", [z.ZodObject
|
|
|
527
527
|
contextTokens: number;
|
|
528
528
|
totalCacheWrites?: number | undefined;
|
|
529
529
|
totalCacheReads?: number | undefined;
|
|
530
|
-
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "generate_image"]>, z.ZodObject<{
|
|
530
|
+
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>, z.ZodObject<{
|
|
531
531
|
attempts: z.ZodNumber;
|
|
532
532
|
failures: z.ZodNumber;
|
|
533
533
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -553,7 +553,7 @@ declare const taskEventSchema: z.ZodDiscriminatedUnion<"eventName", [z.ZodObject
|
|
|
553
553
|
contextTokens: number;
|
|
554
554
|
totalCacheWrites?: number | undefined;
|
|
555
555
|
totalCacheReads?: number | undefined;
|
|
556
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", {
|
|
556
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
|
|
557
557
|
attempts: number;
|
|
558
558
|
failures: number;
|
|
559
559
|
}>>, {
|
|
@@ -569,7 +569,7 @@ declare const taskEventSchema: z.ZodDiscriminatedUnion<"eventName", [z.ZodObject
|
|
|
569
569
|
contextTokens: number;
|
|
570
570
|
totalCacheWrites?: number | undefined;
|
|
571
571
|
totalCacheReads?: number | undefined;
|
|
572
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", {
|
|
572
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
|
|
573
573
|
attempts: number;
|
|
574
574
|
failures: number;
|
|
575
575
|
}>>, {
|
|
@@ -1000,15 +1000,15 @@ declare const taskEventSchema: z.ZodDiscriminatedUnion<"eventName", [z.ZodObject
|
|
|
1000
1000
|
taskId?: number | undefined;
|
|
1001
1001
|
}>, z.ZodObject<{
|
|
1002
1002
|
eventName: z.ZodLiteral<RooCodeEventName.TaskToolFailed>;
|
|
1003
|
-
payload: z.ZodTuple<[z.ZodString, z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "generate_image"]>, z.ZodString], null>;
|
|
1003
|
+
payload: z.ZodTuple<[z.ZodString, z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>, z.ZodString], null>;
|
|
1004
1004
|
taskId: z.ZodOptional<z.ZodNumber>;
|
|
1005
1005
|
}, "strip", z.ZodTypeAny, {
|
|
1006
1006
|
eventName: RooCodeEventName.TaskToolFailed;
|
|
1007
|
-
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", string];
|
|
1007
|
+
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", string];
|
|
1008
1008
|
taskId?: number | undefined;
|
|
1009
1009
|
}, {
|
|
1010
1010
|
eventName: RooCodeEventName.TaskToolFailed;
|
|
1011
|
-
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", string];
|
|
1011
|
+
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", string];
|
|
1012
1012
|
taskId?: number | undefined;
|
|
1013
1013
|
}>, z.ZodObject<{
|
|
1014
1014
|
eventName: z.ZodLiteral<RooCodeEventName.TaskTokenUsageUpdated>;
|
|
@@ -6585,16 +6585,19 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6585
6585
|
multiFileApplyDiff: z.ZodOptional<z.ZodBoolean>;
|
|
6586
6586
|
preventFocusDisruption: z.ZodOptional<z.ZodBoolean>;
|
|
6587
6587
|
imageGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
6588
|
+
runSlashCommand: z.ZodOptional<z.ZodBoolean>;
|
|
6588
6589
|
}, "strip", z.ZodTypeAny, {
|
|
6589
6590
|
powerSteering?: boolean | undefined;
|
|
6590
6591
|
multiFileApplyDiff?: boolean | undefined;
|
|
6591
6592
|
preventFocusDisruption?: boolean | undefined;
|
|
6592
6593
|
imageGeneration?: boolean | undefined;
|
|
6594
|
+
runSlashCommand?: boolean | undefined;
|
|
6593
6595
|
}, {
|
|
6594
6596
|
powerSteering?: boolean | undefined;
|
|
6595
6597
|
multiFileApplyDiff?: boolean | undefined;
|
|
6596
6598
|
preventFocusDisruption?: boolean | undefined;
|
|
6597
6599
|
imageGeneration?: boolean | undefined;
|
|
6600
|
+
runSlashCommand?: boolean | undefined;
|
|
6598
6601
|
}>>;
|
|
6599
6602
|
codebaseIndexModels: z.ZodOptional<z.ZodObject<{
|
|
6600
6603
|
openai: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -6904,6 +6907,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6904
6907
|
multiFileApplyDiff?: boolean | undefined;
|
|
6905
6908
|
preventFocusDisruption?: boolean | undefined;
|
|
6906
6909
|
imageGeneration?: boolean | undefined;
|
|
6910
|
+
runSlashCommand?: boolean | undefined;
|
|
6907
6911
|
} | undefined;
|
|
6908
6912
|
codebaseIndexModels?: {
|
|
6909
6913
|
openai?: Record<string, {
|
|
@@ -7068,6 +7072,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
7068
7072
|
multiFileApplyDiff?: boolean | undefined;
|
|
7069
7073
|
preventFocusDisruption?: boolean | undefined;
|
|
7070
7074
|
imageGeneration?: boolean | undefined;
|
|
7075
|
+
runSlashCommand?: boolean | undefined;
|
|
7071
7076
|
} | undefined;
|
|
7072
7077
|
codebaseIndexModels?: {
|
|
7073
7078
|
openai?: Record<string, {
|
|
@@ -7491,16 +7496,19 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7491
7496
|
multiFileApplyDiff: z.ZodOptional<z.ZodBoolean>;
|
|
7492
7497
|
preventFocusDisruption: z.ZodOptional<z.ZodBoolean>;
|
|
7493
7498
|
imageGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
7499
|
+
runSlashCommand: z.ZodOptional<z.ZodBoolean>;
|
|
7494
7500
|
}, "strip", z.ZodTypeAny, {
|
|
7495
7501
|
powerSteering?: boolean | undefined;
|
|
7496
7502
|
multiFileApplyDiff?: boolean | undefined;
|
|
7497
7503
|
preventFocusDisruption?: boolean | undefined;
|
|
7498
7504
|
imageGeneration?: boolean | undefined;
|
|
7505
|
+
runSlashCommand?: boolean | undefined;
|
|
7499
7506
|
}, {
|
|
7500
7507
|
powerSteering?: boolean | undefined;
|
|
7501
7508
|
multiFileApplyDiff?: boolean | undefined;
|
|
7502
7509
|
preventFocusDisruption?: boolean | undefined;
|
|
7503
7510
|
imageGeneration?: boolean | undefined;
|
|
7511
|
+
runSlashCommand?: boolean | undefined;
|
|
7504
7512
|
}>>;
|
|
7505
7513
|
codebaseIndexModels: z.ZodOptional<z.ZodObject<{
|
|
7506
7514
|
openai: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -7957,6 +7965,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7957
7965
|
multiFileApplyDiff?: boolean | undefined;
|
|
7958
7966
|
preventFocusDisruption?: boolean | undefined;
|
|
7959
7967
|
imageGeneration?: boolean | undefined;
|
|
7968
|
+
runSlashCommand?: boolean | undefined;
|
|
7960
7969
|
} | undefined;
|
|
7961
7970
|
codebaseIndexModels?: {
|
|
7962
7971
|
openai?: Record<string, {
|
|
@@ -8268,6 +8277,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8268
8277
|
multiFileApplyDiff?: boolean | undefined;
|
|
8269
8278
|
preventFocusDisruption?: boolean | undefined;
|
|
8270
8279
|
imageGeneration?: boolean | undefined;
|
|
8280
|
+
runSlashCommand?: boolean | undefined;
|
|
8271
8281
|
} | undefined;
|
|
8272
8282
|
codebaseIndexModels?: {
|
|
8273
8283
|
openai?: Record<string, {
|
|
@@ -8759,16 +8769,19 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8759
8769
|
multiFileApplyDiff: z.ZodOptional<z.ZodBoolean>;
|
|
8760
8770
|
preventFocusDisruption: z.ZodOptional<z.ZodBoolean>;
|
|
8761
8771
|
imageGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
8772
|
+
runSlashCommand: z.ZodOptional<z.ZodBoolean>;
|
|
8762
8773
|
}, "strip", z.ZodTypeAny, {
|
|
8763
8774
|
powerSteering?: boolean | undefined;
|
|
8764
8775
|
multiFileApplyDiff?: boolean | undefined;
|
|
8765
8776
|
preventFocusDisruption?: boolean | undefined;
|
|
8766
8777
|
imageGeneration?: boolean | undefined;
|
|
8778
|
+
runSlashCommand?: boolean | undefined;
|
|
8767
8779
|
}, {
|
|
8768
8780
|
powerSteering?: boolean | undefined;
|
|
8769
8781
|
multiFileApplyDiff?: boolean | undefined;
|
|
8770
8782
|
preventFocusDisruption?: boolean | undefined;
|
|
8771
8783
|
imageGeneration?: boolean | undefined;
|
|
8784
|
+
runSlashCommand?: boolean | undefined;
|
|
8772
8785
|
}>>;
|
|
8773
8786
|
codebaseIndexModels: z.ZodOptional<z.ZodObject<{
|
|
8774
8787
|
openai: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -9225,6 +9238,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9225
9238
|
multiFileApplyDiff?: boolean | undefined;
|
|
9226
9239
|
preventFocusDisruption?: boolean | undefined;
|
|
9227
9240
|
imageGeneration?: boolean | undefined;
|
|
9241
|
+
runSlashCommand?: boolean | undefined;
|
|
9228
9242
|
} | undefined;
|
|
9229
9243
|
codebaseIndexModels?: {
|
|
9230
9244
|
openai?: Record<string, {
|
|
@@ -9536,6 +9550,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9536
9550
|
multiFileApplyDiff?: boolean | undefined;
|
|
9537
9551
|
preventFocusDisruption?: boolean | undefined;
|
|
9538
9552
|
imageGeneration?: boolean | undefined;
|
|
9553
|
+
runSlashCommand?: boolean | undefined;
|
|
9539
9554
|
} | undefined;
|
|
9540
9555
|
codebaseIndexModels?: {
|
|
9541
9556
|
openai?: Record<string, {
|
|
@@ -9853,6 +9868,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9853
9868
|
multiFileApplyDiff?: boolean | undefined;
|
|
9854
9869
|
preventFocusDisruption?: boolean | undefined;
|
|
9855
9870
|
imageGeneration?: boolean | undefined;
|
|
9871
|
+
runSlashCommand?: boolean | undefined;
|
|
9856
9872
|
} | undefined;
|
|
9857
9873
|
codebaseIndexModels?: {
|
|
9858
9874
|
openai?: Record<string, {
|
|
@@ -10169,6 +10185,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10169
10185
|
multiFileApplyDiff?: boolean | undefined;
|
|
10170
10186
|
preventFocusDisruption?: boolean | undefined;
|
|
10171
10187
|
imageGeneration?: boolean | undefined;
|
|
10188
|
+
runSlashCommand?: boolean | undefined;
|
|
10172
10189
|
} | undefined;
|
|
10173
10190
|
codebaseIndexModels?: {
|
|
10174
10191
|
openai?: Record<string, {
|
|
@@ -10488,6 +10505,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10488
10505
|
multiFileApplyDiff?: boolean | undefined;
|
|
10489
10506
|
preventFocusDisruption?: boolean | undefined;
|
|
10490
10507
|
imageGeneration?: boolean | undefined;
|
|
10508
|
+
runSlashCommand?: boolean | undefined;
|
|
10491
10509
|
} | undefined;
|
|
10492
10510
|
codebaseIndexModels?: {
|
|
10493
10511
|
openai?: Record<string, {
|
|
@@ -10807,6 +10825,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10807
10825
|
multiFileApplyDiff?: boolean | undefined;
|
|
10808
10826
|
preventFocusDisruption?: boolean | undefined;
|
|
10809
10827
|
imageGeneration?: boolean | undefined;
|
|
10828
|
+
runSlashCommand?: boolean | undefined;
|
|
10810
10829
|
} | undefined;
|
|
10811
10830
|
codebaseIndexModels?: {
|
|
10812
10831
|
openai?: Record<string, {
|
|
@@ -11299,16 +11318,19 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11299
11318
|
multiFileApplyDiff: z.ZodOptional<z.ZodBoolean>;
|
|
11300
11319
|
preventFocusDisruption: z.ZodOptional<z.ZodBoolean>;
|
|
11301
11320
|
imageGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
11321
|
+
runSlashCommand: z.ZodOptional<z.ZodBoolean>;
|
|
11302
11322
|
}, "strip", z.ZodTypeAny, {
|
|
11303
11323
|
powerSteering?: boolean | undefined;
|
|
11304
11324
|
multiFileApplyDiff?: boolean | undefined;
|
|
11305
11325
|
preventFocusDisruption?: boolean | undefined;
|
|
11306
11326
|
imageGeneration?: boolean | undefined;
|
|
11327
|
+
runSlashCommand?: boolean | undefined;
|
|
11307
11328
|
}, {
|
|
11308
11329
|
powerSteering?: boolean | undefined;
|
|
11309
11330
|
multiFileApplyDiff?: boolean | undefined;
|
|
11310
11331
|
preventFocusDisruption?: boolean | undefined;
|
|
11311
11332
|
imageGeneration?: boolean | undefined;
|
|
11333
|
+
runSlashCommand?: boolean | undefined;
|
|
11312
11334
|
}>>;
|
|
11313
11335
|
codebaseIndexModels: z.ZodOptional<z.ZodObject<{
|
|
11314
11336
|
openai: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -11765,6 +11787,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11765
11787
|
multiFileApplyDiff?: boolean | undefined;
|
|
11766
11788
|
preventFocusDisruption?: boolean | undefined;
|
|
11767
11789
|
imageGeneration?: boolean | undefined;
|
|
11790
|
+
runSlashCommand?: boolean | undefined;
|
|
11768
11791
|
} | undefined;
|
|
11769
11792
|
codebaseIndexModels?: {
|
|
11770
11793
|
openai?: Record<string, {
|
|
@@ -12076,6 +12099,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12076
12099
|
multiFileApplyDiff?: boolean | undefined;
|
|
12077
12100
|
preventFocusDisruption?: boolean | undefined;
|
|
12078
12101
|
imageGeneration?: boolean | undefined;
|
|
12102
|
+
runSlashCommand?: boolean | undefined;
|
|
12079
12103
|
} | undefined;
|
|
12080
12104
|
codebaseIndexModels?: {
|
|
12081
12105
|
openai?: Record<string, {
|
|
@@ -12393,6 +12417,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12393
12417
|
multiFileApplyDiff?: boolean | undefined;
|
|
12394
12418
|
preventFocusDisruption?: boolean | undefined;
|
|
12395
12419
|
imageGeneration?: boolean | undefined;
|
|
12420
|
+
runSlashCommand?: boolean | undefined;
|
|
12396
12421
|
} | undefined;
|
|
12397
12422
|
codebaseIndexModels?: {
|
|
12398
12423
|
openai?: Record<string, {
|
|
@@ -12709,6 +12734,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12709
12734
|
multiFileApplyDiff?: boolean | undefined;
|
|
12710
12735
|
preventFocusDisruption?: boolean | undefined;
|
|
12711
12736
|
imageGeneration?: boolean | undefined;
|
|
12737
|
+
runSlashCommand?: boolean | undefined;
|
|
12712
12738
|
} | undefined;
|
|
12713
12739
|
codebaseIndexModels?: {
|
|
12714
12740
|
openai?: Record<string, {
|
|
@@ -13028,6 +13054,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13028
13054
|
multiFileApplyDiff?: boolean | undefined;
|
|
13029
13055
|
preventFocusDisruption?: boolean | undefined;
|
|
13030
13056
|
imageGeneration?: boolean | undefined;
|
|
13057
|
+
runSlashCommand?: boolean | undefined;
|
|
13031
13058
|
} | undefined;
|
|
13032
13059
|
codebaseIndexModels?: {
|
|
13033
13060
|
openai?: Record<string, {
|
|
@@ -13347,6 +13374,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13347
13374
|
multiFileApplyDiff?: boolean | undefined;
|
|
13348
13375
|
preventFocusDisruption?: boolean | undefined;
|
|
13349
13376
|
imageGeneration?: boolean | undefined;
|
|
13377
|
+
runSlashCommand?: boolean | undefined;
|
|
13350
13378
|
} | undefined;
|
|
13351
13379
|
codebaseIndexModels?: {
|
|
13352
13380
|
openai?: Record<string, {
|
|
@@ -13697,6 +13725,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13697
13725
|
multiFileApplyDiff?: boolean | undefined;
|
|
13698
13726
|
preventFocusDisruption?: boolean | undefined;
|
|
13699
13727
|
imageGeneration?: boolean | undefined;
|
|
13728
|
+
runSlashCommand?: boolean | undefined;
|
|
13700
13729
|
} | undefined;
|
|
13701
13730
|
codebaseIndexModels?: {
|
|
13702
13731
|
openai?: Record<string, {
|
|
@@ -14030,6 +14059,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14030
14059
|
multiFileApplyDiff?: boolean | undefined;
|
|
14031
14060
|
preventFocusDisruption?: boolean | undefined;
|
|
14032
14061
|
imageGeneration?: boolean | undefined;
|
|
14062
|
+
runSlashCommand?: boolean | undefined;
|
|
14033
14063
|
} | undefined;
|
|
14034
14064
|
codebaseIndexModels?: {
|
|
14035
14065
|
openai?: Record<string, {
|
|
@@ -14148,7 +14178,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14148
14178
|
contextTokens: number;
|
|
14149
14179
|
totalCacheWrites?: number | undefined;
|
|
14150
14180
|
totalCacheReads?: number | undefined;
|
|
14151
|
-
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "generate_image"]>, z.ZodObject<{
|
|
14181
|
+
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>, z.ZodObject<{
|
|
14152
14182
|
attempts: z.ZodNumber;
|
|
14153
14183
|
failures: z.ZodNumber;
|
|
14154
14184
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14174,7 +14204,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14174
14204
|
contextTokens: number;
|
|
14175
14205
|
totalCacheWrites?: number | undefined;
|
|
14176
14206
|
totalCacheReads?: number | undefined;
|
|
14177
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", {
|
|
14207
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
|
|
14178
14208
|
attempts: number;
|
|
14179
14209
|
failures: number;
|
|
14180
14210
|
}>>, {
|
|
@@ -14190,7 +14220,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14190
14220
|
contextTokens: number;
|
|
14191
14221
|
totalCacheWrites?: number | undefined;
|
|
14192
14222
|
totalCacheReads?: number | undefined;
|
|
14193
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", {
|
|
14223
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
|
|
14194
14224
|
attempts: number;
|
|
14195
14225
|
failures: number;
|
|
14196
14226
|
}>>, {
|
|
@@ -14621,15 +14651,15 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14621
14651
|
taskId?: number | undefined;
|
|
14622
14652
|
}>, z.ZodObject<{
|
|
14623
14653
|
eventName: z.ZodLiteral<RooCodeEventName.TaskToolFailed>;
|
|
14624
|
-
payload: z.ZodTuple<[z.ZodString, z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "generate_image"]>, z.ZodString], null>;
|
|
14654
|
+
payload: z.ZodTuple<[z.ZodString, z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>, z.ZodString], null>;
|
|
14625
14655
|
taskId: z.ZodOptional<z.ZodNumber>;
|
|
14626
14656
|
}, "strip", z.ZodTypeAny, {
|
|
14627
14657
|
eventName: RooCodeEventName.TaskToolFailed;
|
|
14628
|
-
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", string];
|
|
14658
|
+
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", string];
|
|
14629
14659
|
taskId?: number | undefined;
|
|
14630
14660
|
}, {
|
|
14631
14661
|
eventName: RooCodeEventName.TaskToolFailed;
|
|
14632
|
-
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", string];
|
|
14662
|
+
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", string];
|
|
14633
14663
|
taskId?: number | undefined;
|
|
14634
14664
|
}>, z.ZodObject<{
|
|
14635
14665
|
eventName: z.ZodLiteral<RooCodeEventName.TaskTokenUsageUpdated>;
|
|
@@ -14722,7 +14752,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14722
14752
|
contextTokens: number;
|
|
14723
14753
|
totalCacheWrites?: number | undefined;
|
|
14724
14754
|
totalCacheReads?: number | undefined;
|
|
14725
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", {
|
|
14755
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
|
|
14726
14756
|
attempts: number;
|
|
14727
14757
|
failures: number;
|
|
14728
14758
|
}>>, {
|
|
@@ -14817,7 +14847,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14817
14847
|
taskId?: number | undefined;
|
|
14818
14848
|
} | {
|
|
14819
14849
|
eventName: RooCodeEventName.TaskToolFailed;
|
|
14820
|
-
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", string];
|
|
14850
|
+
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", string];
|
|
14821
14851
|
taskId?: number | undefined;
|
|
14822
14852
|
} | {
|
|
14823
14853
|
eventName: RooCodeEventName.TaskTokenUsageUpdated;
|
|
@@ -14860,7 +14890,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14860
14890
|
contextTokens: number;
|
|
14861
14891
|
totalCacheWrites?: number | undefined;
|
|
14862
14892
|
totalCacheReads?: number | undefined;
|
|
14863
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", {
|
|
14893
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
|
|
14864
14894
|
attempts: number;
|
|
14865
14895
|
failures: number;
|
|
14866
14896
|
}>>, {
|
|
@@ -14955,7 +14985,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14955
14985
|
taskId?: number | undefined;
|
|
14956
14986
|
} | {
|
|
14957
14987
|
eventName: RooCodeEventName.TaskToolFailed;
|
|
14958
|
-
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", string];
|
|
14988
|
+
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", string];
|
|
14959
14989
|
taskId?: number | undefined;
|
|
14960
14990
|
} | {
|
|
14961
14991
|
eventName: RooCodeEventName.TaskTokenUsageUpdated;
|
|
@@ -15442,13 +15472,13 @@ type ToolGroup = z.infer<typeof toolGroupsSchema>;
|
|
|
15442
15472
|
/**
|
|
15443
15473
|
* ToolName
|
|
15444
15474
|
*/
|
|
15445
|
-
declare const toolNames: readonly ["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "generate_image"];
|
|
15446
|
-
declare const toolNamesSchema: z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "generate_image"]>;
|
|
15475
|
+
declare const toolNames: readonly ["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"];
|
|
15476
|
+
declare const toolNamesSchema: z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>;
|
|
15447
15477
|
type ToolName = z.infer<typeof toolNamesSchema>;
|
|
15448
15478
|
/**
|
|
15449
15479
|
* ToolUsage
|
|
15450
15480
|
*/
|
|
15451
|
-
declare const toolUsageSchema: z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "generate_image"]>, z.ZodObject<{
|
|
15481
|
+
declare const toolUsageSchema: z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>, z.ZodObject<{
|
|
15452
15482
|
attempts: z.ZodNumber;
|
|
15453
15483
|
failures: z.ZodNumber;
|
|
15454
15484
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -15518,21 +15548,18 @@ declare const staticAppPropertiesSchema: z.ZodObject<{
|
|
|
15518
15548
|
vscodeVersion: z.ZodString;
|
|
15519
15549
|
platform: z.ZodString;
|
|
15520
15550
|
editorName: z.ZodString;
|
|
15521
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
15522
15551
|
}, "strip", z.ZodTypeAny, {
|
|
15523
15552
|
appName: string;
|
|
15524
15553
|
appVersion: string;
|
|
15525
15554
|
vscodeVersion: string;
|
|
15526
15555
|
platform: string;
|
|
15527
15556
|
editorName: string;
|
|
15528
|
-
hostname?: string | undefined;
|
|
15529
15557
|
}, {
|
|
15530
15558
|
appName: string;
|
|
15531
15559
|
appVersion: string;
|
|
15532
15560
|
vscodeVersion: string;
|
|
15533
15561
|
platform: string;
|
|
15534
15562
|
editorName: string;
|
|
15535
|
-
hostname?: string | undefined;
|
|
15536
15563
|
}>;
|
|
15537
15564
|
type StaticAppProperties = z.infer<typeof staticAppPropertiesSchema>;
|
|
15538
15565
|
declare const dynamicAppPropertiesSchema: z.ZodObject<{
|
|
@@ -15563,7 +15590,6 @@ declare const appPropertiesSchema: z.ZodObject<{
|
|
|
15563
15590
|
vscodeVersion: z.ZodString;
|
|
15564
15591
|
platform: z.ZodString;
|
|
15565
15592
|
editorName: z.ZodString;
|
|
15566
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
15567
15593
|
}, "strip", z.ZodTypeAny, {
|
|
15568
15594
|
mode: string;
|
|
15569
15595
|
appName: string;
|
|
@@ -15572,7 +15598,6 @@ declare const appPropertiesSchema: z.ZodObject<{
|
|
|
15572
15598
|
platform: string;
|
|
15573
15599
|
editorName: string;
|
|
15574
15600
|
language: string;
|
|
15575
|
-
hostname?: string | undefined;
|
|
15576
15601
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15577
15602
|
}, {
|
|
15578
15603
|
mode: string;
|
|
@@ -15582,7 +15607,6 @@ declare const appPropertiesSchema: z.ZodObject<{
|
|
|
15582
15607
|
platform: string;
|
|
15583
15608
|
editorName: string;
|
|
15584
15609
|
language: string;
|
|
15585
|
-
hostname?: string | undefined;
|
|
15586
15610
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15587
15611
|
}>;
|
|
15588
15612
|
type AppProperties = z.infer<typeof appPropertiesSchema>;
|
|
@@ -15681,7 +15705,6 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
15681
15705
|
vscodeVersion: z.ZodString;
|
|
15682
15706
|
platform: z.ZodString;
|
|
15683
15707
|
editorName: z.ZodString;
|
|
15684
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
15685
15708
|
}, "strip", z.ZodTypeAny, {
|
|
15686
15709
|
mode: string;
|
|
15687
15710
|
appName: string;
|
|
@@ -15694,7 +15717,6 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
15694
15717
|
taskId?: string | undefined;
|
|
15695
15718
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
15696
15719
|
modelId?: string | undefined;
|
|
15697
|
-
hostname?: string | undefined;
|
|
15698
15720
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15699
15721
|
diffStrategy?: string | undefined;
|
|
15700
15722
|
todos?: {
|
|
@@ -15718,7 +15740,6 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
15718
15740
|
taskId?: string | undefined;
|
|
15719
15741
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
15720
15742
|
modelId?: string | undefined;
|
|
15721
|
-
hostname?: string | undefined;
|
|
15722
15743
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15723
15744
|
diffStrategy?: string | undefined;
|
|
15724
15745
|
todos?: {
|
|
@@ -15777,7 +15798,6 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
15777
15798
|
vscodeVersion: z.ZodString;
|
|
15778
15799
|
platform: z.ZodString;
|
|
15779
15800
|
editorName: z.ZodString;
|
|
15780
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
15781
15801
|
}, "strip", z.ZodTypeAny, {
|
|
15782
15802
|
mode: string;
|
|
15783
15803
|
appName: string;
|
|
@@ -15790,7 +15810,6 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
15790
15810
|
taskId?: string | undefined;
|
|
15791
15811
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
15792
15812
|
modelId?: string | undefined;
|
|
15793
|
-
hostname?: string | undefined;
|
|
15794
15813
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15795
15814
|
diffStrategy?: string | undefined;
|
|
15796
15815
|
todos?: {
|
|
@@ -15814,7 +15833,6 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
15814
15833
|
taskId?: string | undefined;
|
|
15815
15834
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
15816
15835
|
modelId?: string | undefined;
|
|
15817
|
-
hostname?: string | undefined;
|
|
15818
15836
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15819
15837
|
diffStrategy?: string | undefined;
|
|
15820
15838
|
todos?: {
|
|
@@ -15841,7 +15859,6 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
15841
15859
|
taskId?: string | undefined;
|
|
15842
15860
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
15843
15861
|
modelId?: string | undefined;
|
|
15844
|
-
hostname?: string | undefined;
|
|
15845
15862
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15846
15863
|
diffStrategy?: string | undefined;
|
|
15847
15864
|
todos?: {
|
|
@@ -15868,7 +15885,6 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
15868
15885
|
taskId?: string | undefined;
|
|
15869
15886
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
15870
15887
|
modelId?: string | undefined;
|
|
15871
|
-
hostname?: string | undefined;
|
|
15872
15888
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15873
15889
|
diffStrategy?: string | undefined;
|
|
15874
15890
|
todos?: {
|
|
@@ -16043,7 +16059,6 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16043
16059
|
vscodeVersion: z.ZodString;
|
|
16044
16060
|
platform: z.ZodString;
|
|
16045
16061
|
editorName: z.ZodString;
|
|
16046
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
16047
16062
|
}, "strip", z.ZodTypeAny, {
|
|
16048
16063
|
message: {
|
|
16049
16064
|
type: "ask" | "say";
|
|
@@ -16087,7 +16102,6 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16087
16102
|
isSubtask?: boolean | undefined;
|
|
16088
16103
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16089
16104
|
modelId?: string | undefined;
|
|
16090
|
-
hostname?: string | undefined;
|
|
16091
16105
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16092
16106
|
diffStrategy?: string | undefined;
|
|
16093
16107
|
todos?: {
|
|
@@ -16142,7 +16156,6 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16142
16156
|
isSubtask?: boolean | undefined;
|
|
16143
16157
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16144
16158
|
modelId?: string | undefined;
|
|
16145
|
-
hostname?: string | undefined;
|
|
16146
16159
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16147
16160
|
diffStrategy?: string | undefined;
|
|
16148
16161
|
todos?: {
|
|
@@ -16200,7 +16213,6 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16200
16213
|
isSubtask?: boolean | undefined;
|
|
16201
16214
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16202
16215
|
modelId?: string | undefined;
|
|
16203
|
-
hostname?: string | undefined;
|
|
16204
16216
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16205
16217
|
diffStrategy?: string | undefined;
|
|
16206
16218
|
todos?: {
|
|
@@ -16258,7 +16270,6 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16258
16270
|
isSubtask?: boolean | undefined;
|
|
16259
16271
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16260
16272
|
modelId?: string | undefined;
|
|
16261
|
-
hostname?: string | undefined;
|
|
16262
16273
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16263
16274
|
diffStrategy?: string | undefined;
|
|
16264
16275
|
todos?: {
|
|
@@ -16311,7 +16322,6 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16311
16322
|
vscodeVersion: z.ZodString;
|
|
16312
16323
|
platform: z.ZodString;
|
|
16313
16324
|
editorName: z.ZodString;
|
|
16314
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
16315
16325
|
}, "strip", z.ZodTypeAny, {
|
|
16316
16326
|
mode: string;
|
|
16317
16327
|
appName: string;
|
|
@@ -16327,7 +16337,6 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16327
16337
|
taskId?: string | undefined;
|
|
16328
16338
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16329
16339
|
modelId?: string | undefined;
|
|
16330
|
-
hostname?: string | undefined;
|
|
16331
16340
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16332
16341
|
diffStrategy?: string | undefined;
|
|
16333
16342
|
todos?: {
|
|
@@ -16356,7 +16365,6 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16356
16365
|
taskId?: string | undefined;
|
|
16357
16366
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16358
16367
|
modelId?: string | undefined;
|
|
16359
|
-
hostname?: string | undefined;
|
|
16360
16368
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16361
16369
|
diffStrategy?: string | undefined;
|
|
16362
16370
|
todos?: {
|
|
@@ -16388,7 +16396,6 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16388
16396
|
taskId?: string | undefined;
|
|
16389
16397
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16390
16398
|
modelId?: string | undefined;
|
|
16391
|
-
hostname?: string | undefined;
|
|
16392
16399
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16393
16400
|
diffStrategy?: string | undefined;
|
|
16394
16401
|
todos?: {
|
|
@@ -16420,7 +16427,6 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16420
16427
|
taskId?: string | undefined;
|
|
16421
16428
|
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16422
16429
|
modelId?: string | undefined;
|
|
16423
|
-
hostname?: string | undefined;
|
|
16424
16430
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16425
16431
|
diffStrategy?: string | undefined;
|
|
16426
16432
|
todos?: {
|
|
@@ -18382,21 +18388,18 @@ declare const extensionInstanceSchema: z.ZodObject<{
|
|
|
18382
18388
|
vscodeVersion: z.ZodString;
|
|
18383
18389
|
platform: z.ZodString;
|
|
18384
18390
|
editorName: z.ZodString;
|
|
18385
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
18386
18391
|
}, "strip", z.ZodTypeAny, {
|
|
18387
18392
|
appName: string;
|
|
18388
18393
|
appVersion: string;
|
|
18389
18394
|
vscodeVersion: string;
|
|
18390
18395
|
platform: string;
|
|
18391
18396
|
editorName: string;
|
|
18392
|
-
hostname?: string | undefined;
|
|
18393
18397
|
}, {
|
|
18394
18398
|
appName: string;
|
|
18395
18399
|
appVersion: string;
|
|
18396
18400
|
vscodeVersion: string;
|
|
18397
18401
|
platform: string;
|
|
18398
18402
|
editorName: string;
|
|
18399
|
-
hostname?: string | undefined;
|
|
18400
18403
|
}>;
|
|
18401
18404
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
18402
18405
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -18857,7 +18860,6 @@ declare const extensionInstanceSchema: z.ZodObject<{
|
|
|
18857
18860
|
vscodeVersion: string;
|
|
18858
18861
|
platform: string;
|
|
18859
18862
|
editorName: string;
|
|
18860
|
-
hostname?: string | undefined;
|
|
18861
18863
|
};
|
|
18862
18864
|
lastHeartbeat: number;
|
|
18863
18865
|
modes?: {
|
|
@@ -18962,7 +18964,6 @@ declare const extensionInstanceSchema: z.ZodObject<{
|
|
|
18962
18964
|
vscodeVersion: string;
|
|
18963
18965
|
platform: string;
|
|
18964
18966
|
editorName: string;
|
|
18965
|
-
hostname?: string | undefined;
|
|
18966
18967
|
};
|
|
18967
18968
|
lastHeartbeat: number;
|
|
18968
18969
|
modes?: {
|
|
@@ -19049,21 +19050,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
19049
19050
|
vscodeVersion: z.ZodString;
|
|
19050
19051
|
platform: z.ZodString;
|
|
19051
19052
|
editorName: z.ZodString;
|
|
19052
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
19053
19053
|
}, "strip", z.ZodTypeAny, {
|
|
19054
19054
|
appName: string;
|
|
19055
19055
|
appVersion: string;
|
|
19056
19056
|
vscodeVersion: string;
|
|
19057
19057
|
platform: string;
|
|
19058
19058
|
editorName: string;
|
|
19059
|
-
hostname?: string | undefined;
|
|
19060
19059
|
}, {
|
|
19061
19060
|
appName: string;
|
|
19062
19061
|
appVersion: string;
|
|
19063
19062
|
vscodeVersion: string;
|
|
19064
19063
|
platform: string;
|
|
19065
19064
|
editorName: string;
|
|
19066
|
-
hostname?: string | undefined;
|
|
19067
19065
|
}>;
|
|
19068
19066
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
19069
19067
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -19524,7 +19522,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
19524
19522
|
vscodeVersion: string;
|
|
19525
19523
|
platform: string;
|
|
19526
19524
|
editorName: string;
|
|
19527
|
-
hostname?: string | undefined;
|
|
19528
19525
|
};
|
|
19529
19526
|
lastHeartbeat: number;
|
|
19530
19527
|
modes?: {
|
|
@@ -19629,7 +19626,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
19629
19626
|
vscodeVersion: string;
|
|
19630
19627
|
platform: string;
|
|
19631
19628
|
editorName: string;
|
|
19632
|
-
hostname?: string | undefined;
|
|
19633
19629
|
};
|
|
19634
19630
|
lastHeartbeat: number;
|
|
19635
19631
|
modes?: {
|
|
@@ -19739,7 +19735,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
19739
19735
|
vscodeVersion: string;
|
|
19740
19736
|
platform: string;
|
|
19741
19737
|
editorName: string;
|
|
19742
|
-
hostname?: string | undefined;
|
|
19743
19738
|
};
|
|
19744
19739
|
lastHeartbeat: number;
|
|
19745
19740
|
modes?: {
|
|
@@ -19848,7 +19843,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
19848
19843
|
vscodeVersion: string;
|
|
19849
19844
|
platform: string;
|
|
19850
19845
|
editorName: string;
|
|
19851
|
-
hostname?: string | undefined;
|
|
19852
19846
|
};
|
|
19853
19847
|
lastHeartbeat: number;
|
|
19854
19848
|
modes?: {
|
|
@@ -19910,21 +19904,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
19910
19904
|
vscodeVersion: z.ZodString;
|
|
19911
19905
|
platform: z.ZodString;
|
|
19912
19906
|
editorName: z.ZodString;
|
|
19913
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
19914
19907
|
}, "strip", z.ZodTypeAny, {
|
|
19915
19908
|
appName: string;
|
|
19916
19909
|
appVersion: string;
|
|
19917
19910
|
vscodeVersion: string;
|
|
19918
19911
|
platform: string;
|
|
19919
19912
|
editorName: string;
|
|
19920
|
-
hostname?: string | undefined;
|
|
19921
19913
|
}, {
|
|
19922
19914
|
appName: string;
|
|
19923
19915
|
appVersion: string;
|
|
19924
19916
|
vscodeVersion: string;
|
|
19925
19917
|
platform: string;
|
|
19926
19918
|
editorName: string;
|
|
19927
|
-
hostname?: string | undefined;
|
|
19928
19919
|
}>;
|
|
19929
19920
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
19930
19921
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -20385,7 +20376,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20385
20376
|
vscodeVersion: string;
|
|
20386
20377
|
platform: string;
|
|
20387
20378
|
editorName: string;
|
|
20388
|
-
hostname?: string | undefined;
|
|
20389
20379
|
};
|
|
20390
20380
|
lastHeartbeat: number;
|
|
20391
20381
|
modes?: {
|
|
@@ -20490,7 +20480,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20490
20480
|
vscodeVersion: string;
|
|
20491
20481
|
platform: string;
|
|
20492
20482
|
editorName: string;
|
|
20493
|
-
hostname?: string | undefined;
|
|
20494
20483
|
};
|
|
20495
20484
|
lastHeartbeat: number;
|
|
20496
20485
|
modes?: {
|
|
@@ -20600,7 +20589,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20600
20589
|
vscodeVersion: string;
|
|
20601
20590
|
platform: string;
|
|
20602
20591
|
editorName: string;
|
|
20603
|
-
hostname?: string | undefined;
|
|
20604
20592
|
};
|
|
20605
20593
|
lastHeartbeat: number;
|
|
20606
20594
|
modes?: {
|
|
@@ -20709,7 +20697,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20709
20697
|
vscodeVersion: string;
|
|
20710
20698
|
platform: string;
|
|
20711
20699
|
editorName: string;
|
|
20712
|
-
hostname?: string | undefined;
|
|
20713
20700
|
};
|
|
20714
20701
|
lastHeartbeat: number;
|
|
20715
20702
|
modes?: {
|
|
@@ -20771,21 +20758,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20771
20758
|
vscodeVersion: z.ZodString;
|
|
20772
20759
|
platform: z.ZodString;
|
|
20773
20760
|
editorName: z.ZodString;
|
|
20774
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
20775
20761
|
}, "strip", z.ZodTypeAny, {
|
|
20776
20762
|
appName: string;
|
|
20777
20763
|
appVersion: string;
|
|
20778
20764
|
vscodeVersion: string;
|
|
20779
20765
|
platform: string;
|
|
20780
20766
|
editorName: string;
|
|
20781
|
-
hostname?: string | undefined;
|
|
20782
20767
|
}, {
|
|
20783
20768
|
appName: string;
|
|
20784
20769
|
appVersion: string;
|
|
20785
20770
|
vscodeVersion: string;
|
|
20786
20771
|
platform: string;
|
|
20787
20772
|
editorName: string;
|
|
20788
|
-
hostname?: string | undefined;
|
|
20789
20773
|
}>;
|
|
20790
20774
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
20791
20775
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -21246,7 +21230,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21246
21230
|
vscodeVersion: string;
|
|
21247
21231
|
platform: string;
|
|
21248
21232
|
editorName: string;
|
|
21249
|
-
hostname?: string | undefined;
|
|
21250
21233
|
};
|
|
21251
21234
|
lastHeartbeat: number;
|
|
21252
21235
|
modes?: {
|
|
@@ -21351,7 +21334,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21351
21334
|
vscodeVersion: string;
|
|
21352
21335
|
platform: string;
|
|
21353
21336
|
editorName: string;
|
|
21354
|
-
hostname?: string | undefined;
|
|
21355
21337
|
};
|
|
21356
21338
|
lastHeartbeat: number;
|
|
21357
21339
|
modes?: {
|
|
@@ -21461,7 +21443,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21461
21443
|
vscodeVersion: string;
|
|
21462
21444
|
platform: string;
|
|
21463
21445
|
editorName: string;
|
|
21464
|
-
hostname?: string | undefined;
|
|
21465
21446
|
};
|
|
21466
21447
|
lastHeartbeat: number;
|
|
21467
21448
|
modes?: {
|
|
@@ -21570,7 +21551,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21570
21551
|
vscodeVersion: string;
|
|
21571
21552
|
platform: string;
|
|
21572
21553
|
editorName: string;
|
|
21573
|
-
hostname?: string | undefined;
|
|
21574
21554
|
};
|
|
21575
21555
|
lastHeartbeat: number;
|
|
21576
21556
|
modes?: {
|
|
@@ -21632,21 +21612,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21632
21612
|
vscodeVersion: z.ZodString;
|
|
21633
21613
|
platform: z.ZodString;
|
|
21634
21614
|
editorName: z.ZodString;
|
|
21635
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
21636
21615
|
}, "strip", z.ZodTypeAny, {
|
|
21637
21616
|
appName: string;
|
|
21638
21617
|
appVersion: string;
|
|
21639
21618
|
vscodeVersion: string;
|
|
21640
21619
|
platform: string;
|
|
21641
21620
|
editorName: string;
|
|
21642
|
-
hostname?: string | undefined;
|
|
21643
21621
|
}, {
|
|
21644
21622
|
appName: string;
|
|
21645
21623
|
appVersion: string;
|
|
21646
21624
|
vscodeVersion: string;
|
|
21647
21625
|
platform: string;
|
|
21648
21626
|
editorName: string;
|
|
21649
|
-
hostname?: string | undefined;
|
|
21650
21627
|
}>;
|
|
21651
21628
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
21652
21629
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -22107,7 +22084,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22107
22084
|
vscodeVersion: string;
|
|
22108
22085
|
platform: string;
|
|
22109
22086
|
editorName: string;
|
|
22110
|
-
hostname?: string | undefined;
|
|
22111
22087
|
};
|
|
22112
22088
|
lastHeartbeat: number;
|
|
22113
22089
|
modes?: {
|
|
@@ -22212,7 +22188,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22212
22188
|
vscodeVersion: string;
|
|
22213
22189
|
platform: string;
|
|
22214
22190
|
editorName: string;
|
|
22215
|
-
hostname?: string | undefined;
|
|
22216
22191
|
};
|
|
22217
22192
|
lastHeartbeat: number;
|
|
22218
22193
|
modes?: {
|
|
@@ -22322,7 +22297,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22322
22297
|
vscodeVersion: string;
|
|
22323
22298
|
platform: string;
|
|
22324
22299
|
editorName: string;
|
|
22325
|
-
hostname?: string | undefined;
|
|
22326
22300
|
};
|
|
22327
22301
|
lastHeartbeat: number;
|
|
22328
22302
|
modes?: {
|
|
@@ -22431,7 +22405,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22431
22405
|
vscodeVersion: string;
|
|
22432
22406
|
platform: string;
|
|
22433
22407
|
editorName: string;
|
|
22434
|
-
hostname?: string | undefined;
|
|
22435
22408
|
};
|
|
22436
22409
|
lastHeartbeat: number;
|
|
22437
22410
|
modes?: {
|
|
@@ -22493,21 +22466,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22493
22466
|
vscodeVersion: z.ZodString;
|
|
22494
22467
|
platform: z.ZodString;
|
|
22495
22468
|
editorName: z.ZodString;
|
|
22496
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
22497
22469
|
}, "strip", z.ZodTypeAny, {
|
|
22498
22470
|
appName: string;
|
|
22499
22471
|
appVersion: string;
|
|
22500
22472
|
vscodeVersion: string;
|
|
22501
22473
|
platform: string;
|
|
22502
22474
|
editorName: string;
|
|
22503
|
-
hostname?: string | undefined;
|
|
22504
22475
|
}, {
|
|
22505
22476
|
appName: string;
|
|
22506
22477
|
appVersion: string;
|
|
22507
22478
|
vscodeVersion: string;
|
|
22508
22479
|
platform: string;
|
|
22509
22480
|
editorName: string;
|
|
22510
|
-
hostname?: string | undefined;
|
|
22511
22481
|
}>;
|
|
22512
22482
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
22513
22483
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -22968,7 +22938,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22968
22938
|
vscodeVersion: string;
|
|
22969
22939
|
platform: string;
|
|
22970
22940
|
editorName: string;
|
|
22971
|
-
hostname?: string | undefined;
|
|
22972
22941
|
};
|
|
22973
22942
|
lastHeartbeat: number;
|
|
22974
22943
|
modes?: {
|
|
@@ -23073,7 +23042,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23073
23042
|
vscodeVersion: string;
|
|
23074
23043
|
platform: string;
|
|
23075
23044
|
editorName: string;
|
|
23076
|
-
hostname?: string | undefined;
|
|
23077
23045
|
};
|
|
23078
23046
|
lastHeartbeat: number;
|
|
23079
23047
|
modes?: {
|
|
@@ -23183,7 +23151,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23183
23151
|
vscodeVersion: string;
|
|
23184
23152
|
platform: string;
|
|
23185
23153
|
editorName: string;
|
|
23186
|
-
hostname?: string | undefined;
|
|
23187
23154
|
};
|
|
23188
23155
|
lastHeartbeat: number;
|
|
23189
23156
|
modes?: {
|
|
@@ -23292,7 +23259,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23292
23259
|
vscodeVersion: string;
|
|
23293
23260
|
platform: string;
|
|
23294
23261
|
editorName: string;
|
|
23295
|
-
hostname?: string | undefined;
|
|
23296
23262
|
};
|
|
23297
23263
|
lastHeartbeat: number;
|
|
23298
23264
|
modes?: {
|
|
@@ -23354,21 +23320,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23354
23320
|
vscodeVersion: z.ZodString;
|
|
23355
23321
|
platform: z.ZodString;
|
|
23356
23322
|
editorName: z.ZodString;
|
|
23357
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
23358
23323
|
}, "strip", z.ZodTypeAny, {
|
|
23359
23324
|
appName: string;
|
|
23360
23325
|
appVersion: string;
|
|
23361
23326
|
vscodeVersion: string;
|
|
23362
23327
|
platform: string;
|
|
23363
23328
|
editorName: string;
|
|
23364
|
-
hostname?: string | undefined;
|
|
23365
23329
|
}, {
|
|
23366
23330
|
appName: string;
|
|
23367
23331
|
appVersion: string;
|
|
23368
23332
|
vscodeVersion: string;
|
|
23369
23333
|
platform: string;
|
|
23370
23334
|
editorName: string;
|
|
23371
|
-
hostname?: string | undefined;
|
|
23372
23335
|
}>;
|
|
23373
23336
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
23374
23337
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -23829,7 +23792,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23829
23792
|
vscodeVersion: string;
|
|
23830
23793
|
platform: string;
|
|
23831
23794
|
editorName: string;
|
|
23832
|
-
hostname?: string | undefined;
|
|
23833
23795
|
};
|
|
23834
23796
|
lastHeartbeat: number;
|
|
23835
23797
|
modes?: {
|
|
@@ -23934,7 +23896,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23934
23896
|
vscodeVersion: string;
|
|
23935
23897
|
platform: string;
|
|
23936
23898
|
editorName: string;
|
|
23937
|
-
hostname?: string | undefined;
|
|
23938
23899
|
};
|
|
23939
23900
|
lastHeartbeat: number;
|
|
23940
23901
|
modes?: {
|
|
@@ -24044,7 +24005,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24044
24005
|
vscodeVersion: string;
|
|
24045
24006
|
platform: string;
|
|
24046
24007
|
editorName: string;
|
|
24047
|
-
hostname?: string | undefined;
|
|
24048
24008
|
};
|
|
24049
24009
|
lastHeartbeat: number;
|
|
24050
24010
|
modes?: {
|
|
@@ -24153,7 +24113,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24153
24113
|
vscodeVersion: string;
|
|
24154
24114
|
platform: string;
|
|
24155
24115
|
editorName: string;
|
|
24156
|
-
hostname?: string | undefined;
|
|
24157
24116
|
};
|
|
24158
24117
|
lastHeartbeat: number;
|
|
24159
24118
|
modes?: {
|
|
@@ -24215,21 +24174,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24215
24174
|
vscodeVersion: z.ZodString;
|
|
24216
24175
|
platform: z.ZodString;
|
|
24217
24176
|
editorName: z.ZodString;
|
|
24218
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
24219
24177
|
}, "strip", z.ZodTypeAny, {
|
|
24220
24178
|
appName: string;
|
|
24221
24179
|
appVersion: string;
|
|
24222
24180
|
vscodeVersion: string;
|
|
24223
24181
|
platform: string;
|
|
24224
24182
|
editorName: string;
|
|
24225
|
-
hostname?: string | undefined;
|
|
24226
24183
|
}, {
|
|
24227
24184
|
appName: string;
|
|
24228
24185
|
appVersion: string;
|
|
24229
24186
|
vscodeVersion: string;
|
|
24230
24187
|
platform: string;
|
|
24231
24188
|
editorName: string;
|
|
24232
|
-
hostname?: string | undefined;
|
|
24233
24189
|
}>;
|
|
24234
24190
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
24235
24191
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -24690,7 +24646,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24690
24646
|
vscodeVersion: string;
|
|
24691
24647
|
platform: string;
|
|
24692
24648
|
editorName: string;
|
|
24693
|
-
hostname?: string | undefined;
|
|
24694
24649
|
};
|
|
24695
24650
|
lastHeartbeat: number;
|
|
24696
24651
|
modes?: {
|
|
@@ -24795,7 +24750,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24795
24750
|
vscodeVersion: string;
|
|
24796
24751
|
platform: string;
|
|
24797
24752
|
editorName: string;
|
|
24798
|
-
hostname?: string | undefined;
|
|
24799
24753
|
};
|
|
24800
24754
|
lastHeartbeat: number;
|
|
24801
24755
|
modes?: {
|
|
@@ -24905,7 +24859,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24905
24859
|
vscodeVersion: string;
|
|
24906
24860
|
platform: string;
|
|
24907
24861
|
editorName: string;
|
|
24908
|
-
hostname?: string | undefined;
|
|
24909
24862
|
};
|
|
24910
24863
|
lastHeartbeat: number;
|
|
24911
24864
|
modes?: {
|
|
@@ -25014,7 +24967,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25014
24967
|
vscodeVersion: string;
|
|
25015
24968
|
platform: string;
|
|
25016
24969
|
editorName: string;
|
|
25017
|
-
hostname?: string | undefined;
|
|
25018
24970
|
};
|
|
25019
24971
|
lastHeartbeat: number;
|
|
25020
24972
|
modes?: {
|
|
@@ -25076,21 +25028,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25076
25028
|
vscodeVersion: z.ZodString;
|
|
25077
25029
|
platform: z.ZodString;
|
|
25078
25030
|
editorName: z.ZodString;
|
|
25079
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
25080
25031
|
}, "strip", z.ZodTypeAny, {
|
|
25081
25032
|
appName: string;
|
|
25082
25033
|
appVersion: string;
|
|
25083
25034
|
vscodeVersion: string;
|
|
25084
25035
|
platform: string;
|
|
25085
25036
|
editorName: string;
|
|
25086
|
-
hostname?: string | undefined;
|
|
25087
25037
|
}, {
|
|
25088
25038
|
appName: string;
|
|
25089
25039
|
appVersion: string;
|
|
25090
25040
|
vscodeVersion: string;
|
|
25091
25041
|
platform: string;
|
|
25092
25042
|
editorName: string;
|
|
25093
|
-
hostname?: string | undefined;
|
|
25094
25043
|
}>;
|
|
25095
25044
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
25096
25045
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -25551,7 +25500,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25551
25500
|
vscodeVersion: string;
|
|
25552
25501
|
platform: string;
|
|
25553
25502
|
editorName: string;
|
|
25554
|
-
hostname?: string | undefined;
|
|
25555
25503
|
};
|
|
25556
25504
|
lastHeartbeat: number;
|
|
25557
25505
|
modes?: {
|
|
@@ -25656,7 +25604,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25656
25604
|
vscodeVersion: string;
|
|
25657
25605
|
platform: string;
|
|
25658
25606
|
editorName: string;
|
|
25659
|
-
hostname?: string | undefined;
|
|
25660
25607
|
};
|
|
25661
25608
|
lastHeartbeat: number;
|
|
25662
25609
|
modes?: {
|
|
@@ -25766,7 +25713,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25766
25713
|
vscodeVersion: string;
|
|
25767
25714
|
platform: string;
|
|
25768
25715
|
editorName: string;
|
|
25769
|
-
hostname?: string | undefined;
|
|
25770
25716
|
};
|
|
25771
25717
|
lastHeartbeat: number;
|
|
25772
25718
|
modes?: {
|
|
@@ -25875,7 +25821,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25875
25821
|
vscodeVersion: string;
|
|
25876
25822
|
platform: string;
|
|
25877
25823
|
editorName: string;
|
|
25878
|
-
hostname?: string | undefined;
|
|
25879
25824
|
};
|
|
25880
25825
|
lastHeartbeat: number;
|
|
25881
25826
|
modes?: {
|
|
@@ -25937,21 +25882,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25937
25882
|
vscodeVersion: z.ZodString;
|
|
25938
25883
|
platform: z.ZodString;
|
|
25939
25884
|
editorName: z.ZodString;
|
|
25940
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
25941
25885
|
}, "strip", z.ZodTypeAny, {
|
|
25942
25886
|
appName: string;
|
|
25943
25887
|
appVersion: string;
|
|
25944
25888
|
vscodeVersion: string;
|
|
25945
25889
|
platform: string;
|
|
25946
25890
|
editorName: string;
|
|
25947
|
-
hostname?: string | undefined;
|
|
25948
25891
|
}, {
|
|
25949
25892
|
appName: string;
|
|
25950
25893
|
appVersion: string;
|
|
25951
25894
|
vscodeVersion: string;
|
|
25952
25895
|
platform: string;
|
|
25953
25896
|
editorName: string;
|
|
25954
|
-
hostname?: string | undefined;
|
|
25955
25897
|
}>;
|
|
25956
25898
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
25957
25899
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -26412,7 +26354,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26412
26354
|
vscodeVersion: string;
|
|
26413
26355
|
platform: string;
|
|
26414
26356
|
editorName: string;
|
|
26415
|
-
hostname?: string | undefined;
|
|
26416
26357
|
};
|
|
26417
26358
|
lastHeartbeat: number;
|
|
26418
26359
|
modes?: {
|
|
@@ -26517,7 +26458,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26517
26458
|
vscodeVersion: string;
|
|
26518
26459
|
platform: string;
|
|
26519
26460
|
editorName: string;
|
|
26520
|
-
hostname?: string | undefined;
|
|
26521
26461
|
};
|
|
26522
26462
|
lastHeartbeat: number;
|
|
26523
26463
|
modes?: {
|
|
@@ -26627,7 +26567,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26627
26567
|
vscodeVersion: string;
|
|
26628
26568
|
platform: string;
|
|
26629
26569
|
editorName: string;
|
|
26630
|
-
hostname?: string | undefined;
|
|
26631
26570
|
};
|
|
26632
26571
|
lastHeartbeat: number;
|
|
26633
26572
|
modes?: {
|
|
@@ -26736,7 +26675,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26736
26675
|
vscodeVersion: string;
|
|
26737
26676
|
platform: string;
|
|
26738
26677
|
editorName: string;
|
|
26739
|
-
hostname?: string | undefined;
|
|
26740
26678
|
};
|
|
26741
26679
|
lastHeartbeat: number;
|
|
26742
26680
|
modes?: {
|
|
@@ -26798,21 +26736,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26798
26736
|
vscodeVersion: z.ZodString;
|
|
26799
26737
|
platform: z.ZodString;
|
|
26800
26738
|
editorName: z.ZodString;
|
|
26801
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
26802
26739
|
}, "strip", z.ZodTypeAny, {
|
|
26803
26740
|
appName: string;
|
|
26804
26741
|
appVersion: string;
|
|
26805
26742
|
vscodeVersion: string;
|
|
26806
26743
|
platform: string;
|
|
26807
26744
|
editorName: string;
|
|
26808
|
-
hostname?: string | undefined;
|
|
26809
26745
|
}, {
|
|
26810
26746
|
appName: string;
|
|
26811
26747
|
appVersion: string;
|
|
26812
26748
|
vscodeVersion: string;
|
|
26813
26749
|
platform: string;
|
|
26814
26750
|
editorName: string;
|
|
26815
|
-
hostname?: string | undefined;
|
|
26816
26751
|
}>;
|
|
26817
26752
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
26818
26753
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -27273,7 +27208,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27273
27208
|
vscodeVersion: string;
|
|
27274
27209
|
platform: string;
|
|
27275
27210
|
editorName: string;
|
|
27276
|
-
hostname?: string | undefined;
|
|
27277
27211
|
};
|
|
27278
27212
|
lastHeartbeat: number;
|
|
27279
27213
|
modes?: {
|
|
@@ -27378,7 +27312,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27378
27312
|
vscodeVersion: string;
|
|
27379
27313
|
platform: string;
|
|
27380
27314
|
editorName: string;
|
|
27381
|
-
hostname?: string | undefined;
|
|
27382
27315
|
};
|
|
27383
27316
|
lastHeartbeat: number;
|
|
27384
27317
|
modes?: {
|
|
@@ -27488,7 +27421,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27488
27421
|
vscodeVersion: string;
|
|
27489
27422
|
platform: string;
|
|
27490
27423
|
editorName: string;
|
|
27491
|
-
hostname?: string | undefined;
|
|
27492
27424
|
};
|
|
27493
27425
|
lastHeartbeat: number;
|
|
27494
27426
|
modes?: {
|
|
@@ -27597,7 +27529,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27597
27529
|
vscodeVersion: string;
|
|
27598
27530
|
platform: string;
|
|
27599
27531
|
editorName: string;
|
|
27600
|
-
hostname?: string | undefined;
|
|
27601
27532
|
};
|
|
27602
27533
|
lastHeartbeat: number;
|
|
27603
27534
|
modes?: {
|
|
@@ -27659,21 +27590,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27659
27590
|
vscodeVersion: z.ZodString;
|
|
27660
27591
|
platform: z.ZodString;
|
|
27661
27592
|
editorName: z.ZodString;
|
|
27662
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
27663
27593
|
}, "strip", z.ZodTypeAny, {
|
|
27664
27594
|
appName: string;
|
|
27665
27595
|
appVersion: string;
|
|
27666
27596
|
vscodeVersion: string;
|
|
27667
27597
|
platform: string;
|
|
27668
27598
|
editorName: string;
|
|
27669
|
-
hostname?: string | undefined;
|
|
27670
27599
|
}, {
|
|
27671
27600
|
appName: string;
|
|
27672
27601
|
appVersion: string;
|
|
27673
27602
|
vscodeVersion: string;
|
|
27674
27603
|
platform: string;
|
|
27675
27604
|
editorName: string;
|
|
27676
|
-
hostname?: string | undefined;
|
|
27677
27605
|
}>;
|
|
27678
27606
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
27679
27607
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -28134,7 +28062,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28134
28062
|
vscodeVersion: string;
|
|
28135
28063
|
platform: string;
|
|
28136
28064
|
editorName: string;
|
|
28137
|
-
hostname?: string | undefined;
|
|
28138
28065
|
};
|
|
28139
28066
|
lastHeartbeat: number;
|
|
28140
28067
|
modes?: {
|
|
@@ -28239,7 +28166,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28239
28166
|
vscodeVersion: string;
|
|
28240
28167
|
platform: string;
|
|
28241
28168
|
editorName: string;
|
|
28242
|
-
hostname?: string | undefined;
|
|
28243
28169
|
};
|
|
28244
28170
|
lastHeartbeat: number;
|
|
28245
28171
|
modes?: {
|
|
@@ -28349,7 +28275,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28349
28275
|
vscodeVersion: string;
|
|
28350
28276
|
platform: string;
|
|
28351
28277
|
editorName: string;
|
|
28352
|
-
hostname?: string | undefined;
|
|
28353
28278
|
};
|
|
28354
28279
|
lastHeartbeat: number;
|
|
28355
28280
|
modes?: {
|
|
@@ -28458,7 +28383,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28458
28383
|
vscodeVersion: string;
|
|
28459
28384
|
platform: string;
|
|
28460
28385
|
editorName: string;
|
|
28461
|
-
hostname?: string | undefined;
|
|
28462
28386
|
};
|
|
28463
28387
|
lastHeartbeat: number;
|
|
28464
28388
|
modes?: {
|
|
@@ -28520,21 +28444,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28520
28444
|
vscodeVersion: z.ZodString;
|
|
28521
28445
|
platform: z.ZodString;
|
|
28522
28446
|
editorName: z.ZodString;
|
|
28523
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
28524
28447
|
}, "strip", z.ZodTypeAny, {
|
|
28525
28448
|
appName: string;
|
|
28526
28449
|
appVersion: string;
|
|
28527
28450
|
vscodeVersion: string;
|
|
28528
28451
|
platform: string;
|
|
28529
28452
|
editorName: string;
|
|
28530
|
-
hostname?: string | undefined;
|
|
28531
28453
|
}, {
|
|
28532
28454
|
appName: string;
|
|
28533
28455
|
appVersion: string;
|
|
28534
28456
|
vscodeVersion: string;
|
|
28535
28457
|
platform: string;
|
|
28536
28458
|
editorName: string;
|
|
28537
|
-
hostname?: string | undefined;
|
|
28538
28459
|
}>;
|
|
28539
28460
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
28540
28461
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -28995,7 +28916,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28995
28916
|
vscodeVersion: string;
|
|
28996
28917
|
platform: string;
|
|
28997
28918
|
editorName: string;
|
|
28998
|
-
hostname?: string | undefined;
|
|
28999
28919
|
};
|
|
29000
28920
|
lastHeartbeat: number;
|
|
29001
28921
|
modes?: {
|
|
@@ -29100,7 +29020,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29100
29020
|
vscodeVersion: string;
|
|
29101
29021
|
platform: string;
|
|
29102
29022
|
editorName: string;
|
|
29103
|
-
hostname?: string | undefined;
|
|
29104
29023
|
};
|
|
29105
29024
|
lastHeartbeat: number;
|
|
29106
29025
|
modes?: {
|
|
@@ -29210,7 +29129,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29210
29129
|
vscodeVersion: string;
|
|
29211
29130
|
platform: string;
|
|
29212
29131
|
editorName: string;
|
|
29213
|
-
hostname?: string | undefined;
|
|
29214
29132
|
};
|
|
29215
29133
|
lastHeartbeat: number;
|
|
29216
29134
|
modes?: {
|
|
@@ -29319,7 +29237,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29319
29237
|
vscodeVersion: string;
|
|
29320
29238
|
platform: string;
|
|
29321
29239
|
editorName: string;
|
|
29322
|
-
hostname?: string | undefined;
|
|
29323
29240
|
};
|
|
29324
29241
|
lastHeartbeat: number;
|
|
29325
29242
|
modes?: {
|
|
@@ -29381,21 +29298,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29381
29298
|
vscodeVersion: z.ZodString;
|
|
29382
29299
|
platform: z.ZodString;
|
|
29383
29300
|
editorName: z.ZodString;
|
|
29384
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
29385
29301
|
}, "strip", z.ZodTypeAny, {
|
|
29386
29302
|
appName: string;
|
|
29387
29303
|
appVersion: string;
|
|
29388
29304
|
vscodeVersion: string;
|
|
29389
29305
|
platform: string;
|
|
29390
29306
|
editorName: string;
|
|
29391
|
-
hostname?: string | undefined;
|
|
29392
29307
|
}, {
|
|
29393
29308
|
appName: string;
|
|
29394
29309
|
appVersion: string;
|
|
29395
29310
|
vscodeVersion: string;
|
|
29396
29311
|
platform: string;
|
|
29397
29312
|
editorName: string;
|
|
29398
|
-
hostname?: string | undefined;
|
|
29399
29313
|
}>;
|
|
29400
29314
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
29401
29315
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -29856,7 +29770,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29856
29770
|
vscodeVersion: string;
|
|
29857
29771
|
platform: string;
|
|
29858
29772
|
editorName: string;
|
|
29859
|
-
hostname?: string | undefined;
|
|
29860
29773
|
};
|
|
29861
29774
|
lastHeartbeat: number;
|
|
29862
29775
|
modes?: {
|
|
@@ -29961,7 +29874,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29961
29874
|
vscodeVersion: string;
|
|
29962
29875
|
platform: string;
|
|
29963
29876
|
editorName: string;
|
|
29964
|
-
hostname?: string | undefined;
|
|
29965
29877
|
};
|
|
29966
29878
|
lastHeartbeat: number;
|
|
29967
29879
|
modes?: {
|
|
@@ -30071,7 +29983,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30071
29983
|
vscodeVersion: string;
|
|
30072
29984
|
platform: string;
|
|
30073
29985
|
editorName: string;
|
|
30074
|
-
hostname?: string | undefined;
|
|
30075
29986
|
};
|
|
30076
29987
|
lastHeartbeat: number;
|
|
30077
29988
|
modes?: {
|
|
@@ -30180,7 +30091,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30180
30091
|
vscodeVersion: string;
|
|
30181
30092
|
platform: string;
|
|
30182
30093
|
editorName: string;
|
|
30183
|
-
hostname?: string | undefined;
|
|
30184
30094
|
};
|
|
30185
30095
|
lastHeartbeat: number;
|
|
30186
30096
|
modes?: {
|
|
@@ -30242,21 +30152,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30242
30152
|
vscodeVersion: z.ZodString;
|
|
30243
30153
|
platform: z.ZodString;
|
|
30244
30154
|
editorName: z.ZodString;
|
|
30245
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
30246
30155
|
}, "strip", z.ZodTypeAny, {
|
|
30247
30156
|
appName: string;
|
|
30248
30157
|
appVersion: string;
|
|
30249
30158
|
vscodeVersion: string;
|
|
30250
30159
|
platform: string;
|
|
30251
30160
|
editorName: string;
|
|
30252
|
-
hostname?: string | undefined;
|
|
30253
30161
|
}, {
|
|
30254
30162
|
appName: string;
|
|
30255
30163
|
appVersion: string;
|
|
30256
30164
|
vscodeVersion: string;
|
|
30257
30165
|
platform: string;
|
|
30258
30166
|
editorName: string;
|
|
30259
|
-
hostname?: string | undefined;
|
|
30260
30167
|
}>;
|
|
30261
30168
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
30262
30169
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -30717,7 +30624,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30717
30624
|
vscodeVersion: string;
|
|
30718
30625
|
platform: string;
|
|
30719
30626
|
editorName: string;
|
|
30720
|
-
hostname?: string | undefined;
|
|
30721
30627
|
};
|
|
30722
30628
|
lastHeartbeat: number;
|
|
30723
30629
|
modes?: {
|
|
@@ -30822,7 +30728,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30822
30728
|
vscodeVersion: string;
|
|
30823
30729
|
platform: string;
|
|
30824
30730
|
editorName: string;
|
|
30825
|
-
hostname?: string | undefined;
|
|
30826
30731
|
};
|
|
30827
30732
|
lastHeartbeat: number;
|
|
30828
30733
|
modes?: {
|
|
@@ -30932,7 +30837,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30932
30837
|
vscodeVersion: string;
|
|
30933
30838
|
platform: string;
|
|
30934
30839
|
editorName: string;
|
|
30935
|
-
hostname?: string | undefined;
|
|
30936
30840
|
};
|
|
30937
30841
|
lastHeartbeat: number;
|
|
30938
30842
|
modes?: {
|
|
@@ -31041,7 +30945,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31041
30945
|
vscodeVersion: string;
|
|
31042
30946
|
platform: string;
|
|
31043
30947
|
editorName: string;
|
|
31044
|
-
hostname?: string | undefined;
|
|
31045
30948
|
};
|
|
31046
30949
|
lastHeartbeat: number;
|
|
31047
30950
|
modes?: {
|
|
@@ -31103,21 +31006,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31103
31006
|
vscodeVersion: z.ZodString;
|
|
31104
31007
|
platform: z.ZodString;
|
|
31105
31008
|
editorName: z.ZodString;
|
|
31106
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
31107
31009
|
}, "strip", z.ZodTypeAny, {
|
|
31108
31010
|
appName: string;
|
|
31109
31011
|
appVersion: string;
|
|
31110
31012
|
vscodeVersion: string;
|
|
31111
31013
|
platform: string;
|
|
31112
31014
|
editorName: string;
|
|
31113
|
-
hostname?: string | undefined;
|
|
31114
31015
|
}, {
|
|
31115
31016
|
appName: string;
|
|
31116
31017
|
appVersion: string;
|
|
31117
31018
|
vscodeVersion: string;
|
|
31118
31019
|
platform: string;
|
|
31119
31020
|
editorName: string;
|
|
31120
|
-
hostname?: string | undefined;
|
|
31121
31021
|
}>;
|
|
31122
31022
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
31123
31023
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -31578,7 +31478,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31578
31478
|
vscodeVersion: string;
|
|
31579
31479
|
platform: string;
|
|
31580
31480
|
editorName: string;
|
|
31581
|
-
hostname?: string | undefined;
|
|
31582
31481
|
};
|
|
31583
31482
|
lastHeartbeat: number;
|
|
31584
31483
|
modes?: {
|
|
@@ -31683,7 +31582,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31683
31582
|
vscodeVersion: string;
|
|
31684
31583
|
platform: string;
|
|
31685
31584
|
editorName: string;
|
|
31686
|
-
hostname?: string | undefined;
|
|
31687
31585
|
};
|
|
31688
31586
|
lastHeartbeat: number;
|
|
31689
31587
|
modes?: {
|
|
@@ -31795,7 +31693,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31795
31693
|
vscodeVersion: string;
|
|
31796
31694
|
platform: string;
|
|
31797
31695
|
editorName: string;
|
|
31798
|
-
hostname?: string | undefined;
|
|
31799
31696
|
};
|
|
31800
31697
|
lastHeartbeat: number;
|
|
31801
31698
|
modes?: {
|
|
@@ -31905,7 +31802,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31905
31802
|
vscodeVersion: string;
|
|
31906
31803
|
platform: string;
|
|
31907
31804
|
editorName: string;
|
|
31908
|
-
hostname?: string | undefined;
|
|
31909
31805
|
};
|
|
31910
31806
|
lastHeartbeat: number;
|
|
31911
31807
|
modes?: {
|
|
@@ -31967,21 +31863,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31967
31863
|
vscodeVersion: z.ZodString;
|
|
31968
31864
|
platform: z.ZodString;
|
|
31969
31865
|
editorName: z.ZodString;
|
|
31970
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
31971
31866
|
}, "strip", z.ZodTypeAny, {
|
|
31972
31867
|
appName: string;
|
|
31973
31868
|
appVersion: string;
|
|
31974
31869
|
vscodeVersion: string;
|
|
31975
31870
|
platform: string;
|
|
31976
31871
|
editorName: string;
|
|
31977
|
-
hostname?: string | undefined;
|
|
31978
31872
|
}, {
|
|
31979
31873
|
appName: string;
|
|
31980
31874
|
appVersion: string;
|
|
31981
31875
|
vscodeVersion: string;
|
|
31982
31876
|
platform: string;
|
|
31983
31877
|
editorName: string;
|
|
31984
|
-
hostname?: string | undefined;
|
|
31985
31878
|
}>;
|
|
31986
31879
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
31987
31880
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -32442,7 +32335,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32442
32335
|
vscodeVersion: string;
|
|
32443
32336
|
platform: string;
|
|
32444
32337
|
editorName: string;
|
|
32445
|
-
hostname?: string | undefined;
|
|
32446
32338
|
};
|
|
32447
32339
|
lastHeartbeat: number;
|
|
32448
32340
|
modes?: {
|
|
@@ -32547,7 +32439,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32547
32439
|
vscodeVersion: string;
|
|
32548
32440
|
platform: string;
|
|
32549
32441
|
editorName: string;
|
|
32550
|
-
hostname?: string | undefined;
|
|
32551
32442
|
};
|
|
32552
32443
|
lastHeartbeat: number;
|
|
32553
32444
|
modes?: {
|
|
@@ -32671,7 +32562,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32671
32562
|
vscodeVersion: string;
|
|
32672
32563
|
platform: string;
|
|
32673
32564
|
editorName: string;
|
|
32674
|
-
hostname?: string | undefined;
|
|
32675
32565
|
};
|
|
32676
32566
|
lastHeartbeat: number;
|
|
32677
32567
|
modes?: {
|
|
@@ -32784,7 +32674,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32784
32674
|
vscodeVersion: string;
|
|
32785
32675
|
platform: string;
|
|
32786
32676
|
editorName: string;
|
|
32787
|
-
hostname?: string | undefined;
|
|
32788
32677
|
};
|
|
32789
32678
|
lastHeartbeat: number;
|
|
32790
32679
|
modes?: {
|
|
@@ -32846,21 +32735,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32846
32735
|
vscodeVersion: z.ZodString;
|
|
32847
32736
|
platform: z.ZodString;
|
|
32848
32737
|
editorName: z.ZodString;
|
|
32849
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
32850
32738
|
}, "strip", z.ZodTypeAny, {
|
|
32851
32739
|
appName: string;
|
|
32852
32740
|
appVersion: string;
|
|
32853
32741
|
vscodeVersion: string;
|
|
32854
32742
|
platform: string;
|
|
32855
32743
|
editorName: string;
|
|
32856
|
-
hostname?: string | undefined;
|
|
32857
32744
|
}, {
|
|
32858
32745
|
appName: string;
|
|
32859
32746
|
appVersion: string;
|
|
32860
32747
|
vscodeVersion: string;
|
|
32861
32748
|
platform: string;
|
|
32862
32749
|
editorName: string;
|
|
32863
|
-
hostname?: string | undefined;
|
|
32864
32750
|
}>;
|
|
32865
32751
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
32866
32752
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -33321,7 +33207,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33321
33207
|
vscodeVersion: string;
|
|
33322
33208
|
platform: string;
|
|
33323
33209
|
editorName: string;
|
|
33324
|
-
hostname?: string | undefined;
|
|
33325
33210
|
};
|
|
33326
33211
|
lastHeartbeat: number;
|
|
33327
33212
|
modes?: {
|
|
@@ -33426,7 +33311,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33426
33311
|
vscodeVersion: string;
|
|
33427
33312
|
platform: string;
|
|
33428
33313
|
editorName: string;
|
|
33429
|
-
hostname?: string | undefined;
|
|
33430
33314
|
};
|
|
33431
33315
|
lastHeartbeat: number;
|
|
33432
33316
|
modes?: {
|
|
@@ -33536,7 +33420,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33536
33420
|
vscodeVersion: string;
|
|
33537
33421
|
platform: string;
|
|
33538
33422
|
editorName: string;
|
|
33539
|
-
hostname?: string | undefined;
|
|
33540
33423
|
};
|
|
33541
33424
|
lastHeartbeat: number;
|
|
33542
33425
|
modes?: {
|
|
@@ -33645,7 +33528,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33645
33528
|
vscodeVersion: string;
|
|
33646
33529
|
platform: string;
|
|
33647
33530
|
editorName: string;
|
|
33648
|
-
hostname?: string | undefined;
|
|
33649
33531
|
};
|
|
33650
33532
|
lastHeartbeat: number;
|
|
33651
33533
|
modes?: {
|
|
@@ -33707,21 +33589,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33707
33589
|
vscodeVersion: z.ZodString;
|
|
33708
33590
|
platform: z.ZodString;
|
|
33709
33591
|
editorName: z.ZodString;
|
|
33710
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
33711
33592
|
}, "strip", z.ZodTypeAny, {
|
|
33712
33593
|
appName: string;
|
|
33713
33594
|
appVersion: string;
|
|
33714
33595
|
vscodeVersion: string;
|
|
33715
33596
|
platform: string;
|
|
33716
33597
|
editorName: string;
|
|
33717
|
-
hostname?: string | undefined;
|
|
33718
33598
|
}, {
|
|
33719
33599
|
appName: string;
|
|
33720
33600
|
appVersion: string;
|
|
33721
33601
|
vscodeVersion: string;
|
|
33722
33602
|
platform: string;
|
|
33723
33603
|
editorName: string;
|
|
33724
|
-
hostname?: string | undefined;
|
|
33725
33604
|
}>;
|
|
33726
33605
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
33727
33606
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -34182,7 +34061,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34182
34061
|
vscodeVersion: string;
|
|
34183
34062
|
platform: string;
|
|
34184
34063
|
editorName: string;
|
|
34185
|
-
hostname?: string | undefined;
|
|
34186
34064
|
};
|
|
34187
34065
|
lastHeartbeat: number;
|
|
34188
34066
|
modes?: {
|
|
@@ -34287,7 +34165,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34287
34165
|
vscodeVersion: string;
|
|
34288
34166
|
platform: string;
|
|
34289
34167
|
editorName: string;
|
|
34290
|
-
hostname?: string | undefined;
|
|
34291
34168
|
};
|
|
34292
34169
|
lastHeartbeat: number;
|
|
34293
34170
|
modes?: {
|
|
@@ -34397,7 +34274,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34397
34274
|
vscodeVersion: string;
|
|
34398
34275
|
platform: string;
|
|
34399
34276
|
editorName: string;
|
|
34400
|
-
hostname?: string | undefined;
|
|
34401
34277
|
};
|
|
34402
34278
|
lastHeartbeat: number;
|
|
34403
34279
|
modes?: {
|
|
@@ -34506,7 +34382,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34506
34382
|
vscodeVersion: string;
|
|
34507
34383
|
platform: string;
|
|
34508
34384
|
editorName: string;
|
|
34509
|
-
hostname?: string | undefined;
|
|
34510
34385
|
};
|
|
34511
34386
|
lastHeartbeat: number;
|
|
34512
34387
|
modes?: {
|
|
@@ -34568,21 +34443,18 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34568
34443
|
vscodeVersion: z.ZodString;
|
|
34569
34444
|
platform: z.ZodString;
|
|
34570
34445
|
editorName: z.ZodString;
|
|
34571
|
-
hostname: z.ZodOptional<z.ZodString>;
|
|
34572
34446
|
}, "strip", z.ZodTypeAny, {
|
|
34573
34447
|
appName: string;
|
|
34574
34448
|
appVersion: string;
|
|
34575
34449
|
vscodeVersion: string;
|
|
34576
34450
|
platform: string;
|
|
34577
34451
|
editorName: string;
|
|
34578
|
-
hostname?: string | undefined;
|
|
34579
34452
|
}, {
|
|
34580
34453
|
appName: string;
|
|
34581
34454
|
appVersion: string;
|
|
34582
34455
|
vscodeVersion: string;
|
|
34583
34456
|
platform: string;
|
|
34584
34457
|
editorName: string;
|
|
34585
|
-
hostname?: string | undefined;
|
|
34586
34458
|
}>;
|
|
34587
34459
|
gitProperties: z.ZodOptional<z.ZodObject<{
|
|
34588
34460
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -35043,7 +34915,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
35043
34915
|
vscodeVersion: string;
|
|
35044
34916
|
platform: string;
|
|
35045
34917
|
editorName: string;
|
|
35046
|
-
hostname?: string | undefined;
|
|
35047
34918
|
};
|
|
35048
34919
|
lastHeartbeat: number;
|
|
35049
34920
|
modes?: {
|
|
@@ -35148,7 +35019,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
35148
35019
|
vscodeVersion: string;
|
|
35149
35020
|
platform: string;
|
|
35150
35021
|
editorName: string;
|
|
35151
|
-
hostname?: string | undefined;
|
|
35152
35022
|
};
|
|
35153
35023
|
lastHeartbeat: number;
|
|
35154
35024
|
modes?: {
|
|
@@ -35258,7 +35128,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
35258
35128
|
vscodeVersion: string;
|
|
35259
35129
|
platform: string;
|
|
35260
35130
|
editorName: string;
|
|
35261
|
-
hostname?: string | undefined;
|
|
35262
35131
|
};
|
|
35263
35132
|
lastHeartbeat: number;
|
|
35264
35133
|
modes?: {
|
|
@@ -35367,7 +35236,6 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
35367
35236
|
vscodeVersion: string;
|
|
35368
35237
|
platform: string;
|
|
35369
35238
|
editorName: string;
|
|
35370
|
-
hostname?: string | undefined;
|
|
35371
35239
|
};
|
|
35372
35240
|
lastHeartbeat: number;
|
|
35373
35241
|
modes?: {
|
|
@@ -36073,8 +35941,8 @@ type CodebaseIndexProvider = z.infer<typeof codebaseIndexProviderSchema>;
|
|
|
36073
35941
|
/**
|
|
36074
35942
|
* ExperimentId
|
|
36075
35943
|
*/
|
|
36076
|
-
declare const experimentIds: readonly ["powerSteering", "multiFileApplyDiff", "preventFocusDisruption", "imageGeneration"];
|
|
36077
|
-
declare const experimentIdsSchema: z.ZodEnum<["powerSteering", "multiFileApplyDiff", "preventFocusDisruption", "imageGeneration"]>;
|
|
35944
|
+
declare const experimentIds: readonly ["powerSteering", "multiFileApplyDiff", "preventFocusDisruption", "imageGeneration", "runSlashCommand"];
|
|
35945
|
+
declare const experimentIdsSchema: z.ZodEnum<["powerSteering", "multiFileApplyDiff", "preventFocusDisruption", "imageGeneration", "runSlashCommand"]>;
|
|
36078
35946
|
type ExperimentId = z.infer<typeof experimentIdsSchema>;
|
|
36079
35947
|
/**
|
|
36080
35948
|
* Experiments
|
|
@@ -36084,16 +35952,19 @@ declare const experimentsSchema: z.ZodObject<{
|
|
|
36084
35952
|
multiFileApplyDiff: z.ZodOptional<z.ZodBoolean>;
|
|
36085
35953
|
preventFocusDisruption: z.ZodOptional<z.ZodBoolean>;
|
|
36086
35954
|
imageGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
35955
|
+
runSlashCommand: z.ZodOptional<z.ZodBoolean>;
|
|
36087
35956
|
}, "strip", z.ZodTypeAny, {
|
|
36088
35957
|
powerSteering?: boolean | undefined;
|
|
36089
35958
|
multiFileApplyDiff?: boolean | undefined;
|
|
36090
35959
|
preventFocusDisruption?: boolean | undefined;
|
|
36091
35960
|
imageGeneration?: boolean | undefined;
|
|
35961
|
+
runSlashCommand?: boolean | undefined;
|
|
36092
35962
|
}, {
|
|
36093
35963
|
powerSteering?: boolean | undefined;
|
|
36094
35964
|
multiFileApplyDiff?: boolean | undefined;
|
|
36095
35965
|
preventFocusDisruption?: boolean | undefined;
|
|
36096
35966
|
imageGeneration?: boolean | undefined;
|
|
35967
|
+
runSlashCommand?: boolean | undefined;
|
|
36097
35968
|
}>;
|
|
36098
35969
|
type Experiments = z.infer<typeof experimentsSchema>;
|
|
36099
35970
|
|