@roo-code/types 1.90.0 → 1.92.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.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", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>, z.ZodObject<{
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", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>, z.ZodString], null>;
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", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>, z.ZodObject<{
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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", string];
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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", string];
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", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>, z.ZodObject<{
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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
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", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>, z.ZodString], null>;
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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", string];
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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", string];
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", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>, z.ZodObject<{
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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
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>;
@@ -1458,6 +1458,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
1458
1458
  awsBedrockEndpointEnabled: z.ZodOptional<z.ZodBoolean>;
1459
1459
  awsBedrockEndpoint: z.ZodOptional<z.ZodString>;
1460
1460
  awsBedrock1MContext: z.ZodOptional<z.ZodBoolean>;
1461
+ awsBedrockServiceTier: z.ZodOptional<z.ZodEnum<["STANDARD", "FLEX", "PRIORITY"]>>;
1461
1462
  } & {
1462
1463
  apiProvider: z.ZodLiteral<"bedrock">;
1463
1464
  }, "strip", z.ZodTypeAny, {
@@ -1492,6 +1493,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
1492
1493
  awsBedrockEndpointEnabled?: boolean | undefined;
1493
1494
  awsBedrockEndpoint?: string | undefined;
1494
1495
  awsBedrock1MContext?: boolean | undefined;
1496
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
1495
1497
  }, {
1496
1498
  apiProvider: "bedrock";
1497
1499
  reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
@@ -1524,6 +1526,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
1524
1526
  awsBedrockEndpointEnabled?: boolean | undefined;
1525
1527
  awsBedrockEndpoint?: string | undefined;
1526
1528
  awsBedrock1MContext?: boolean | undefined;
1529
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
1527
1530
  }>, z.ZodObject<{
1528
1531
  includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
1529
1532
  diffEnabled: z.ZodOptional<z.ZodBoolean>;
@@ -3272,7 +3275,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
3272
3275
  apiModelId: z.ZodOptional<z.ZodString>;
3273
3276
  } & {
3274
3277
  zaiApiKey: z.ZodOptional<z.ZodString>;
3275
- zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding"]>>;
3278
+ zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding", "international_api", "china_api"]>>;
3276
3279
  } & {
3277
3280
  apiProvider: z.ZodLiteral<"zai">;
3278
3281
  }, "strip", z.ZodTypeAny, {
@@ -3292,7 +3295,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
3292
3295
  toolProtocol?: "xml" | "native" | undefined;
3293
3296
  apiModelId?: string | undefined;
3294
3297
  zaiApiKey?: string | undefined;
3295
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
3298
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
3296
3299
  }, {
3297
3300
  apiProvider: "zai";
3298
3301
  reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
@@ -3310,7 +3313,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
3310
3313
  toolProtocol?: "xml" | "native" | undefined;
3311
3314
  apiModelId?: string | undefined;
3312
3315
  zaiApiKey?: string | undefined;
3313
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
3316
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
3314
3317
  }>, z.ZodObject<{
3315
3318
  includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
3316
3319
  diffEnabled: z.ZodOptional<z.ZodBoolean>;
@@ -3672,7 +3675,7 @@ declare const providerSettingsSchema: z.ZodObject<{
3672
3675
  featherlessApiKey: z.ZodOptional<z.ZodString>;
3673
3676
  fireworksApiKey: z.ZodOptional<z.ZodString>;
3674
3677
  zaiApiKey: z.ZodOptional<z.ZodString>;
3675
- zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding"]>>;
3678
+ zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding", "international_api", "china_api"]>>;
3676
3679
  sambaNovaApiKey: z.ZodOptional<z.ZodString>;
3677
3680
  cerebrasApiKey: z.ZodOptional<z.ZodString>;
3678
3681
  litellmBaseUrl: z.ZodOptional<z.ZodString>;
@@ -3906,6 +3909,7 @@ declare const providerSettingsSchema: z.ZodObject<{
3906
3909
  awsBedrockEndpointEnabled: z.ZodOptional<z.ZodBoolean>;
3907
3910
  awsBedrockEndpoint: z.ZodOptional<z.ZodString>;
3908
3911
  awsBedrock1MContext: z.ZodOptional<z.ZodBoolean>;
3912
+ awsBedrockServiceTier: z.ZodOptional<z.ZodEnum<["STANDARD", "FLEX", "PRIORITY"]>>;
3909
3913
  openRouterApiKey: z.ZodOptional<z.ZodString>;
3910
3914
  openRouterModelId: z.ZodOptional<z.ZodString>;
3911
3915
  openRouterBaseUrl: z.ZodOptional<z.ZodString>;
@@ -3970,6 +3974,7 @@ declare const providerSettingsSchema: z.ZodObject<{
3970
3974
  awsBedrockEndpointEnabled?: boolean | undefined;
3971
3975
  awsBedrockEndpoint?: string | undefined;
3972
3976
  awsBedrock1MContext?: boolean | undefined;
3977
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
3973
3978
  vertexKeyFile?: string | undefined;
3974
3979
  vertexJsonCredentials?: string | undefined;
3975
3980
  vertexProjectId?: string | undefined;
@@ -4081,7 +4086,7 @@ declare const providerSettingsSchema: z.ZodObject<{
4081
4086
  cerebrasApiKey?: string | undefined;
4082
4087
  sambaNovaApiKey?: string | undefined;
4083
4088
  zaiApiKey?: string | undefined;
4084
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
4089
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
4085
4090
  fireworksApiKey?: string | undefined;
4086
4091
  featherlessApiKey?: string | undefined;
4087
4092
  ioIntelligenceModelId?: string | undefined;
@@ -4142,6 +4147,7 @@ declare const providerSettingsSchema: z.ZodObject<{
4142
4147
  awsBedrockEndpointEnabled?: boolean | undefined;
4143
4148
  awsBedrockEndpoint?: string | undefined;
4144
4149
  awsBedrock1MContext?: boolean | undefined;
4150
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
4145
4151
  vertexKeyFile?: string | undefined;
4146
4152
  vertexJsonCredentials?: string | undefined;
4147
4153
  vertexProjectId?: string | undefined;
@@ -4253,7 +4259,7 @@ declare const providerSettingsSchema: z.ZodObject<{
4253
4259
  cerebrasApiKey?: string | undefined;
4254
4260
  sambaNovaApiKey?: string | undefined;
4255
4261
  zaiApiKey?: string | undefined;
4256
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
4262
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
4257
4263
  fireworksApiKey?: string | undefined;
4258
4264
  featherlessApiKey?: string | undefined;
4259
4265
  ioIntelligenceModelId?: string | undefined;
@@ -4296,7 +4302,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
4296
4302
  featherlessApiKey: z.ZodOptional<z.ZodString>;
4297
4303
  fireworksApiKey: z.ZodOptional<z.ZodString>;
4298
4304
  zaiApiKey: z.ZodOptional<z.ZodString>;
4299
- zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding"]>>;
4305
+ zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding", "international_api", "china_api"]>>;
4300
4306
  sambaNovaApiKey: z.ZodOptional<z.ZodString>;
4301
4307
  cerebrasApiKey: z.ZodOptional<z.ZodString>;
4302
4308
  litellmBaseUrl: z.ZodOptional<z.ZodString>;
@@ -4530,6 +4536,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
4530
4536
  awsBedrockEndpointEnabled: z.ZodOptional<z.ZodBoolean>;
4531
4537
  awsBedrockEndpoint: z.ZodOptional<z.ZodString>;
4532
4538
  awsBedrock1MContext: z.ZodOptional<z.ZodBoolean>;
4539
+ awsBedrockServiceTier: z.ZodOptional<z.ZodEnum<["STANDARD", "FLEX", "PRIORITY"]>>;
4533
4540
  openRouterApiKey: z.ZodOptional<z.ZodString>;
4534
4541
  openRouterModelId: z.ZodOptional<z.ZodString>;
4535
4542
  openRouterBaseUrl: z.ZodOptional<z.ZodString>;
@@ -4597,6 +4604,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
4597
4604
  awsBedrockEndpointEnabled?: boolean | undefined;
4598
4605
  awsBedrockEndpoint?: string | undefined;
4599
4606
  awsBedrock1MContext?: boolean | undefined;
4607
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
4600
4608
  vertexKeyFile?: string | undefined;
4601
4609
  vertexJsonCredentials?: string | undefined;
4602
4610
  vertexProjectId?: string | undefined;
@@ -4708,7 +4716,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
4708
4716
  cerebrasApiKey?: string | undefined;
4709
4717
  sambaNovaApiKey?: string | undefined;
4710
4718
  zaiApiKey?: string | undefined;
4711
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
4719
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
4712
4720
  fireworksApiKey?: string | undefined;
4713
4721
  featherlessApiKey?: string | undefined;
4714
4722
  ioIntelligenceModelId?: string | undefined;
@@ -4770,6 +4778,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
4770
4778
  awsBedrockEndpointEnabled?: boolean | undefined;
4771
4779
  awsBedrockEndpoint?: string | undefined;
4772
4780
  awsBedrock1MContext?: boolean | undefined;
4781
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
4773
4782
  vertexKeyFile?: string | undefined;
4774
4783
  vertexJsonCredentials?: string | undefined;
4775
4784
  vertexProjectId?: string | undefined;
@@ -4881,7 +4890,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
4881
4890
  cerebrasApiKey?: string | undefined;
4882
4891
  sambaNovaApiKey?: string | undefined;
4883
4892
  zaiApiKey?: string | undefined;
4884
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
4893
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
4885
4894
  fireworksApiKey?: string | undefined;
4886
4895
  featherlessApiKey?: string | undefined;
4887
4896
  ioIntelligenceModelId?: string | undefined;
@@ -5106,6 +5115,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
5106
5115
  awsBedrockEndpointEnabled: z.ZodOptional<z.ZodBoolean>;
5107
5116
  awsBedrockEndpoint: z.ZodOptional<z.ZodString>;
5108
5117
  awsBedrock1MContext: z.ZodOptional<z.ZodBoolean>;
5118
+ awsBedrockServiceTier: z.ZodOptional<z.ZodEnum<["STANDARD", "FLEX", "PRIORITY"]>>;
5109
5119
  } & {
5110
5120
  apiProvider: z.ZodLiteral<"bedrock">;
5111
5121
  }, "strip", z.ZodTypeAny, {
@@ -5140,6 +5150,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
5140
5150
  awsBedrockEndpointEnabled?: boolean | undefined;
5141
5151
  awsBedrockEndpoint?: string | undefined;
5142
5152
  awsBedrock1MContext?: boolean | undefined;
5153
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
5143
5154
  }, {
5144
5155
  apiProvider: "bedrock";
5145
5156
  reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
@@ -5172,6 +5183,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
5172
5183
  awsBedrockEndpointEnabled?: boolean | undefined;
5173
5184
  awsBedrockEndpoint?: string | undefined;
5174
5185
  awsBedrock1MContext?: boolean | undefined;
5186
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
5175
5187
  }>, z.ZodObject<{
5176
5188
  includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
5177
5189
  diffEnabled: z.ZodOptional<z.ZodBoolean>;
@@ -6920,7 +6932,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
6920
6932
  apiModelId: z.ZodOptional<z.ZodString>;
6921
6933
  } & {
6922
6934
  zaiApiKey: z.ZodOptional<z.ZodString>;
6923
- zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding"]>>;
6935
+ zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding", "international_api", "china_api"]>>;
6924
6936
  } & {
6925
6937
  apiProvider: z.ZodLiteral<"zai">;
6926
6938
  }, "strip", z.ZodTypeAny, {
@@ -6940,7 +6952,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
6940
6952
  toolProtocol?: "xml" | "native" | undefined;
6941
6953
  apiModelId?: string | undefined;
6942
6954
  zaiApiKey?: string | undefined;
6943
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
6955
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
6944
6956
  }, {
6945
6957
  apiProvider: "zai";
6946
6958
  reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
@@ -6958,7 +6970,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
6958
6970
  toolProtocol?: "xml" | "native" | undefined;
6959
6971
  apiModelId?: string | undefined;
6960
6972
  zaiApiKey?: string | undefined;
6961
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
6973
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
6962
6974
  }>, z.ZodObject<{
6963
6975
  includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
6964
6976
  diffEnabled: z.ZodOptional<z.ZodBoolean>;
@@ -7295,7 +7307,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
7295
7307
  id?: string | undefined;
7296
7308
  }>>;
7297
7309
  type ProviderSettingsWithId = z.infer<typeof providerSettingsWithIdSchema>;
7298
- declare const PROVIDER_SETTINGS_KEYS: ["reasoningEffort", "codebaseIndexOpenAiCompatibleBaseUrl", "codebaseIndexOpenAiCompatibleModelDimension", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexGeminiApiKey", "codebaseIndexMistralApiKey", "codebaseIndexVercelAiGatewayApiKey", "codebaseIndexOpenRouterApiKey", "apiProvider", "includeMaxTokens", "diffEnabled", "todoListEnabled", "fuzzyMatchThreshold", "modelTemperature", "rateLimitSeconds", "consecutiveMistakeLimit", "enableReasoningEffort", "modelMaxTokens", "modelMaxThinkingTokens", "verbosity", "toolProtocol", "apiModelId", "apiKey", "anthropicBaseUrl", "anthropicUseAuthToken", "anthropicBeta1MContext", "claudeCodePath", "claudeCodeMaxOutputTokens", "openRouterApiKey", "openRouterModelId", "openRouterBaseUrl", "openRouterSpecificProvider", "openRouterUseMiddleOutTransform", "awsAccessKey", "awsSecretKey", "awsSessionToken", "awsRegion", "awsUseCrossRegionInference", "awsUseGlobalInference", "awsUsePromptCache", "awsProfile", "awsUseProfile", "awsApiKey", "awsUseApiKey", "awsCustomArn", "awsModelContextWindow", "awsBedrockEndpointEnabled", "awsBedrockEndpoint", "awsBedrock1MContext", "vertexKeyFile", "vertexJsonCredentials", "vertexProjectId", "vertexRegion", "enableUrlContext", "enableGrounding", "openAiBaseUrl", "openAiApiKey", "openAiLegacyFormat", "openAiR1FormatEnabled", "openAiModelId", "openAiCustomModelInfo", "openAiUseAzure", "azureApiVersion", "openAiStreamingEnabled", "openAiHostHeader", "openAiHeaders", "ollamaModelId", "ollamaBaseUrl", "ollamaApiKey", "ollamaNumCtx", "vsCodeLmModelSelector", "lmStudioModelId", "lmStudioBaseUrl", "lmStudioDraftModelId", "lmStudioSpeculativeDecodingEnabled", "geminiApiKey", "googleGeminiBaseUrl", "geminiCliOAuthPath", "geminiCliProjectId", "openAiNativeApiKey", "openAiNativeBaseUrl", "openAiNativeServiceTier", "mistralApiKey", "mistralCodestralUrl", "deepSeekBaseUrl", "deepSeekApiKey", "deepInfraBaseUrl", "deepInfraApiKey", "deepInfraModelId", "doubaoBaseUrl", "doubaoApiKey", "moonshotBaseUrl", "moonshotApiKey", "minimaxBaseUrl", "minimaxApiKey", "unboundApiKey", "unboundModelId", "requestyBaseUrl", "requestyApiKey", "requestyModelId", "fakeAi", "xaiApiKey", "groqApiKey", "huggingFaceApiKey", "huggingFaceModelId", "huggingFaceInferenceProvider", "chutesApiKey", "litellmBaseUrl", "litellmApiKey", "litellmModelId", "litellmUsePromptCache", "cerebrasApiKey", "sambaNovaApiKey", "zaiApiKey", "zaiApiLine", "fireworksApiKey", "featherlessApiKey", "ioIntelligenceModelId", "ioIntelligenceApiKey", "qwenCodeOauthPath", "vercelAiGatewayApiKey", "vercelAiGatewayModelId", "basetenApiKey"];
7310
+ declare const PROVIDER_SETTINGS_KEYS: ["reasoningEffort", "codebaseIndexOpenAiCompatibleBaseUrl", "codebaseIndexOpenAiCompatibleModelDimension", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexGeminiApiKey", "codebaseIndexMistralApiKey", "codebaseIndexVercelAiGatewayApiKey", "codebaseIndexOpenRouterApiKey", "apiProvider", "includeMaxTokens", "diffEnabled", "todoListEnabled", "fuzzyMatchThreshold", "modelTemperature", "rateLimitSeconds", "consecutiveMistakeLimit", "enableReasoningEffort", "modelMaxTokens", "modelMaxThinkingTokens", "verbosity", "toolProtocol", "apiModelId", "apiKey", "anthropicBaseUrl", "anthropicUseAuthToken", "anthropicBeta1MContext", "claudeCodePath", "claudeCodeMaxOutputTokens", "openRouterApiKey", "openRouterModelId", "openRouterBaseUrl", "openRouterSpecificProvider", "openRouterUseMiddleOutTransform", "awsAccessKey", "awsSecretKey", "awsSessionToken", "awsRegion", "awsUseCrossRegionInference", "awsUseGlobalInference", "awsUsePromptCache", "awsProfile", "awsUseProfile", "awsApiKey", "awsUseApiKey", "awsCustomArn", "awsModelContextWindow", "awsBedrockEndpointEnabled", "awsBedrockEndpoint", "awsBedrock1MContext", "awsBedrockServiceTier", "vertexKeyFile", "vertexJsonCredentials", "vertexProjectId", "vertexRegion", "enableUrlContext", "enableGrounding", "openAiBaseUrl", "openAiApiKey", "openAiLegacyFormat", "openAiR1FormatEnabled", "openAiModelId", "openAiCustomModelInfo", "openAiUseAzure", "azureApiVersion", "openAiStreamingEnabled", "openAiHostHeader", "openAiHeaders", "ollamaModelId", "ollamaBaseUrl", "ollamaApiKey", "ollamaNumCtx", "vsCodeLmModelSelector", "lmStudioModelId", "lmStudioBaseUrl", "lmStudioDraftModelId", "lmStudioSpeculativeDecodingEnabled", "geminiApiKey", "googleGeminiBaseUrl", "geminiCliOAuthPath", "geminiCliProjectId", "openAiNativeApiKey", "openAiNativeBaseUrl", "openAiNativeServiceTier", "mistralApiKey", "mistralCodestralUrl", "deepSeekBaseUrl", "deepSeekApiKey", "deepInfraBaseUrl", "deepInfraApiKey", "deepInfraModelId", "doubaoBaseUrl", "doubaoApiKey", "moonshotBaseUrl", "moonshotApiKey", "minimaxBaseUrl", "minimaxApiKey", "unboundApiKey", "unboundModelId", "requestyBaseUrl", "requestyApiKey", "requestyModelId", "fakeAi", "xaiApiKey", "groqApiKey", "huggingFaceApiKey", "huggingFaceModelId", "huggingFaceInferenceProvider", "chutesApiKey", "litellmBaseUrl", "litellmApiKey", "litellmModelId", "litellmUsePromptCache", "cerebrasApiKey", "sambaNovaApiKey", "zaiApiKey", "zaiApiLine", "fireworksApiKey", "featherlessApiKey", "ioIntelligenceModelId", "ioIntelligenceApiKey", "qwenCodeOauthPath", "vercelAiGatewayApiKey", "vercelAiGatewayModelId", "basetenApiKey"];
7299
7311
  /**
7300
7312
  * ModelIdKey
7301
7313
  */
@@ -7448,7 +7460,6 @@ declare const globalSettingsSchema: z.ZodObject<{
7448
7460
  alwaysAllowWriteProtected: z.ZodOptional<z.ZodBoolean>;
7449
7461
  writeDelayMs: z.ZodOptional<z.ZodNumber>;
7450
7462
  alwaysAllowBrowser: z.ZodOptional<z.ZodBoolean>;
7451
- alwaysApproveResubmit: z.ZodOptional<z.ZodBoolean>;
7452
7463
  requestDelaySeconds: z.ZodOptional<z.ZodNumber>;
7453
7464
  alwaysAllowMcp: z.ZodOptional<z.ZodBoolean>;
7454
7465
  alwaysAllowModeSwitch: z.ZodOptional<z.ZodBoolean>;
@@ -7456,7 +7467,6 @@ declare const globalSettingsSchema: z.ZodObject<{
7456
7467
  alwaysAllowExecute: z.ZodOptional<z.ZodBoolean>;
7457
7468
  alwaysAllowFollowupQuestions: z.ZodOptional<z.ZodBoolean>;
7458
7469
  followupAutoApproveTimeoutMs: z.ZodOptional<z.ZodNumber>;
7459
- alwaysAllowUpdateTodoList: z.ZodOptional<z.ZodBoolean>;
7460
7470
  allowedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7461
7471
  deniedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7462
7472
  commandExecutionTimeout: z.ZodOptional<z.ZodNumber>;
@@ -7775,6 +7785,13 @@ declare const globalSettingsSchema: z.ZodObject<{
7775
7785
  includeTaskHistoryInEnhance: z.ZodOptional<z.ZodBoolean>;
7776
7786
  historyPreviewCollapsed: z.ZodOptional<z.ZodBoolean>;
7777
7787
  reasoningBlockCollapsed: z.ZodOptional<z.ZodBoolean>;
7788
+ /**
7789
+ * Controls the keyboard behavior for sending messages in the chat input.
7790
+ * - "send": Enter sends message, Shift+Enter creates newline (default)
7791
+ * - "newline": Enter creates newline, Shift+Enter/Ctrl+Enter sends message
7792
+ * @default "send"
7793
+ */
7794
+ enterBehavior: z.ZodOptional<z.ZodEnum<["send", "newline"]>>;
7778
7795
  profileThresholds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
7779
7796
  hasOpenedModeSelector: z.ZodOptional<z.ZodBoolean>;
7780
7797
  lastModeExportPath: z.ZodOptional<z.ZodString>;
@@ -7844,7 +7861,6 @@ declare const globalSettingsSchema: z.ZodObject<{
7844
7861
  alwaysAllowWriteProtected?: boolean | undefined;
7845
7862
  writeDelayMs?: number | undefined;
7846
7863
  alwaysAllowBrowser?: boolean | undefined;
7847
- alwaysApproveResubmit?: boolean | undefined;
7848
7864
  requestDelaySeconds?: number | undefined;
7849
7865
  alwaysAllowMcp?: boolean | undefined;
7850
7866
  alwaysAllowModeSwitch?: boolean | undefined;
@@ -7852,7 +7868,6 @@ declare const globalSettingsSchema: z.ZodObject<{
7852
7868
  alwaysAllowExecute?: boolean | undefined;
7853
7869
  alwaysAllowFollowupQuestions?: boolean | undefined;
7854
7870
  followupAutoApproveTimeoutMs?: number | undefined;
7855
- alwaysAllowUpdateTodoList?: boolean | undefined;
7856
7871
  allowedCommands?: string[] | undefined;
7857
7872
  deniedCommands?: string[] | undefined;
7858
7873
  commandExecutionTimeout?: number | undefined;
@@ -7962,6 +7977,7 @@ declare const globalSettingsSchema: z.ZodObject<{
7962
7977
  includeTaskHistoryInEnhance?: boolean | undefined;
7963
7978
  historyPreviewCollapsed?: boolean | undefined;
7964
7979
  reasoningBlockCollapsed?: boolean | undefined;
7980
+ enterBehavior?: "send" | "newline" | undefined;
7965
7981
  profileThresholds?: Record<string, number> | undefined;
7966
7982
  hasOpenedModeSelector?: boolean | undefined;
7967
7983
  lastModeExportPath?: string | undefined;
@@ -8031,7 +8047,6 @@ declare const globalSettingsSchema: z.ZodObject<{
8031
8047
  alwaysAllowWriteProtected?: boolean | undefined;
8032
8048
  writeDelayMs?: number | undefined;
8033
8049
  alwaysAllowBrowser?: boolean | undefined;
8034
- alwaysApproveResubmit?: boolean | undefined;
8035
8050
  requestDelaySeconds?: number | undefined;
8036
8051
  alwaysAllowMcp?: boolean | undefined;
8037
8052
  alwaysAllowModeSwitch?: boolean | undefined;
@@ -8039,7 +8054,6 @@ declare const globalSettingsSchema: z.ZodObject<{
8039
8054
  alwaysAllowExecute?: boolean | undefined;
8040
8055
  alwaysAllowFollowupQuestions?: boolean | undefined;
8041
8056
  followupAutoApproveTimeoutMs?: number | undefined;
8042
- alwaysAllowUpdateTodoList?: boolean | undefined;
8043
8057
  allowedCommands?: string[] | undefined;
8044
8058
  deniedCommands?: string[] | undefined;
8045
8059
  commandExecutionTimeout?: number | undefined;
@@ -8149,13 +8163,14 @@ declare const globalSettingsSchema: z.ZodObject<{
8149
8163
  includeTaskHistoryInEnhance?: boolean | undefined;
8150
8164
  historyPreviewCollapsed?: boolean | undefined;
8151
8165
  reasoningBlockCollapsed?: boolean | undefined;
8166
+ enterBehavior?: "send" | "newline" | undefined;
8152
8167
  profileThresholds?: Record<string, number> | undefined;
8153
8168
  hasOpenedModeSelector?: boolean | undefined;
8154
8169
  lastModeExportPath?: string | undefined;
8155
8170
  lastModeImportPath?: string | undefined;
8156
8171
  }>;
8157
8172
  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"];
8173
+ 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", "requestDelaySeconds", "alwaysAllowMcp", "alwaysAllowModeSwitch", "alwaysAllowSubtasks", "alwaysAllowExecute", "alwaysAllowFollowupQuestions", "followupAutoApproveTimeoutMs", "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
8174
  /**
8160
8175
  * RooCodeSettings
8161
8176
  */
@@ -8188,7 +8203,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8188
8203
  featherlessApiKey: z.ZodOptional<z.ZodString>;
8189
8204
  fireworksApiKey: z.ZodOptional<z.ZodString>;
8190
8205
  zaiApiKey: z.ZodOptional<z.ZodString>;
8191
- zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding"]>>;
8206
+ zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding", "international_api", "china_api"]>>;
8192
8207
  sambaNovaApiKey: z.ZodOptional<z.ZodString>;
8193
8208
  cerebrasApiKey: z.ZodOptional<z.ZodString>;
8194
8209
  litellmBaseUrl: z.ZodOptional<z.ZodString>;
@@ -8422,6 +8437,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8422
8437
  awsBedrockEndpointEnabled: z.ZodOptional<z.ZodBoolean>;
8423
8438
  awsBedrockEndpoint: z.ZodOptional<z.ZodString>;
8424
8439
  awsBedrock1MContext: z.ZodOptional<z.ZodBoolean>;
8440
+ awsBedrockServiceTier: z.ZodOptional<z.ZodEnum<["STANDARD", "FLEX", "PRIORITY"]>>;
8425
8441
  openRouterApiKey: z.ZodOptional<z.ZodString>;
8426
8442
  openRouterModelId: z.ZodOptional<z.ZodString>;
8427
8443
  openRouterBaseUrl: z.ZodOptional<z.ZodString>;
@@ -8533,7 +8549,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8533
8549
  alwaysAllowWriteProtected: z.ZodOptional<z.ZodBoolean>;
8534
8550
  writeDelayMs: z.ZodOptional<z.ZodNumber>;
8535
8551
  alwaysAllowBrowser: z.ZodOptional<z.ZodBoolean>;
8536
- alwaysApproveResubmit: z.ZodOptional<z.ZodBoolean>;
8537
8552
  requestDelaySeconds: z.ZodOptional<z.ZodNumber>;
8538
8553
  alwaysAllowMcp: z.ZodOptional<z.ZodBoolean>;
8539
8554
  alwaysAllowModeSwitch: z.ZodOptional<z.ZodBoolean>;
@@ -8541,7 +8556,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8541
8556
  alwaysAllowExecute: z.ZodOptional<z.ZodBoolean>;
8542
8557
  alwaysAllowFollowupQuestions: z.ZodOptional<z.ZodBoolean>;
8543
8558
  followupAutoApproveTimeoutMs: z.ZodOptional<z.ZodNumber>;
8544
- alwaysAllowUpdateTodoList: z.ZodOptional<z.ZodBoolean>;
8545
8559
  allowedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
8546
8560
  deniedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
8547
8561
  commandExecutionTimeout: z.ZodOptional<z.ZodNumber>;
@@ -8839,6 +8853,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8839
8853
  includeTaskHistoryInEnhance: z.ZodOptional<z.ZodBoolean>;
8840
8854
  historyPreviewCollapsed: z.ZodOptional<z.ZodBoolean>;
8841
8855
  reasoningBlockCollapsed: z.ZodOptional<z.ZodBoolean>;
8856
+ enterBehavior: z.ZodOptional<z.ZodEnum<["send", "newline"]>>;
8842
8857
  profileThresholds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
8843
8858
  hasOpenedModeSelector: z.ZodOptional<z.ZodBoolean>;
8844
8859
  lastModeExportPath: z.ZodOptional<z.ZodString>;
@@ -8896,6 +8911,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8896
8911
  awsBedrockEndpointEnabled?: boolean | undefined;
8897
8912
  awsBedrockEndpoint?: string | undefined;
8898
8913
  awsBedrock1MContext?: boolean | undefined;
8914
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
8899
8915
  vertexKeyFile?: string | undefined;
8900
8916
  vertexJsonCredentials?: string | undefined;
8901
8917
  vertexProjectId?: string | undefined;
@@ -9007,7 +9023,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
9007
9023
  cerebrasApiKey?: string | undefined;
9008
9024
  sambaNovaApiKey?: string | undefined;
9009
9025
  zaiApiKey?: string | undefined;
9010
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
9026
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
9011
9027
  fireworksApiKey?: string | undefined;
9012
9028
  featherlessApiKey?: string | undefined;
9013
9029
  ioIntelligenceModelId?: string | undefined;
@@ -9076,7 +9092,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
9076
9092
  alwaysAllowWriteProtected?: boolean | undefined;
9077
9093
  writeDelayMs?: number | undefined;
9078
9094
  alwaysAllowBrowser?: boolean | undefined;
9079
- alwaysApproveResubmit?: boolean | undefined;
9080
9095
  requestDelaySeconds?: number | undefined;
9081
9096
  alwaysAllowMcp?: boolean | undefined;
9082
9097
  alwaysAllowModeSwitch?: boolean | undefined;
@@ -9084,7 +9099,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
9084
9099
  alwaysAllowExecute?: boolean | undefined;
9085
9100
  alwaysAllowFollowupQuestions?: boolean | undefined;
9086
9101
  followupAutoApproveTimeoutMs?: number | undefined;
9087
- alwaysAllowUpdateTodoList?: boolean | undefined;
9088
9102
  allowedCommands?: string[] | undefined;
9089
9103
  deniedCommands?: string[] | undefined;
9090
9104
  commandExecutionTimeout?: number | undefined;
@@ -9194,6 +9208,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
9194
9208
  includeTaskHistoryInEnhance?: boolean | undefined;
9195
9209
  historyPreviewCollapsed?: boolean | undefined;
9196
9210
  reasoningBlockCollapsed?: boolean | undefined;
9211
+ enterBehavior?: "send" | "newline" | undefined;
9197
9212
  profileThresholds?: Record<string, number> | undefined;
9198
9213
  hasOpenedModeSelector?: boolean | undefined;
9199
9214
  lastModeExportPath?: string | undefined;
@@ -9251,6 +9266,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
9251
9266
  awsBedrockEndpointEnabled?: boolean | undefined;
9252
9267
  awsBedrockEndpoint?: string | undefined;
9253
9268
  awsBedrock1MContext?: boolean | undefined;
9269
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
9254
9270
  vertexKeyFile?: string | undefined;
9255
9271
  vertexJsonCredentials?: string | undefined;
9256
9272
  vertexProjectId?: string | undefined;
@@ -9362,7 +9378,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
9362
9378
  cerebrasApiKey?: string | undefined;
9363
9379
  sambaNovaApiKey?: string | undefined;
9364
9380
  zaiApiKey?: string | undefined;
9365
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
9381
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
9366
9382
  fireworksApiKey?: string | undefined;
9367
9383
  featherlessApiKey?: string | undefined;
9368
9384
  ioIntelligenceModelId?: string | undefined;
@@ -9431,7 +9447,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
9431
9447
  alwaysAllowWriteProtected?: boolean | undefined;
9432
9448
  writeDelayMs?: number | undefined;
9433
9449
  alwaysAllowBrowser?: boolean | undefined;
9434
- alwaysApproveResubmit?: boolean | undefined;
9435
9450
  requestDelaySeconds?: number | undefined;
9436
9451
  alwaysAllowMcp?: boolean | undefined;
9437
9452
  alwaysAllowModeSwitch?: boolean | undefined;
@@ -9439,7 +9454,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
9439
9454
  alwaysAllowExecute?: boolean | undefined;
9440
9455
  alwaysAllowFollowupQuestions?: boolean | undefined;
9441
9456
  followupAutoApproveTimeoutMs?: number | undefined;
9442
- alwaysAllowUpdateTodoList?: boolean | undefined;
9443
9457
  allowedCommands?: string[] | undefined;
9444
9458
  deniedCommands?: string[] | undefined;
9445
9459
  commandExecutionTimeout?: number | undefined;
@@ -9549,6 +9563,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
9549
9563
  includeTaskHistoryInEnhance?: boolean | undefined;
9550
9564
  historyPreviewCollapsed?: boolean | undefined;
9551
9565
  reasoningBlockCollapsed?: boolean | undefined;
9566
+ enterBehavior?: "send" | "newline" | undefined;
9552
9567
  profileThresholds?: Record<string, number> | undefined;
9553
9568
  hasOpenedModeSelector?: boolean | undefined;
9554
9569
  lastModeExportPath?: string | undefined;
@@ -9657,7 +9672,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
9657
9672
  featherlessApiKey: z.ZodOptional<z.ZodString>;
9658
9673
  fireworksApiKey: z.ZodOptional<z.ZodString>;
9659
9674
  zaiApiKey: z.ZodOptional<z.ZodString>;
9660
- zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding"]>>;
9675
+ zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding", "international_api", "china_api"]>>;
9661
9676
  sambaNovaApiKey: z.ZodOptional<z.ZodString>;
9662
9677
  cerebrasApiKey: z.ZodOptional<z.ZodString>;
9663
9678
  litellmBaseUrl: z.ZodOptional<z.ZodString>;
@@ -9891,6 +9906,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
9891
9906
  awsBedrockEndpointEnabled: z.ZodOptional<z.ZodBoolean>;
9892
9907
  awsBedrockEndpoint: z.ZodOptional<z.ZodString>;
9893
9908
  awsBedrock1MContext: z.ZodOptional<z.ZodBoolean>;
9909
+ awsBedrockServiceTier: z.ZodOptional<z.ZodEnum<["STANDARD", "FLEX", "PRIORITY"]>>;
9894
9910
  openRouterApiKey: z.ZodOptional<z.ZodString>;
9895
9911
  openRouterModelId: z.ZodOptional<z.ZodString>;
9896
9912
  openRouterBaseUrl: z.ZodOptional<z.ZodString>;
@@ -10002,7 +10018,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10002
10018
  alwaysAllowWriteProtected: z.ZodOptional<z.ZodBoolean>;
10003
10019
  writeDelayMs: z.ZodOptional<z.ZodNumber>;
10004
10020
  alwaysAllowBrowser: z.ZodOptional<z.ZodBoolean>;
10005
- alwaysApproveResubmit: z.ZodOptional<z.ZodBoolean>;
10006
10021
  requestDelaySeconds: z.ZodOptional<z.ZodNumber>;
10007
10022
  alwaysAllowMcp: z.ZodOptional<z.ZodBoolean>;
10008
10023
  alwaysAllowModeSwitch: z.ZodOptional<z.ZodBoolean>;
@@ -10010,7 +10025,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10010
10025
  alwaysAllowExecute: z.ZodOptional<z.ZodBoolean>;
10011
10026
  alwaysAllowFollowupQuestions: z.ZodOptional<z.ZodBoolean>;
10012
10027
  followupAutoApproveTimeoutMs: z.ZodOptional<z.ZodNumber>;
10013
- alwaysAllowUpdateTodoList: z.ZodOptional<z.ZodBoolean>;
10014
10028
  allowedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
10015
10029
  deniedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
10016
10030
  commandExecutionTimeout: z.ZodOptional<z.ZodNumber>;
@@ -10308,6 +10322,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10308
10322
  includeTaskHistoryInEnhance: z.ZodOptional<z.ZodBoolean>;
10309
10323
  historyPreviewCollapsed: z.ZodOptional<z.ZodBoolean>;
10310
10324
  reasoningBlockCollapsed: z.ZodOptional<z.ZodBoolean>;
10325
+ enterBehavior: z.ZodOptional<z.ZodEnum<["send", "newline"]>>;
10311
10326
  profileThresholds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
10312
10327
  hasOpenedModeSelector: z.ZodOptional<z.ZodBoolean>;
10313
10328
  lastModeExportPath: z.ZodOptional<z.ZodString>;
@@ -10365,6 +10380,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10365
10380
  awsBedrockEndpointEnabled?: boolean | undefined;
10366
10381
  awsBedrockEndpoint?: string | undefined;
10367
10382
  awsBedrock1MContext?: boolean | undefined;
10383
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
10368
10384
  vertexKeyFile?: string | undefined;
10369
10385
  vertexJsonCredentials?: string | undefined;
10370
10386
  vertexProjectId?: string | undefined;
@@ -10476,7 +10492,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10476
10492
  cerebrasApiKey?: string | undefined;
10477
10493
  sambaNovaApiKey?: string | undefined;
10478
10494
  zaiApiKey?: string | undefined;
10479
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
10495
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
10480
10496
  fireworksApiKey?: string | undefined;
10481
10497
  featherlessApiKey?: string | undefined;
10482
10498
  ioIntelligenceModelId?: string | undefined;
@@ -10545,7 +10561,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10545
10561
  alwaysAllowWriteProtected?: boolean | undefined;
10546
10562
  writeDelayMs?: number | undefined;
10547
10563
  alwaysAllowBrowser?: boolean | undefined;
10548
- alwaysApproveResubmit?: boolean | undefined;
10549
10564
  requestDelaySeconds?: number | undefined;
10550
10565
  alwaysAllowMcp?: boolean | undefined;
10551
10566
  alwaysAllowModeSwitch?: boolean | undefined;
@@ -10553,7 +10568,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10553
10568
  alwaysAllowExecute?: boolean | undefined;
10554
10569
  alwaysAllowFollowupQuestions?: boolean | undefined;
10555
10570
  followupAutoApproveTimeoutMs?: number | undefined;
10556
- alwaysAllowUpdateTodoList?: boolean | undefined;
10557
10571
  allowedCommands?: string[] | undefined;
10558
10572
  deniedCommands?: string[] | undefined;
10559
10573
  commandExecutionTimeout?: number | undefined;
@@ -10663,6 +10677,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10663
10677
  includeTaskHistoryInEnhance?: boolean | undefined;
10664
10678
  historyPreviewCollapsed?: boolean | undefined;
10665
10679
  reasoningBlockCollapsed?: boolean | undefined;
10680
+ enterBehavior?: "send" | "newline" | undefined;
10666
10681
  profileThresholds?: Record<string, number> | undefined;
10667
10682
  hasOpenedModeSelector?: boolean | undefined;
10668
10683
  lastModeExportPath?: string | undefined;
@@ -10720,6 +10735,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10720
10735
  awsBedrockEndpointEnabled?: boolean | undefined;
10721
10736
  awsBedrockEndpoint?: string | undefined;
10722
10737
  awsBedrock1MContext?: boolean | undefined;
10738
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
10723
10739
  vertexKeyFile?: string | undefined;
10724
10740
  vertexJsonCredentials?: string | undefined;
10725
10741
  vertexProjectId?: string | undefined;
@@ -10831,7 +10847,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10831
10847
  cerebrasApiKey?: string | undefined;
10832
10848
  sambaNovaApiKey?: string | undefined;
10833
10849
  zaiApiKey?: string | undefined;
10834
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
10850
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
10835
10851
  fireworksApiKey?: string | undefined;
10836
10852
  featherlessApiKey?: string | undefined;
10837
10853
  ioIntelligenceModelId?: string | undefined;
@@ -10900,7 +10916,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10900
10916
  alwaysAllowWriteProtected?: boolean | undefined;
10901
10917
  writeDelayMs?: number | undefined;
10902
10918
  alwaysAllowBrowser?: boolean | undefined;
10903
- alwaysApproveResubmit?: boolean | undefined;
10904
10919
  requestDelaySeconds?: number | undefined;
10905
10920
  alwaysAllowMcp?: boolean | undefined;
10906
10921
  alwaysAllowModeSwitch?: boolean | undefined;
@@ -10908,7 +10923,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10908
10923
  alwaysAllowExecute?: boolean | undefined;
10909
10924
  alwaysAllowFollowupQuestions?: boolean | undefined;
10910
10925
  followupAutoApproveTimeoutMs?: number | undefined;
10911
- alwaysAllowUpdateTodoList?: boolean | undefined;
10912
10926
  allowedCommands?: string[] | undefined;
10913
10927
  deniedCommands?: string[] | undefined;
10914
10928
  commandExecutionTimeout?: number | 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;
@@ -11081,6 +11096,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11081
11096
  awsBedrockEndpointEnabled?: boolean | undefined;
11082
11097
  awsBedrockEndpoint?: string | undefined;
11083
11098
  awsBedrock1MContext?: boolean | undefined;
11099
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
11084
11100
  vertexKeyFile?: string | undefined;
11085
11101
  vertexJsonCredentials?: string | undefined;
11086
11102
  vertexProjectId?: string | undefined;
@@ -11192,7 +11208,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11192
11208
  cerebrasApiKey?: string | undefined;
11193
11209
  sambaNovaApiKey?: string | undefined;
11194
11210
  zaiApiKey?: string | undefined;
11195
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
11211
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
11196
11212
  fireworksApiKey?: string | undefined;
11197
11213
  featherlessApiKey?: string | undefined;
11198
11214
  ioIntelligenceModelId?: string | undefined;
@@ -11261,7 +11277,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11261
11277
  alwaysAllowWriteProtected?: boolean | undefined;
11262
11278
  writeDelayMs?: number | undefined;
11263
11279
  alwaysAllowBrowser?: boolean | undefined;
11264
- alwaysApproveResubmit?: boolean | undefined;
11265
11280
  requestDelaySeconds?: number | undefined;
11266
11281
  alwaysAllowMcp?: boolean | undefined;
11267
11282
  alwaysAllowModeSwitch?: boolean | undefined;
@@ -11269,7 +11284,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11269
11284
  alwaysAllowExecute?: boolean | undefined;
11270
11285
  alwaysAllowFollowupQuestions?: boolean | undefined;
11271
11286
  followupAutoApproveTimeoutMs?: number | undefined;
11272
- alwaysAllowUpdateTodoList?: boolean | undefined;
11273
11287
  allowedCommands?: string[] | undefined;
11274
11288
  deniedCommands?: string[] | undefined;
11275
11289
  commandExecutionTimeout?: number | undefined;
@@ -11379,6 +11393,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11379
11393
  includeTaskHistoryInEnhance?: boolean | undefined;
11380
11394
  historyPreviewCollapsed?: boolean | undefined;
11381
11395
  reasoningBlockCollapsed?: boolean | undefined;
11396
+ enterBehavior?: "send" | "newline" | undefined;
11382
11397
  profileThresholds?: Record<string, number> | undefined;
11383
11398
  hasOpenedModeSelector?: boolean | undefined;
11384
11399
  lastModeExportPath?: string | undefined;
@@ -11441,6 +11456,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11441
11456
  awsBedrockEndpointEnabled?: boolean | undefined;
11442
11457
  awsBedrockEndpoint?: string | undefined;
11443
11458
  awsBedrock1MContext?: boolean | undefined;
11459
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
11444
11460
  vertexKeyFile?: string | undefined;
11445
11461
  vertexJsonCredentials?: string | undefined;
11446
11462
  vertexProjectId?: 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;
@@ -11621,7 +11637,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11621
11637
  alwaysAllowWriteProtected?: boolean | undefined;
11622
11638
  writeDelayMs?: number | undefined;
11623
11639
  alwaysAllowBrowser?: boolean | undefined;
11624
- alwaysApproveResubmit?: boolean | undefined;
11625
11640
  requestDelaySeconds?: number | undefined;
11626
11641
  alwaysAllowMcp?: boolean | undefined;
11627
11642
  alwaysAllowModeSwitch?: boolean | undefined;
@@ -11629,7 +11644,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11629
11644
  alwaysAllowExecute?: boolean | undefined;
11630
11645
  alwaysAllowFollowupQuestions?: boolean | undefined;
11631
11646
  followupAutoApproveTimeoutMs?: number | undefined;
11632
- alwaysAllowUpdateTodoList?: boolean | undefined;
11633
11647
  allowedCommands?: string[] | undefined;
11634
11648
  deniedCommands?: string[] | undefined;
11635
11649
  commandExecutionTimeout?: number | undefined;
@@ -11739,6 +11753,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11739
11753
  includeTaskHistoryInEnhance?: boolean | undefined;
11740
11754
  historyPreviewCollapsed?: boolean | undefined;
11741
11755
  reasoningBlockCollapsed?: boolean | undefined;
11756
+ enterBehavior?: "send" | "newline" | undefined;
11742
11757
  profileThresholds?: Record<string, number> | undefined;
11743
11758
  hasOpenedModeSelector?: boolean | undefined;
11744
11759
  lastModeExportPath?: string | undefined;
@@ -11803,6 +11818,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11803
11818
  awsBedrockEndpointEnabled?: boolean | undefined;
11804
11819
  awsBedrockEndpoint?: string | undefined;
11805
11820
  awsBedrock1MContext?: boolean | undefined;
11821
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
11806
11822
  vertexKeyFile?: string | undefined;
11807
11823
  vertexJsonCredentials?: string | undefined;
11808
11824
  vertexProjectId?: string | undefined;
@@ -11914,7 +11930,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11914
11930
  cerebrasApiKey?: string | undefined;
11915
11931
  sambaNovaApiKey?: string | undefined;
11916
11932
  zaiApiKey?: string | undefined;
11917
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
11933
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
11918
11934
  fireworksApiKey?: string | undefined;
11919
11935
  featherlessApiKey?: string | undefined;
11920
11936
  ioIntelligenceModelId?: string | undefined;
@@ -11983,7 +11999,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11983
11999
  alwaysAllowWriteProtected?: boolean | undefined;
11984
12000
  writeDelayMs?: number | undefined;
11985
12001
  alwaysAllowBrowser?: boolean | undefined;
11986
- alwaysApproveResubmit?: boolean | undefined;
11987
12002
  requestDelaySeconds?: number | undefined;
11988
12003
  alwaysAllowMcp?: boolean | undefined;
11989
12004
  alwaysAllowModeSwitch?: boolean | undefined;
@@ -11991,7 +12006,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11991
12006
  alwaysAllowExecute?: boolean | undefined;
11992
12007
  alwaysAllowFollowupQuestions?: boolean | undefined;
11993
12008
  followupAutoApproveTimeoutMs?: number | undefined;
11994
- alwaysAllowUpdateTodoList?: boolean | undefined;
11995
12009
  allowedCommands?: string[] | undefined;
11996
12010
  deniedCommands?: string[] | undefined;
11997
12011
  commandExecutionTimeout?: number | undefined;
@@ -12101,6 +12115,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
12101
12115
  includeTaskHistoryInEnhance?: boolean | undefined;
12102
12116
  historyPreviewCollapsed?: boolean | undefined;
12103
12117
  reasoningBlockCollapsed?: boolean | undefined;
12118
+ enterBehavior?: "send" | "newline" | undefined;
12104
12119
  profileThresholds?: Record<string, number> | undefined;
12105
12120
  hasOpenedModeSelector?: boolean | undefined;
12106
12121
  lastModeExportPath?: string | undefined;
@@ -12166,6 +12181,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
12166
12181
  awsBedrockEndpointEnabled?: boolean | undefined;
12167
12182
  awsBedrockEndpoint?: string | undefined;
12168
12183
  awsBedrock1MContext?: boolean | undefined;
12184
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
12169
12185
  vertexKeyFile?: string | undefined;
12170
12186
  vertexJsonCredentials?: string | undefined;
12171
12187
  vertexProjectId?: string | undefined;
@@ -12277,7 +12293,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
12277
12293
  cerebrasApiKey?: string | undefined;
12278
12294
  sambaNovaApiKey?: string | undefined;
12279
12295
  zaiApiKey?: string | undefined;
12280
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
12296
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
12281
12297
  fireworksApiKey?: string | undefined;
12282
12298
  featherlessApiKey?: string | undefined;
12283
12299
  ioIntelligenceModelId?: string | undefined;
@@ -12346,7 +12362,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
12346
12362
  alwaysAllowWriteProtected?: boolean | undefined;
12347
12363
  writeDelayMs?: number | undefined;
12348
12364
  alwaysAllowBrowser?: boolean | undefined;
12349
- alwaysApproveResubmit?: boolean | undefined;
12350
12365
  requestDelaySeconds?: number | undefined;
12351
12366
  alwaysAllowMcp?: boolean | undefined;
12352
12367
  alwaysAllowModeSwitch?: boolean | undefined;
@@ -12354,7 +12369,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
12354
12369
  alwaysAllowExecute?: boolean | undefined;
12355
12370
  alwaysAllowFollowupQuestions?: boolean | undefined;
12356
12371
  followupAutoApproveTimeoutMs?: number | undefined;
12357
- alwaysAllowUpdateTodoList?: boolean | undefined;
12358
12372
  allowedCommands?: string[] | undefined;
12359
12373
  deniedCommands?: string[] | undefined;
12360
12374
  commandExecutionTimeout?: number | undefined;
@@ -12464,6 +12478,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
12464
12478
  includeTaskHistoryInEnhance?: boolean | undefined;
12465
12479
  historyPreviewCollapsed?: boolean | undefined;
12466
12480
  reasoningBlockCollapsed?: boolean | undefined;
12481
+ enterBehavior?: "send" | "newline" | undefined;
12467
12482
  profileThresholds?: Record<string, number> | undefined;
12468
12483
  hasOpenedModeSelector?: boolean | undefined;
12469
12484
  lastModeExportPath?: string | undefined;
@@ -12597,7 +12612,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
12597
12612
  featherlessApiKey: z.ZodOptional<z.ZodString>;
12598
12613
  fireworksApiKey: z.ZodOptional<z.ZodString>;
12599
12614
  zaiApiKey: z.ZodOptional<z.ZodString>;
12600
- zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding"]>>;
12615
+ zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding", "international_api", "china_api"]>>;
12601
12616
  sambaNovaApiKey: z.ZodOptional<z.ZodString>;
12602
12617
  cerebrasApiKey: z.ZodOptional<z.ZodString>;
12603
12618
  litellmBaseUrl: z.ZodOptional<z.ZodString>;
@@ -12831,6 +12846,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
12831
12846
  awsBedrockEndpointEnabled: z.ZodOptional<z.ZodBoolean>;
12832
12847
  awsBedrockEndpoint: z.ZodOptional<z.ZodString>;
12833
12848
  awsBedrock1MContext: z.ZodOptional<z.ZodBoolean>;
12849
+ awsBedrockServiceTier: z.ZodOptional<z.ZodEnum<["STANDARD", "FLEX", "PRIORITY"]>>;
12834
12850
  openRouterApiKey: z.ZodOptional<z.ZodString>;
12835
12851
  openRouterModelId: z.ZodOptional<z.ZodString>;
12836
12852
  openRouterBaseUrl: z.ZodOptional<z.ZodString>;
@@ -12942,7 +12958,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
12942
12958
  alwaysAllowWriteProtected: z.ZodOptional<z.ZodBoolean>;
12943
12959
  writeDelayMs: z.ZodOptional<z.ZodNumber>;
12944
12960
  alwaysAllowBrowser: z.ZodOptional<z.ZodBoolean>;
12945
- alwaysApproveResubmit: z.ZodOptional<z.ZodBoolean>;
12946
12961
  requestDelaySeconds: z.ZodOptional<z.ZodNumber>;
12947
12962
  alwaysAllowMcp: z.ZodOptional<z.ZodBoolean>;
12948
12963
  alwaysAllowModeSwitch: z.ZodOptional<z.ZodBoolean>;
@@ -12950,7 +12965,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
12950
12965
  alwaysAllowExecute: z.ZodOptional<z.ZodBoolean>;
12951
12966
  alwaysAllowFollowupQuestions: z.ZodOptional<z.ZodBoolean>;
12952
12967
  followupAutoApproveTimeoutMs: z.ZodOptional<z.ZodNumber>;
12953
- alwaysAllowUpdateTodoList: z.ZodOptional<z.ZodBoolean>;
12954
12968
  allowedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
12955
12969
  deniedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
12956
12970
  commandExecutionTimeout: z.ZodOptional<z.ZodNumber>;
@@ -13248,6 +13262,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13248
13262
  includeTaskHistoryInEnhance: z.ZodOptional<z.ZodBoolean>;
13249
13263
  historyPreviewCollapsed: z.ZodOptional<z.ZodBoolean>;
13250
13264
  reasoningBlockCollapsed: z.ZodOptional<z.ZodBoolean>;
13265
+ enterBehavior: z.ZodOptional<z.ZodEnum<["send", "newline"]>>;
13251
13266
  profileThresholds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
13252
13267
  hasOpenedModeSelector: z.ZodOptional<z.ZodBoolean>;
13253
13268
  lastModeExportPath: z.ZodOptional<z.ZodString>;
@@ -13305,6 +13320,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13305
13320
  awsBedrockEndpointEnabled?: boolean | undefined;
13306
13321
  awsBedrockEndpoint?: string | undefined;
13307
13322
  awsBedrock1MContext?: boolean | undefined;
13323
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
13308
13324
  vertexKeyFile?: string | undefined;
13309
13325
  vertexJsonCredentials?: string | undefined;
13310
13326
  vertexProjectId?: string | undefined;
@@ -13416,7 +13432,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13416
13432
  cerebrasApiKey?: string | undefined;
13417
13433
  sambaNovaApiKey?: string | undefined;
13418
13434
  zaiApiKey?: string | undefined;
13419
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
13435
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
13420
13436
  fireworksApiKey?: string | undefined;
13421
13437
  featherlessApiKey?: string | undefined;
13422
13438
  ioIntelligenceModelId?: string | undefined;
@@ -13485,7 +13501,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13485
13501
  alwaysAllowWriteProtected?: boolean | undefined;
13486
13502
  writeDelayMs?: number | undefined;
13487
13503
  alwaysAllowBrowser?: boolean | undefined;
13488
- alwaysApproveResubmit?: boolean | undefined;
13489
13504
  requestDelaySeconds?: number | undefined;
13490
13505
  alwaysAllowMcp?: boolean | undefined;
13491
13506
  alwaysAllowModeSwitch?: boolean | undefined;
@@ -13493,7 +13508,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13493
13508
  alwaysAllowExecute?: boolean | undefined;
13494
13509
  alwaysAllowFollowupQuestions?: boolean | undefined;
13495
13510
  followupAutoApproveTimeoutMs?: number | undefined;
13496
- alwaysAllowUpdateTodoList?: boolean | undefined;
13497
13511
  allowedCommands?: string[] | undefined;
13498
13512
  deniedCommands?: string[] | undefined;
13499
13513
  commandExecutionTimeout?: number | undefined;
@@ -13603,6 +13617,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13603
13617
  includeTaskHistoryInEnhance?: boolean | undefined;
13604
13618
  historyPreviewCollapsed?: boolean | undefined;
13605
13619
  reasoningBlockCollapsed?: boolean | undefined;
13620
+ enterBehavior?: "send" | "newline" | undefined;
13606
13621
  profileThresholds?: Record<string, number> | undefined;
13607
13622
  hasOpenedModeSelector?: boolean | undefined;
13608
13623
  lastModeExportPath?: string | undefined;
@@ -13660,6 +13675,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13660
13675
  awsBedrockEndpointEnabled?: boolean | undefined;
13661
13676
  awsBedrockEndpoint?: string | undefined;
13662
13677
  awsBedrock1MContext?: boolean | undefined;
13678
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
13663
13679
  vertexKeyFile?: string | undefined;
13664
13680
  vertexJsonCredentials?: string | undefined;
13665
13681
  vertexProjectId?: string | undefined;
@@ -13771,7 +13787,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13771
13787
  cerebrasApiKey?: string | undefined;
13772
13788
  sambaNovaApiKey?: string | undefined;
13773
13789
  zaiApiKey?: string | undefined;
13774
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
13790
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
13775
13791
  fireworksApiKey?: string | undefined;
13776
13792
  featherlessApiKey?: string | undefined;
13777
13793
  ioIntelligenceModelId?: string | undefined;
@@ -13840,7 +13856,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13840
13856
  alwaysAllowWriteProtected?: boolean | undefined;
13841
13857
  writeDelayMs?: number | undefined;
13842
13858
  alwaysAllowBrowser?: boolean | undefined;
13843
- alwaysApproveResubmit?: boolean | undefined;
13844
13859
  requestDelaySeconds?: number | undefined;
13845
13860
  alwaysAllowMcp?: boolean | undefined;
13846
13861
  alwaysAllowModeSwitch?: boolean | undefined;
@@ -13848,7 +13863,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13848
13863
  alwaysAllowExecute?: boolean | undefined;
13849
13864
  alwaysAllowFollowupQuestions?: boolean | undefined;
13850
13865
  followupAutoApproveTimeoutMs?: number | undefined;
13851
- alwaysAllowUpdateTodoList?: boolean | undefined;
13852
13866
  allowedCommands?: string[] | undefined;
13853
13867
  deniedCommands?: string[] | undefined;
13854
13868
  commandExecutionTimeout?: number | undefined;
@@ -13958,6 +13972,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13958
13972
  includeTaskHistoryInEnhance?: boolean | undefined;
13959
13973
  historyPreviewCollapsed?: boolean | undefined;
13960
13974
  reasoningBlockCollapsed?: boolean | undefined;
13975
+ enterBehavior?: "send" | "newline" | undefined;
13961
13976
  profileThresholds?: Record<string, number> | undefined;
13962
13977
  hasOpenedModeSelector?: boolean | undefined;
13963
13978
  lastModeExportPath?: string | undefined;
@@ -14021,6 +14036,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14021
14036
  awsBedrockEndpointEnabled?: boolean | undefined;
14022
14037
  awsBedrockEndpoint?: string | undefined;
14023
14038
  awsBedrock1MContext?: boolean | undefined;
14039
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
14024
14040
  vertexKeyFile?: string | undefined;
14025
14041
  vertexJsonCredentials?: string | undefined;
14026
14042
  vertexProjectId?: string | undefined;
@@ -14132,7 +14148,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14132
14148
  cerebrasApiKey?: string | undefined;
14133
14149
  sambaNovaApiKey?: string | undefined;
14134
14150
  zaiApiKey?: string | undefined;
14135
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
14151
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
14136
14152
  fireworksApiKey?: string | undefined;
14137
14153
  featherlessApiKey?: string | undefined;
14138
14154
  ioIntelligenceModelId?: string | undefined;
@@ -14201,7 +14217,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14201
14217
  alwaysAllowWriteProtected?: boolean | undefined;
14202
14218
  writeDelayMs?: number | undefined;
14203
14219
  alwaysAllowBrowser?: boolean | undefined;
14204
- alwaysApproveResubmit?: boolean | undefined;
14205
14220
  requestDelaySeconds?: number | undefined;
14206
14221
  alwaysAllowMcp?: boolean | undefined;
14207
14222
  alwaysAllowModeSwitch?: boolean | undefined;
@@ -14209,7 +14224,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14209
14224
  alwaysAllowExecute?: boolean | undefined;
14210
14225
  alwaysAllowFollowupQuestions?: boolean | undefined;
14211
14226
  followupAutoApproveTimeoutMs?: number | undefined;
14212
- alwaysAllowUpdateTodoList?: boolean | undefined;
14213
14227
  allowedCommands?: string[] | undefined;
14214
14228
  deniedCommands?: string[] | undefined;
14215
14229
  commandExecutionTimeout?: number | undefined;
@@ -14319,6 +14333,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14319
14333
  includeTaskHistoryInEnhance?: boolean | undefined;
14320
14334
  historyPreviewCollapsed?: boolean | undefined;
14321
14335
  reasoningBlockCollapsed?: boolean | undefined;
14336
+ enterBehavior?: "send" | "newline" | undefined;
14322
14337
  profileThresholds?: Record<string, number> | undefined;
14323
14338
  hasOpenedModeSelector?: boolean | undefined;
14324
14339
  lastModeExportPath?: string | undefined;
@@ -14381,6 +14396,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14381
14396
  awsBedrockEndpointEnabled?: boolean | undefined;
14382
14397
  awsBedrockEndpoint?: string | undefined;
14383
14398
  awsBedrock1MContext?: boolean | undefined;
14399
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
14384
14400
  vertexKeyFile?: string | undefined;
14385
14401
  vertexJsonCredentials?: string | undefined;
14386
14402
  vertexProjectId?: string | undefined;
@@ -14492,7 +14508,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14492
14508
  cerebrasApiKey?: string | undefined;
14493
14509
  sambaNovaApiKey?: string | undefined;
14494
14510
  zaiApiKey?: string | undefined;
14495
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
14511
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
14496
14512
  fireworksApiKey?: string | undefined;
14497
14513
  featherlessApiKey?: string | undefined;
14498
14514
  ioIntelligenceModelId?: string | undefined;
@@ -14561,7 +14577,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14561
14577
  alwaysAllowWriteProtected?: boolean | undefined;
14562
14578
  writeDelayMs?: number | undefined;
14563
14579
  alwaysAllowBrowser?: boolean | undefined;
14564
- alwaysApproveResubmit?: boolean | undefined;
14565
14580
  requestDelaySeconds?: number | undefined;
14566
14581
  alwaysAllowMcp?: boolean | undefined;
14567
14582
  alwaysAllowModeSwitch?: boolean | undefined;
@@ -14569,7 +14584,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14569
14584
  alwaysAllowExecute?: boolean | undefined;
14570
14585
  alwaysAllowFollowupQuestions?: boolean | undefined;
14571
14586
  followupAutoApproveTimeoutMs?: number | undefined;
14572
- alwaysAllowUpdateTodoList?: boolean | undefined;
14573
14587
  allowedCommands?: string[] | undefined;
14574
14588
  deniedCommands?: string[] | undefined;
14575
14589
  commandExecutionTimeout?: number | undefined;
@@ -14679,6 +14693,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14679
14693
  includeTaskHistoryInEnhance?: boolean | undefined;
14680
14694
  historyPreviewCollapsed?: boolean | undefined;
14681
14695
  reasoningBlockCollapsed?: boolean | undefined;
14696
+ enterBehavior?: "send" | "newline" | undefined;
14682
14697
  profileThresholds?: Record<string, number> | undefined;
14683
14698
  hasOpenedModeSelector?: boolean | undefined;
14684
14699
  lastModeExportPath?: string | undefined;
@@ -14743,6 +14758,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14743
14758
  awsBedrockEndpointEnabled?: boolean | undefined;
14744
14759
  awsBedrockEndpoint?: string | undefined;
14745
14760
  awsBedrock1MContext?: boolean | undefined;
14761
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
14746
14762
  vertexKeyFile?: string | undefined;
14747
14763
  vertexJsonCredentials?: string | undefined;
14748
14764
  vertexProjectId?: string | undefined;
@@ -14854,7 +14870,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14854
14870
  cerebrasApiKey?: string | undefined;
14855
14871
  sambaNovaApiKey?: string | undefined;
14856
14872
  zaiApiKey?: string | undefined;
14857
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
14873
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
14858
14874
  fireworksApiKey?: string | undefined;
14859
14875
  featherlessApiKey?: string | undefined;
14860
14876
  ioIntelligenceModelId?: string | undefined;
@@ -14923,7 +14939,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14923
14939
  alwaysAllowWriteProtected?: boolean | undefined;
14924
14940
  writeDelayMs?: number | undefined;
14925
14941
  alwaysAllowBrowser?: boolean | undefined;
14926
- alwaysApproveResubmit?: boolean | undefined;
14927
14942
  requestDelaySeconds?: number | undefined;
14928
14943
  alwaysAllowMcp?: boolean | undefined;
14929
14944
  alwaysAllowModeSwitch?: boolean | undefined;
@@ -14931,7 +14946,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14931
14946
  alwaysAllowExecute?: boolean | undefined;
14932
14947
  alwaysAllowFollowupQuestions?: boolean | undefined;
14933
14948
  followupAutoApproveTimeoutMs?: number | undefined;
14934
- alwaysAllowUpdateTodoList?: boolean | undefined;
14935
14949
  allowedCommands?: string[] | undefined;
14936
14950
  deniedCommands?: string[] | undefined;
14937
14951
  commandExecutionTimeout?: number | undefined;
@@ -15041,6 +15055,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15041
15055
  includeTaskHistoryInEnhance?: boolean | undefined;
15042
15056
  historyPreviewCollapsed?: boolean | undefined;
15043
15057
  reasoningBlockCollapsed?: boolean | undefined;
15058
+ enterBehavior?: "send" | "newline" | undefined;
15044
15059
  profileThresholds?: Record<string, number> | undefined;
15045
15060
  hasOpenedModeSelector?: boolean | undefined;
15046
15061
  lastModeExportPath?: string | undefined;
@@ -15106,6 +15121,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15106
15121
  awsBedrockEndpointEnabled?: boolean | undefined;
15107
15122
  awsBedrockEndpoint?: string | undefined;
15108
15123
  awsBedrock1MContext?: boolean | undefined;
15124
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
15109
15125
  vertexKeyFile?: string | undefined;
15110
15126
  vertexJsonCredentials?: string | undefined;
15111
15127
  vertexProjectId?: string | undefined;
@@ -15217,7 +15233,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15217
15233
  cerebrasApiKey?: string | undefined;
15218
15234
  sambaNovaApiKey?: string | undefined;
15219
15235
  zaiApiKey?: string | undefined;
15220
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
15236
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
15221
15237
  fireworksApiKey?: string | undefined;
15222
15238
  featherlessApiKey?: string | undefined;
15223
15239
  ioIntelligenceModelId?: string | undefined;
@@ -15286,7 +15302,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15286
15302
  alwaysAllowWriteProtected?: boolean | undefined;
15287
15303
  writeDelayMs?: number | undefined;
15288
15304
  alwaysAllowBrowser?: boolean | undefined;
15289
- alwaysApproveResubmit?: boolean | undefined;
15290
15305
  requestDelaySeconds?: number | undefined;
15291
15306
  alwaysAllowMcp?: boolean | undefined;
15292
15307
  alwaysAllowModeSwitch?: boolean | undefined;
@@ -15294,7 +15309,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15294
15309
  alwaysAllowExecute?: boolean | undefined;
15295
15310
  alwaysAllowFollowupQuestions?: boolean | undefined;
15296
15311
  followupAutoApproveTimeoutMs?: number | undefined;
15297
- alwaysAllowUpdateTodoList?: boolean | undefined;
15298
15312
  allowedCommands?: string[] | undefined;
15299
15313
  deniedCommands?: string[] | undefined;
15300
15314
  commandExecutionTimeout?: number | undefined;
@@ -15404,6 +15418,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15404
15418
  includeTaskHistoryInEnhance?: boolean | undefined;
15405
15419
  historyPreviewCollapsed?: boolean | undefined;
15406
15420
  reasoningBlockCollapsed?: boolean | undefined;
15421
+ enterBehavior?: "send" | "newline" | undefined;
15407
15422
  profileThresholds?: Record<string, number> | undefined;
15408
15423
  hasOpenedModeSelector?: boolean | undefined;
15409
15424
  lastModeExportPath?: string | undefined;
@@ -15523,6 +15538,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15523
15538
  awsBedrockEndpointEnabled?: boolean | undefined;
15524
15539
  awsBedrockEndpoint?: string | undefined;
15525
15540
  awsBedrock1MContext?: boolean | undefined;
15541
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
15526
15542
  vertexKeyFile?: string | undefined;
15527
15543
  vertexJsonCredentials?: string | undefined;
15528
15544
  vertexProjectId?: string | undefined;
@@ -15634,7 +15650,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15634
15650
  cerebrasApiKey?: string | undefined;
15635
15651
  sambaNovaApiKey?: string | undefined;
15636
15652
  zaiApiKey?: string | undefined;
15637
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
15653
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
15638
15654
  fireworksApiKey?: string | undefined;
15639
15655
  featherlessApiKey?: string | undefined;
15640
15656
  ioIntelligenceModelId?: string | undefined;
@@ -15703,7 +15719,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15703
15719
  alwaysAllowWriteProtected?: boolean | undefined;
15704
15720
  writeDelayMs?: number | undefined;
15705
15721
  alwaysAllowBrowser?: boolean | undefined;
15706
- alwaysApproveResubmit?: boolean | undefined;
15707
15722
  requestDelaySeconds?: number | undefined;
15708
15723
  alwaysAllowMcp?: boolean | undefined;
15709
15724
  alwaysAllowModeSwitch?: boolean | undefined;
@@ -15711,7 +15726,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15711
15726
  alwaysAllowExecute?: boolean | undefined;
15712
15727
  alwaysAllowFollowupQuestions?: boolean | undefined;
15713
15728
  followupAutoApproveTimeoutMs?: number | undefined;
15714
- alwaysAllowUpdateTodoList?: boolean | undefined;
15715
15729
  allowedCommands?: string[] | undefined;
15716
15730
  deniedCommands?: string[] | undefined;
15717
15731
  commandExecutionTimeout?: number | undefined;
@@ -15821,6 +15835,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15821
15835
  includeTaskHistoryInEnhance?: boolean | undefined;
15822
15836
  historyPreviewCollapsed?: boolean | undefined;
15823
15837
  reasoningBlockCollapsed?: boolean | undefined;
15838
+ enterBehavior?: "send" | "newline" | undefined;
15824
15839
  profileThresholds?: Record<string, number> | undefined;
15825
15840
  hasOpenedModeSelector?: boolean | undefined;
15826
15841
  lastModeExportPath?: string | undefined;
@@ -15906,6 +15921,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15906
15921
  awsBedrockEndpointEnabled?: boolean | undefined;
15907
15922
  awsBedrockEndpoint?: string | undefined;
15908
15923
  awsBedrock1MContext?: boolean | undefined;
15924
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
15909
15925
  vertexKeyFile?: string | undefined;
15910
15926
  vertexJsonCredentials?: string | undefined;
15911
15927
  vertexProjectId?: string | undefined;
@@ -16017,7 +16033,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
16017
16033
  cerebrasApiKey?: string | undefined;
16018
16034
  sambaNovaApiKey?: string | undefined;
16019
16035
  zaiApiKey?: string | undefined;
16020
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
16036
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
16021
16037
  fireworksApiKey?: string | undefined;
16022
16038
  featherlessApiKey?: string | undefined;
16023
16039
  ioIntelligenceModelId?: string | undefined;
@@ -16086,7 +16102,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
16086
16102
  alwaysAllowWriteProtected?: boolean | undefined;
16087
16103
  writeDelayMs?: number | undefined;
16088
16104
  alwaysAllowBrowser?: boolean | undefined;
16089
- alwaysApproveResubmit?: boolean | undefined;
16090
16105
  requestDelaySeconds?: number | undefined;
16091
16106
  alwaysAllowMcp?: boolean | undefined;
16092
16107
  alwaysAllowModeSwitch?: boolean | undefined;
@@ -16094,7 +16109,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
16094
16109
  alwaysAllowExecute?: boolean | undefined;
16095
16110
  alwaysAllowFollowupQuestions?: boolean | undefined;
16096
16111
  followupAutoApproveTimeoutMs?: number | undefined;
16097
- alwaysAllowUpdateTodoList?: boolean | undefined;
16098
16112
  allowedCommands?: string[] | undefined;
16099
16113
  deniedCommands?: string[] | undefined;
16100
16114
  commandExecutionTimeout?: number | undefined;
@@ -16204,6 +16218,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
16204
16218
  includeTaskHistoryInEnhance?: boolean | undefined;
16205
16219
  historyPreviewCollapsed?: boolean | undefined;
16206
16220
  reasoningBlockCollapsed?: boolean | undefined;
16221
+ enterBehavior?: "send" | "newline" | undefined;
16207
16222
  profileThresholds?: Record<string, number> | undefined;
16208
16223
  hasOpenedModeSelector?: boolean | undefined;
16209
16224
  lastModeExportPath?: string | undefined;
@@ -16282,7 +16297,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
16282
16297
  contextTokens: number;
16283
16298
  totalCacheWrites?: number | undefined;
16284
16299
  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", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>, z.ZodObject<{
16300
+ }>, 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
16301
  attempts: z.ZodNumber;
16287
16302
  failures: z.ZodNumber;
16288
16303
  }, "strip", z.ZodTypeAny, {
@@ -16308,7 +16323,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
16308
16323
  contextTokens: number;
16309
16324
  totalCacheWrites?: number | undefined;
16310
16325
  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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
16326
+ }, 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
16327
  attempts: number;
16313
16328
  failures: number;
16314
16329
  }>>, {
@@ -16324,7 +16339,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
16324
16339
  contextTokens: number;
16325
16340
  totalCacheWrites?: number | undefined;
16326
16341
  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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
16342
+ }, 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
16343
  attempts: number;
16329
16344
  failures: number;
16330
16345
  }>>, {
@@ -16790,15 +16805,15 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
16790
16805
  taskId?: number | undefined;
16791
16806
  }>, z.ZodObject<{
16792
16807
  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", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>, z.ZodString], null>;
16808
+ 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
16809
  taskId: z.ZodOptional<z.ZodNumber>;
16795
16810
  }, "strip", z.ZodTypeAny, {
16796
16811
  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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", string];
16812
+ 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
16813
  taskId?: number | undefined;
16799
16814
  }, {
16800
16815
  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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", string];
16816
+ 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
16817
  taskId?: number | undefined;
16803
16818
  }>, z.ZodObject<{
16804
16819
  eventName: z.ZodLiteral<RooCodeEventName.TaskTokenUsageUpdated>;
@@ -16823,7 +16838,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
16823
16838
  contextTokens: number;
16824
16839
  totalCacheWrites?: number | undefined;
16825
16840
  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", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>, z.ZodObject<{
16841
+ }>, 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
16842
  attempts: z.ZodNumber;
16828
16843
  failures: z.ZodNumber;
16829
16844
  }, "strip", z.ZodTypeAny, {
@@ -16843,7 +16858,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
16843
16858
  contextTokens: number;
16844
16859
  totalCacheWrites?: number | undefined;
16845
16860
  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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
16861
+ }, 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
16862
  attempts: number;
16848
16863
  failures: number;
16849
16864
  }>>];
@@ -16857,7 +16872,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
16857
16872
  contextTokens: number;
16858
16873
  totalCacheWrites?: number | undefined;
16859
16874
  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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
16875
+ }, 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
16876
  attempts: number;
16862
16877
  failures: number;
16863
16878
  }>>];
@@ -16906,7 +16921,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
16906
16921
  contextTokens: number;
16907
16922
  totalCacheWrites?: number | undefined;
16908
16923
  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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
16924
+ }, 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
16925
  attempts: number;
16911
16926
  failures: number;
16912
16927
  }>>, {
@@ -17014,7 +17029,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
17014
17029
  taskId?: number | undefined;
17015
17030
  } | {
17016
17031
  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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", string];
17032
+ 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
17033
  taskId?: number | undefined;
17019
17034
  } | {
17020
17035
  eventName: RooCodeEventName.TaskTokenUsageUpdated;
@@ -17025,7 +17040,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
17025
17040
  contextTokens: number;
17026
17041
  totalCacheWrites?: number | undefined;
17027
17042
  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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
17043
+ }, 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
17044
  attempts: number;
17030
17045
  failures: number;
17031
17046
  }>>];
@@ -17060,7 +17075,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
17060
17075
  contextTokens: number;
17061
17076
  totalCacheWrites?: number | undefined;
17062
17077
  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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
17078
+ }, 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
17079
  attempts: number;
17065
17080
  failures: number;
17066
17081
  }>>, {
@@ -17168,7 +17183,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
17168
17183
  taskId?: number | undefined;
17169
17184
  } | {
17170
17185
  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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", string];
17186
+ 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
17187
  taskId?: number | undefined;
17173
17188
  } | {
17174
17189
  eventName: RooCodeEventName.TaskTokenUsageUpdated;
@@ -17179,7 +17194,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
17179
17194
  contextTokens: number;
17180
17195
  totalCacheWrites?: number | undefined;
17181
17196
  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" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "run_slash_command" | "generate_image", {
17197
+ }, 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
17198
  attempts: number;
