@roo-code/types 1.90.0 → 1.91.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 +60 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +171 -76
- package/dist/index.d.ts +171 -76
- package/dist/index.js +60 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -60,7 +60,7 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
60
60
|
contextTokens: number;
|
|
61
61
|
totalCacheWrites?: number | undefined;
|
|
62
62
|
totalCacheReads?: number | undefined;
|
|
63
|
-
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "
|
|
63
|
+
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "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<{
|
|
64
64
|
attempts: z.ZodNumber;
|
|
65
65
|
failures: z.ZodNumber;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -288,7 +288,7 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
288
288
|
taskModeSwitched: z.ZodTuple<[z.ZodString, z.ZodString], null>;
|
|
289
289
|
taskAskResponded: z.ZodTuple<[z.ZodString], null>;
|
|
290
290
|
taskUserMessage: z.ZodTuple<[z.ZodString], null>;
|
|
291
|
-
taskToolFailed: z.ZodTuple<[z.ZodString, z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "
|
|
291
|
+
taskToolFailed: z.ZodTuple<[z.ZodString, z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "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>;
|
|
292
292
|
taskTokenUsageUpdated: z.ZodTuple<[z.ZodString, z.ZodObject<{
|
|
293
293
|
totalTokensIn: z.ZodNumber;
|
|
294
294
|
totalTokensOut: z.ZodNumber;
|
|
@@ -310,7 +310,7 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
310
310
|
contextTokens: number;
|
|
311
311
|
totalCacheWrites?: number | undefined;
|
|
312
312
|
totalCacheReads?: number | undefined;
|
|
313
|
-
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "
|
|
313
|
+
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "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<{
|
|
314
314
|
attempts: z.ZodNumber;
|
|
315
315
|
failures: z.ZodNumber;
|
|
316
316
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -341,7 +341,7 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
341
341
|
contextTokens: number;
|
|
342
342
|
totalCacheWrites?: number | undefined;
|
|
343
343
|
totalCacheReads?: number | undefined;
|
|
344
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
344
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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", {
|
|
345
345
|
attempts: number;
|
|
346
346
|
failures: number;
|
|
347
347
|
}>>, {
|
|
@@ -406,11 +406,11 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
406
406
|
contextTokens: number;
|
|
407
407
|
totalCacheWrites?: number | undefined;
|
|
408
408
|
totalCacheReads?: number | undefined;
|
|
409
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
409
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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", {
|
|
410
410
|
attempts: number;
|
|
411
411
|
failures: number;
|
|
412
412
|
}>>];
|
|
413
|
-
taskToolFailed: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
413
|
+
taskToolFailed: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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];
|
|
414
414
|
modeChanged: [string];
|
|
415
415
|
providerProfileChanged: [{
|
|
416
416
|
name: string;
|
|
@@ -426,7 +426,7 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
426
426
|
contextTokens: number;
|
|
427
427
|
totalCacheWrites?: number | undefined;
|
|
428
428
|
totalCacheReads?: number | undefined;
|
|
429
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
429
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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", {
|
|
430
430
|
attempts: number;
|
|
431
431
|
failures: number;
|
|
432
432
|
}>>, {
|
|
@@ -491,11 +491,11 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
491
491
|
contextTokens: number;
|
|
492
492
|
totalCacheWrites?: number | undefined;
|
|
493
493
|
totalCacheReads?: number | undefined;
|
|
494
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
494
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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", {
|
|
495
495
|
attempts: number;
|
|
496
496
|
failures: number;
|
|
497
497
|
}>>];
|
|
498
|
-
taskToolFailed: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
498
|
+
taskToolFailed: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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];
|
|
499
499
|
modeChanged: [string];
|
|
500
500
|
providerProfileChanged: [{
|
|
501
501
|
name: string;
|
|
@@ -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
|
-
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "
|
|
556
|
+
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "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<{
|
|
557
557
|
attempts: z.ZodNumber;
|
|
558
558
|
failures: z.ZodNumber;
|
|
559
559
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -579,7 +579,7 @@ declare const taskEventSchema: z.ZodDiscriminatedUnion<"eventName", [z.ZodObject
|
|
|
579
579
|
contextTokens: number;
|
|
580
580
|
totalCacheWrites?: number | undefined;
|
|
581
581
|
totalCacheReads?: number | undefined;
|
|
582
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
582
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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", {
|
|
583
583
|
attempts: number;
|
|
584
584
|
failures: number;
|
|
585
585
|
}>>, {
|
|
@@ -595,7 +595,7 @@ declare const taskEventSchema: z.ZodDiscriminatedUnion<"eventName", [z.ZodObject
|
|
|
595
595
|
contextTokens: number;
|
|
596
596
|
totalCacheWrites?: number | undefined;
|
|
597
597
|
totalCacheReads?: number | undefined;
|
|
598
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
598
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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", {
|
|
599
599
|
attempts: number;
|
|
600
600
|
failures: number;
|
|
601
601
|
}>>, {
|
|
@@ -1061,15 +1061,15 @@ declare const taskEventSchema: z.ZodDiscriminatedUnion<"eventName", [z.ZodObject
|
|
|
1061
1061
|
taskId?: number | undefined;
|
|
1062
1062
|
}>, z.ZodObject<{
|
|
1063
1063
|
eventName: z.ZodLiteral<RooCodeEventName.TaskToolFailed>;
|
|
1064
|
-
payload: z.ZodTuple<[z.ZodString, z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "
|
|
1064
|
+
payload: z.ZodTuple<[z.ZodString, z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "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>;
|
|
1065
1065
|
taskId: z.ZodOptional<z.ZodNumber>;
|
|
1066
1066
|
}, "strip", z.ZodTypeAny, {
|
|
1067
1067
|
eventName: RooCodeEventName.TaskToolFailed;
|
|
1068
|
-
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
1068
|
+
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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];
|
|
1069
1069
|
taskId?: number | undefined;
|
|
1070
1070
|
}, {
|
|
1071
1071
|
eventName: RooCodeEventName.TaskToolFailed;
|
|
1072
|
-
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
1072
|
+
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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];
|
|
1073
1073
|
taskId?: number | undefined;
|
|
1074
1074
|
}>, z.ZodObject<{
|
|
1075
1075
|
eventName: z.ZodLiteral<RooCodeEventName.TaskTokenUsageUpdated>;
|
|
@@ -1094,7 +1094,7 @@ declare const taskEventSchema: z.ZodDiscriminatedUnion<"eventName", [z.ZodObject
|
|
|
1094
1094
|
contextTokens: number;
|
|
1095
1095
|
totalCacheWrites?: number | undefined;
|
|
1096
1096
|
totalCacheReads?: number | undefined;
|
|
1097
|
-
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "
|
|
1097
|
+
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "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<{
|
|
1098
1098
|
attempts: z.ZodNumber;
|
|
1099
1099
|
failures: z.ZodNumber;
|
|
1100
1100
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1114,7 +1114,7 @@ declare const taskEventSchema: z.ZodDiscriminatedUnion<"eventName", [z.ZodObject
|
|
|
1114
1114
|
contextTokens: number;
|
|
1115
1115
|
totalCacheWrites?: number | undefined;
|
|
1116
1116
|
totalCacheReads?: number | undefined;
|
|
1117
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
1117
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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", {
|
|
1118
1118
|
attempts: number;
|
|
1119
1119
|
failures: number;
|
|
1120
1120
|
}>>];
|
|
@@ -1128,7 +1128,7 @@ declare const taskEventSchema: z.ZodDiscriminatedUnion<"eventName", [z.ZodObject
|
|
|
1128
1128
|
contextTokens: number;
|
|
1129
1129
|
totalCacheWrites?: number | undefined;
|
|
1130
1130
|
totalCacheReads?: number | undefined;
|
|
1131
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
1131
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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", {
|
|
1132
1132
|
attempts: number;
|
|
1133
1133
|
failures: number;
|
|
1134
1134
|
}>>];
|
|
@@ -1241,7 +1241,7 @@ declare const providerSettingsEntrySchema: z.ZodObject<{
|
|
|
1241
1241
|
modelId?: string | undefined;
|
|
1242
1242
|
}>;
|
|
1243
1243
|
type ProviderSettingsEntry = z.infer<typeof providerSettingsEntrySchema>;
|
|
1244
|
-
declare const zaiApiLineSchema: z.ZodEnum<["international_coding", "china_coding"]>;
|
|
1244
|
+
declare const zaiApiLineSchema: z.ZodEnum<["international_coding", "china_coding", "international_api", "china_api"]>;
|
|
1245
1245
|
type ZaiApiLine = z.infer<typeof zaiApiLineSchema>;
|
|
1246
1246
|
declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiProvider", [z.ZodObject<{
|
|
1247
1247
|
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3272,7 +3272,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
3272
3272
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
3273
3273
|
} & {
|
|
3274
3274
|
zaiApiKey: z.ZodOptional<z.ZodString>;
|
|
3275
|
-
zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding"]>>;
|
|
3275
|
+
zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding", "international_api", "china_api"]>>;
|
|
3276
3276
|
} & {
|
|
3277
3277
|
apiProvider: z.ZodLiteral<"zai">;
|
|
3278
3278
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3292,7 +3292,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
3292
3292
|
toolProtocol?: "xml" | "native" | undefined;
|
|
3293
3293
|
apiModelId?: string | undefined;
|
|
3294
3294
|
zaiApiKey?: string | undefined;
|
|
3295
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
3295
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
3296
3296
|
}, {
|
|
3297
3297
|
apiProvider: "zai";
|
|
3298
3298
|
reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
|
|
@@ -3310,7 +3310,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
3310
3310
|
toolProtocol?: "xml" | "native" | undefined;
|
|
3311
3311
|
apiModelId?: string | undefined;
|
|
3312
3312
|
zaiApiKey?: string | undefined;
|
|
3313
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
3313
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
3314
3314
|
}>, z.ZodObject<{
|
|
3315
3315
|
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
3316
3316
|
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3672,7 +3672,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3672
3672
|
featherlessApiKey: z.ZodOptional<z.ZodString>;
|
|
3673
3673
|
fireworksApiKey: z.ZodOptional<z.ZodString>;
|
|
3674
3674
|
zaiApiKey: z.ZodOptional<z.ZodString>;
|
|
3675
|
-
zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding"]>>;
|
|
3675
|
+
zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding", "international_api", "china_api"]>>;
|
|
3676
3676
|
sambaNovaApiKey: z.ZodOptional<z.ZodString>;
|
|
3677
3677
|
cerebrasApiKey: z.ZodOptional<z.ZodString>;
|
|
3678
3678
|
litellmBaseUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -4081,7 +4081,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
4081
4081
|
cerebrasApiKey?: string | undefined;
|
|
4082
4082
|
sambaNovaApiKey?: string | undefined;
|
|
4083
4083
|
zaiApiKey?: string | undefined;
|
|
4084
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
4084
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
4085
4085
|
fireworksApiKey?: string | undefined;
|
|
4086
4086
|
featherlessApiKey?: string | undefined;
|
|
4087
4087
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -4253,7 +4253,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
4253
4253
|
cerebrasApiKey?: string | undefined;
|
|
4254
4254
|
sambaNovaApiKey?: string | undefined;
|
|
4255
4255
|
zaiApiKey?: string | undefined;
|
|
4256
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
4256
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
4257
4257
|
fireworksApiKey?: string | undefined;
|
|
4258
4258
|
featherlessApiKey?: string | undefined;
|
|
4259
4259
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -4296,7 +4296,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4296
4296
|
featherlessApiKey: z.ZodOptional<z.ZodString>;
|
|
4297
4297
|
fireworksApiKey: z.ZodOptional<z.ZodString>;
|
|
4298
4298
|
zaiApiKey: z.ZodOptional<z.ZodString>;
|
|
4299
|
-
zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding"]>>;
|
|
4299
|
+
zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding", "international_api", "china_api"]>>;
|
|
4300
4300
|
sambaNovaApiKey: z.ZodOptional<z.ZodString>;
|
|
4301
4301
|
cerebrasApiKey: z.ZodOptional<z.ZodString>;
|
|
4302
4302
|
litellmBaseUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -4708,7 +4708,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4708
4708
|
cerebrasApiKey?: string | undefined;
|
|
4709
4709
|
sambaNovaApiKey?: string | undefined;
|
|
4710
4710
|
zaiApiKey?: string | undefined;
|
|
4711
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
4711
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
4712
4712
|
fireworksApiKey?: string | undefined;
|
|
4713
4713
|
featherlessApiKey?: string | undefined;
|
|
4714
4714
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -4881,7 +4881,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4881
4881
|
cerebrasApiKey?: string | undefined;
|
|
4882
4882
|
sambaNovaApiKey?: string | undefined;
|
|
4883
4883
|
zaiApiKey?: string | undefined;
|
|
4884
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
4884
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
4885
4885
|
fireworksApiKey?: string | undefined;
|
|
4886
4886
|
featherlessApiKey?: string | undefined;
|
|
4887
4887
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -6920,7 +6920,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
6920
6920
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
6921
6921
|
} & {
|
|
6922
6922
|
zaiApiKey: z.ZodOptional<z.ZodString>;
|
|
6923
|
-
zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding"]>>;
|
|
6923
|
+
zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding", "international_api", "china_api"]>>;
|
|
6924
6924
|
} & {
|
|
6925
6925
|
apiProvider: z.ZodLiteral<"zai">;
|
|
6926
6926
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6940,7 +6940,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
6940
6940
|
toolProtocol?: "xml" | "native" | undefined;
|
|
6941
6941
|
apiModelId?: string | undefined;
|
|
6942
6942
|
zaiApiKey?: string | undefined;
|
|
6943
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
6943
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
6944
6944
|
}, {
|
|
6945
6945
|
apiProvider: "zai";
|
|
6946
6946
|
reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
|
|
@@ -6958,7 +6958,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
6958
6958
|
toolProtocol?: "xml" | "native" | undefined;
|
|
6959
6959
|
apiModelId?: string | undefined;
|
|
6960
6960
|
zaiApiKey?: string | undefined;
|
|
6961
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
6961
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
6962
6962
|
}>, z.ZodObject<{
|
|
6963
6963
|
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
6964
6964
|
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -7775,6 +7775,13 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
7775
7775
|
includeTaskHistoryInEnhance: z.ZodOptional<z.ZodBoolean>;
|
|
7776
7776
|
historyPreviewCollapsed: z.ZodOptional<z.ZodBoolean>;
|
|
7777
7777
|
reasoningBlockCollapsed: z.ZodOptional<z.ZodBoolean>;
|
|
7778
|
+
/**
|
|
7779
|
+
* Controls the keyboard behavior for sending messages in the chat input.
|
|
7780
|
+
* - "send": Enter sends message, Shift+Enter creates newline (default)
|
|
7781
|
+
* - "newline": Enter creates newline, Shift+Enter/Ctrl+Enter sends message
|
|
7782
|
+
* @default "send"
|
|
7783
|
+
*/
|
|
7784
|
+
enterBehavior: z.ZodOptional<z.ZodEnum<["send", "newline"]>>;
|
|
7778
7785
|
profileThresholds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
7779
7786
|
hasOpenedModeSelector: z.ZodOptional<z.ZodBoolean>;
|
|
7780
7787
|
lastModeExportPath: z.ZodOptional<z.ZodString>;
|
|
@@ -7962,6 +7969,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
7962
7969
|
includeTaskHistoryInEnhance?: boolean | undefined;
|
|
7963
7970
|
historyPreviewCollapsed?: boolean | undefined;
|
|
7964
7971
|
reasoningBlockCollapsed?: boolean | undefined;
|
|
7972
|
+
enterBehavior?: "send" | "newline" | undefined;
|
|
7965
7973
|
profileThresholds?: Record<string, number> | undefined;
|
|
7966
7974
|
hasOpenedModeSelector?: boolean | undefined;
|
|
7967
7975
|
lastModeExportPath?: string | undefined;
|
|
@@ -8149,13 +8157,14 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
8149
8157
|
includeTaskHistoryInEnhance?: boolean | undefined;
|
|
8150
8158
|
historyPreviewCollapsed?: boolean | undefined;
|
|
8151
8159
|
reasoningBlockCollapsed?: boolean | undefined;
|
|
8160
|
+
enterBehavior?: "send" | "newline" | undefined;
|
|
8152
8161
|
profileThresholds?: Record<string, number> | undefined;
|
|
8153
8162
|
hasOpenedModeSelector?: boolean | undefined;
|
|
8154
8163
|
lastModeExportPath?: string | undefined;
|
|
8155
8164
|
lastModeImportPath?: string | undefined;
|
|
8156
8165
|
}>;
|
|
8157
8166
|
type GlobalSettings = z.infer<typeof globalSettingsSchema>;
|
|
8158
|
-
declare const GLOBAL_SETTINGS_KEYS: ["diffEnabled", "fuzzyMatchThreshold", "rateLimitSeconds", "language", "mode", "customInstructions", "customModes", "currentApiConfigName", "listApiConfigMeta", "pinnedApiConfigs", "lastShownAnnouncementId", "taskHistory", "dismissedUpsells", "imageGenerationProvider", "openRouterImageApiKey", "openRouterImageGenerationSelectedModel", "condensingApiConfigId", "customCondensingPrompt", "autoApprovalEnabled", "alwaysAllowReadOnly", "alwaysAllowReadOnlyOutsideWorkspace", "alwaysAllowWrite", "alwaysAllowWriteOutsideWorkspace", "alwaysAllowWriteProtected", "writeDelayMs", "alwaysAllowBrowser", "alwaysApproveResubmit", "requestDelaySeconds", "alwaysAllowMcp", "alwaysAllowModeSwitch", "alwaysAllowSubtasks", "alwaysAllowExecute", "alwaysAllowFollowupQuestions", "followupAutoApproveTimeoutMs", "alwaysAllowUpdateTodoList", "allowedCommands", "deniedCommands", "commandExecutionTimeout", "commandTimeoutAllowlist", "preventCompletionWithOpenTodos", "allowedMaxRequests", "allowedMaxCost", "autoCondenseContext", "autoCondenseContextPercent", "maxConcurrentFileReads", "includeCurrentTime", "includeCurrentCost", "maxGitStatusFiles", "includeDiagnosticMessages", "maxDiagnosticMessages", "browserToolEnabled", "browserViewportSize", "screenshotQuality", "remoteBrowserEnabled", "remoteBrowserHost", "cachedChromeHostUrl", "enableCheckpoints", "checkpointTimeout", "ttsEnabled", "ttsSpeed", "soundEnabled", "soundVolume", "maxOpenTabsContext", "maxWorkspaceFiles", "showRooIgnoredFiles", "maxReadFileLine", "maxImageFileSize", "maxTotalImageSize", "terminalOutputLineLimit", "terminalOutputCharacterLimit", "terminalShellIntegrationTimeout", "terminalShellIntegrationDisabled", "terminalCommandDelay", "terminalPowershellCounter", "terminalZshClearEolMark", "terminalZshOhMy", "terminalZshP10k", "terminalZdotdir", "terminalCompressProgressBar", "diagnosticsEnabled", "experiments", "codebaseIndexModels", "codebaseIndexConfig", "telemetrySetting", "mcpEnabled", "enableMcpServerCreation", "modeApiConfigs", "customModePrompts", "customSupportPrompts", "enhancementApiConfigId", "includeTaskHistoryInEnhance", "historyPreviewCollapsed", "reasoningBlockCollapsed", "profileThresholds", "hasOpenedModeSelector", "lastModeExportPath", "lastModeImportPath"];
|
|
8167
|
+
declare const GLOBAL_SETTINGS_KEYS: ["diffEnabled", "fuzzyMatchThreshold", "rateLimitSeconds", "language", "mode", "customInstructions", "customModes", "currentApiConfigName", "listApiConfigMeta", "pinnedApiConfigs", "lastShownAnnouncementId", "taskHistory", "dismissedUpsells", "imageGenerationProvider", "openRouterImageApiKey", "openRouterImageGenerationSelectedModel", "condensingApiConfigId", "customCondensingPrompt", "autoApprovalEnabled", "alwaysAllowReadOnly", "alwaysAllowReadOnlyOutsideWorkspace", "alwaysAllowWrite", "alwaysAllowWriteOutsideWorkspace", "alwaysAllowWriteProtected", "writeDelayMs", "alwaysAllowBrowser", "alwaysApproveResubmit", "requestDelaySeconds", "alwaysAllowMcp", "alwaysAllowModeSwitch", "alwaysAllowSubtasks", "alwaysAllowExecute", "alwaysAllowFollowupQuestions", "followupAutoApproveTimeoutMs", "alwaysAllowUpdateTodoList", "allowedCommands", "deniedCommands", "commandExecutionTimeout", "commandTimeoutAllowlist", "preventCompletionWithOpenTodos", "allowedMaxRequests", "allowedMaxCost", "autoCondenseContext", "autoCondenseContextPercent", "maxConcurrentFileReads", "includeCurrentTime", "includeCurrentCost", "maxGitStatusFiles", "includeDiagnosticMessages", "maxDiagnosticMessages", "browserToolEnabled", "browserViewportSize", "screenshotQuality", "remoteBrowserEnabled", "remoteBrowserHost", "cachedChromeHostUrl", "enableCheckpoints", "checkpointTimeout", "ttsEnabled", "ttsSpeed", "soundEnabled", "soundVolume", "maxOpenTabsContext", "maxWorkspaceFiles", "showRooIgnoredFiles", "maxReadFileLine", "maxImageFileSize", "maxTotalImageSize", "terminalOutputLineLimit", "terminalOutputCharacterLimit", "terminalShellIntegrationTimeout", "terminalShellIntegrationDisabled", "terminalCommandDelay", "terminalPowershellCounter", "terminalZshClearEolMark", "terminalZshOhMy", "terminalZshP10k", "terminalZdotdir", "terminalCompressProgressBar", "diagnosticsEnabled", "experiments", "codebaseIndexModels", "codebaseIndexConfig", "telemetrySetting", "mcpEnabled", "enableMcpServerCreation", "modeApiConfigs", "customModePrompts", "customSupportPrompts", "enhancementApiConfigId", "includeTaskHistoryInEnhance", "historyPreviewCollapsed", "reasoningBlockCollapsed", "enterBehavior", "profileThresholds", "hasOpenedModeSelector", "lastModeExportPath", "lastModeImportPath"];
|
|
8159
8168
|
/**
|
|
8160
8169
|
* RooCodeSettings
|
|
8161
8170
|
*/
|
|
@@ -8188,7 +8197,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8188
8197
|
featherlessApiKey: z.ZodOptional<z.ZodString>;
|
|
8189
8198
|
fireworksApiKey: z.ZodOptional<z.ZodString>;
|
|
8190
8199
|
zaiApiKey: z.ZodOptional<z.ZodString>;
|
|
8191
|
-
zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding"]>>;
|
|
8200
|
+
zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding", "international_api", "china_api"]>>;
|
|
8192
8201
|
sambaNovaApiKey: z.ZodOptional<z.ZodString>;
|
|
8193
8202
|
cerebrasApiKey: z.ZodOptional<z.ZodString>;
|
|
8194
8203
|
litellmBaseUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -8839,6 +8848,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8839
8848
|
includeTaskHistoryInEnhance: z.ZodOptional<z.ZodBoolean>;
|
|
8840
8849
|
historyPreviewCollapsed: z.ZodOptional<z.ZodBoolean>;
|
|
8841
8850
|
reasoningBlockCollapsed: z.ZodOptional<z.ZodBoolean>;
|
|
8851
|
+
enterBehavior: z.ZodOptional<z.ZodEnum<["send", "newline"]>>;
|
|
8842
8852
|
profileThresholds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
8843
8853
|
hasOpenedModeSelector: z.ZodOptional<z.ZodBoolean>;
|
|
8844
8854
|
lastModeExportPath: z.ZodOptional<z.ZodString>;
|
|
@@ -9007,7 +9017,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
9007
9017
|
cerebrasApiKey?: string | undefined;
|
|
9008
9018
|
sambaNovaApiKey?: string | undefined;
|
|
9009
9019
|
zaiApiKey?: string | undefined;
|
|
9010
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
9020
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
9011
9021
|
fireworksApiKey?: string | undefined;
|
|
9012
9022
|
featherlessApiKey?: string | undefined;
|
|
9013
9023
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -9194,6 +9204,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
9194
9204
|
includeTaskHistoryInEnhance?: boolean | undefined;
|
|
9195
9205
|
historyPreviewCollapsed?: boolean | undefined;
|
|
9196
9206
|
reasoningBlockCollapsed?: boolean | undefined;
|
|
9207
|
+
enterBehavior?: "send" | "newline" | undefined;
|
|
9197
9208
|
profileThresholds?: Record<string, number> | undefined;
|
|
9198
9209
|
hasOpenedModeSelector?: boolean | undefined;
|
|
9199
9210
|
lastModeExportPath?: string | undefined;
|
|
@@ -9362,7 +9373,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
9362
9373
|
cerebrasApiKey?: string | undefined;
|
|
9363
9374
|
sambaNovaApiKey?: string | undefined;
|
|
9364
9375
|
zaiApiKey?: string | undefined;
|
|
9365
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
9376
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
9366
9377
|
fireworksApiKey?: string | undefined;
|
|
9367
9378
|
featherlessApiKey?: string | undefined;
|
|
9368
9379
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -9549,6 +9560,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
9549
9560
|
includeTaskHistoryInEnhance?: boolean | undefined;
|
|
9550
9561
|
historyPreviewCollapsed?: boolean | undefined;
|
|
9551
9562
|
reasoningBlockCollapsed?: boolean | undefined;
|
|
9563
|
+
enterBehavior?: "send" | "newline" | undefined;
|
|
9552
9564
|
profileThresholds?: Record<string, number> | undefined;
|
|
9553
9565
|
hasOpenedModeSelector?: boolean | undefined;
|
|
9554
9566
|
lastModeExportPath?: string | undefined;
|
|
@@ -9657,7 +9669,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9657
9669
|
featherlessApiKey: z.ZodOptional<z.ZodString>;
|
|
9658
9670
|
fireworksApiKey: z.ZodOptional<z.ZodString>;
|
|
9659
9671
|
zaiApiKey: z.ZodOptional<z.ZodString>;
|
|
9660
|
-
zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding"]>>;
|
|
9672
|
+
zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding", "international_api", "china_api"]>>;
|
|
9661
9673
|
sambaNovaApiKey: z.ZodOptional<z.ZodString>;
|
|
9662
9674
|
cerebrasApiKey: z.ZodOptional<z.ZodString>;
|
|
9663
9675
|
litellmBaseUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -10308,6 +10320,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10308
10320
|
includeTaskHistoryInEnhance: z.ZodOptional<z.ZodBoolean>;
|
|
10309
10321
|
historyPreviewCollapsed: z.ZodOptional<z.ZodBoolean>;
|
|
10310
10322
|
reasoningBlockCollapsed: z.ZodOptional<z.ZodBoolean>;
|
|
10323
|
+
enterBehavior: z.ZodOptional<z.ZodEnum<["send", "newline"]>>;
|
|
10311
10324
|
profileThresholds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
10312
10325
|
hasOpenedModeSelector: z.ZodOptional<z.ZodBoolean>;
|
|
10313
10326
|
lastModeExportPath: z.ZodOptional<z.ZodString>;
|
|
@@ -10476,7 +10489,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10476
10489
|
cerebrasApiKey?: string | undefined;
|
|
10477
10490
|
sambaNovaApiKey?: string | undefined;
|
|
10478
10491
|
zaiApiKey?: string | undefined;
|
|
10479
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
10492
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
10480
10493
|
fireworksApiKey?: string | undefined;
|
|
10481
10494
|
featherlessApiKey?: string | undefined;
|
|
10482
10495
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -10663,6 +10676,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10663
10676
|
includeTaskHistoryInEnhance?: boolean | undefined;
|
|
10664
10677
|
historyPreviewCollapsed?: boolean | undefined;
|
|
10665
10678
|
reasoningBlockCollapsed?: boolean | undefined;
|
|
10679
|
+
enterBehavior?: "send" | "newline" | undefined;
|
|
10666
10680
|
profileThresholds?: Record<string, number> | undefined;
|
|
10667
10681
|
hasOpenedModeSelector?: boolean | undefined;
|
|
10668
10682
|
lastModeExportPath?: string | undefined;
|
|
@@ -10831,7 +10845,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10831
10845
|
cerebrasApiKey?: string | undefined;
|
|
10832
10846
|
sambaNovaApiKey?: string | undefined;
|
|
10833
10847
|
zaiApiKey?: string | undefined;
|
|
10834
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
10848
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
10835
10849
|
fireworksApiKey?: string | undefined;
|
|
10836
10850
|
featherlessApiKey?: string | undefined;
|
|
10837
10851
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -11018,6 +11032,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11018
11032
|
includeTaskHistoryInEnhance?: boolean | undefined;
|
|
11019
11033
|
historyPreviewCollapsed?: boolean | undefined;
|
|
11020
11034
|
reasoningBlockCollapsed?: boolean | undefined;
|
|
11035
|
+
enterBehavior?: "send" | "newline" | undefined;
|
|
11021
11036
|
profileThresholds?: Record<string, number> | undefined;
|
|
11022
11037
|
hasOpenedModeSelector?: boolean | undefined;
|
|
11023
11038
|
lastModeExportPath?: string | undefined;
|
|
@@ -11192,7 +11207,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11192
11207
|
cerebrasApiKey?: string | undefined;
|
|
11193
11208
|
sambaNovaApiKey?: string | undefined;
|
|
11194
11209
|
zaiApiKey?: string | undefined;
|
|
11195
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
11210
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
11196
11211
|
fireworksApiKey?: string | undefined;
|
|
11197
11212
|
featherlessApiKey?: string | undefined;
|
|
11198
11213
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -11379,6 +11394,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11379
11394
|
includeTaskHistoryInEnhance?: boolean | undefined;
|
|
11380
11395
|
historyPreviewCollapsed?: boolean | undefined;
|
|
11381
11396
|
reasoningBlockCollapsed?: boolean | undefined;
|
|
11397
|
+
enterBehavior?: "send" | "newline" | undefined;
|
|
11382
11398
|
profileThresholds?: Record<string, number> | undefined;
|
|
11383
11399
|
hasOpenedModeSelector?: boolean | undefined;
|
|
11384
11400
|
lastModeExportPath?: string | undefined;
|
|
@@ -11552,7 +11568,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11552
11568
|
cerebrasApiKey?: string | undefined;
|
|
11553
11569
|
sambaNovaApiKey?: string | undefined;
|
|
11554
11570
|
zaiApiKey?: string | undefined;
|
|
11555
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
11571
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
11556
11572
|
fireworksApiKey?: string | undefined;
|
|
11557
11573
|
featherlessApiKey?: string | undefined;
|
|
11558
11574
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -11739,6 +11755,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11739
11755
|
includeTaskHistoryInEnhance?: boolean | undefined;
|
|
11740
11756
|
historyPreviewCollapsed?: boolean | undefined;
|
|
11741
11757
|
reasoningBlockCollapsed?: boolean | undefined;
|
|
11758
|
+
enterBehavior?: "send" | "newline" | undefined;
|
|
11742
11759
|
profileThresholds?: Record<string, number> | undefined;
|
|
11743
11760
|
hasOpenedModeSelector?: boolean | undefined;
|
|
11744
11761
|
lastModeExportPath?: string | undefined;
|
|
@@ -11914,7 +11931,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11914
11931
|
cerebrasApiKey?: string | undefined;
|
|
11915
11932
|
sambaNovaApiKey?: string | undefined;
|
|
11916
11933
|
zaiApiKey?: string | undefined;
|
|
11917
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
11934
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
11918
11935
|
fireworksApiKey?: string | undefined;
|
|
11919
11936
|
featherlessApiKey?: string | undefined;
|
|
11920
11937
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -12101,6 +12118,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
12101
12118
|
includeTaskHistoryInEnhance?: boolean | undefined;
|
|
12102
12119
|
historyPreviewCollapsed?: boolean | undefined;
|
|
12103
12120
|
reasoningBlockCollapsed?: boolean | undefined;
|
|
12121
|
+
enterBehavior?: "send" | "newline" | undefined;
|
|
12104
12122
|
profileThresholds?: Record<string, number> | undefined;
|
|
12105
12123
|
hasOpenedModeSelector?: boolean | undefined;
|
|
12106
12124
|
lastModeExportPath?: string | undefined;
|
|
@@ -12277,7 +12295,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
12277
12295
|
cerebrasApiKey?: string | undefined;
|
|
12278
12296
|
sambaNovaApiKey?: string | undefined;
|
|
12279
12297
|
zaiApiKey?: string | undefined;
|
|
12280
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
12298
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
12281
12299
|
fireworksApiKey?: string | undefined;
|
|
12282
12300
|
featherlessApiKey?: string | undefined;
|
|
12283
12301
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -12464,6 +12482,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
12464
12482
|
includeTaskHistoryInEnhance?: boolean | undefined;
|
|
12465
12483
|
historyPreviewCollapsed?: boolean | undefined;
|
|
12466
12484
|
reasoningBlockCollapsed?: boolean | undefined;
|
|
12485
|
+
enterBehavior?: "send" | "newline" | undefined;
|
|
12467
12486
|
profileThresholds?: Record<string, number> | undefined;
|
|
12468
12487
|
hasOpenedModeSelector?: boolean | undefined;
|
|
12469
12488
|
lastModeExportPath?: string | undefined;
|
|
@@ -12597,7 +12616,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12597
12616
|
featherlessApiKey: z.ZodOptional<z.ZodString>;
|
|
12598
12617
|
fireworksApiKey: z.ZodOptional<z.ZodString>;
|
|
12599
12618
|
zaiApiKey: z.ZodOptional<z.ZodString>;
|
|
12600
|
-
zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding"]>>;
|
|
12619
|
+
zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding", "international_api", "china_api"]>>;
|
|
12601
12620
|
sambaNovaApiKey: z.ZodOptional<z.ZodString>;
|
|
12602
12621
|
cerebrasApiKey: z.ZodOptional<z.ZodString>;
|
|
12603
12622
|
litellmBaseUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -13248,6 +13267,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13248
13267
|
includeTaskHistoryInEnhance: z.ZodOptional<z.ZodBoolean>;
|
|
13249
13268
|
historyPreviewCollapsed: z.ZodOptional<z.ZodBoolean>;
|
|
13250
13269
|
reasoningBlockCollapsed: z.ZodOptional<z.ZodBoolean>;
|
|
13270
|
+
enterBehavior: z.ZodOptional<z.ZodEnum<["send", "newline"]>>;
|
|
13251
13271
|
profileThresholds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
13252
13272
|
hasOpenedModeSelector: z.ZodOptional<z.ZodBoolean>;
|
|
13253
13273
|
lastModeExportPath: z.ZodOptional<z.ZodString>;
|
|
@@ -13416,7 +13436,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13416
13436
|
cerebrasApiKey?: string | undefined;
|
|
13417
13437
|
sambaNovaApiKey?: string | undefined;
|
|
13418
13438
|
zaiApiKey?: string | undefined;
|
|
13419
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
13439
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
13420
13440
|
fireworksApiKey?: string | undefined;
|
|
13421
13441
|
featherlessApiKey?: string | undefined;
|
|
13422
13442
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -13603,6 +13623,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13603
13623
|
includeTaskHistoryInEnhance?: boolean | undefined;
|
|
13604
13624
|
historyPreviewCollapsed?: boolean | undefined;
|
|
13605
13625
|
reasoningBlockCollapsed?: boolean | undefined;
|
|
13626
|
+
enterBehavior?: "send" | "newline" | undefined;
|
|
13606
13627
|
profileThresholds?: Record<string, number> | undefined;
|
|
13607
13628
|
hasOpenedModeSelector?: boolean | undefined;
|
|
13608
13629
|
lastModeExportPath?: string | undefined;
|
|
@@ -13771,7 +13792,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13771
13792
|
cerebrasApiKey?: string | undefined;
|
|
13772
13793
|
sambaNovaApiKey?: string | undefined;
|
|
13773
13794
|
zaiApiKey?: string | undefined;
|
|
13774
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
13795
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
13775
13796
|
fireworksApiKey?: string | undefined;
|
|
13776
13797
|
featherlessApiKey?: string | undefined;
|
|
13777
13798
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -13958,6 +13979,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13958
13979
|
includeTaskHistoryInEnhance?: boolean | undefined;
|
|
13959
13980
|
historyPreviewCollapsed?: boolean | undefined;
|
|
13960
13981
|
reasoningBlockCollapsed?: boolean | undefined;
|
|
13982
|
+
enterBehavior?: "send" | "newline" | undefined;
|
|
13961
13983
|
profileThresholds?: Record<string, number> | undefined;
|
|
13962
13984
|
hasOpenedModeSelector?: boolean | undefined;
|
|
13963
13985
|
lastModeExportPath?: string | undefined;
|
|
@@ -14132,7 +14154,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14132
14154
|
cerebrasApiKey?: string | undefined;
|
|
14133
14155
|
sambaNovaApiKey?: string | undefined;
|
|
14134
14156
|
zaiApiKey?: string | undefined;
|
|
14135
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
14157
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
14136
14158
|
fireworksApiKey?: string | undefined;
|
|
14137
14159
|
featherlessApiKey?: string | undefined;
|
|
14138
14160
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -14319,6 +14341,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14319
14341
|
includeTaskHistoryInEnhance?: boolean | undefined;
|
|
14320
14342
|
historyPreviewCollapsed?: boolean | undefined;
|
|
14321
14343
|
reasoningBlockCollapsed?: boolean | undefined;
|
|
14344
|
+
enterBehavior?: "send" | "newline" | undefined;
|
|
14322
14345
|
profileThresholds?: Record<string, number> | undefined;
|
|
14323
14346
|
hasOpenedModeSelector?: boolean | undefined;
|
|
14324
14347
|
lastModeExportPath?: string | undefined;
|
|
@@ -14492,7 +14515,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14492
14515
|
cerebrasApiKey?: string | undefined;
|
|
14493
14516
|
sambaNovaApiKey?: string | undefined;
|
|
14494
14517
|
zaiApiKey?: string | undefined;
|
|
14495
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
14518
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
14496
14519
|
fireworksApiKey?: string | undefined;
|
|
14497
14520
|
featherlessApiKey?: string | undefined;
|
|
14498
14521
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -14679,6 +14702,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14679
14702
|
includeTaskHistoryInEnhance?: boolean | undefined;
|
|
14680
14703
|
historyPreviewCollapsed?: boolean | undefined;
|
|
14681
14704
|
reasoningBlockCollapsed?: boolean | undefined;
|
|
14705
|
+
enterBehavior?: "send" | "newline" | undefined;
|
|
14682
14706
|
profileThresholds?: Record<string, number> | undefined;
|
|
14683
14707
|
hasOpenedModeSelector?: boolean | undefined;
|
|
14684
14708
|
lastModeExportPath?: string | undefined;
|
|
@@ -14854,7 +14878,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14854
14878
|
cerebrasApiKey?: string | undefined;
|
|
14855
14879
|
sambaNovaApiKey?: string | undefined;
|
|
14856
14880
|
zaiApiKey?: string | undefined;
|
|
14857
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
14881
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
14858
14882
|
fireworksApiKey?: string | undefined;
|
|
14859
14883
|
featherlessApiKey?: string | undefined;
|
|
14860
14884
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -15041,6 +15065,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15041
15065
|
includeTaskHistoryInEnhance?: boolean | undefined;
|
|
15042
15066
|
historyPreviewCollapsed?: boolean | undefined;
|
|
15043
15067
|
reasoningBlockCollapsed?: boolean | undefined;
|
|
15068
|
+
enterBehavior?: "send" | "newline" | undefined;
|
|
15044
15069
|
profileThresholds?: Record<string, number> | undefined;
|
|
15045
15070
|
hasOpenedModeSelector?: boolean | undefined;
|
|
15046
15071
|
lastModeExportPath?: string | undefined;
|
|
@@ -15217,7 +15242,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15217
15242
|
cerebrasApiKey?: string | undefined;
|
|
15218
15243
|
sambaNovaApiKey?: string | undefined;
|
|
15219
15244
|
zaiApiKey?: string | undefined;
|
|
15220
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
15245
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
15221
15246
|
fireworksApiKey?: string | undefined;
|
|
15222
15247
|
featherlessApiKey?: string | undefined;
|
|
15223
15248
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -15404,6 +15429,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15404
15429
|
includeTaskHistoryInEnhance?: boolean | undefined;
|
|
15405
15430
|
historyPreviewCollapsed?: boolean | undefined;
|
|
15406
15431
|
reasoningBlockCollapsed?: boolean | undefined;
|
|
15432
|
+
enterBehavior?: "send" | "newline" | undefined;
|
|
15407
15433
|
profileThresholds?: Record<string, number> | undefined;
|
|
15408
15434
|
hasOpenedModeSelector?: boolean | undefined;
|
|
15409
15435
|
lastModeExportPath?: string | undefined;
|
|
@@ -15634,7 +15660,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15634
15660
|
cerebrasApiKey?: string | undefined;
|
|
15635
15661
|
sambaNovaApiKey?: string | undefined;
|
|
15636
15662
|
zaiApiKey?: string | undefined;
|
|
15637
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
15663
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
15638
15664
|
fireworksApiKey?: string | undefined;
|
|
15639
15665
|
featherlessApiKey?: string | undefined;
|
|
15640
15666
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -15821,6 +15847,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15821
15847
|
includeTaskHistoryInEnhance?: boolean | undefined;
|
|
15822
15848
|
historyPreviewCollapsed?: boolean | undefined;
|
|
15823
15849
|
reasoningBlockCollapsed?: boolean | undefined;
|
|
15850
|
+
enterBehavior?: "send" | "newline" | undefined;
|
|
15824
15851
|
profileThresholds?: Record<string, number> | undefined;
|
|
15825
15852
|
hasOpenedModeSelector?: boolean | undefined;
|
|
15826
15853
|
lastModeExportPath?: string | undefined;
|
|
@@ -16017,7 +16044,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
16017
16044
|
cerebrasApiKey?: string | undefined;
|
|
16018
16045
|
sambaNovaApiKey?: string | undefined;
|
|
16019
16046
|
zaiApiKey?: string | undefined;
|
|
16020
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
16047
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
16021
16048
|
fireworksApiKey?: string | undefined;
|
|
16022
16049
|
featherlessApiKey?: string | undefined;
|
|
16023
16050
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -16204,6 +16231,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
16204
16231
|
includeTaskHistoryInEnhance?: boolean | undefined;
|
|
16205
16232
|
historyPreviewCollapsed?: boolean | undefined;
|
|
16206
16233
|
reasoningBlockCollapsed?: boolean | undefined;
|
|
16234
|
+
enterBehavior?: "send" | "newline" | undefined;
|
|
16207
16235
|
profileThresholds?: Record<string, number> | undefined;
|
|
16208
16236
|
hasOpenedModeSelector?: boolean | undefined;
|
|
16209
16237
|
lastModeExportPath?: string | undefined;
|
|
@@ -16282,7 +16310,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
16282
16310
|
contextTokens: number;
|
|
16283
16311
|
totalCacheWrites?: number | undefined;
|
|
16284
16312
|
totalCacheReads?: number | undefined;
|
|
16285
|
-
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "
|
|
16313
|
+
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "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<{
|
|
16286
16314
|
attempts: z.ZodNumber;
|
|
16287
16315
|
failures: z.ZodNumber;
|
|
16288
16316
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -16308,7 +16336,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
16308
16336
|
contextTokens: number;
|
|
16309
16337
|
totalCacheWrites?: number | undefined;
|
|
16310
16338
|
totalCacheReads?: number | undefined;
|
|
16311
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
16339
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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", {
|
|
16312
16340
|
attempts: number;
|
|
16313
16341
|
failures: number;
|
|
16314
16342
|
}>>, {
|
|
@@ -16324,7 +16352,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
16324
16352
|
contextTokens: number;
|
|
16325
16353
|
totalCacheWrites?: number | undefined;
|
|
16326
16354
|
totalCacheReads?: number | undefined;
|
|
16327
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
16355
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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", {
|
|
16328
16356
|
attempts: number;
|
|
16329
16357
|
failures: number;
|
|
16330
16358
|
}>>, {
|
|
@@ -16790,15 +16818,15 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
16790
16818
|
taskId?: number | undefined;
|
|
16791
16819
|
}>, z.ZodObject<{
|
|
16792
16820
|
eventName: z.ZodLiteral<RooCodeEventName.TaskToolFailed>;
|
|
16793
|
-
payload: z.ZodTuple<[z.ZodString, z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "
|
|
16821
|
+
payload: z.ZodTuple<[z.ZodString, z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "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>;
|
|
16794
16822
|
taskId: z.ZodOptional<z.ZodNumber>;
|
|
16795
16823
|
}, "strip", z.ZodTypeAny, {
|
|
16796
16824
|
eventName: RooCodeEventName.TaskToolFailed;
|
|
16797
|
-
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
16825
|
+
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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];
|
|
16798
16826
|
taskId?: number | undefined;
|
|
16799
16827
|
}, {
|
|
16800
16828
|
eventName: RooCodeEventName.TaskToolFailed;
|
|
16801
|
-
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
16829
|
+
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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];
|
|
16802
16830
|
taskId?: number | undefined;
|
|
16803
16831
|
}>, z.ZodObject<{
|
|
16804
16832
|
eventName: z.ZodLiteral<RooCodeEventName.TaskTokenUsageUpdated>;
|
|
@@ -16823,7 +16851,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
16823
16851
|
contextTokens: number;
|
|
16824
16852
|
totalCacheWrites?: number | undefined;
|
|
16825
16853
|
totalCacheReads?: number | undefined;
|
|
16826
|
-
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "
|
|
16854
|
+
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "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<{
|
|
16827
16855
|
attempts: z.ZodNumber;
|
|
16828
16856
|
failures: z.ZodNumber;
|
|
16829
16857
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -16843,7 +16871,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
16843
16871
|
contextTokens: number;
|
|
16844
16872
|
totalCacheWrites?: number | undefined;
|
|
16845
16873
|
totalCacheReads?: number | undefined;
|
|
16846
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
16874
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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", {
|
|
16847
16875
|
attempts: number;
|
|
16848
16876
|
failures: number;
|
|
16849
16877
|
}>>];
|
|
@@ -16857,7 +16885,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
16857
16885
|
contextTokens: number;
|
|
16858
16886
|
totalCacheWrites?: number | undefined;
|
|
16859
16887
|
totalCacheReads?: number | undefined;
|
|
16860
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
16888
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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", {
|
|
16861
16889
|
attempts: number;
|
|
16862
16890
|
failures: number;
|
|
16863
16891
|
}>>];
|
|
@@ -16906,7 +16934,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
16906
16934
|
contextTokens: number;
|
|
16907
16935
|
totalCacheWrites?: number | undefined;
|
|
16908
16936
|
totalCacheReads?: number | undefined;
|
|
16909
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
16937
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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", {
|
|
16910
16938
|
attempts: number;
|
|
16911
16939
|
failures: number;
|
|
16912
16940
|
}>>, {
|
|
@@ -17014,7 +17042,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
17014
17042
|
taskId?: number | undefined;
|
|
17015
17043
|
} | {
|
|
17016
17044
|
eventName: RooCodeEventName.TaskToolFailed;
|
|
17017
|
-
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
17045
|
+
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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];
|
|
17018
17046
|
taskId?: number | undefined;
|
|
17019
17047
|
} | {
|
|
17020
17048
|
eventName: RooCodeEventName.TaskTokenUsageUpdated;
|
|
@@ -17025,7 +17053,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
17025
17053
|
contextTokens: number;
|
|
17026
17054
|
totalCacheWrites?: number | undefined;
|
|
17027
17055
|
totalCacheReads?: number | undefined;
|
|
17028
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
17056
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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", {
|
|
17029
17057
|
attempts: number;
|
|
17030
17058
|
failures: number;
|
|
17031
17059
|
}>>];
|
|
@@ -17060,7 +17088,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
17060
17088
|
contextTokens: number;
|
|
17061
17089
|
totalCacheWrites?: number | undefined;
|
|
17062
17090
|
totalCacheReads?: number | undefined;
|
|
17063
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
17091
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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", {
|
|
17064
17092
|
attempts: number;
|
|
17065
17093
|
failures: number;
|
|
17066
17094
|
}>>, {
|
|
@@ -17168,7 +17196,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
17168
17196
|
taskId?: number | undefined;
|
|
17169
17197
|
} | {
|
|
17170
17198
|
eventName: RooCodeEventName.TaskToolFailed;
|
|
17171
|
-
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
17199
|
+
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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];
|
|
17172
17200
|
taskId?: number | undefined;
|
|
17173
17201
|
} | {
|
|
17174
17202
|
eventName: RooCodeEventName.TaskTokenUsageUpdated;
|
|
@@ -17179,7 +17207,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
17179
17207
|
contextTokens: number;
|
|
17180
17208
|
totalCacheWrites?: number | undefined;
|
|
17181
17209
|
totalCacheReads?: number | undefined;
|
|
17182
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "
|
|
17210
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "apply_patch" | "search_files" | "list_files" | "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", {
|
|
17183
17211
|
attempts: number;
|
|
17184
17212
|
failures: number;
|
|
17185
17213
|
}>>];
|
|
@@ -17724,13 +17752,13 @@ type ToolGroup = z.infer<typeof toolGroupsSchema>;
|
|
|
17724
17752
|
/**
|
|
17725
17753
|
* ToolName
|
|
17726
17754
|
*/
|
|
17727
|
-
declare const toolNames: readonly ["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "
|
|
17728
|
-
declare const toolNamesSchema: z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "
|
|
17755
|
+
declare const toolNames: readonly ["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "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"];
|
|
17756
|
+
declare const toolNamesSchema: z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "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"]>;
|
|
17729
17757
|
type ToolName = z.infer<typeof toolNamesSchema>;
|
|
17730
17758
|
/**
|
|
17731
17759
|
* ToolUsage
|
|
17732
17760
|
*/
|
|
17733
|
-
declare const toolUsageSchema: z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "
|
|
17761
|
+
declare const toolUsageSchema: z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "apply_patch", "search_files", "list_files", "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<{
|
|
17734
17762
|
attempts: z.ZodNumber;
|
|
17735
17763
|
failures: z.ZodNumber;
|
|
17736
17764
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -19285,6 +19313,11 @@ declare const organizationDefaultSettingsSchema: z.ZodObject<{
|
|
|
19285
19313
|
terminalCompressProgressBar?: boolean | undefined;
|
|
19286
19314
|
}>;
|
|
19287
19315
|
type OrganizationDefaultSettings = z.infer<typeof organizationDefaultSettingsSchema>;
|
|
19316
|
+
/**
|
|
19317
|
+
* WorkspaceTaskVisibility
|
|
19318
|
+
*/
|
|
19319
|
+
declare const workspaceTaskVisibilitySchema: z.ZodEnum<["all", "list-only", "full-lockdown"]>;
|
|
19320
|
+
type WorkspaceTaskVisibility = z.infer<typeof workspaceTaskVisibilitySchema>;
|
|
19288
19321
|
/**
|
|
19289
19322
|
* OrganizationCloudSettings
|
|
19290
19323
|
*/
|
|
@@ -19293,16 +19326,19 @@ declare const organizationCloudSettingsSchema: z.ZodObject<{
|
|
|
19293
19326
|
enableTaskSharing: z.ZodOptional<z.ZodBoolean>;
|
|
19294
19327
|
taskShareExpirationDays: z.ZodOptional<z.ZodNumber>;
|
|
19295
19328
|
allowMembersViewAllTasks: z.ZodOptional<z.ZodBoolean>;
|
|
19329
|
+
workspaceTaskVisibility: z.ZodOptional<z.ZodEnum<["all", "list-only", "full-lockdown"]>>;
|
|
19296
19330
|
}, "strip", z.ZodTypeAny, {
|
|
19297
19331
|
recordTaskMessages?: boolean | undefined;
|
|
19298
19332
|
enableTaskSharing?: boolean | undefined;
|
|
19299
19333
|
taskShareExpirationDays?: number | undefined;
|
|
19300
19334
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19335
|
+
workspaceTaskVisibility?: "all" | "list-only" | "full-lockdown" | undefined;
|
|
19301
19336
|
}, {
|
|
19302
19337
|
recordTaskMessages?: boolean | undefined;
|
|
19303
19338
|
enableTaskSharing?: boolean | undefined;
|
|
19304
19339
|
taskShareExpirationDays?: number | undefined;
|
|
19305
19340
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19341
|
+
workspaceTaskVisibility?: "all" | "list-only" | "full-lockdown" | undefined;
|
|
19306
19342
|
}>;
|
|
19307
19343
|
type OrganizationCloudSettings = z.infer<typeof organizationCloudSettingsSchema>;
|
|
19308
19344
|
/**
|
|
@@ -19326,16 +19362,19 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19326
19362
|
enableTaskSharing: z.ZodOptional<z.ZodBoolean>;
|
|
19327
19363
|
taskShareExpirationDays: z.ZodOptional<z.ZodNumber>;
|
|
19328
19364
|
allowMembersViewAllTasks: z.ZodOptional<z.ZodBoolean>;
|
|
19365
|
+
workspaceTaskVisibility: z.ZodOptional<z.ZodEnum<["all", "list-only", "full-lockdown"]>>;
|
|
19329
19366
|
}, "strip", z.ZodTypeAny, {
|
|
19330
19367
|
recordTaskMessages?: boolean | undefined;
|
|
19331
19368
|
enableTaskSharing?: boolean | undefined;
|
|
19332
19369
|
taskShareExpirationDays?: number | undefined;
|
|
19333
19370
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19371
|
+
workspaceTaskVisibility?: "all" | "list-only" | "full-lockdown" | undefined;
|
|
19334
19372
|
}, {
|
|
19335
19373
|
recordTaskMessages?: boolean | undefined;
|
|
19336
19374
|
enableTaskSharing?: boolean | undefined;
|
|
19337
19375
|
taskShareExpirationDays?: number | undefined;
|
|
19338
19376
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19377
|
+
workspaceTaskVisibility?: "all" | "list-only" | "full-lockdown" | undefined;
|
|
19339
19378
|
}>>;
|
|
19340
19379
|
defaultSettings: z.ZodObject<{
|
|
19341
19380
|
fuzzyMatchThreshold: z.ZodOptional<z.ZodNumber>;
|
|
@@ -19564,7 +19603,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19564
19603
|
featherlessApiKey: z.ZodOptional<z.ZodString>;
|
|
19565
19604
|
fireworksApiKey: z.ZodOptional<z.ZodString>;
|
|
19566
19605
|
zaiApiKey: z.ZodOptional<z.ZodString>;
|
|
19567
|
-
zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding"]>>;
|
|
19606
|
+
zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding", "international_api", "china_api"]>>;
|
|
19568
19607
|
sambaNovaApiKey: z.ZodOptional<z.ZodString>;
|
|
19569
19608
|
cerebrasApiKey: z.ZodOptional<z.ZodString>;
|
|
19570
19609
|
litellmBaseUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -19976,7 +20015,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19976
20015
|
cerebrasApiKey?: string | undefined;
|
|
19977
20016
|
sambaNovaApiKey?: string | undefined;
|
|
19978
20017
|
zaiApiKey?: string | undefined;
|
|
19979
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
20018
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
19980
20019
|
fireworksApiKey?: string | undefined;
|
|
19981
20020
|
featherlessApiKey?: string | undefined;
|
|
19982
20021
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -20149,7 +20188,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20149
20188
|
cerebrasApiKey?: string | undefined;
|
|
20150
20189
|
sambaNovaApiKey?: string | undefined;
|
|
20151
20190
|
zaiApiKey?: string | undefined;
|
|
20152
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
20191
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
20153
20192
|
fireworksApiKey?: string | undefined;
|
|
20154
20193
|
featherlessApiKey?: string | undefined;
|
|
20155
20194
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -20187,6 +20226,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20187
20226
|
enableTaskSharing?: boolean | undefined;
|
|
20188
20227
|
taskShareExpirationDays?: number | undefined;
|
|
20189
20228
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
20229
|
+
workspaceTaskVisibility?: "all" | "list-only" | "full-lockdown" | undefined;
|
|
20190
20230
|
} | undefined;
|
|
20191
20231
|
features?: {
|
|
20192
20232
|
roomoteControlEnabled?: boolean | undefined;
|
|
@@ -20384,7 +20424,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20384
20424
|
cerebrasApiKey?: string | undefined;
|
|
20385
20425
|
sambaNovaApiKey?: string | undefined;
|
|
20386
20426
|
zaiApiKey?: string | undefined;
|
|
20387
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
20427
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
20388
20428
|
fireworksApiKey?: string | undefined;
|
|
20389
20429
|
featherlessApiKey?: string | undefined;
|
|
20390
20430
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -20422,6 +20462,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20422
20462
|
enableTaskSharing?: boolean | undefined;
|
|
20423
20463
|
taskShareExpirationDays?: number | undefined;
|
|
20424
20464
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
20465
|
+
workspaceTaskVisibility?: "all" | "list-only" | "full-lockdown" | undefined;
|
|
20425
20466
|
} | undefined;
|
|
20426
20467
|
features?: {
|
|
20427
20468
|
roomoteControlEnabled?: boolean | undefined;
|
|
@@ -20619,7 +20660,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20619
20660
|
cerebrasApiKey?: string | undefined;
|
|
20620
20661
|
sambaNovaApiKey?: string | undefined;
|
|
20621
20662
|
zaiApiKey?: string | undefined;
|
|
20622
|
-
zaiApiLine?: "international_coding" | "china_coding" | undefined;
|
|
20663
|
+
zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
|
|
20623
20664
|
fireworksApiKey?: string | undefined;
|
|
20624
20665
|
featherlessApiKey?: string | undefined;
|
|
20625
20666
|
ioIntelligenceModelId?: string | undefined;
|
|
@@ -47613,7 +47654,7 @@ declare const openAiNativeModels: {
|
|
|
47613
47654
|
readonly supportsPromptCache: true;
|
|
47614
47655
|
readonly promptCacheRetention: "24h";
|
|
47615
47656
|
readonly supportsReasoningEffort: ["low", "medium", "high", "xhigh"];
|
|
47616
|
-
readonly reasoningEffort: "
|
|
47657
|
+
readonly reasoningEffort: "xhigh";
|
|
47617
47658
|
readonly inputPrice: 1.25;
|
|
47618
47659
|
readonly outputPrice: 10;
|
|
47619
47660
|
readonly cacheReadsPrice: 0.125;
|
|
@@ -47627,6 +47668,50 @@ declare const openAiNativeModels: {
|
|
|
47627
47668
|
}];
|
|
47628
47669
|
readonly description: "GPT-5.1 Codex Max: Our most intelligent coding model optimized for long-horizon, agentic coding tasks";
|
|
47629
47670
|
};
|
|
47671
|
+
readonly "gpt-5.2": {
|
|
47672
|
+
readonly maxTokens: 128000;
|
|
47673
|
+
readonly contextWindow: 400000;
|
|
47674
|
+
readonly supportsNativeTools: true;
|
|
47675
|
+
readonly includedTools: ["apply_patch"];
|
|
47676
|
+
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
47677
|
+
readonly supportsImages: true;
|
|
47678
|
+
readonly supportsPromptCache: true;
|
|
47679
|
+
readonly promptCacheRetention: "24h";
|
|
47680
|
+
readonly supportsReasoningEffort: ["none", "low", "medium", "high", "xhigh"];
|
|
47681
|
+
readonly reasoningEffort: "medium";
|
|
47682
|
+
readonly inputPrice: 1.75;
|
|
47683
|
+
readonly outputPrice: 14;
|
|
47684
|
+
readonly cacheReadsPrice: 0.175;
|
|
47685
|
+
readonly supportsVerbosity: true;
|
|
47686
|
+
readonly supportsTemperature: false;
|
|
47687
|
+
readonly tiers: [{
|
|
47688
|
+
readonly name: "flex";
|
|
47689
|
+
readonly contextWindow: 400000;
|
|
47690
|
+
readonly inputPrice: 0.875;
|
|
47691
|
+
readonly outputPrice: 7;
|
|
47692
|
+
readonly cacheReadsPrice: 0.0875;
|
|
47693
|
+
}, {
|
|
47694
|
+
readonly name: "priority";
|
|
47695
|
+
readonly contextWindow: 400000;
|
|
47696
|
+
readonly inputPrice: 3.5;
|
|
47697
|
+
readonly outputPrice: 28;
|
|
47698
|
+
readonly cacheReadsPrice: 0.35;
|
|
47699
|
+
}];
|
|
47700
|
+
readonly description: "GPT-5.2: Our flagship model for coding and agentic tasks across industries";
|
|
47701
|
+
};
|
|
47702
|
+
readonly "gpt-5.2-chat-latest": {
|
|
47703
|
+
readonly maxTokens: 16384;
|
|
47704
|
+
readonly contextWindow: 128000;
|
|
47705
|
+
readonly supportsNativeTools: true;
|
|
47706
|
+
readonly includedTools: ["apply_patch"];
|
|
47707
|
+
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
47708
|
+
readonly supportsImages: true;
|
|
47709
|
+
readonly supportsPromptCache: true;
|
|
47710
|
+
readonly inputPrice: 1.75;
|
|
47711
|
+
readonly outputPrice: 14;
|
|
47712
|
+
readonly cacheReadsPrice: 0.175;
|
|
47713
|
+
readonly description: "GPT-5.2 Chat: Optimized for conversational AI and chat use cases";
|
|
47714
|
+
};
|
|
47630
47715
|
readonly "gpt-5.1": {
|
|
47631
47716
|
readonly maxTokens: 128000;
|
|
47632
47717
|
readonly contextWindow: 400000;
|
|
@@ -49487,6 +49572,16 @@ declare const zaiApiLineConfigs: {
|
|
|
49487
49572
|
baseUrl: string;
|
|
49488
49573
|
isChina: true;
|
|
49489
49574
|
};
|
|
49575
|
+
international_api: {
|
|
49576
|
+
name: string;
|
|
49577
|
+
baseUrl: string;
|
|
49578
|
+
isChina: false;
|
|
49579
|
+
};
|
|
49580
|
+
china_api: {
|
|
49581
|
+
name: string;
|
|
49582
|
+
baseUrl: string;
|
|
49583
|
+
isChina: true;
|
|
49584
|
+
};
|
|
49490
49585
|
};
|
|
49491
49586
|
|
|
49492
49587
|
declare const deepInfraDefaultModelId = "Qwen/Qwen3-Coder-480B-A35B-Instruct-Turbo";
|
|
@@ -49535,4 +49630,4 @@ declare function getProviderDefaultModelId(provider: ProviderName, options?: {
|
|
|
49535
49630
|
isChina?: boolean;
|
|
49536
49631
|
}): string;
|
|
49537
49632
|
|
|
49538
|
-
export { ANTHROPIC_DEFAULT_MAX_TOKENS, ANTHROPIC_STYLE_PROVIDERS, AWS_INFERENCE_PROFILE_MAPPING, type Ack, type AnthropicModelId, ApiProviderError, type AppProperties, type AssertEqual, type AuthService, type AuthServiceEvents, type AuthState, BEDROCK_1M_CONTEXT_MODEL_IDS, BEDROCK_DEFAULT_CONTEXT, BEDROCK_DEFAULT_TEMPERATURE, BEDROCK_GLOBAL_INFERENCE_MODEL_IDS, BEDROCK_MAX_TOKENS, BEDROCK_REGIONS, type BasetenModelId, type BedrockModelId, type BrowserActionParams, CLAUDE_CODE_DEFAULT_MAX_OUTPUT_TOKENS, CODEBASE_INDEX_DEFAULTS, CONSENT_COOKIE_NAME, CONTEXT_MANAGEMENT_EVENTS, COOKIE_CONSENT_EVENTS, type CerebrasModelId, type ChutesModelId, type ClaudeCodeModelId, type ClineAsk, type ClineMessage, type ClineSay, type CloudAppProperties, type CloudOrganization, type CloudOrganizationMembership, type CloudServiceEvents, type CloudUserInfo, type CodeActionId, type CodeActionName, type CodebaseIndexConfig, type CodebaseIndexModels, type CodebaseIndexProvider, type CommandExecutionStatus, type CommandId, ConnectionState, type ConsentCookieValue, type ContextCondense, type ContextManagementEvent, type ContextTruncation, type Coordinate, type CreateTaskOptions, type CustomModePrompts, type CustomModesSettings, type CustomProvider, type CustomSupportPrompts, DEEP_SEEK_DEFAULT_TEMPERATURE, DEFAULT_CHECKPOINT_TIMEOUT_SECONDS, DEFAULT_CONSECUTIVE_MISTAKE_LIMIT, DEFAULT_MODES, DEFAULT_TERMINAL_OUTPUT_CHARACTER_LIMIT, DEFAULT_WRITE_DELAY_MS, DOUBAO_API_BASE_URL, DOUBAO_API_CHAT_PATH, type DeepSeekModelId, type DynamicAppProperties, type DynamicProvider, EVALS_SETTINGS, EVALS_TIMEOUT, EXPECTED_API_ERROR_CODES, type Equals, type ExperimentId, type Experiments, type ExtensionBridgeCommand, ExtensionBridgeCommandName, type ExtensionBridgeEvent, ExtensionBridgeEventName, type ExtensionInstance, ExtensionSocketEvents, type ExtensionTask, type FauxProvider, type FeatherlessModelId, type FileEntry, type FireworksModelId, type FollowUpData, type FollowUpDataType, GLOBAL_SECRET_KEYS, GLOBAL_SETTINGS_KEYS, GLOBAL_STATE_KEYS, type GeminiModelId, type GenerateImageParams, type GitProperties, type GlobalSettings, type GlobalState, type GroqModelId, type GroupEntry, type GroupOptions, HEARTBEAT_INTERVAL_MS, HUGGINGFACE_API_URL, HUGGINGFACE_CACHE_DURATION, HUGGINGFACE_DEFAULT_CONTEXT_WINDOW, HUGGINGFACE_DEFAULT_MAX_TOKENS, HUGGINGFACE_MAX_TOKENS_FALLBACK, HUGGINGFACE_SLIDER_MIN, HUGGINGFACE_SLIDER_STEP, HUGGINGFACE_TEMPERATURE_MAX_VALUE, type HistoryItem, IMAGE_GENERATION_MODELS, IMAGE_GENERATION_MODEL_IDS, INSTANCE_TTL_SECONDS, type IOIntelligenceModelId, IO_INTELLIGENCE_CACHE_DURATION, type IdleAsk, type ImageGenerationApiMethod, type ImageGenerationModel, type ImageGenerationProvider, type InstallMarketplaceItemOptions, type InteractiveAsk, type InternalProvider, type InternationalZAiModelId, type IpcClientEvents, type IpcMessage, IpcMessageType, IpcOrigin, type IpcServerEvents, type JWTPayload, type JoinResponse, type Keys, LMSTUDIO_DEFAULT_TEMPERATURE, type Language, type LeaveResponse, type LineRange, type LocalProvider, MAX_CHECKPOINT_TIMEOUT_SECONDS, MINIMAX_DEFAULT_MAX_TOKENS, MINIMAX_DEFAULT_TEMPERATURE, MIN_CHECKPOINT_TIMEOUT_SECONDS, MISTRAL_DEFAULT_TEMPERATURE, MODELS_BY_PROVIDER, MOONSHOT_DEFAULT_TEMPERATURE, type MainlandZAiModelId, type MarketplaceItem, type MarketplaceItemType, type McpExecutionStatus, type McpInstallationMethod, type McpMarketplaceItem, type McpParameter, type McpServerUse, type MinimaxModelId, type MistralModelId, type ModeConfig, type ModeMarketplaceItem, type ModelIdKey, type ModelInfo, type ModelParameter, type MoonshotModelId, type NonBlockingAsk, OPENAI_AZURE_AI_INFERENCE_PATH, OPENAI_NATIVE_DEFAULT_TEMPERATURE, OPENROUTER_DEFAULT_PROVIDER_NAME, OPEN_ROUTER_PROMPT_CACHING_MODELS, OPEN_ROUTER_REASONING_BUDGET_MODELS, OPEN_ROUTER_REQUIRED_REASONING_BUDGET_MODELS, ORGANIZATION_ALLOW_ALL, ORGANIZATION_DEFAULT, type OpenAiNativeModelId, type OrganizationAllowList, type OrganizationCloudSettings, type OrganizationDefaultSettings, type OrganizationFeatures, type OrganizationSettings, PROVIDER_SETTINGS_KEYS, type PromptComponent, type ProviderName, type ProviderSettings, type ProviderSettingsEntry, type ProviderSettingsWithId, type QueuedMessage, type QwenCodeModelId, type ReasoningEffort, type ReasoningEffortExtended, type ReasoningEffortWithMinimal, type ResumableAsk, type RetryConfig, type RooCodeAPI, type RooCodeAPIEvents, RooCodeEventName, type RooCodeEvents, type RooCodeIpcServer, type RooCodeSettings, type RooCodeTelemetryEvent, type RooModel, RooModelSchema, type RooModelsResponse, RooModelsResponseSchema, RooPricingSchema, SECRET_STATE_KEYS, type SambaNovaModelId, type SecretState, type ServiceTier, type SettingsService, type SettingsServiceEvents, type ShareResponse, type ShareVisibility, type Size, type StaticAppProperties, type SuggestionItem, TOOL_PROTOCOL, type TaskBridgeCommand, TaskBridgeCommandName, type TaskBridgeEvent, TaskBridgeEventName, type TaskCommand, TaskCommandName, type TaskEvent, type TaskEvents, type TaskLike, type TaskMetadata, type TaskProperties, type TaskProviderEvents, type TaskProviderLike, TaskSocketEvents, TaskStatus, type TelemetryClient, type TelemetryEvent, TelemetryEventName, type TelemetryEventSubscription, type TelemetryProperties, type TelemetryPropertiesProvider, type TelemetrySetting, type TerminalActionId, type TerminalActionName, type TerminalActionPromptType, type TodoItem, type TodoStatus, type TokenUsage, type ToolGroup, type ToolName, type ToolProgressStatus, type ToolProtocol, type ToolUsage, type TypicalProvider, type UsageStats, type UserFeatures, type UserSettingsConfig, type UserSettingsData, VERCEL_AI_GATEWAY_DEFAULT_TEMPERATURE, VERCEL_AI_GATEWAY_PROMPT_CACHING_MODELS, VERCEL_AI_GATEWAY_VISION_AND_TOOLS_MODELS, VERCEL_AI_GATEWAY_VISION_ONLY_MODELS, VERTEX_REGIONS, type Values, type VerbosityLevel, type VertexModelId, type VscodeLlmModelId, type XAIModelId, ZAI_DEFAULT_TEMPERATURE, type ZaiApiLine, ackSchema, anthropicDefaultModelId, anthropicModels, appPropertiesSchema, azureOpenAiDefaultApiVersion, basetenDefaultModelId, basetenModels, bedrockDefaultModelId, bedrockDefaultPromptRouterModelId, bedrockModels, cerebrasDefaultModelId, cerebrasModels, chutesDefaultModelId, chutesDefaultModelInfo, chutesModels, claudeCodeDefaultModelId, claudeCodeModels, clineAskSchema, clineAsks, clineMessageSchema, clineSaySchema, clineSays, cloudAppPropertiesSchema, codeActionIds, codebaseIndexConfigSchema, codebaseIndexModelsSchema, codebaseIndexProviderSchema, commandExecutionStatusSchema, commandIds, contextCondenseSchema, contextTruncationSchema, convertModelNameForVertex, customModePromptsSchema, customModesSettingsSchema, customProviders, customSupportPromptsSchema, deepInfraDefaultModelId, deepInfraDefaultModelInfo, deepSeekDefaultModelId, deepSeekModels, discriminatedProviderSettingsWithIdSchema, doubaoDefaultModelId, doubaoDefaultModelInfo, doubaoModels, dynamicAppPropertiesSchema, dynamicProviders, experimentIds, experimentIdsSchema, experimentsSchema, extensionBridgeCommandSchema, extensionBridgeEventSchema, extensionInstanceSchema, extractApiProviderErrorProperties, fauxProviders, featherlessDefaultModelId, featherlessModels, fireworksDefaultModelId, fireworksModels, followUpDataSchema, geminiDefaultModelId, geminiModels, getApiProtocol, getClaudeCodeModelId, getEffectiveProtocol, getErrorMessage, getErrorStatusCode, getImageGenerationProvider, getModelId, getProviderDefaultModelId, gitPropertiesSchema, globalSettingsSchema, groqDefaultModelId, groqModels, groupEntrySchema, groupOptionsSchema, historyItemSchema, idleAsks, installMarketplaceItemOptionsSchema, interactiveAsks, internalProviders, internationalZAiDefaultModelId, internationalZAiModels, ioIntelligenceDefaultBaseUrl, ioIntelligenceDefaultModelId, ioIntelligenceModels, ipcMessageSchema, isApiProviderError, isContextManagementEvent, isCustomProvider, isDynamicProvider, isFauxProvider, isGlobalStateKey, isIdleAsk, isInteractiveAsk, isInternalProvider, isLanguage, isLocalProvider, isModelParameter, isNativeProtocol, isNonBlockingAsk, isProviderName, isResumableAsk, isSecretStateKey, isTypicalProvider, lMStudioDefaultModelId, lMStudioDefaultModelInfo, languages, languagesSchema, litellmDefaultModelId, litellmDefaultModelInfo, localProviders, mainlandZAiDefaultModelId, mainlandZAiModels, marketplaceItemSchema, marketplaceItemTypeSchema, mcpExecutionStatusSchema, mcpInstallationMethodSchema, mcpMarketplaceItemSchema, mcpParameterSchema, minimaxDefaultModelId, minimaxDefaultModelInfo, minimaxModels, mistralDefaultModelId, mistralModels, modeConfigSchema, modeMarketplaceItemSchema, modelIdKeys, modelIdKeysByProvider, modelInfoSchema, modelParameters, modelParametersSchema, moonshotDefaultModelId, moonshotModels, nonBlockingAsks, ollamaDefaultModelId, ollamaDefaultModelInfo, openAiModelInfoSaneDefaults, openAiNativeDefaultModelId, openAiNativeModels, openRouterDefaultModelId, openRouterDefaultModelInfo, organizationAllowListSchema, organizationCloudSettingsSchema, organizationDefaultSettingsSchema, organizationFeaturesSchema, organizationSettingsSchema, promptComponentSchema, providerNames, providerNamesSchema, providerSettingsEntrySchema, providerSettingsSchema, providerSettingsSchemaDiscriminated, providerSettingsWithIdSchema, queuedMessageSchema, qwenCodeDefaultModelId, qwenCodeModels, reasoningEffortExtendedSchema, reasoningEffortSettingSchema, reasoningEffortSettingValues, reasoningEffortWithMinimalSchema, reasoningEfforts, reasoningEffortsExtended, reasoningEffortsSchema, requestyDefaultModelId, requestyDefaultModelInfo, resumableAsks, rooCodeEventsSchema, rooCodeSettingsSchema, rooCodeTelemetryEventSchema, rooDefaultModelId, rooModels, sambaNovaDefaultModelId, sambaNovaModels, serviceTierSchema, serviceTiers, shareResponseSchema, shouldReportApiErrorToTelemetry, shouldUseSingleFileRead, staticAppPropertiesSchema, suggestionItemSchema, taskBridgeCommandSchema, taskBridgeEventSchema, taskCommandSchema, taskEventSchema, taskMetadataSchema, taskPropertiesSchema, telemetryPropertiesSchema, telemetrySettings, telemetrySettingsSchema, terminalActionIds, todoItemSchema, todoStatusSchema, tokenUsageSchema, toolGroups, toolGroupsSchema, toolNames, toolNamesSchema, toolProgressStatusSchema, toolUsageSchema, unboundDefaultModelId, unboundDefaultModelInfo, usageStatsSchema, userFeaturesSchema, userSettingsConfigSchema, userSettingsDataSchema, verbosityLevels, verbosityLevelsSchema, vercelAiGatewayDefaultModelId, vercelAiGatewayDefaultModelInfo, vertexDefaultModelId, vertexModels, vscodeLlmDefaultModelId, vscodeLlmModels, xaiDefaultModelId, xaiModels, zaiApiLineConfigs, zaiApiLineSchema };
|
|
49633
|
+
export { ANTHROPIC_DEFAULT_MAX_TOKENS, ANTHROPIC_STYLE_PROVIDERS, AWS_INFERENCE_PROFILE_MAPPING, type Ack, type AnthropicModelId, ApiProviderError, type AppProperties, type AssertEqual, type AuthService, type AuthServiceEvents, type AuthState, BEDROCK_1M_CONTEXT_MODEL_IDS, BEDROCK_DEFAULT_CONTEXT, BEDROCK_DEFAULT_TEMPERATURE, BEDROCK_GLOBAL_INFERENCE_MODEL_IDS, BEDROCK_MAX_TOKENS, BEDROCK_REGIONS, type BasetenModelId, type BedrockModelId, type BrowserActionParams, CLAUDE_CODE_DEFAULT_MAX_OUTPUT_TOKENS, CODEBASE_INDEX_DEFAULTS, CONSENT_COOKIE_NAME, CONTEXT_MANAGEMENT_EVENTS, COOKIE_CONSENT_EVENTS, type CerebrasModelId, type ChutesModelId, type ClaudeCodeModelId, type ClineAsk, type ClineMessage, type ClineSay, type CloudAppProperties, type CloudOrganization, type CloudOrganizationMembership, type CloudServiceEvents, type CloudUserInfo, type CodeActionId, type CodeActionName, type CodebaseIndexConfig, type CodebaseIndexModels, type CodebaseIndexProvider, type CommandExecutionStatus, type CommandId, ConnectionState, type ConsentCookieValue, type ContextCondense, type ContextManagementEvent, type ContextTruncation, type Coordinate, type CreateTaskOptions, type CustomModePrompts, type CustomModesSettings, type CustomProvider, type CustomSupportPrompts, DEEP_SEEK_DEFAULT_TEMPERATURE, DEFAULT_CHECKPOINT_TIMEOUT_SECONDS, DEFAULT_CONSECUTIVE_MISTAKE_LIMIT, DEFAULT_MODES, DEFAULT_TERMINAL_OUTPUT_CHARACTER_LIMIT, DEFAULT_WRITE_DELAY_MS, DOUBAO_API_BASE_URL, DOUBAO_API_CHAT_PATH, type DeepSeekModelId, type DynamicAppProperties, type DynamicProvider, EVALS_SETTINGS, EVALS_TIMEOUT, EXPECTED_API_ERROR_CODES, type Equals, type ExperimentId, type Experiments, type ExtensionBridgeCommand, ExtensionBridgeCommandName, type ExtensionBridgeEvent, ExtensionBridgeEventName, type ExtensionInstance, ExtensionSocketEvents, type ExtensionTask, type FauxProvider, type FeatherlessModelId, type FileEntry, type FireworksModelId, type FollowUpData, type FollowUpDataType, GLOBAL_SECRET_KEYS, GLOBAL_SETTINGS_KEYS, GLOBAL_STATE_KEYS, type GeminiModelId, type GenerateImageParams, type GitProperties, type GlobalSettings, type GlobalState, type GroqModelId, type GroupEntry, type GroupOptions, HEARTBEAT_INTERVAL_MS, HUGGINGFACE_API_URL, HUGGINGFACE_CACHE_DURATION, HUGGINGFACE_DEFAULT_CONTEXT_WINDOW, HUGGINGFACE_DEFAULT_MAX_TOKENS, HUGGINGFACE_MAX_TOKENS_FALLBACK, HUGGINGFACE_SLIDER_MIN, HUGGINGFACE_SLIDER_STEP, HUGGINGFACE_TEMPERATURE_MAX_VALUE, type HistoryItem, IMAGE_GENERATION_MODELS, IMAGE_GENERATION_MODEL_IDS, INSTANCE_TTL_SECONDS, type IOIntelligenceModelId, IO_INTELLIGENCE_CACHE_DURATION, type IdleAsk, type ImageGenerationApiMethod, type ImageGenerationModel, type ImageGenerationProvider, type InstallMarketplaceItemOptions, type InteractiveAsk, type InternalProvider, type InternationalZAiModelId, type IpcClientEvents, type IpcMessage, IpcMessageType, IpcOrigin, type IpcServerEvents, type JWTPayload, type JoinResponse, type Keys, LMSTUDIO_DEFAULT_TEMPERATURE, type Language, type LeaveResponse, type LineRange, type LocalProvider, MAX_CHECKPOINT_TIMEOUT_SECONDS, MINIMAX_DEFAULT_MAX_TOKENS, MINIMAX_DEFAULT_TEMPERATURE, MIN_CHECKPOINT_TIMEOUT_SECONDS, MISTRAL_DEFAULT_TEMPERATURE, MODELS_BY_PROVIDER, MOONSHOT_DEFAULT_TEMPERATURE, type MainlandZAiModelId, type MarketplaceItem, type MarketplaceItemType, type McpExecutionStatus, type McpInstallationMethod, type McpMarketplaceItem, type McpParameter, type McpServerUse, type MinimaxModelId, type MistralModelId, type ModeConfig, type ModeMarketplaceItem, type ModelIdKey, type ModelInfo, type ModelParameter, type MoonshotModelId, type NonBlockingAsk, OPENAI_AZURE_AI_INFERENCE_PATH, OPENAI_NATIVE_DEFAULT_TEMPERATURE, OPENROUTER_DEFAULT_PROVIDER_NAME, OPEN_ROUTER_PROMPT_CACHING_MODELS, OPEN_ROUTER_REASONING_BUDGET_MODELS, OPEN_ROUTER_REQUIRED_REASONING_BUDGET_MODELS, ORGANIZATION_ALLOW_ALL, ORGANIZATION_DEFAULT, type OpenAiNativeModelId, type OrganizationAllowList, type OrganizationCloudSettings, type OrganizationDefaultSettings, type OrganizationFeatures, type OrganizationSettings, PROVIDER_SETTINGS_KEYS, type PromptComponent, type ProviderName, type ProviderSettings, type ProviderSettingsEntry, type ProviderSettingsWithId, type QueuedMessage, type QwenCodeModelId, type ReasoningEffort, type ReasoningEffortExtended, type ReasoningEffortWithMinimal, type ResumableAsk, type RetryConfig, type RooCodeAPI, type RooCodeAPIEvents, RooCodeEventName, type RooCodeEvents, type RooCodeIpcServer, type RooCodeSettings, type RooCodeTelemetryEvent, type RooModel, RooModelSchema, type RooModelsResponse, RooModelsResponseSchema, RooPricingSchema, SECRET_STATE_KEYS, type SambaNovaModelId, type SecretState, type ServiceTier, type SettingsService, type SettingsServiceEvents, type ShareResponse, type ShareVisibility, type Size, type StaticAppProperties, type SuggestionItem, TOOL_PROTOCOL, type TaskBridgeCommand, TaskBridgeCommandName, type TaskBridgeEvent, TaskBridgeEventName, type TaskCommand, TaskCommandName, type TaskEvent, type TaskEvents, type TaskLike, type TaskMetadata, type TaskProperties, type TaskProviderEvents, type TaskProviderLike, TaskSocketEvents, TaskStatus, type TelemetryClient, type TelemetryEvent, TelemetryEventName, type TelemetryEventSubscription, type TelemetryProperties, type TelemetryPropertiesProvider, type TelemetrySetting, type TerminalActionId, type TerminalActionName, type TerminalActionPromptType, type TodoItem, type TodoStatus, type TokenUsage, type ToolGroup, type ToolName, type ToolProgressStatus, type ToolProtocol, type ToolUsage, type TypicalProvider, type UsageStats, type UserFeatures, type UserSettingsConfig, type UserSettingsData, VERCEL_AI_GATEWAY_DEFAULT_TEMPERATURE, VERCEL_AI_GATEWAY_PROMPT_CACHING_MODELS, VERCEL_AI_GATEWAY_VISION_AND_TOOLS_MODELS, VERCEL_AI_GATEWAY_VISION_ONLY_MODELS, VERTEX_REGIONS, type Values, type VerbosityLevel, type VertexModelId, type VscodeLlmModelId, type WorkspaceTaskVisibility, type XAIModelId, ZAI_DEFAULT_TEMPERATURE, type ZaiApiLine, ackSchema, anthropicDefaultModelId, anthropicModels, appPropertiesSchema, azureOpenAiDefaultApiVersion, basetenDefaultModelId, basetenModels, bedrockDefaultModelId, bedrockDefaultPromptRouterModelId, bedrockModels, cerebrasDefaultModelId, cerebrasModels, chutesDefaultModelId, chutesDefaultModelInfo, chutesModels, claudeCodeDefaultModelId, claudeCodeModels, clineAskSchema, clineAsks, clineMessageSchema, clineSaySchema, clineSays, cloudAppPropertiesSchema, codeActionIds, codebaseIndexConfigSchema, codebaseIndexModelsSchema, codebaseIndexProviderSchema, commandExecutionStatusSchema, commandIds, contextCondenseSchema, contextTruncationSchema, convertModelNameForVertex, customModePromptsSchema, customModesSettingsSchema, customProviders, customSupportPromptsSchema, deepInfraDefaultModelId, deepInfraDefaultModelInfo, deepSeekDefaultModelId, deepSeekModels, discriminatedProviderSettingsWithIdSchema, doubaoDefaultModelId, doubaoDefaultModelInfo, doubaoModels, dynamicAppPropertiesSchema, dynamicProviders, experimentIds, experimentIdsSchema, experimentsSchema, extensionBridgeCommandSchema, extensionBridgeEventSchema, extensionInstanceSchema, extractApiProviderErrorProperties, fauxProviders, featherlessDefaultModelId, featherlessModels, fireworksDefaultModelId, fireworksModels, followUpDataSchema, geminiDefaultModelId, geminiModels, getApiProtocol, getClaudeCodeModelId, getEffectiveProtocol, getErrorMessage, getErrorStatusCode, getImageGenerationProvider, getModelId, getProviderDefaultModelId, gitPropertiesSchema, globalSettingsSchema, groqDefaultModelId, groqModels, groupEntrySchema, groupOptionsSchema, historyItemSchema, idleAsks, installMarketplaceItemOptionsSchema, interactiveAsks, internalProviders, internationalZAiDefaultModelId, internationalZAiModels, ioIntelligenceDefaultBaseUrl, ioIntelligenceDefaultModelId, ioIntelligenceModels, ipcMessageSchema, isApiProviderError, isContextManagementEvent, isCustomProvider, isDynamicProvider, isFauxProvider, isGlobalStateKey, isIdleAsk, isInteractiveAsk, isInternalProvider, isLanguage, isLocalProvider, isModelParameter, isNativeProtocol, isNonBlockingAsk, isProviderName, isResumableAsk, isSecretStateKey, isTypicalProvider, lMStudioDefaultModelId, lMStudioDefaultModelInfo, languages, languagesSchema, litellmDefaultModelId, litellmDefaultModelInfo, localProviders, mainlandZAiDefaultModelId, mainlandZAiModels, marketplaceItemSchema, marketplaceItemTypeSchema, mcpExecutionStatusSchema, mcpInstallationMethodSchema, mcpMarketplaceItemSchema, mcpParameterSchema, minimaxDefaultModelId, minimaxDefaultModelInfo, minimaxModels, mistralDefaultModelId, mistralModels, modeConfigSchema, modeMarketplaceItemSchema, modelIdKeys, modelIdKeysByProvider, modelInfoSchema, modelParameters, modelParametersSchema, moonshotDefaultModelId, moonshotModels, nonBlockingAsks, ollamaDefaultModelId, ollamaDefaultModelInfo, openAiModelInfoSaneDefaults, openAiNativeDefaultModelId, openAiNativeModels, openRouterDefaultModelId, openRouterDefaultModelInfo, organizationAllowListSchema, organizationCloudSettingsSchema, organizationDefaultSettingsSchema, organizationFeaturesSchema, organizationSettingsSchema, promptComponentSchema, providerNames, providerNamesSchema, providerSettingsEntrySchema, providerSettingsSchema, providerSettingsSchemaDiscriminated, providerSettingsWithIdSchema, queuedMessageSchema, qwenCodeDefaultModelId, qwenCodeModels, reasoningEffortExtendedSchema, reasoningEffortSettingSchema, reasoningEffortSettingValues, reasoningEffortWithMinimalSchema, reasoningEfforts, reasoningEffortsExtended, reasoningEffortsSchema, requestyDefaultModelId, requestyDefaultModelInfo, resumableAsks, rooCodeEventsSchema, rooCodeSettingsSchema, rooCodeTelemetryEventSchema, rooDefaultModelId, rooModels, sambaNovaDefaultModelId, sambaNovaModels, serviceTierSchema, serviceTiers, shareResponseSchema, shouldReportApiErrorToTelemetry, shouldUseSingleFileRead, staticAppPropertiesSchema, suggestionItemSchema, taskBridgeCommandSchema, taskBridgeEventSchema, taskCommandSchema, taskEventSchema, taskMetadataSchema, taskPropertiesSchema, telemetryPropertiesSchema, telemetrySettings, telemetrySettingsSchema, terminalActionIds, todoItemSchema, todoStatusSchema, tokenUsageSchema, toolGroups, toolGroupsSchema, toolNames, toolNamesSchema, toolProgressStatusSchema, toolUsageSchema, unboundDefaultModelId, unboundDefaultModelInfo, usageStatsSchema, userFeaturesSchema, userSettingsConfigSchema, userSettingsDataSchema, verbosityLevels, verbosityLevelsSchema, vercelAiGatewayDefaultModelId, vercelAiGatewayDefaultModelInfo, vertexDefaultModelId, vertexModels, vscodeLlmDefaultModelId, vscodeLlmModels, xaiDefaultModelId, xaiModels, zaiApiLineConfigs, zaiApiLineSchema };
|