17184
17199
  failures: number;
17185
17200
  }>>];
@@ -17724,13 +17739,13 @@ type ToolGroup = z.infer<typeof toolGroupsSchema>;
17724
17739
  /**
17725
17740
  * ToolName
17726
17741
  */
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", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"];
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", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>;
17742
+ 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"];
17743
+ 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
17744
  type ToolName = z.infer<typeof toolNamesSchema>;
17730
17745
  /**
17731
17746
  * ToolUsage
17732
17747
  */
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", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "run_slash_command", "generate_image"]>, z.ZodObject<{
17748
+ 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
17749
  attempts: z.ZodNumber;
17735
17750
  failures: z.ZodNumber;
17736
17751
  }, "strip", z.ZodTypeAny, {
@@ -19285,24 +19300,35 @@ declare const organizationDefaultSettingsSchema: z.ZodObject<{
19285
19300
  terminalCompressProgressBar?: boolean | undefined;
19286
19301
  }>;
19287
19302
  type OrganizationDefaultSettings = z.infer<typeof organizationDefaultSettingsSchema>;
19303
+ /**
19304
+ * WorkspaceTaskVisibility
19305
+ */
19306
+ declare const workspaceTaskVisibilitySchema: z.ZodEnum<["all", "list-only", "full-lockdown"]>;
19307
+ type WorkspaceTaskVisibility = z.infer<typeof workspaceTaskVisibilitySchema>;
19288
19308
  /**
19289
19309
  * OrganizationCloudSettings
19290
19310
  */
19291
19311
  declare const organizationCloudSettingsSchema: z.ZodObject<{
19292
19312
  recordTaskMessages: z.ZodOptional<z.ZodBoolean>;
19293
19313
  enableTaskSharing: z.ZodOptional<z.ZodBoolean>;
19314
+ allowPublicTaskSharing: z.ZodOptional<z.ZodBoolean>;
19294
19315
  taskShareExpirationDays: z.ZodOptional<z.ZodNumber>;
19295
19316
  allowMembersViewAllTasks: z.ZodOptional<z.ZodBoolean>;
19317
+ workspaceTaskVisibility: z.ZodOptional<z.ZodEnum<["all", "list-only", "full-lockdown"]>>;
19296
19318
  }, "strip", z.ZodTypeAny, {
19297
19319
  recordTaskMessages?: boolean | undefined;
19298
19320
  enableTaskSharing?: boolean | undefined;
19321
+ allowPublicTaskSharing?: boolean | undefined;
19299
19322
  taskShareExpirationDays?: number | undefined;
19300
19323
  allowMembersViewAllTasks?: boolean | undefined;
19324
+ workspaceTaskVisibility?: "all" | "list-only" | "full-lockdown" | undefined;
19301
19325
  }, {
19302
19326
  recordTaskMessages?: boolean | undefined;
19303
19327
  enableTaskSharing?: boolean | undefined;
19328
+ allowPublicTaskSharing?: boolean | undefined;
19304
19329
  taskShareExpirationDays?: number | undefined;
19305
19330
  allowMembersViewAllTasks?: boolean | undefined;
19331
+ workspaceTaskVisibility?: "all" | "list-only" | "full-lockdown" | undefined;
19306
19332
  }>;
19307
19333
  type OrganizationCloudSettings = z.infer<typeof organizationCloudSettingsSchema>;
19308
19334
  /**
@@ -19324,18 +19350,24 @@ declare const organizationSettingsSchema: z.ZodObject<{
19324
19350
  cloudSettings: z.ZodOptional<z.ZodObject<{
19325
19351
  recordTaskMessages: z.ZodOptional<z.ZodBoolean>;
19326
19352
  enableTaskSharing: z.ZodOptional<z.ZodBoolean>;
19353
+ allowPublicTaskSharing: z.ZodOptional<z.ZodBoolean>;
19327
19354
  taskShareExpirationDays: z.ZodOptional<z.ZodNumber>;
19328
19355
  allowMembersViewAllTasks: z.ZodOptional<z.ZodBoolean>;
19356
+ workspaceTaskVisibility: z.ZodOptional<z.ZodEnum<["all", "list-only", "full-lockdown"]>>;
19329
19357
  }, "strip", z.ZodTypeAny, {
19330
19358
  recordTaskMessages?: boolean | undefined;
19331
19359
  enableTaskSharing?: boolean | undefined;
19360
+ allowPublicTaskSharing?: boolean | undefined;
19332
19361
  taskShareExpirationDays?: number | undefined;
19333
19362
  allowMembersViewAllTasks?: boolean | undefined;
19363
+ workspaceTaskVisibility?: "all" | "list-only" | "full-lockdown" | undefined;
19334
19364
  }, {
19335
19365
  recordTaskMessages?: boolean | undefined;
19336
19366
  enableTaskSharing?: boolean | undefined;
19367
+ allowPublicTaskSharing?: boolean | undefined;
19337
19368
  taskShareExpirationDays?: number | undefined;
19338
19369
  allowMembersViewAllTasks?: boolean | undefined;
19370
+ workspaceTaskVisibility?: "all" | "list-only" | "full-lockdown" | undefined;
19339
19371
  }>>;
19340
19372
  defaultSettings: z.ZodObject<{
19341
19373
  fuzzyMatchThreshold: z.ZodOptional<z.ZodNumber>;
@@ -19564,7 +19596,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
19564
19596
  featherlessApiKey: z.ZodOptional<z.ZodString>;
19565
19597
  fireworksApiKey: z.ZodOptional<z.ZodString>;
19566
19598
  zaiApiKey: z.ZodOptional<z.ZodString>;
19567
- zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding"]>>;
19599
+ zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "china_coding", "international_api", "china_api"]>>;
19568
19600
  sambaNovaApiKey: z.ZodOptional<z.ZodString>;
19569
19601
  cerebrasApiKey: z.ZodOptional<z.ZodString>;
19570
19602
  litellmBaseUrl: z.ZodOptional<z.ZodString>;
@@ -19798,6 +19830,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
19798
19830
  awsBedrockEndpointEnabled: z.ZodOptional<z.ZodBoolean>;
19799
19831
  awsBedrockEndpoint: z.ZodOptional<z.ZodString>;
19800
19832
  awsBedrock1MContext: z.ZodOptional<z.ZodBoolean>;
19833
+ awsBedrockServiceTier: z.ZodOptional<z.ZodEnum<["STANDARD", "FLEX", "PRIORITY"]>>;
19801
19834
  openRouterApiKey: z.ZodOptional<z.ZodString>;
19802
19835
  openRouterModelId: z.ZodOptional<z.ZodString>;
19803
19836
  openRouterBaseUrl: z.ZodOptional<z.ZodString>;
@@ -19865,6 +19898,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
19865
19898
  awsBedrockEndpointEnabled?: boolean | undefined;
19866
19899
  awsBedrockEndpoint?: string | undefined;
19867
19900
  awsBedrock1MContext?: boolean | undefined;
19901
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
19868
19902
  vertexKeyFile?: string | undefined;
19869
19903
  vertexJsonCredentials?: string | undefined;
19870
19904
  vertexProjectId?: string | undefined;
@@ -19976,7 +20010,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
19976
20010
  cerebrasApiKey?: string | undefined;
19977
20011
  sambaNovaApiKey?: string | undefined;
19978
20012
  zaiApiKey?: string | undefined;
19979
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
20013
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
19980
20014
  fireworksApiKey?: string | undefined;
19981
20015
  featherlessApiKey?: string | undefined;
19982
20016
  ioIntelligenceModelId?: string | undefined;
@@ -20038,6 +20072,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
20038
20072
  awsBedrockEndpointEnabled?: boolean | undefined;
20039
20073
  awsBedrockEndpoint?: string | undefined;
20040
20074
  awsBedrock1MContext?: boolean | undefined;
20075
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
20041
20076
  vertexKeyFile?: string | undefined;
20042
20077
  vertexJsonCredentials?: string | undefined;
20043
20078
  vertexProjectId?: string | undefined;
@@ -20149,7 +20184,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
20149
20184
  cerebrasApiKey?: string | undefined;
20150
20185
  sambaNovaApiKey?: string | undefined;
20151
20186
  zaiApiKey?: string | undefined;
20152
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
20187
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
20153
20188
  fireworksApiKey?: string | undefined;
20154
20189
  featherlessApiKey?: string | undefined;
20155
20190
  ioIntelligenceModelId?: string | undefined;
@@ -20185,8 +20220,10 @@ declare const organizationSettingsSchema: z.ZodObject<{
20185
20220
  cloudSettings?: {
20186
20221
  recordTaskMessages?: boolean | undefined;
20187
20222
  enableTaskSharing?: boolean | undefined;
20223
+ allowPublicTaskSharing?: boolean | undefined;
20188
20224
  taskShareExpirationDays?: number | undefined;
20189
20225
  allowMembersViewAllTasks?: boolean | undefined;
20226
+ workspaceTaskVisibility?: "all" | "list-only" | "full-lockdown" | undefined;
20190
20227
  } | undefined;
20191
20228
  features?: {
20192
20229
  roomoteControlEnabled?: boolean | undefined;
@@ -20273,6 +20310,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
20273
20310
  awsBedrockEndpointEnabled?: boolean | undefined;
20274
20311
  awsBedrockEndpoint?: string | undefined;
20275
20312
  awsBedrock1MContext?: boolean | undefined;
20313
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
20276
20314
  vertexKeyFile?: string | undefined;
20277
20315
  vertexJsonCredentials?: string | undefined;
20278
20316
  vertexProjectId?: string | undefined;
@@ -20384,7 +20422,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
20384
20422
  cerebrasApiKey?: string | undefined;
20385
20423
  sambaNovaApiKey?: string | undefined;
20386
20424
  zaiApiKey?: string | undefined;
20387
- zaiApiLine?: "international_coding" | "china_coding" | undefined;
20425
+ zaiApiLine?: "international_coding" | "china_coding" | "international_api" | "china_api" | undefined;
20388
20426
  fireworksApiKey?: string | undefined;
20389
20427
  featherlessApiKey?: string | undefined;
20390
20428
  ioIntelligenceModelId?: string | undefined;
@@ -20420,8 +20458,10 @@ declare const organizationSettingsSchema: z.ZodObject<{
20420
20458
  cloudSettings?: {
20421
20459
  recordTaskMessages?: boolean | undefined;
20422
20460
  enableTaskSharing?: boolean | undefined;
20461
+ allowPublicTaskSharing?: boolean | undefined;
20423
20462
  taskShareExpirationDays?: number | undefined;
20424
20463
  allowMembersViewAllTasks?: boolean | undefined;
20464
+ workspaceTaskVisibility?: "all" | "list-only" | "full-lockdown" | undefined;
20425
20465
  } | undefined;
20426
20466
  features?: {
20427
20467
  roomoteControlEnabled?: boolean | undefined;
@@ -20508,6 +20548,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
20508
20548
  awsBedrockEndpointEnabled?: boolean | undefined;
20509
20549
  awsBedrockEndpoint?: string | undefined;
20510
20550
  awsBedrock1MContext?: boolean | undefined;
20551
+ awsBedrockServiceTier?: "STANDARD" | "FLEX" | "PRIORITY" | undefined;
20511
20552
  vertexKeyFile?: string | undefined;
20512
20553
  vertexJsonCredentials?: string | undefined;
20513
20554
  vertexProjectId?: string | 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;
@@ -45773,6 +45814,21 @@ declare const bedrockModels: {
45773
45814
  readonly maxCachePoints: 1;
45774
45815
  readonly cachableFields: ["system"];
45775
45816
  };
45817
+ readonly "amazon.nova-2-lite-v1:0": {
45818
+ readonly maxTokens: 65535;
45819
+ readonly contextWindow: 1000000;
45820
+ readonly supportsImages: true;
45821
+ readonly supportsPromptCache: true;
45822
+ readonly supportsNativeTools: true;
45823
+ readonly inputPrice: 0.33;
45824
+ readonly outputPrice: 2.75;
45825
+ readonly cacheWritesPrice: 0;
45826
+ readonly cacheReadsPrice: 0.0825;
45827
+ readonly minTokensPerCachePoint: 1;
45828
+ readonly maxCachePoints: 1;
45829
+ readonly cachableFields: ["system"];
45830
+ readonly description: "Amazon Nova 2 Lite - Comparable to Claude Haiku 4.5";
45831
+ };
45776
45832
  readonly "amazon.nova-micro-v1:0": {
45777
45833
  readonly maxTokens: 5000;
45778
45834
  readonly contextWindow: 128000;
@@ -46201,6 +46257,13 @@ declare const BEDROCK_REGIONS: {
46201
46257
  }[];
46202
46258
  declare const BEDROCK_1M_CONTEXT_MODEL_IDS: readonly ["anthropic.claude-sonnet-4-20250514-v1:0", "anthropic.claude-sonnet-4-5-20250929-v1:0"];
46203
46259
  declare const BEDROCK_GLOBAL_INFERENCE_MODEL_IDS: readonly ["anthropic.claude-sonnet-4-20250514-v1:0", "anthropic.claude-sonnet-4-5-20250929-v1:0", "anthropic.claude-haiku-4-5-20251001-v1:0", "anthropic.claude-opus-4-5-20251101-v1:0"];
46260
+ type BedrockServiceTier = "STANDARD" | "FLEX" | "PRIORITY";
46261
+ declare const BEDROCK_SERVICE_TIER_MODEL_IDS: readonly ["amazon.nova-lite-v1:0", "amazon.nova-2-lite-v1:0", "amazon.nova-pro-v1:0", "amazon.nova-pro-latency-optimized-v1:0", "deepseek.r1-v1:0", "qwen.qwen3-next-80b-a3b", "qwen.qwen3-coder-480b-a35b-v1:0", "openai.gpt-oss-20b-1:0", "openai.gpt-oss-120b-1:0"];
46262
+ declare const BEDROCK_SERVICE_TIER_PRICING: {
46263
+ readonly STANDARD: 1;
46264
+ readonly FLEX: 0.5;
46265
+ readonly PRIORITY: 1.75;
46266
+ };
46204
46267
 
46205
46268
  type CerebrasModelId = keyof typeof cerebrasModels;
46206
46269
  declare const cerebrasDefaultModelId: CerebrasModelId;
@@ -47613,7 +47676,7 @@ declare const openAiNativeModels: {
47613
47676
  readonly supportsPromptCache: true;
47614
47677
  readonly promptCacheRetention: "24h";
47615
47678
  readonly supportsReasoningEffort: ["low", "medium", "high", "xhigh"];
47616
- readonly reasoningEffort: "medium";
47679
+ readonly reasoningEffort: "xhigh";
47617
47680
  readonly inputPrice: 1.25;
47618
47681
  readonly outputPrice: 10;
47619
47682
  readonly cacheReadsPrice: 0.125;
@@ -47627,6 +47690,50 @@ declare const openAiNativeModels: {
47627
47690
  }];
47628
47691
  readonly description: "GPT-5.1 Codex Max: Our most intelligent coding model optimized for long-horizon, agentic coding tasks";
47629
47692
  };
47693
+ readonly "gpt-5.2": {
47694
+ readonly maxTokens: 128000;
47695
+ readonly contextWindow: 400000;
47696
+ readonly supportsNativeTools: true;
47697
+ readonly includedTools: ["apply_patch"];
47698
+ readonly excludedTools: ["apply_diff", "write_to_file"];
47699
+ readonly supportsImages: true;
47700
+ readonly supportsPromptCache: true;
47701
+ readonly promptCacheRetention: "24h";
47702
+ readonly supportsReasoningEffort: ["none", "low", "medium", "high", "xhigh"];
47703
+ readonly reasoningEffort: "medium";
47704
+ readonly inputPrice: 1.75;
47705
+ readonly outputPrice: 14;
47706
+ readonly cacheReadsPrice: 0.175;
47707
+ readonly supportsVerbosity: true;
47708
+ readonly supportsTemperature: false;
47709
+ readonly tiers: [{
47710
+ readonly name: "flex";
47711
+ readonly contextWindow: 400000;
47712
+ readonly inputPrice: 0.875;
47713
+ readonly outputPrice: 7;
47714
+ readonly cacheReadsPrice: 0.0875;
47715
+ }, {
47716
+ readonly name: "priority";
47717
+ readonly contextWindow: 400000;
47718
+ readonly inputPrice: 3.5;
47719
+ readonly outputPrice: 28;
47720
+ readonly cacheReadsPrice: 0.35;
47721
+ }];
47722
+ readonly description: "GPT-5.2: Our flagship model for coding and agentic tasks across industries";
47723
+ };
47724
+ readonly "gpt-5.2-chat-latest": {
47725
+ readonly maxTokens: 16384;
47726
+ readonly contextWindow: 128000;
47727
+ readonly supportsNativeTools: true;
47728
+ readonly includedTools: ["apply_patch"];
47729
+ readonly excludedTools: ["apply_diff", "write_to_file"];
47730
+ readonly supportsImages: true;
47731
+ readonly supportsPromptCache: true;
47732
+ readonly inputPrice: 1.75;
47733
+ readonly outputPrice: 14;
47734
+ readonly cacheReadsPrice: 0.175;
47735
+ readonly description: "GPT-5.2 Chat: Optimized for conversational AI and chat use cases";
47736
+ };
47630
47737
  readonly "gpt-5.1": {
47631
47738
  readonly maxTokens: 128000;
47632
47739
  readonly contextWindow: 400000;
@@ -49487,6 +49594,16 @@ declare const zaiApiLineConfigs: {
49487
49594
  baseUrl: string;
49488
49595
  isChina: true;
49489
49596
  };
49597
+ international_api: {
49598
+ name: string;
49599
+ baseUrl: string;
49600
+ isChina: false;
49601
+ };
49602
+ china_api: {
49603
+ name: string;
49604
+ baseUrl: string;
49605
+ isChina: true;
49606
+ };
49490
49607
  };
49491
49608
 
49492
49609
  declare const deepInfraDefaultModelId = "Qwen/Qwen3-Coder-480B-A35B-Instruct-Turbo";
@@ -49535,4 +49652,4 @@ declare function getProviderDefaultModelId(provider: ProviderName, options?: {
49535
49652
  isChina?: boolean;
49536
49653
  }): string;
49537
49654
 
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 };
49655
+ 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, BEDROCK_SERVICE_TIER_MODEL_IDS, BEDROCK_SERVICE_TIER_PRICING, type BasetenModelId, type BedrockModelId, type BedrockServiceTier, 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 };