@roo-code/types 1.61.0 → 1.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +70 -28
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +589 -140
- package/dist/index.d.ts +589 -140
- package/dist/index.js +70 -28
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -54,7 +54,7 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
54
54
|
contextTokens: number;
|
|
55
55
|
totalCacheWrites?: number | undefined;
|
|
56
56
|
totalCacheReads?: number | undefined;
|
|
57
|
-
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list"]>, z.ZodObject<{
|
|
57
|
+
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "generate_image"]>, z.ZodObject<{
|
|
58
58
|
attempts: z.ZodNumber;
|
|
59
59
|
failures: z.ZodNumber;
|
|
60
60
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -281,7 +281,7 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
281
281
|
}>], null>;
|
|
282
282
|
taskModeSwitched: z.ZodTuple<[z.ZodString, z.ZodString], null>;
|
|
283
283
|
taskAskResponded: z.ZodTuple<[z.ZodString], null>;
|
|
284
|
-
taskToolFailed: z.ZodTuple<[z.ZodString, z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list"]>, z.ZodString], null>;
|
|
284
|
+
taskToolFailed: z.ZodTuple<[z.ZodString, z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "generate_image"]>, z.ZodString], null>;
|
|
285
285
|
taskTokenUsageUpdated: z.ZodTuple<[z.ZodString, z.ZodObject<{
|
|
286
286
|
totalTokensIn: z.ZodNumber;
|
|
287
287
|
totalTokensOut: z.ZodNumber;
|
|
@@ -314,7 +314,7 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
314
314
|
contextTokens: number;
|
|
315
315
|
totalCacheWrites?: number | undefined;
|
|
316
316
|
totalCacheReads?: number | undefined;
|
|
317
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list", {
|
|
317
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", {
|
|
318
318
|
attempts: number;
|
|
319
319
|
failures: number;
|
|
320
320
|
}>>, {
|
|
@@ -375,7 +375,7 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
375
375
|
totalCacheWrites?: number | undefined;
|
|
376
376
|
totalCacheReads?: number | undefined;
|
|
377
377
|
}];
|
|
378
|
-
taskToolFailed: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list", string];
|
|
378
|
+
taskToolFailed: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", string];
|
|
379
379
|
}, {
|
|
380
380
|
taskCreated: [string];
|
|
381
381
|
taskStarted: [string];
|
|
@@ -386,7 +386,7 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
386
386
|
contextTokens: number;
|
|
387
387
|
totalCacheWrites?: number | undefined;
|
|
388
388
|
totalCacheReads?: number | undefined;
|
|
389
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list", {
|
|
389
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", {
|
|
390
390
|
attempts: number;
|
|
391
391
|
failures: number;
|
|
392
392
|
}>>, {
|
|
@@ -447,7 +447,7 @@ declare const rooCodeEventsSchema: z.ZodObject<{
|
|
|
447
447
|
totalCacheWrites?: number | undefined;
|
|
448
448
|
totalCacheReads?: number | undefined;
|
|
449
449
|
}];
|
|
450
|
-
taskToolFailed: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list", string];
|
|
450
|
+
taskToolFailed: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", string];
|
|
451
451
|
}>;
|
|
452
452
|
type RooCodeEvents = z.infer<typeof rooCodeEventsSchema>;
|
|
453
453
|
/**
|
|
@@ -500,7 +500,7 @@ declare const taskEventSchema: z.ZodDiscriminatedUnion<"eventName", [z.ZodObject
|
|
|
500
500
|
contextTokens: number;
|
|
501
501
|
totalCacheWrites?: number | undefined;
|
|
502
502
|
totalCacheReads?: number | undefined;
|
|
503
|
-
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list"]>, z.ZodObject<{
|
|
503
|
+
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "generate_image"]>, z.ZodObject<{
|
|
504
504
|
attempts: z.ZodNumber;
|
|
505
505
|
failures: z.ZodNumber;
|
|
506
506
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -526,7 +526,7 @@ declare const taskEventSchema: z.ZodDiscriminatedUnion<"eventName", [z.ZodObject
|
|
|
526
526
|
contextTokens: number;
|
|
527
527
|
totalCacheWrites?: number | undefined;
|
|
528
528
|
totalCacheReads?: number | undefined;
|
|
529
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list", {
|
|
529
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", {
|
|
530
530
|
attempts: number;
|
|
531
531
|
failures: number;
|
|
532
532
|
}>>, {
|
|
@@ -542,7 +542,7 @@ declare const taskEventSchema: z.ZodDiscriminatedUnion<"eventName", [z.ZodObject
|
|
|
542
542
|
contextTokens: number;
|
|
543
543
|
totalCacheWrites?: number | undefined;
|
|
544
544
|
totalCacheReads?: number | undefined;
|
|
545
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list", {
|
|
545
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", {
|
|
546
546
|
attempts: number;
|
|
547
547
|
failures: number;
|
|
548
548
|
}>>, {
|
|
@@ -973,15 +973,15 @@ declare const taskEventSchema: z.ZodDiscriminatedUnion<"eventName", [z.ZodObject
|
|
|
973
973
|
taskId?: number | undefined;
|
|
974
974
|
}>, z.ZodObject<{
|
|
975
975
|
eventName: z.ZodLiteral<RooCodeEventName.TaskToolFailed>;
|
|
976
|
-
payload: z.ZodTuple<[z.ZodString, z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list"]>, z.ZodString], null>;
|
|
976
|
+
payload: z.ZodTuple<[z.ZodString, z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "generate_image"]>, z.ZodString], null>;
|
|
977
977
|
taskId: z.ZodOptional<z.ZodNumber>;
|
|
978
978
|
}, "strip", z.ZodTypeAny, {
|
|
979
979
|
eventName: RooCodeEventName.TaskToolFailed;
|
|
980
|
-
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list", string];
|
|
980
|
+
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", string];
|
|
981
981
|
taskId?: number | undefined;
|
|
982
982
|
}, {
|
|
983
983
|
eventName: RooCodeEventName.TaskToolFailed;
|
|
984
|
-
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list", string];
|
|
984
|
+
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", string];
|
|
985
985
|
taskId?: number | undefined;
|
|
986
986
|
}>, z.ZodObject<{
|
|
987
987
|
eventName: z.ZodLiteral<RooCodeEventName.TaskTokenUsageUpdated>;
|
|
@@ -1078,14 +1078,17 @@ declare const providerSettingsEntrySchema: z.ZodObject<{
|
|
|
1078
1078
|
id: z.ZodString;
|
|
1079
1079
|
name: z.ZodString;
|
|
1080
1080
|
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "qwen-code", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "featherless", "io-intelligence", "roo", "vercel-ai-gateway"]>>;
|
|
1081
|
+
modelId: z.ZodOptional<z.ZodString>;
|
|
1081
1082
|
}, "strip", z.ZodTypeAny, {
|
|
1082
1083
|
name: string;
|
|
1083
1084
|
id: string;
|
|
1084
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
1085
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
1086
|
+
modelId?: string | undefined;
|
|
1085
1087
|
}, {
|
|
1086
1088
|
name: string;
|
|
1087
1089
|
id: string;
|
|
1088
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
1090
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
1091
|
+
modelId?: string | undefined;
|
|
1089
1092
|
}>;
|
|
1090
1093
|
type ProviderSettingsEntry = z.infer<typeof providerSettingsEntrySchema>;
|
|
1091
1094
|
/**
|
|
@@ -1278,6 +1281,16 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1278
1281
|
openRouterBaseUrl: z.ZodOptional<z.ZodString>;
|
|
1279
1282
|
openRouterSpecificProvider: z.ZodOptional<z.ZodString>;
|
|
1280
1283
|
openRouterUseMiddleOutTransform: z.ZodOptional<z.ZodBoolean>;
|
|
1284
|
+
openRouterImageGenerationSettings: z.ZodOptional<z.ZodObject<{
|
|
1285
|
+
openRouterApiKey: z.ZodOptional<z.ZodString>;
|
|
1286
|
+
selectedModel: z.ZodOptional<z.ZodString>;
|
|
1287
|
+
}, "strip", z.ZodTypeAny, {
|
|
1288
|
+
openRouterApiKey?: string | undefined;
|
|
1289
|
+
selectedModel?: string | undefined;
|
|
1290
|
+
}, {
|
|
1291
|
+
openRouterApiKey?: string | undefined;
|
|
1292
|
+
selectedModel?: string | undefined;
|
|
1293
|
+
}>>;
|
|
1281
1294
|
} & {
|
|
1282
1295
|
apiProvider: z.ZodLiteral<"openrouter">;
|
|
1283
1296
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1299,6 +1312,10 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1299
1312
|
openRouterBaseUrl?: string | undefined;
|
|
1300
1313
|
openRouterSpecificProvider?: string | undefined;
|
|
1301
1314
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
1315
|
+
openRouterImageGenerationSettings?: {
|
|
1316
|
+
openRouterApiKey?: string | undefined;
|
|
1317
|
+
selectedModel?: string | undefined;
|
|
1318
|
+
} | undefined;
|
|
1302
1319
|
}, {
|
|
1303
1320
|
apiProvider: "openrouter";
|
|
1304
1321
|
reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
|
|
@@ -1318,6 +1335,10 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1318
1335
|
openRouterBaseUrl?: string | undefined;
|
|
1319
1336
|
openRouterSpecificProvider?: string | undefined;
|
|
1320
1337
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
1338
|
+
openRouterImageGenerationSettings?: {
|
|
1339
|
+
openRouterApiKey?: string | undefined;
|
|
1340
|
+
selectedModel?: string | undefined;
|
|
1341
|
+
} | undefined;
|
|
1321
1342
|
}>, z.ZodObject<{
|
|
1322
1343
|
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
1323
1344
|
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1505,6 +1526,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1505
1526
|
supportsPromptCache: z.ZodBoolean;
|
|
1506
1527
|
supportsVerbosity: z.ZodOptional<z.ZodBoolean>;
|
|
1507
1528
|
supportsReasoningBudget: z.ZodOptional<z.ZodBoolean>;
|
|
1529
|
+
supportsTemperature: z.ZodOptional<z.ZodBoolean>;
|
|
1508
1530
|
requiredReasoningBudget: z.ZodOptional<z.ZodBoolean>;
|
|
1509
1531
|
supportsReasoningEffort: z.ZodOptional<z.ZodBoolean>;
|
|
1510
1532
|
supportedParameters: z.ZodOptional<z.ZodArray<z.ZodEnum<["max_tokens", "temperature", "reasoning", "include_reasoning"]>, "many">>;
|
|
@@ -1545,6 +1567,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1545
1567
|
supportsComputerUse?: boolean | undefined;
|
|
1546
1568
|
supportsVerbosity?: boolean | undefined;
|
|
1547
1569
|
supportsReasoningBudget?: boolean | undefined;
|
|
1570
|
+
supportsTemperature?: boolean | undefined;
|
|
1548
1571
|
requiredReasoningBudget?: boolean | undefined;
|
|
1549
1572
|
supportsReasoningEffort?: boolean | undefined;
|
|
1550
1573
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -1573,6 +1596,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1573
1596
|
supportsComputerUse?: boolean | undefined;
|
|
1574
1597
|
supportsVerbosity?: boolean | undefined;
|
|
1575
1598
|
supportsReasoningBudget?: boolean | undefined;
|
|
1599
|
+
supportsTemperature?: boolean | undefined;
|
|
1576
1600
|
requiredReasoningBudget?: boolean | undefined;
|
|
1577
1601
|
supportsReasoningEffort?: boolean | undefined;
|
|
1578
1602
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -1628,6 +1652,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1628
1652
|
supportsComputerUse?: boolean | undefined;
|
|
1629
1653
|
supportsVerbosity?: boolean | undefined;
|
|
1630
1654
|
supportsReasoningBudget?: boolean | undefined;
|
|
1655
|
+
supportsTemperature?: boolean | undefined;
|
|
1631
1656
|
requiredReasoningBudget?: boolean | undefined;
|
|
1632
1657
|
supportsReasoningEffort?: boolean | undefined;
|
|
1633
1658
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -1681,6 +1706,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1681
1706
|
supportsComputerUse?: boolean | undefined;
|
|
1682
1707
|
supportsVerbosity?: boolean | undefined;
|
|
1683
1708
|
supportsReasoningBudget?: boolean | undefined;
|
|
1709
|
+
supportsTemperature?: boolean | undefined;
|
|
1684
1710
|
requiredReasoningBudget?: boolean | undefined;
|
|
1685
1711
|
supportsReasoningEffort?: boolean | undefined;
|
|
1686
1712
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -3198,6 +3224,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3198
3224
|
codebaseIndexOpenAiCompatibleModelDimension: z.ZodOptional<z.ZodNumber>;
|
|
3199
3225
|
codebaseIndexGeminiApiKey: z.ZodOptional<z.ZodString>;
|
|
3200
3226
|
codebaseIndexMistralApiKey: z.ZodOptional<z.ZodString>;
|
|
3227
|
+
codebaseIndexVercelAiGatewayApiKey: z.ZodOptional<z.ZodString>;
|
|
3201
3228
|
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
3202
3229
|
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
3203
3230
|
todoListEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3290,6 +3317,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3290
3317
|
supportsPromptCache: z.ZodBoolean;
|
|
3291
3318
|
supportsVerbosity: z.ZodOptional<z.ZodBoolean>;
|
|
3292
3319
|
supportsReasoningBudget: z.ZodOptional<z.ZodBoolean>;
|
|
3320
|
+
supportsTemperature: z.ZodOptional<z.ZodBoolean>;
|
|
3293
3321
|
requiredReasoningBudget: z.ZodOptional<z.ZodBoolean>;
|
|
3294
3322
|
supportsReasoningEffort: z.ZodOptional<z.ZodBoolean>;
|
|
3295
3323
|
supportedParameters: z.ZodOptional<z.ZodArray<z.ZodEnum<["max_tokens", "temperature", "reasoning", "include_reasoning"]>, "many">>;
|
|
@@ -3330,6 +3358,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3330
3358
|
supportsComputerUse?: boolean | undefined;
|
|
3331
3359
|
supportsVerbosity?: boolean | undefined;
|
|
3332
3360
|
supportsReasoningBudget?: boolean | undefined;
|
|
3361
|
+
supportsTemperature?: boolean | undefined;
|
|
3333
3362
|
requiredReasoningBudget?: boolean | undefined;
|
|
3334
3363
|
supportsReasoningEffort?: boolean | undefined;
|
|
3335
3364
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -3358,6 +3387,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3358
3387
|
supportsComputerUse?: boolean | undefined;
|
|
3359
3388
|
supportsVerbosity?: boolean | undefined;
|
|
3360
3389
|
supportsReasoningBudget?: boolean | undefined;
|
|
3390
|
+
supportsTemperature?: boolean | undefined;
|
|
3361
3391
|
requiredReasoningBudget?: boolean | undefined;
|
|
3362
3392
|
supportsReasoningEffort?: boolean | undefined;
|
|
3363
3393
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -3407,6 +3437,16 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3407
3437
|
openRouterBaseUrl: z.ZodOptional<z.ZodString>;
|
|
3408
3438
|
openRouterSpecificProvider: z.ZodOptional<z.ZodString>;
|
|
3409
3439
|
openRouterUseMiddleOutTransform: z.ZodOptional<z.ZodBoolean>;
|
|
3440
|
+
openRouterImageGenerationSettings: z.ZodOptional<z.ZodObject<{
|
|
3441
|
+
openRouterApiKey: z.ZodOptional<z.ZodString>;
|
|
3442
|
+
selectedModel: z.ZodOptional<z.ZodString>;
|
|
3443
|
+
}, "strip", z.ZodTypeAny, {
|
|
3444
|
+
openRouterApiKey?: string | undefined;
|
|
3445
|
+
selectedModel?: string | undefined;
|
|
3446
|
+
}, {
|
|
3447
|
+
openRouterApiKey?: string | undefined;
|
|
3448
|
+
selectedModel?: string | undefined;
|
|
3449
|
+
}>>;
|
|
3410
3450
|
glamaModelId: z.ZodOptional<z.ZodString>;
|
|
3411
3451
|
glamaApiKey: z.ZodOptional<z.ZodString>;
|
|
3412
3452
|
claudeCodePath: z.ZodOptional<z.ZodString>;
|
|
@@ -3425,7 +3465,8 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3425
3465
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
3426
3466
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
3427
3467
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
3428
|
-
|
|
3468
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
3469
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
3429
3470
|
includeMaxTokens?: boolean | undefined;
|
|
3430
3471
|
diffEnabled?: boolean | undefined;
|
|
3431
3472
|
todoListEnabled?: boolean | undefined;
|
|
@@ -3451,6 +3492,10 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3451
3492
|
openRouterBaseUrl?: string | undefined;
|
|
3452
3493
|
openRouterSpecificProvider?: string | undefined;
|
|
3453
3494
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
3495
|
+
openRouterImageGenerationSettings?: {
|
|
3496
|
+
openRouterApiKey?: string | undefined;
|
|
3497
|
+
selectedModel?: string | undefined;
|
|
3498
|
+
} | undefined;
|
|
3454
3499
|
awsAccessKey?: string | undefined;
|
|
3455
3500
|
awsSecretKey?: string | undefined;
|
|
3456
3501
|
awsSessionToken?: string | undefined;
|
|
@@ -3486,6 +3531,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3486
3531
|
supportsComputerUse?: boolean | undefined;
|
|
3487
3532
|
supportsVerbosity?: boolean | undefined;
|
|
3488
3533
|
supportsReasoningBudget?: boolean | undefined;
|
|
3534
|
+
supportsTemperature?: boolean | undefined;
|
|
3489
3535
|
requiredReasoningBudget?: boolean | undefined;
|
|
3490
3536
|
supportsReasoningEffort?: boolean | undefined;
|
|
3491
3537
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -3573,7 +3619,8 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3573
3619
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
3574
3620
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
3575
3621
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
3576
|
-
|
|
3622
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
3623
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
3577
3624
|
includeMaxTokens?: boolean | undefined;
|
|
3578
3625
|
diffEnabled?: boolean | undefined;
|
|
3579
3626
|
todoListEnabled?: boolean | undefined;
|
|
@@ -3599,6 +3646,10 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3599
3646
|
openRouterBaseUrl?: string | undefined;
|
|
3600
3647
|
openRouterSpecificProvider?: string | undefined;
|
|
3601
3648
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
3649
|
+
openRouterImageGenerationSettings?: {
|
|
3650
|
+
openRouterApiKey?: string | undefined;
|
|
3651
|
+
selectedModel?: string | undefined;
|
|
3652
|
+
} | undefined;
|
|
3602
3653
|
awsAccessKey?: string | undefined;
|
|
3603
3654
|
awsSecretKey?: string | undefined;
|
|
3604
3655
|
awsSessionToken?: string | undefined;
|
|
@@ -3634,6 +3685,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3634
3685
|
supportsComputerUse?: boolean | undefined;
|
|
3635
3686
|
supportsVerbosity?: boolean | undefined;
|
|
3636
3687
|
supportsReasoningBudget?: boolean | undefined;
|
|
3688
|
+
supportsTemperature?: boolean | undefined;
|
|
3637
3689
|
requiredReasoningBudget?: boolean | undefined;
|
|
3638
3690
|
supportsReasoningEffort?: boolean | undefined;
|
|
3639
3691
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -3722,6 +3774,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3722
3774
|
codebaseIndexOpenAiCompatibleModelDimension: z.ZodOptional<z.ZodNumber>;
|
|
3723
3775
|
codebaseIndexGeminiApiKey: z.ZodOptional<z.ZodString>;
|
|
3724
3776
|
codebaseIndexMistralApiKey: z.ZodOptional<z.ZodString>;
|
|
3777
|
+
codebaseIndexVercelAiGatewayApiKey: z.ZodOptional<z.ZodString>;
|
|
3725
3778
|
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
3726
3779
|
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
3727
3780
|
todoListEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3814,6 +3867,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3814
3867
|
supportsPromptCache: z.ZodBoolean;
|
|
3815
3868
|
supportsVerbosity: z.ZodOptional<z.ZodBoolean>;
|
|
3816
3869
|
supportsReasoningBudget: z.ZodOptional<z.ZodBoolean>;
|
|
3870
|
+
supportsTemperature: z.ZodOptional<z.ZodBoolean>;
|
|
3817
3871
|
requiredReasoningBudget: z.ZodOptional<z.ZodBoolean>;
|
|
3818
3872
|
supportsReasoningEffort: z.ZodOptional<z.ZodBoolean>;
|
|
3819
3873
|
supportedParameters: z.ZodOptional<z.ZodArray<z.ZodEnum<["max_tokens", "temperature", "reasoning", "include_reasoning"]>, "many">>;
|
|
@@ -3854,6 +3908,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3854
3908
|
supportsComputerUse?: boolean | undefined;
|
|
3855
3909
|
supportsVerbosity?: boolean | undefined;
|
|
3856
3910
|
supportsReasoningBudget?: boolean | undefined;
|
|
3911
|
+
supportsTemperature?: boolean | undefined;
|
|
3857
3912
|
requiredReasoningBudget?: boolean | undefined;
|
|
3858
3913
|
supportsReasoningEffort?: boolean | undefined;
|
|
3859
3914
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -3882,6 +3937,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3882
3937
|
supportsComputerUse?: boolean | undefined;
|
|
3883
3938
|
supportsVerbosity?: boolean | undefined;
|
|
3884
3939
|
supportsReasoningBudget?: boolean | undefined;
|
|
3940
|
+
supportsTemperature?: boolean | undefined;
|
|
3885
3941
|
requiredReasoningBudget?: boolean | undefined;
|
|
3886
3942
|
supportsReasoningEffort?: boolean | undefined;
|
|
3887
3943
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -3931,6 +3987,16 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3931
3987
|
openRouterBaseUrl: z.ZodOptional<z.ZodString>;
|
|
3932
3988
|
openRouterSpecificProvider: z.ZodOptional<z.ZodString>;
|
|
3933
3989
|
openRouterUseMiddleOutTransform: z.ZodOptional<z.ZodBoolean>;
|
|
3990
|
+
openRouterImageGenerationSettings: z.ZodOptional<z.ZodObject<{
|
|
3991
|
+
openRouterApiKey: z.ZodOptional<z.ZodString>;
|
|
3992
|
+
selectedModel: z.ZodOptional<z.ZodString>;
|
|
3993
|
+
}, "strip", z.ZodTypeAny, {
|
|
3994
|
+
openRouterApiKey?: string | undefined;
|
|
3995
|
+
selectedModel?: string | undefined;
|
|
3996
|
+
}, {
|
|
3997
|
+
openRouterApiKey?: string | undefined;
|
|
3998
|
+
selectedModel?: string | undefined;
|
|
3999
|
+
}>>;
|
|
3934
4000
|
glamaModelId: z.ZodOptional<z.ZodString>;
|
|
3935
4001
|
glamaApiKey: z.ZodOptional<z.ZodString>;
|
|
3936
4002
|
claudeCodePath: z.ZodOptional<z.ZodString>;
|
|
@@ -3951,8 +4017,9 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3951
4017
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
3952
4018
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
3953
4019
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
4020
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
3954
4021
|
id?: string | undefined;
|
|
3955
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
4022
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
3956
4023
|
includeMaxTokens?: boolean | undefined;
|
|
3957
4024
|
diffEnabled?: boolean | undefined;
|
|
3958
4025
|
todoListEnabled?: boolean | undefined;
|
|
@@ -3978,6 +4045,10 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3978
4045
|
openRouterBaseUrl?: string | undefined;
|
|
3979
4046
|
openRouterSpecificProvider?: string | undefined;
|
|
3980
4047
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
4048
|
+
openRouterImageGenerationSettings?: {
|
|
4049
|
+
openRouterApiKey?: string | undefined;
|
|
4050
|
+
selectedModel?: string | undefined;
|
|
4051
|
+
} | undefined;
|
|
3981
4052
|
awsAccessKey?: string | undefined;
|
|
3982
4053
|
awsSecretKey?: string | undefined;
|
|
3983
4054
|
awsSessionToken?: string | undefined;
|
|
@@ -4013,6 +4084,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4013
4084
|
supportsComputerUse?: boolean | undefined;
|
|
4014
4085
|
supportsVerbosity?: boolean | undefined;
|
|
4015
4086
|
supportsReasoningBudget?: boolean | undefined;
|
|
4087
|
+
supportsTemperature?: boolean | undefined;
|
|
4016
4088
|
requiredReasoningBudget?: boolean | undefined;
|
|
4017
4089
|
supportsReasoningEffort?: boolean | undefined;
|
|
4018
4090
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -4100,8 +4172,9 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4100
4172
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
4101
4173
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
4102
4174
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
4175
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
4103
4176
|
id?: string | undefined;
|
|
4104
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
4177
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
4105
4178
|
includeMaxTokens?: boolean | undefined;
|
|
4106
4179
|
diffEnabled?: boolean | undefined;
|
|
4107
4180
|
todoListEnabled?: boolean | undefined;
|
|
@@ -4127,6 +4200,10 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4127
4200
|
openRouterBaseUrl?: string | undefined;
|
|
4128
4201
|
openRouterSpecificProvider?: string | undefined;
|
|
4129
4202
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
4203
|
+
openRouterImageGenerationSettings?: {
|
|
4204
|
+
openRouterApiKey?: string | undefined;
|
|
4205
|
+
selectedModel?: string | undefined;
|
|
4206
|
+
} | undefined;
|
|
4130
4207
|
awsAccessKey?: string | undefined;
|
|
4131
4208
|
awsSecretKey?: string | undefined;
|
|
4132
4209
|
awsSessionToken?: string | undefined;
|
|
@@ -4162,6 +4239,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4162
4239
|
supportsComputerUse?: boolean | undefined;
|
|
4163
4240
|
supportsVerbosity?: boolean | undefined;
|
|
4164
4241
|
supportsReasoningBudget?: boolean | undefined;
|
|
4242
|
+
supportsTemperature?: boolean | undefined;
|
|
4165
4243
|
requiredReasoningBudget?: boolean | undefined;
|
|
4166
4244
|
supportsReasoningEffort?: boolean | undefined;
|
|
4167
4245
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -4424,6 +4502,16 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
4424
4502
|
openRouterBaseUrl: z.ZodOptional<z.ZodString>;
|
|
4425
4503
|
openRouterSpecificProvider: z.ZodOptional<z.ZodString>;
|
|
4426
4504
|
openRouterUseMiddleOutTransform: z.ZodOptional<z.ZodBoolean>;
|
|
4505
|
+
openRouterImageGenerationSettings: z.ZodOptional<z.ZodObject<{
|
|
4506
|
+
openRouterApiKey: z.ZodOptional<z.ZodString>;
|
|
4507
|
+
selectedModel: z.ZodOptional<z.ZodString>;
|
|
4508
|
+
}, "strip", z.ZodTypeAny, {
|
|
4509
|
+
openRouterApiKey?: string | undefined;
|
|
4510
|
+
selectedModel?: string | undefined;
|
|
4511
|
+
}, {
|
|
4512
|
+
openRouterApiKey?: string | undefined;
|
|
4513
|
+
selectedModel?: string | undefined;
|
|
4514
|
+
}>>;
|
|
4427
4515
|
} & {
|
|
4428
4516
|
apiProvider: z.ZodLiteral<"openrouter">;
|
|
4429
4517
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4445,6 +4533,10 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
4445
4533
|
openRouterBaseUrl?: string | undefined;
|
|
4446
4534
|
openRouterSpecificProvider?: string | undefined;
|
|
4447
4535
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
4536
|
+
openRouterImageGenerationSettings?: {
|
|
4537
|
+
openRouterApiKey?: string | undefined;
|
|
4538
|
+
selectedModel?: string | undefined;
|
|
4539
|
+
} | undefined;
|
|
4448
4540
|
}, {
|
|
4449
4541
|
apiProvider: "openrouter";
|
|
4450
4542
|
reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
|
|
@@ -4464,6 +4556,10 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
4464
4556
|
openRouterBaseUrl?: string | undefined;
|
|
4465
4557
|
openRouterSpecificProvider?: string | undefined;
|
|
4466
4558
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
4559
|
+
openRouterImageGenerationSettings?: {
|
|
4560
|
+
openRouterApiKey?: string | undefined;
|
|
4561
|
+
selectedModel?: string | undefined;
|
|
4562
|
+
} | undefined;
|
|
4467
4563
|
}>, z.ZodObject<{
|
|
4468
4564
|
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
4469
4565
|
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4651,6 +4747,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
4651
4747
|
supportsPromptCache: z.ZodBoolean;
|
|
4652
4748
|
supportsVerbosity: z.ZodOptional<z.ZodBoolean>;
|
|
4653
4749
|
supportsReasoningBudget: z.ZodOptional<z.ZodBoolean>;
|
|
4750
|
+
supportsTemperature: z.ZodOptional<z.ZodBoolean>;
|
|
4654
4751
|
requiredReasoningBudget: z.ZodOptional<z.ZodBoolean>;
|
|
4655
4752
|
supportsReasoningEffort: z.ZodOptional<z.ZodBoolean>;
|
|
4656
4753
|
supportedParameters: z.ZodOptional<z.ZodArray<z.ZodEnum<["max_tokens", "temperature", "reasoning", "include_reasoning"]>, "many">>;
|
|
@@ -4691,6 +4788,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
4691
4788
|
supportsComputerUse?: boolean | undefined;
|
|
4692
4789
|
supportsVerbosity?: boolean | undefined;
|
|
4693
4790
|
supportsReasoningBudget?: boolean | undefined;
|
|
4791
|
+
supportsTemperature?: boolean | undefined;
|
|
4694
4792
|
requiredReasoningBudget?: boolean | undefined;
|
|
4695
4793
|
supportsReasoningEffort?: boolean | undefined;
|
|
4696
4794
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -4719,6 +4817,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
4719
4817
|
supportsComputerUse?: boolean | undefined;
|
|
4720
4818
|
supportsVerbosity?: boolean | undefined;
|
|
4721
4819
|
supportsReasoningBudget?: boolean | undefined;
|
|
4820
|
+
supportsTemperature?: boolean | undefined;
|
|
4722
4821
|
requiredReasoningBudget?: boolean | undefined;
|
|
4723
4822
|
supportsReasoningEffort?: boolean | undefined;
|
|
4724
4823
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -4774,6 +4873,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
4774
4873
|
supportsComputerUse?: boolean | undefined;
|
|
4775
4874
|
supportsVerbosity?: boolean | undefined;
|
|
4776
4875
|
supportsReasoningBudget?: boolean | undefined;
|
|
4876
|
+
supportsTemperature?: boolean | undefined;
|
|
4777
4877
|
requiredReasoningBudget?: boolean | undefined;
|
|
4778
4878
|
supportsReasoningEffort?: boolean | undefined;
|
|
4779
4879
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -4827,6 +4927,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
4827
4927
|
supportsComputerUse?: boolean | undefined;
|
|
4828
4928
|
supportsVerbosity?: boolean | undefined;
|
|
4829
4929
|
supportsReasoningBudget?: boolean | undefined;
|
|
4930
|
+
supportsTemperature?: boolean | undefined;
|
|
4830
4931
|
requiredReasoningBudget?: boolean | undefined;
|
|
4831
4932
|
supportsReasoningEffort?: boolean | undefined;
|
|
4832
4933
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -6343,7 +6444,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
6343
6444
|
id?: string | undefined;
|
|
6344
6445
|
}>>;
|
|
6345
6446
|
type ProviderSettingsWithId = z.infer<typeof providerSettingsWithIdSchema>;
|
|
6346
|
-
declare const PROVIDER_SETTINGS_KEYS: ["reasoningEffort", "codebaseIndexOpenAiCompatibleBaseUrl", "codebaseIndexOpenAiCompatibleModelDimension", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexGeminiApiKey", "codebaseIndexMistralApiKey", "apiProvider", "includeMaxTokens", "diffEnabled", "todoListEnabled", "fuzzyMatchThreshold", "modelTemperature", "rateLimitSeconds", "consecutiveMistakeLimit", "enableReasoningEffort", "modelMaxTokens", "modelMaxThinkingTokens", "verbosity", "apiModelId", "apiKey", "anthropicBaseUrl", "anthropicUseAuthToken", "anthropicBeta1MContext", "claudeCodePath", "claudeCodeMaxOutputTokens", "glamaModelId", "glamaApiKey", "openRouterApiKey", "openRouterModelId", "openRouterBaseUrl", "openRouterSpecificProvider", "openRouterUseMiddleOutTransform", "awsAccessKey", "awsSecretKey", "awsSessionToken", "awsRegion", "awsUseCrossRegionInference", "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", "vsCodeLmModelSelector", "lmStudioModelId", "lmStudioBaseUrl", "lmStudioDraftModelId", "lmStudioSpeculativeDecodingEnabled", "geminiApiKey", "googleGeminiBaseUrl", "geminiCliOAuthPath", "geminiCliProjectId", "openAiNativeApiKey", "openAiNativeBaseUrl", "mistralApiKey", "mistralCodestralUrl", "deepSeekBaseUrl", "deepSeekApiKey", "doubaoBaseUrl", "doubaoApiKey", "moonshotBaseUrl", "moonshotApiKey", "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"];
|
|
6447
|
+
declare const PROVIDER_SETTINGS_KEYS: ["reasoningEffort", "codebaseIndexOpenAiCompatibleBaseUrl", "codebaseIndexOpenAiCompatibleModelDimension", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexGeminiApiKey", "codebaseIndexMistralApiKey", "codebaseIndexVercelAiGatewayApiKey", "apiProvider", "includeMaxTokens", "diffEnabled", "todoListEnabled", "fuzzyMatchThreshold", "modelTemperature", "rateLimitSeconds", "consecutiveMistakeLimit", "enableReasoningEffort", "modelMaxTokens", "modelMaxThinkingTokens", "verbosity", "apiModelId", "apiKey", "anthropicBaseUrl", "anthropicUseAuthToken", "anthropicBeta1MContext", "claudeCodePath", "claudeCodeMaxOutputTokens", "glamaModelId", "glamaApiKey", "openRouterApiKey", "openRouterModelId", "openRouterBaseUrl", "openRouterSpecificProvider", "openRouterUseMiddleOutTransform", "openRouterImageGenerationSettings", "awsAccessKey", "awsSecretKey", "awsSessionToken", "awsRegion", "awsUseCrossRegionInference", "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", "vsCodeLmModelSelector", "lmStudioModelId", "lmStudioBaseUrl", "lmStudioDraftModelId", "lmStudioSpeculativeDecodingEnabled", "geminiApiKey", "googleGeminiBaseUrl", "geminiCliOAuthPath", "geminiCliProjectId", "openAiNativeApiKey", "openAiNativeBaseUrl", "mistralApiKey", "mistralCodestralUrl", "deepSeekBaseUrl", "deepSeekApiKey", "doubaoBaseUrl", "doubaoApiKey", "moonshotBaseUrl", "moonshotApiKey", "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"];
|
|
6347
6448
|
declare const MODEL_ID_KEYS: Partial<keyof ProviderSettings>[];
|
|
6348
6449
|
declare const getModelId: (settings: ProviderSettings) => string | undefined;
|
|
6349
6450
|
declare const ANTHROPIC_STYLE_PROVIDERS: ProviderName[];
|
|
@@ -6378,14 +6479,17 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6378
6479
|
id: z.ZodString;
|
|
6379
6480
|
name: z.ZodString;
|
|
6380
6481
|
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "qwen-code", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "featherless", "io-intelligence", "roo", "vercel-ai-gateway"]>>;
|
|
6482
|
+
modelId: z.ZodOptional<z.ZodString>;
|
|
6381
6483
|
}, "strip", z.ZodTypeAny, {
|
|
6382
6484
|
name: string;
|
|
6383
6485
|
id: string;
|
|
6384
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
6486
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
6487
|
+
modelId?: string | undefined;
|
|
6385
6488
|
}, {
|
|
6386
6489
|
name: string;
|
|
6387
6490
|
id: string;
|
|
6388
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
6491
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
6492
|
+
modelId?: string | undefined;
|
|
6389
6493
|
}>, "many">>;
|
|
6390
6494
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
6391
6495
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -6505,14 +6609,17 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6505
6609
|
powerSteering: z.ZodOptional<z.ZodBoolean>;
|
|
6506
6610
|
multiFileApplyDiff: z.ZodOptional<z.ZodBoolean>;
|
|
6507
6611
|
preventFocusDisruption: z.ZodOptional<z.ZodBoolean>;
|
|
6612
|
+
imageGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
6508
6613
|
}, "strip", z.ZodTypeAny, {
|
|
6509
6614
|
powerSteering?: boolean | undefined;
|
|
6510
6615
|
multiFileApplyDiff?: boolean | undefined;
|
|
6511
6616
|
preventFocusDisruption?: boolean | undefined;
|
|
6617
|
+
imageGeneration?: boolean | undefined;
|
|
6512
6618
|
}, {
|
|
6513
6619
|
powerSteering?: boolean | undefined;
|
|
6514
6620
|
multiFileApplyDiff?: boolean | undefined;
|
|
6515
6621
|
preventFocusDisruption?: boolean | undefined;
|
|
6622
|
+
imageGeneration?: boolean | undefined;
|
|
6516
6623
|
}>>;
|
|
6517
6624
|
codebaseIndexModels: z.ZodOptional<z.ZodObject<{
|
|
6518
6625
|
openai: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -6550,6 +6657,13 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6550
6657
|
}, {
|
|
6551
6658
|
dimension: number;
|
|
6552
6659
|
}>>>;
|
|
6660
|
+
"vercel-ai-gateway": z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
6661
|
+
dimension: z.ZodNumber;
|
|
6662
|
+
}, "strip", z.ZodTypeAny, {
|
|
6663
|
+
dimension: number;
|
|
6664
|
+
}, {
|
|
6665
|
+
dimension: number;
|
|
6666
|
+
}>>>;
|
|
6553
6667
|
}, "strip", z.ZodTypeAny, {
|
|
6554
6668
|
openai?: Record<string, {
|
|
6555
6669
|
dimension: number;
|
|
@@ -6566,6 +6680,9 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6566
6680
|
mistral?: Record<string, {
|
|
6567
6681
|
dimension: number;
|
|
6568
6682
|
}> | undefined;
|
|
6683
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
6684
|
+
dimension: number;
|
|
6685
|
+
}> | undefined;
|
|
6569
6686
|
}, {
|
|
6570
6687
|
openai?: Record<string, {
|
|
6571
6688
|
dimension: number;
|
|
@@ -6582,11 +6699,14 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6582
6699
|
mistral?: Record<string, {
|
|
6583
6700
|
dimension: number;
|
|
6584
6701
|
}> | undefined;
|
|
6702
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
6703
|
+
dimension: number;
|
|
6704
|
+
}> | undefined;
|
|
6585
6705
|
}>>;
|
|
6586
6706
|
codebaseIndexConfig: z.ZodOptional<z.ZodObject<{
|
|
6587
6707
|
codebaseIndexEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
6588
6708
|
codebaseIndexQdrantUrl: z.ZodOptional<z.ZodString>;
|
|
6589
|
-
codebaseIndexEmbedderProvider: z.ZodOptional<z.ZodEnum<["openai", "ollama", "openai-compatible", "gemini", "mistral"]>>;
|
|
6709
|
+
codebaseIndexEmbedderProvider: z.ZodOptional<z.ZodEnum<["openai", "ollama", "openai-compatible", "gemini", "mistral", "vercel-ai-gateway"]>>;
|
|
6590
6710
|
codebaseIndexEmbedderBaseUrl: z.ZodOptional<z.ZodString>;
|
|
6591
6711
|
codebaseIndexEmbedderModelId: z.ZodOptional<z.ZodString>;
|
|
6592
6712
|
codebaseIndexEmbedderModelDimension: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6597,7 +6717,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6597
6717
|
}, "strip", z.ZodTypeAny, {
|
|
6598
6718
|
codebaseIndexEnabled?: boolean | undefined;
|
|
6599
6719
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
6600
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
6720
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
6601
6721
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
6602
6722
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
6603
6723
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -6608,7 +6728,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6608
6728
|
}, {
|
|
6609
6729
|
codebaseIndexEnabled?: boolean | undefined;
|
|
6610
6730
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
6611
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
6731
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
6612
6732
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
6613
6733
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
6614
6734
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -6721,7 +6841,8 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6721
6841
|
listApiConfigMeta?: {
|
|
6722
6842
|
name: string;
|
|
6723
6843
|
id: string;
|
|
6724
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
6844
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
6845
|
+
modelId?: string | undefined;
|
|
6725
6846
|
}[] | undefined;
|
|
6726
6847
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
6727
6848
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -6803,6 +6924,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6803
6924
|
powerSteering?: boolean | undefined;
|
|
6804
6925
|
multiFileApplyDiff?: boolean | undefined;
|
|
6805
6926
|
preventFocusDisruption?: boolean | undefined;
|
|
6927
|
+
imageGeneration?: boolean | undefined;
|
|
6806
6928
|
} | undefined;
|
|
6807
6929
|
codebaseIndexModels?: {
|
|
6808
6930
|
openai?: Record<string, {
|
|
@@ -6820,11 +6942,14 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6820
6942
|
mistral?: Record<string, {
|
|
6821
6943
|
dimension: number;
|
|
6822
6944
|
}> | undefined;
|
|
6945
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
6946
|
+
dimension: number;
|
|
6947
|
+
}> | undefined;
|
|
6823
6948
|
} | undefined;
|
|
6824
6949
|
codebaseIndexConfig?: {
|
|
6825
6950
|
codebaseIndexEnabled?: boolean | undefined;
|
|
6826
6951
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
6827
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
6952
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
6828
6953
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
6829
6954
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
6830
6955
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -6876,7 +7001,8 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6876
7001
|
listApiConfigMeta?: {
|
|
6877
7002
|
name: string;
|
|
6878
7003
|
id: string;
|
|
6879
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
7004
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
7005
|
+
modelId?: string | undefined;
|
|
6880
7006
|
}[] | undefined;
|
|
6881
7007
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
6882
7008
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -6958,6 +7084,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6958
7084
|
powerSteering?: boolean | undefined;
|
|
6959
7085
|
multiFileApplyDiff?: boolean | undefined;
|
|
6960
7086
|
preventFocusDisruption?: boolean | undefined;
|
|
7087
|
+
imageGeneration?: boolean | undefined;
|
|
6961
7088
|
} | undefined;
|
|
6962
7089
|
codebaseIndexModels?: {
|
|
6963
7090
|
openai?: Record<string, {
|
|
@@ -6975,11 +7102,14 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6975
7102
|
mistral?: Record<string, {
|
|
6976
7103
|
dimension: number;
|
|
6977
7104
|
}> | undefined;
|
|
7105
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
7106
|
+
dimension: number;
|
|
7107
|
+
}> | undefined;
|
|
6978
7108
|
} | undefined;
|
|
6979
7109
|
codebaseIndexConfig?: {
|
|
6980
7110
|
codebaseIndexEnabled?: boolean | undefined;
|
|
6981
7111
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
6982
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
7112
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
6983
7113
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
6984
7114
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
6985
7115
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -7021,6 +7151,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7021
7151
|
codebaseIndexOpenAiCompatibleModelDimension: z.ZodOptional<z.ZodNumber>;
|
|
7022
7152
|
codebaseIndexGeminiApiKey: z.ZodOptional<z.ZodString>;
|
|
7023
7153
|
codebaseIndexMistralApiKey: z.ZodOptional<z.ZodString>;
|
|
7154
|
+
codebaseIndexVercelAiGatewayApiKey: z.ZodOptional<z.ZodString>;
|
|
7024
7155
|
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
7025
7156
|
todoListEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
7026
7157
|
modelTemperature: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -7110,6 +7241,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7110
7241
|
supportsPromptCache: z.ZodBoolean;
|
|
7111
7242
|
supportsVerbosity: z.ZodOptional<z.ZodBoolean>;
|
|
7112
7243
|
supportsReasoningBudget: z.ZodOptional<z.ZodBoolean>;
|
|
7244
|
+
supportsTemperature: z.ZodOptional<z.ZodBoolean>;
|
|
7113
7245
|
requiredReasoningBudget: z.ZodOptional<z.ZodBoolean>;
|
|
7114
7246
|
supportsReasoningEffort: z.ZodOptional<z.ZodBoolean>;
|
|
7115
7247
|
supportedParameters: z.ZodOptional<z.ZodArray<z.ZodEnum<["max_tokens", "temperature", "reasoning", "include_reasoning"]>, "many">>;
|
|
@@ -7150,6 +7282,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7150
7282
|
supportsComputerUse?: boolean | undefined;
|
|
7151
7283
|
supportsVerbosity?: boolean | undefined;
|
|
7152
7284
|
supportsReasoningBudget?: boolean | undefined;
|
|
7285
|
+
supportsTemperature?: boolean | undefined;
|
|
7153
7286
|
requiredReasoningBudget?: boolean | undefined;
|
|
7154
7287
|
supportsReasoningEffort?: boolean | undefined;
|
|
7155
7288
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -7178,6 +7311,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7178
7311
|
supportsComputerUse?: boolean | undefined;
|
|
7179
7312
|
supportsVerbosity?: boolean | undefined;
|
|
7180
7313
|
supportsReasoningBudget?: boolean | undefined;
|
|
7314
|
+
supportsTemperature?: boolean | undefined;
|
|
7181
7315
|
requiredReasoningBudget?: boolean | undefined;
|
|
7182
7316
|
supportsReasoningEffort?: boolean | undefined;
|
|
7183
7317
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -7227,6 +7361,16 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7227
7361
|
openRouterBaseUrl: z.ZodOptional<z.ZodString>;
|
|
7228
7362
|
openRouterSpecificProvider: z.ZodOptional<z.ZodString>;
|
|
7229
7363
|
openRouterUseMiddleOutTransform: z.ZodOptional<z.ZodBoolean>;
|
|
7364
|
+
openRouterImageGenerationSettings: z.ZodOptional<z.ZodObject<{
|
|
7365
|
+
openRouterApiKey: z.ZodOptional<z.ZodString>;
|
|
7366
|
+
selectedModel: z.ZodOptional<z.ZodString>;
|
|
7367
|
+
}, "strip", z.ZodTypeAny, {
|
|
7368
|
+
openRouterApiKey?: string | undefined;
|
|
7369
|
+
selectedModel?: string | undefined;
|
|
7370
|
+
}, {
|
|
7371
|
+
openRouterApiKey?: string | undefined;
|
|
7372
|
+
selectedModel?: string | undefined;
|
|
7373
|
+
}>>;
|
|
7230
7374
|
glamaModelId: z.ZodOptional<z.ZodString>;
|
|
7231
7375
|
glamaApiKey: z.ZodOptional<z.ZodString>;
|
|
7232
7376
|
claudeCodePath: z.ZodOptional<z.ZodString>;
|
|
@@ -7242,14 +7386,17 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7242
7386
|
id: z.ZodString;
|
|
7243
7387
|
name: z.ZodString;
|
|
7244
7388
|
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "qwen-code", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "featherless", "io-intelligence", "roo", "vercel-ai-gateway"]>>;
|
|
7389
|
+
modelId: z.ZodOptional<z.ZodString>;
|
|
7245
7390
|
}, "strip", z.ZodTypeAny, {
|
|
7246
7391
|
name: string;
|
|
7247
7392
|
id: string;
|
|
7248
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
7393
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
7394
|
+
modelId?: string | undefined;
|
|
7249
7395
|
}, {
|
|
7250
7396
|
name: string;
|
|
7251
7397
|
id: string;
|
|
7252
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
7398
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
7399
|
+
modelId?: string | undefined;
|
|
7253
7400
|
}>, "many">>;
|
|
7254
7401
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
7255
7402
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -7361,14 +7508,17 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7361
7508
|
powerSteering: z.ZodOptional<z.ZodBoolean>;
|
|
7362
7509
|
multiFileApplyDiff: z.ZodOptional<z.ZodBoolean>;
|
|
7363
7510
|
preventFocusDisruption: z.ZodOptional<z.ZodBoolean>;
|
|
7511
|
+
imageGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
7364
7512
|
}, "strip", z.ZodTypeAny, {
|
|
7365
7513
|
powerSteering?: boolean | undefined;
|
|
7366
7514
|
multiFileApplyDiff?: boolean | undefined;
|
|
7367
7515
|
preventFocusDisruption?: boolean | undefined;
|
|
7516
|
+
imageGeneration?: boolean | undefined;
|
|
7368
7517
|
}, {
|
|
7369
7518
|
powerSteering?: boolean | undefined;
|
|
7370
7519
|
multiFileApplyDiff?: boolean | undefined;
|
|
7371
7520
|
preventFocusDisruption?: boolean | undefined;
|
|
7521
|
+
imageGeneration?: boolean | undefined;
|
|
7372
7522
|
}>>;
|
|
7373
7523
|
codebaseIndexModels: z.ZodOptional<z.ZodObject<{
|
|
7374
7524
|
openai: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -7406,6 +7556,13 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7406
7556
|
}, {
|
|
7407
7557
|
dimension: number;
|
|
7408
7558
|
}>>>;
|
|
7559
|
+
"vercel-ai-gateway": z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
7560
|
+
dimension: z.ZodNumber;
|
|
7561
|
+
}, "strip", z.ZodTypeAny, {
|
|
7562
|
+
dimension: number;
|
|
7563
|
+
}, {
|
|
7564
|
+
dimension: number;
|
|
7565
|
+
}>>>;
|
|
7409
7566
|
}, "strip", z.ZodTypeAny, {
|
|
7410
7567
|
openai?: Record<string, {
|
|
7411
7568
|
dimension: number;
|
|
@@ -7422,6 +7579,9 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7422
7579
|
mistral?: Record<string, {
|
|
7423
7580
|
dimension: number;
|
|
7424
7581
|
}> | undefined;
|
|
7582
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
7583
|
+
dimension: number;
|
|
7584
|
+
}> | undefined;
|
|
7425
7585
|
}, {
|
|
7426
7586
|
openai?: Record<string, {
|
|
7427
7587
|
dimension: number;
|
|
@@ -7438,11 +7598,14 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7438
7598
|
mistral?: Record<string, {
|
|
7439
7599
|
dimension: number;
|
|
7440
7600
|
}> | undefined;
|
|
7601
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
7602
|
+
dimension: number;
|
|
7603
|
+
}> | undefined;
|
|
7441
7604
|
}>>;
|
|
7442
7605
|
codebaseIndexConfig: z.ZodOptional<z.ZodObject<{
|
|
7443
7606
|
codebaseIndexEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
7444
7607
|
codebaseIndexQdrantUrl: z.ZodOptional<z.ZodString>;
|
|
7445
|
-
codebaseIndexEmbedderProvider: z.ZodOptional<z.ZodEnum<["openai", "ollama", "openai-compatible", "gemini", "mistral"]>>;
|
|
7608
|
+
codebaseIndexEmbedderProvider: z.ZodOptional<z.ZodEnum<["openai", "ollama", "openai-compatible", "gemini", "mistral", "vercel-ai-gateway"]>>;
|
|
7446
7609
|
codebaseIndexEmbedderBaseUrl: z.ZodOptional<z.ZodString>;
|
|
7447
7610
|
codebaseIndexEmbedderModelId: z.ZodOptional<z.ZodString>;
|
|
7448
7611
|
codebaseIndexEmbedderModelDimension: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7453,7 +7616,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7453
7616
|
}, "strip", z.ZodTypeAny, {
|
|
7454
7617
|
codebaseIndexEnabled?: boolean | undefined;
|
|
7455
7618
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
7456
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
7619
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
7457
7620
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
7458
7621
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
7459
7622
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -7464,7 +7627,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7464
7627
|
}, {
|
|
7465
7628
|
codebaseIndexEnabled?: boolean | undefined;
|
|
7466
7629
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
7467
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
7630
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
7468
7631
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
7469
7632
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
7470
7633
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -7562,7 +7725,8 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7562
7725
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
7563
7726
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
7564
7727
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
7565
|
-
|
|
7728
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
7729
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
7566
7730
|
includeMaxTokens?: boolean | undefined;
|
|
7567
7731
|
diffEnabled?: boolean | undefined;
|
|
7568
7732
|
todoListEnabled?: boolean | undefined;
|
|
@@ -7588,6 +7752,10 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7588
7752
|
openRouterBaseUrl?: string | undefined;
|
|
7589
7753
|
openRouterSpecificProvider?: string | undefined;
|
|
7590
7754
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
7755
|
+
openRouterImageGenerationSettings?: {
|
|
7756
|
+
openRouterApiKey?: string | undefined;
|
|
7757
|
+
selectedModel?: string | undefined;
|
|
7758
|
+
} | undefined;
|
|
7591
7759
|
awsAccessKey?: string | undefined;
|
|
7592
7760
|
awsSecretKey?: string | undefined;
|
|
7593
7761
|
awsSessionToken?: string | undefined;
|
|
@@ -7623,6 +7791,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7623
7791
|
supportsComputerUse?: boolean | undefined;
|
|
7624
7792
|
supportsVerbosity?: boolean | undefined;
|
|
7625
7793
|
supportsReasoningBudget?: boolean | undefined;
|
|
7794
|
+
supportsTemperature?: boolean | undefined;
|
|
7626
7795
|
requiredReasoningBudget?: boolean | undefined;
|
|
7627
7796
|
supportsReasoningEffort?: boolean | undefined;
|
|
7628
7797
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -7721,7 +7890,8 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7721
7890
|
listApiConfigMeta?: {
|
|
7722
7891
|
name: string;
|
|
7723
7892
|
id: string;
|
|
7724
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
7893
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
7894
|
+
modelId?: string | undefined;
|
|
7725
7895
|
}[] | undefined;
|
|
7726
7896
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
7727
7897
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -7803,6 +7973,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7803
7973
|
powerSteering?: boolean | undefined;
|
|
7804
7974
|
multiFileApplyDiff?: boolean | undefined;
|
|
7805
7975
|
preventFocusDisruption?: boolean | undefined;
|
|
7976
|
+
imageGeneration?: boolean | undefined;
|
|
7806
7977
|
} | undefined;
|
|
7807
7978
|
codebaseIndexModels?: {
|
|
7808
7979
|
openai?: Record<string, {
|
|
@@ -7820,11 +7991,14 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7820
7991
|
mistral?: Record<string, {
|
|
7821
7992
|
dimension: number;
|
|
7822
7993
|
}> | undefined;
|
|
7994
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
7995
|
+
dimension: number;
|
|
7996
|
+
}> | undefined;
|
|
7823
7997
|
} | undefined;
|
|
7824
7998
|
codebaseIndexConfig?: {
|
|
7825
7999
|
codebaseIndexEnabled?: boolean | undefined;
|
|
7826
8000
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
7827
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
8001
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
7828
8002
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
7829
8003
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
7830
8004
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -7861,7 +8035,8 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7861
8035
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
7862
8036
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
7863
8037
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
7864
|
-
|
|
8038
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
8039
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
7865
8040
|
includeMaxTokens?: boolean | undefined;
|
|
7866
8041
|
diffEnabled?: boolean | undefined;
|
|
7867
8042
|
todoListEnabled?: boolean | undefined;
|
|
@@ -7887,6 +8062,10 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7887
8062
|
openRouterBaseUrl?: string | undefined;
|
|
7888
8063
|
openRouterSpecificProvider?: string | undefined;
|
|
7889
8064
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
8065
|
+
openRouterImageGenerationSettings?: {
|
|
8066
|
+
openRouterApiKey?: string | undefined;
|
|
8067
|
+
selectedModel?: string | undefined;
|
|
8068
|
+
} | undefined;
|
|
7890
8069
|
awsAccessKey?: string | undefined;
|
|
7891
8070
|
awsSecretKey?: string | undefined;
|
|
7892
8071
|
awsSessionToken?: string | undefined;
|
|
@@ -7922,6 +8101,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7922
8101
|
supportsComputerUse?: boolean | undefined;
|
|
7923
8102
|
supportsVerbosity?: boolean | undefined;
|
|
7924
8103
|
supportsReasoningBudget?: boolean | undefined;
|
|
8104
|
+
supportsTemperature?: boolean | undefined;
|
|
7925
8105
|
requiredReasoningBudget?: boolean | undefined;
|
|
7926
8106
|
supportsReasoningEffort?: boolean | undefined;
|
|
7927
8107
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -8020,7 +8200,8 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8020
8200
|
listApiConfigMeta?: {
|
|
8021
8201
|
name: string;
|
|
8022
8202
|
id: string;
|
|
8023
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
8203
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
8204
|
+
modelId?: string | undefined;
|
|
8024
8205
|
}[] | undefined;
|
|
8025
8206
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
8026
8207
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -8102,6 +8283,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8102
8283
|
powerSteering?: boolean | undefined;
|
|
8103
8284
|
multiFileApplyDiff?: boolean | undefined;
|
|
8104
8285
|
preventFocusDisruption?: boolean | undefined;
|
|
8286
|
+
imageGeneration?: boolean | undefined;
|
|
8105
8287
|
} | undefined;
|
|
8106
8288
|
codebaseIndexModels?: {
|
|
8107
8289
|
openai?: Record<string, {
|
|
@@ -8119,11 +8301,14 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8119
8301
|
mistral?: Record<string, {
|
|
8120
8302
|
dimension: number;
|
|
8121
8303
|
}> | undefined;
|
|
8304
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
8305
|
+
dimension: number;
|
|
8306
|
+
}> | undefined;
|
|
8122
8307
|
} | undefined;
|
|
8123
8308
|
codebaseIndexConfig?: {
|
|
8124
8309
|
codebaseIndexEnabled?: boolean | undefined;
|
|
8125
8310
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
8126
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
8311
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
8127
8312
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
8128
8313
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
8129
8314
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -8156,7 +8341,7 @@ type RooCodeSettings = GlobalSettings & ProviderSettings;
|
|
|
8156
8341
|
/**
|
|
8157
8342
|
* SecretState
|
|
8158
8343
|
*/
|
|
8159
|
-
declare const SECRET_STATE_KEYS: readonly ["apiKey", "glamaApiKey", "openRouterApiKey", "awsAccessKey", "awsApiKey", "awsSecretKey", "awsSessionToken", "openAiApiKey", "geminiApiKey", "openAiNativeApiKey", "cerebrasApiKey", "deepSeekApiKey", "doubaoApiKey", "moonshotApiKey", "mistralApiKey", "unboundApiKey", "requestyApiKey", "xaiApiKey", "groqApiKey", "chutesApiKey", "litellmApiKey", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexGeminiApiKey", "codebaseIndexMistralApiKey", "huggingFaceApiKey", "sambaNovaApiKey", "zaiApiKey", "fireworksApiKey", "featherlessApiKey", "ioIntelligenceApiKey", "vercelAiGatewayApiKey"];
|
|
8344
|
+
declare const SECRET_STATE_KEYS: readonly ["apiKey", "glamaApiKey", "openRouterApiKey", "awsAccessKey", "awsApiKey", "awsSecretKey", "awsSessionToken", "openAiApiKey", "geminiApiKey", "openAiNativeApiKey", "cerebrasApiKey", "deepSeekApiKey", "doubaoApiKey", "moonshotApiKey", "mistralApiKey", "unboundApiKey", "requestyApiKey", "xaiApiKey", "groqApiKey", "chutesApiKey", "litellmApiKey", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexGeminiApiKey", "codebaseIndexMistralApiKey", "codebaseIndexVercelAiGatewayApiKey", "huggingFaceApiKey", "sambaNovaApiKey", "zaiApiKey", "fireworksApiKey", "featherlessApiKey", "ioIntelligenceApiKey", "vercelAiGatewayApiKey"];
|
|
8160
8345
|
type SecretState = Pick<ProviderSettings, (typeof SECRET_STATE_KEYS)[number]>;
|
|
8161
8346
|
declare const isSecretStateKey: (key: string) => key is Keys<SecretState>;
|
|
8162
8347
|
/**
|
|
@@ -8228,6 +8413,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8228
8413
|
codebaseIndexOpenAiCompatibleModelDimension: z.ZodOptional<z.ZodNumber>;
|
|
8229
8414
|
codebaseIndexGeminiApiKey: z.ZodOptional<z.ZodString>;
|
|
8230
8415
|
codebaseIndexMistralApiKey: z.ZodOptional<z.ZodString>;
|
|
8416
|
+
codebaseIndexVercelAiGatewayApiKey: z.ZodOptional<z.ZodString>;
|
|
8231
8417
|
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
8232
8418
|
todoListEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
8233
8419
|
modelTemperature: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -8317,6 +8503,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8317
8503
|
supportsPromptCache: z.ZodBoolean;
|
|
8318
8504
|
supportsVerbosity: z.ZodOptional<z.ZodBoolean>;
|
|
8319
8505
|
supportsReasoningBudget: z.ZodOptional<z.ZodBoolean>;
|
|
8506
|
+
supportsTemperature: z.ZodOptional<z.ZodBoolean>;
|
|
8320
8507
|
requiredReasoningBudget: z.ZodOptional<z.ZodBoolean>;
|
|
8321
8508
|
supportsReasoningEffort: z.ZodOptional<z.ZodBoolean>;
|
|
8322
8509
|
supportedParameters: z.ZodOptional<z.ZodArray<z.ZodEnum<["max_tokens", "temperature", "reasoning", "include_reasoning"]>, "many">>;
|
|
@@ -8357,6 +8544,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8357
8544
|
supportsComputerUse?: boolean | undefined;
|
|
8358
8545
|
supportsVerbosity?: boolean | undefined;
|
|
8359
8546
|
supportsReasoningBudget?: boolean | undefined;
|
|
8547
|
+
supportsTemperature?: boolean | undefined;
|
|
8360
8548
|
requiredReasoningBudget?: boolean | undefined;
|
|
8361
8549
|
supportsReasoningEffort?: boolean | undefined;
|
|
8362
8550
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -8385,6 +8573,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8385
8573
|
supportsComputerUse?: boolean | undefined;
|
|
8386
8574
|
supportsVerbosity?: boolean | undefined;
|
|
8387
8575
|
supportsReasoningBudget?: boolean | undefined;
|
|
8576
|
+
supportsTemperature?: boolean | undefined;
|
|
8388
8577
|
requiredReasoningBudget?: boolean | undefined;
|
|
8389
8578
|
supportsReasoningEffort?: boolean | undefined;
|
|
8390
8579
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -8434,6 +8623,16 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8434
8623
|
openRouterBaseUrl: z.ZodOptional<z.ZodString>;
|
|
8435
8624
|
openRouterSpecificProvider: z.ZodOptional<z.ZodString>;
|
|
8436
8625
|
openRouterUseMiddleOutTransform: z.ZodOptional<z.ZodBoolean>;
|
|
8626
|
+
openRouterImageGenerationSettings: z.ZodOptional<z.ZodObject<{
|
|
8627
|
+
openRouterApiKey: z.ZodOptional<z.ZodString>;
|
|
8628
|
+
selectedModel: z.ZodOptional<z.ZodString>;
|
|
8629
|
+
}, "strip", z.ZodTypeAny, {
|
|
8630
|
+
openRouterApiKey?: string | undefined;
|
|
8631
|
+
selectedModel?: string | undefined;
|
|
8632
|
+
}, {
|
|
8633
|
+
openRouterApiKey?: string | undefined;
|
|
8634
|
+
selectedModel?: string | undefined;
|
|
8635
|
+
}>>;
|
|
8437
8636
|
glamaModelId: z.ZodOptional<z.ZodString>;
|
|
8438
8637
|
glamaApiKey: z.ZodOptional<z.ZodString>;
|
|
8439
8638
|
claudeCodePath: z.ZodOptional<z.ZodString>;
|
|
@@ -8449,14 +8648,17 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8449
8648
|
id: z.ZodString;
|
|
8450
8649
|
name: z.ZodString;
|
|
8451
8650
|
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "qwen-code", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "featherless", "io-intelligence", "roo", "vercel-ai-gateway"]>>;
|
|
8651
|
+
modelId: z.ZodOptional<z.ZodString>;
|
|
8452
8652
|
}, "strip", z.ZodTypeAny, {
|
|
8453
8653
|
name: string;
|
|
8454
8654
|
id: string;
|
|
8455
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
8655
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
8656
|
+
modelId?: string | undefined;
|
|
8456
8657
|
}, {
|
|
8457
8658
|
name: string;
|
|
8458
8659
|
id: string;
|
|
8459
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
8660
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
8661
|
+
modelId?: string | undefined;
|
|
8460
8662
|
}>, "many">>;
|
|
8461
8663
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
8462
8664
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -8568,14 +8770,17 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8568
8770
|
powerSteering: z.ZodOptional<z.ZodBoolean>;
|
|
8569
8771
|
multiFileApplyDiff: z.ZodOptional<z.ZodBoolean>;
|
|
8570
8772
|
preventFocusDisruption: z.ZodOptional<z.ZodBoolean>;
|
|
8773
|
+
imageGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
8571
8774
|
}, "strip", z.ZodTypeAny, {
|
|
8572
8775
|
powerSteering?: boolean | undefined;
|
|
8573
8776
|
multiFileApplyDiff?: boolean | undefined;
|
|
8574
8777
|
preventFocusDisruption?: boolean | undefined;
|
|
8778
|
+
imageGeneration?: boolean | undefined;
|
|
8575
8779
|
}, {
|
|
8576
8780
|
powerSteering?: boolean | undefined;
|
|
8577
8781
|
multiFileApplyDiff?: boolean | undefined;
|
|
8578
8782
|
preventFocusDisruption?: boolean | undefined;
|
|
8783
|
+
imageGeneration?: boolean | undefined;
|
|
8579
8784
|
}>>;
|
|
8580
8785
|
codebaseIndexModels: z.ZodOptional<z.ZodObject<{
|
|
8581
8786
|
openai: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -8613,6 +8818,13 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8613
8818
|
}, {
|
|
8614
8819
|
dimension: number;
|
|
8615
8820
|
}>>>;
|
|
8821
|
+
"vercel-ai-gateway": z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
8822
|
+
dimension: z.ZodNumber;
|
|
8823
|
+
}, "strip", z.ZodTypeAny, {
|
|
8824
|
+
dimension: number;
|
|
8825
|
+
}, {
|
|
8826
|
+
dimension: number;
|
|
8827
|
+
}>>>;
|
|
8616
8828
|
}, "strip", z.ZodTypeAny, {
|
|
8617
8829
|
openai?: Record<string, {
|
|
8618
8830
|
dimension: number;
|
|
@@ -8629,6 +8841,9 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8629
8841
|
mistral?: Record<string, {
|
|
8630
8842
|
dimension: number;
|
|
8631
8843
|
}> | undefined;
|
|
8844
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
8845
|
+
dimension: number;
|
|
8846
|
+
}> | undefined;
|
|
8632
8847
|
}, {
|
|
8633
8848
|
openai?: Record<string, {
|
|
8634
8849
|
dimension: number;
|
|
@@ -8645,11 +8860,14 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8645
8860
|
mistral?: Record<string, {
|
|
8646
8861
|
dimension: number;
|
|
8647
8862
|
}> | undefined;
|
|
8863
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
8864
|
+
dimension: number;
|
|
8865
|
+
}> | undefined;
|
|
8648
8866
|
}>>;
|
|
8649
8867
|
codebaseIndexConfig: z.ZodOptional<z.ZodObject<{
|
|
8650
8868
|
codebaseIndexEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
8651
8869
|
codebaseIndexQdrantUrl: z.ZodOptional<z.ZodString>;
|
|
8652
|
-
codebaseIndexEmbedderProvider: z.ZodOptional<z.ZodEnum<["openai", "ollama", "openai-compatible", "gemini", "mistral"]>>;
|
|
8870
|
+
codebaseIndexEmbedderProvider: z.ZodOptional<z.ZodEnum<["openai", "ollama", "openai-compatible", "gemini", "mistral", "vercel-ai-gateway"]>>;
|
|
8653
8871
|
codebaseIndexEmbedderBaseUrl: z.ZodOptional<z.ZodString>;
|
|
8654
8872
|
codebaseIndexEmbedderModelId: z.ZodOptional<z.ZodString>;
|
|
8655
8873
|
codebaseIndexEmbedderModelDimension: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8660,7 +8878,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8660
8878
|
}, "strip", z.ZodTypeAny, {
|
|
8661
8879
|
codebaseIndexEnabled?: boolean | undefined;
|
|
8662
8880
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
8663
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
8881
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
8664
8882
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
8665
8883
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
8666
8884
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -8671,7 +8889,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8671
8889
|
}, {
|
|
8672
8890
|
codebaseIndexEnabled?: boolean | undefined;
|
|
8673
8891
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
8674
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
8892
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
8675
8893
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
8676
8894
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
8677
8895
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -8769,7 +8987,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8769
8987
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
8770
8988
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
8771
8989
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
8772
|
-
|
|
8990
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
8991
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
8773
8992
|
includeMaxTokens?: boolean | undefined;
|
|
8774
8993
|
diffEnabled?: boolean | undefined;
|
|
8775
8994
|
todoListEnabled?: boolean | undefined;
|
|
@@ -8795,6 +9014,10 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8795
9014
|
openRouterBaseUrl?: string | undefined;
|
|
8796
9015
|
openRouterSpecificProvider?: string | undefined;
|
|
8797
9016
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
9017
|
+
openRouterImageGenerationSettings?: {
|
|
9018
|
+
openRouterApiKey?: string | undefined;
|
|
9019
|
+
selectedModel?: string | undefined;
|
|
9020
|
+
} | undefined;
|
|
8798
9021
|
awsAccessKey?: string | undefined;
|
|
8799
9022
|
awsSecretKey?: string | undefined;
|
|
8800
9023
|
awsSessionToken?: string | undefined;
|
|
@@ -8830,6 +9053,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8830
9053
|
supportsComputerUse?: boolean | undefined;
|
|
8831
9054
|
supportsVerbosity?: boolean | undefined;
|
|
8832
9055
|
supportsReasoningBudget?: boolean | undefined;
|
|
9056
|
+
supportsTemperature?: boolean | undefined;
|
|
8833
9057
|
requiredReasoningBudget?: boolean | undefined;
|
|
8834
9058
|
supportsReasoningEffort?: boolean | undefined;
|
|
8835
9059
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -8928,7 +9152,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8928
9152
|
listApiConfigMeta?: {
|
|
8929
9153
|
name: string;
|
|
8930
9154
|
id: string;
|
|
8931
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
9155
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
9156
|
+
modelId?: string | undefined;
|
|
8932
9157
|
}[] | undefined;
|
|
8933
9158
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
8934
9159
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -9010,6 +9235,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9010
9235
|
powerSteering?: boolean | undefined;
|
|
9011
9236
|
multiFileApplyDiff?: boolean | undefined;
|
|
9012
9237
|
preventFocusDisruption?: boolean | undefined;
|
|
9238
|
+
imageGeneration?: boolean | undefined;
|
|
9013
9239
|
} | undefined;
|
|
9014
9240
|
codebaseIndexModels?: {
|
|
9015
9241
|
openai?: Record<string, {
|
|
@@ -9027,11 +9253,14 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9027
9253
|
mistral?: Record<string, {
|
|
9028
9254
|
dimension: number;
|
|
9029
9255
|
}> | undefined;
|
|
9256
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
9257
|
+
dimension: number;
|
|
9258
|
+
}> | undefined;
|
|
9030
9259
|
} | undefined;
|
|
9031
9260
|
codebaseIndexConfig?: {
|
|
9032
9261
|
codebaseIndexEnabled?: boolean | undefined;
|
|
9033
9262
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
9034
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
9263
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
9035
9264
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
9036
9265
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
9037
9266
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -9068,7 +9297,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9068
9297
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
9069
9298
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
9070
9299
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
9071
|
-
|
|
9300
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
9301
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
9072
9302
|
includeMaxTokens?: boolean | undefined;
|
|
9073
9303
|
diffEnabled?: boolean | undefined;
|
|
9074
9304
|
todoListEnabled?: boolean | undefined;
|
|
@@ -9094,6 +9324,10 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9094
9324
|
openRouterBaseUrl?: string | undefined;
|
|
9095
9325
|
openRouterSpecificProvider?: string | undefined;
|
|
9096
9326
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
9327
|
+
openRouterImageGenerationSettings?: {
|
|
9328
|
+
openRouterApiKey?: string | undefined;
|
|
9329
|
+
selectedModel?: string | undefined;
|
|
9330
|
+
} | undefined;
|
|
9097
9331
|
awsAccessKey?: string | undefined;
|
|
9098
9332
|
awsSecretKey?: string | undefined;
|
|
9099
9333
|
awsSessionToken?: string | undefined;
|
|
@@ -9129,6 +9363,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9129
9363
|
supportsComputerUse?: boolean | undefined;
|
|
9130
9364
|
supportsVerbosity?: boolean | undefined;
|
|
9131
9365
|
supportsReasoningBudget?: boolean | undefined;
|
|
9366
|
+
supportsTemperature?: boolean | undefined;
|
|
9132
9367
|
requiredReasoningBudget?: boolean | undefined;
|
|
9133
9368
|
supportsReasoningEffort?: boolean | undefined;
|
|
9134
9369
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -9227,7 +9462,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9227
9462
|
listApiConfigMeta?: {
|
|
9228
9463
|
name: string;
|
|
9229
9464
|
id: string;
|
|
9230
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
9465
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
9466
|
+
modelId?: string | undefined;
|
|
9231
9467
|
}[] | undefined;
|
|
9232
9468
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
9233
9469
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -9309,6 +9545,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9309
9545
|
powerSteering?: boolean | undefined;
|
|
9310
9546
|
multiFileApplyDiff?: boolean | undefined;
|
|
9311
9547
|
preventFocusDisruption?: boolean | undefined;
|
|
9548
|
+
imageGeneration?: boolean | undefined;
|
|
9312
9549
|
} | undefined;
|
|
9313
9550
|
codebaseIndexModels?: {
|
|
9314
9551
|
openai?: Record<string, {
|
|
@@ -9326,11 +9563,14 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9326
9563
|
mistral?: Record<string, {
|
|
9327
9564
|
dimension: number;
|
|
9328
9565
|
}> | undefined;
|
|
9566
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
9567
|
+
dimension: number;
|
|
9568
|
+
}> | undefined;
|
|
9329
9569
|
} | undefined;
|
|
9330
9570
|
codebaseIndexConfig?: {
|
|
9331
9571
|
codebaseIndexEnabled?: boolean | undefined;
|
|
9332
9572
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
9333
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
9573
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
9334
9574
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
9335
9575
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
9336
9576
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -9373,7 +9613,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9373
9613
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
9374
9614
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
9375
9615
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
9376
|
-
|
|
9616
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
9617
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
9377
9618
|
includeMaxTokens?: boolean | undefined;
|
|
9378
9619
|
diffEnabled?: boolean | undefined;
|
|
9379
9620
|
todoListEnabled?: boolean | undefined;
|
|
@@ -9399,6 +9640,10 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9399
9640
|
openRouterBaseUrl?: string | undefined;
|
|
9400
9641
|
openRouterSpecificProvider?: string | undefined;
|
|
9401
9642
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
9643
|
+
openRouterImageGenerationSettings?: {
|
|
9644
|
+
openRouterApiKey?: string | undefined;
|
|
9645
|
+
selectedModel?: string | undefined;
|
|
9646
|
+
} | undefined;
|
|
9402
9647
|
awsAccessKey?: string | undefined;
|
|
9403
9648
|
awsSecretKey?: string | undefined;
|
|
9404
9649
|
awsSessionToken?: string | undefined;
|
|
@@ -9434,6 +9679,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9434
9679
|
supportsComputerUse?: boolean | undefined;
|
|
9435
9680
|
supportsVerbosity?: boolean | undefined;
|
|
9436
9681
|
supportsReasoningBudget?: boolean | undefined;
|
|
9682
|
+
supportsTemperature?: boolean | undefined;
|
|
9437
9683
|
requiredReasoningBudget?: boolean | undefined;
|
|
9438
9684
|
supportsReasoningEffort?: boolean | undefined;
|
|
9439
9685
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -9532,7 +9778,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9532
9778
|
listApiConfigMeta?: {
|
|
9533
9779
|
name: string;
|
|
9534
9780
|
id: string;
|
|
9535
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
9781
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
9782
|
+
modelId?: string | undefined;
|
|
9536
9783
|
}[] | undefined;
|
|
9537
9784
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
9538
9785
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -9614,6 +9861,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9614
9861
|
powerSteering?: boolean | undefined;
|
|
9615
9862
|
multiFileApplyDiff?: boolean | undefined;
|
|
9616
9863
|
preventFocusDisruption?: boolean | undefined;
|
|
9864
|
+
imageGeneration?: boolean | undefined;
|
|
9617
9865
|
} | undefined;
|
|
9618
9866
|
codebaseIndexModels?: {
|
|
9619
9867
|
openai?: Record<string, {
|
|
@@ -9631,11 +9879,14 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9631
9879
|
mistral?: Record<string, {
|
|
9632
9880
|
dimension: number;
|
|
9633
9881
|
}> | undefined;
|
|
9882
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
9883
|
+
dimension: number;
|
|
9884
|
+
}> | undefined;
|
|
9634
9885
|
} | undefined;
|
|
9635
9886
|
codebaseIndexConfig?: {
|
|
9636
9887
|
codebaseIndexEnabled?: boolean | undefined;
|
|
9637
9888
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
9638
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
9889
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
9639
9890
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
9640
9891
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
9641
9892
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -9677,7 +9928,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9677
9928
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
9678
9929
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
9679
9930
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
9680
|
-
|
|
9931
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
9932
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
9681
9933
|
includeMaxTokens?: boolean | undefined;
|
|
9682
9934
|
diffEnabled?: boolean | undefined;
|
|
9683
9935
|
todoListEnabled?: boolean | undefined;
|
|
@@ -9703,6 +9955,10 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9703
9955
|
openRouterBaseUrl?: string | undefined;
|
|
9704
9956
|
openRouterSpecificProvider?: string | undefined;
|
|
9705
9957
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
9958
|
+
openRouterImageGenerationSettings?: {
|
|
9959
|
+
openRouterApiKey?: string | undefined;
|
|
9960
|
+
selectedModel?: string | undefined;
|
|
9961
|
+
} | undefined;
|
|
9706
9962
|
awsAccessKey?: string | undefined;
|
|
9707
9963
|
awsSecretKey?: string | undefined;
|
|
9708
9964
|
awsSessionToken?: string | undefined;
|
|
@@ -9738,6 +9994,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9738
9994
|
supportsComputerUse?: boolean | undefined;
|
|
9739
9995
|
supportsVerbosity?: boolean | undefined;
|
|
9740
9996
|
supportsReasoningBudget?: boolean | undefined;
|
|
9997
|
+
supportsTemperature?: boolean | undefined;
|
|
9741
9998
|
requiredReasoningBudget?: boolean | undefined;
|
|
9742
9999
|
supportsReasoningEffort?: boolean | undefined;
|
|
9743
10000
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -9836,7 +10093,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9836
10093
|
listApiConfigMeta?: {
|
|
9837
10094
|
name: string;
|
|
9838
10095
|
id: string;
|
|
9839
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
10096
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
10097
|
+
modelId?: string | undefined;
|
|
9840
10098
|
}[] | undefined;
|
|
9841
10099
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
9842
10100
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -9918,6 +10176,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9918
10176
|
powerSteering?: boolean | undefined;
|
|
9919
10177
|
multiFileApplyDiff?: boolean | undefined;
|
|
9920
10178
|
preventFocusDisruption?: boolean | undefined;
|
|
10179
|
+
imageGeneration?: boolean | undefined;
|
|
9921
10180
|
} | undefined;
|
|
9922
10181
|
codebaseIndexModels?: {
|
|
9923
10182
|
openai?: Record<string, {
|
|
@@ -9935,11 +10194,14 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9935
10194
|
mistral?: Record<string, {
|
|
9936
10195
|
dimension: number;
|
|
9937
10196
|
}> | undefined;
|
|
10197
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
10198
|
+
dimension: number;
|
|
10199
|
+
}> | undefined;
|
|
9938
10200
|
} | undefined;
|
|
9939
10201
|
codebaseIndexConfig?: {
|
|
9940
10202
|
codebaseIndexEnabled?: boolean | undefined;
|
|
9941
10203
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
9942
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
10204
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
9943
10205
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
9944
10206
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
9945
10207
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -9984,7 +10246,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9984
10246
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
9985
10247
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
9986
10248
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
9987
|
-
|
|
10249
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
10250
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
9988
10251
|
includeMaxTokens?: boolean | undefined;
|
|
9989
10252
|
diffEnabled?: boolean | undefined;
|
|
9990
10253
|
todoListEnabled?: boolean | undefined;
|
|
@@ -10010,6 +10273,10 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10010
10273
|
openRouterBaseUrl?: string | undefined;
|
|
10011
10274
|
openRouterSpecificProvider?: string | undefined;
|
|
10012
10275
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
10276
|
+
openRouterImageGenerationSettings?: {
|
|
10277
|
+
openRouterApiKey?: string | undefined;
|
|
10278
|
+
selectedModel?: string | undefined;
|
|
10279
|
+
} | undefined;
|
|
10013
10280
|
awsAccessKey?: string | undefined;
|
|
10014
10281
|
awsSecretKey?: string | undefined;
|
|
10015
10282
|
awsSessionToken?: string | undefined;
|
|
@@ -10045,6 +10312,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10045
10312
|
supportsComputerUse?: boolean | undefined;
|
|
10046
10313
|
supportsVerbosity?: boolean | undefined;
|
|
10047
10314
|
supportsReasoningBudget?: boolean | undefined;
|
|
10315
|
+
supportsTemperature?: boolean | undefined;
|
|
10048
10316
|
requiredReasoningBudget?: boolean | undefined;
|
|
10049
10317
|
supportsReasoningEffort?: boolean | undefined;
|
|
10050
10318
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -10143,7 +10411,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10143
10411
|
listApiConfigMeta?: {
|
|
10144
10412
|
name: string;
|
|
10145
10413
|
id: string;
|
|
10146
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
10414
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
10415
|
+
modelId?: string | undefined;
|
|
10147
10416
|
}[] | undefined;
|
|
10148
10417
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
10149
10418
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -10225,6 +10494,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10225
10494
|
powerSteering?: boolean | undefined;
|
|
10226
10495
|
multiFileApplyDiff?: boolean | undefined;
|
|
10227
10496
|
preventFocusDisruption?: boolean | undefined;
|
|
10497
|
+
imageGeneration?: boolean | undefined;
|
|
10228
10498
|
} | undefined;
|
|
10229
10499
|
codebaseIndexModels?: {
|
|
10230
10500
|
openai?: Record<string, {
|
|
@@ -10242,11 +10512,14 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10242
10512
|
mistral?: Record<string, {
|
|
10243
10513
|
dimension: number;
|
|
10244
10514
|
}> | undefined;
|
|
10515
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
10516
|
+
dimension: number;
|
|
10517
|
+
}> | undefined;
|
|
10245
10518
|
} | undefined;
|
|
10246
10519
|
codebaseIndexConfig?: {
|
|
10247
10520
|
codebaseIndexEnabled?: boolean | undefined;
|
|
10248
10521
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
10249
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
10522
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
10250
10523
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
10251
10524
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
10252
10525
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -10291,7 +10564,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10291
10564
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
10292
10565
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
10293
10566
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
10294
|
-
|
|
10567
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
10568
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
10295
10569
|
includeMaxTokens?: boolean | undefined;
|
|
10296
10570
|
diffEnabled?: boolean | undefined;
|
|
10297
10571
|
todoListEnabled?: boolean | undefined;
|
|
@@ -10317,6 +10591,10 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10317
10591
|
openRouterBaseUrl?: string | undefined;
|
|
10318
10592
|
openRouterSpecificProvider?: string | undefined;
|
|
10319
10593
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
10594
|
+
openRouterImageGenerationSettings?: {
|
|
10595
|
+
openRouterApiKey?: string | undefined;
|
|
10596
|
+
selectedModel?: string | undefined;
|
|
10597
|
+
} | undefined;
|
|
10320
10598
|
awsAccessKey?: string | undefined;
|
|
10321
10599
|
awsSecretKey?: string | undefined;
|
|
10322
10600
|
awsSessionToken?: string | undefined;
|
|
@@ -10352,6 +10630,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10352
10630
|
supportsComputerUse?: boolean | undefined;
|
|
10353
10631
|
supportsVerbosity?: boolean | undefined;
|
|
10354
10632
|
supportsReasoningBudget?: boolean | undefined;
|
|
10633
|
+
supportsTemperature?: boolean | undefined;
|
|
10355
10634
|
requiredReasoningBudget?: boolean | undefined;
|
|
10356
10635
|
supportsReasoningEffort?: boolean | undefined;
|
|
10357
10636
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -10450,7 +10729,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10450
10729
|
listApiConfigMeta?: {
|
|
10451
10730
|
name: string;
|
|
10452
10731
|
id: string;
|
|
10453
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
10732
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
10733
|
+
modelId?: string | undefined;
|
|
10454
10734
|
}[] | undefined;
|
|
10455
10735
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
10456
10736
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -10532,6 +10812,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10532
10812
|
powerSteering?: boolean | undefined;
|
|
10533
10813
|
multiFileApplyDiff?: boolean | undefined;
|
|
10534
10814
|
preventFocusDisruption?: boolean | undefined;
|
|
10815
|
+
imageGeneration?: boolean | undefined;
|
|
10535
10816
|
} | undefined;
|
|
10536
10817
|
codebaseIndexModels?: {
|
|
10537
10818
|
openai?: Record<string, {
|
|
@@ -10549,11 +10830,14 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10549
10830
|
mistral?: Record<string, {
|
|
10550
10831
|
dimension: number;
|
|
10551
10832
|
}> | undefined;
|
|
10833
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
10834
|
+
dimension: number;
|
|
10835
|
+
}> | undefined;
|
|
10552
10836
|
} | undefined;
|
|
10553
10837
|
codebaseIndexConfig?: {
|
|
10554
10838
|
codebaseIndexEnabled?: boolean | undefined;
|
|
10555
10839
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
10556
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
10840
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
10557
10841
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
10558
10842
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
10559
10843
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -10664,6 +10948,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10664
10948
|
codebaseIndexOpenAiCompatibleModelDimension: z.ZodOptional<z.ZodNumber>;
|
|
10665
10949
|
codebaseIndexGeminiApiKey: z.ZodOptional<z.ZodString>;
|
|
10666
10950
|
codebaseIndexMistralApiKey: z.ZodOptional<z.ZodString>;
|
|
10951
|
+
codebaseIndexVercelAiGatewayApiKey: z.ZodOptional<z.ZodString>;
|
|
10667
10952
|
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
10668
10953
|
todoListEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
10669
10954
|
modelTemperature: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -10753,6 +11038,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10753
11038
|
supportsPromptCache: z.ZodBoolean;
|
|
10754
11039
|
supportsVerbosity: z.ZodOptional<z.ZodBoolean>;
|
|
10755
11040
|
supportsReasoningBudget: z.ZodOptional<z.ZodBoolean>;
|
|
11041
|
+
supportsTemperature: z.ZodOptional<z.ZodBoolean>;
|
|
10756
11042
|
requiredReasoningBudget: z.ZodOptional<z.ZodBoolean>;
|
|
10757
11043
|
supportsReasoningEffort: z.ZodOptional<z.ZodBoolean>;
|
|
10758
11044
|
supportedParameters: z.ZodOptional<z.ZodArray<z.ZodEnum<["max_tokens", "temperature", "reasoning", "include_reasoning"]>, "many">>;
|
|
@@ -10793,6 +11079,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10793
11079
|
supportsComputerUse?: boolean | undefined;
|
|
10794
11080
|
supportsVerbosity?: boolean | undefined;
|
|
10795
11081
|
supportsReasoningBudget?: boolean | undefined;
|
|
11082
|
+
supportsTemperature?: boolean | undefined;
|
|
10796
11083
|
requiredReasoningBudget?: boolean | undefined;
|
|
10797
11084
|
supportsReasoningEffort?: boolean | undefined;
|
|
10798
11085
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -10821,6 +11108,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10821
11108
|
supportsComputerUse?: boolean | undefined;
|
|
10822
11109
|
supportsVerbosity?: boolean | undefined;
|
|
10823
11110
|
supportsReasoningBudget?: boolean | undefined;
|
|
11111
|
+
supportsTemperature?: boolean | undefined;
|
|
10824
11112
|
requiredReasoningBudget?: boolean | undefined;
|
|
10825
11113
|
supportsReasoningEffort?: boolean | undefined;
|
|
10826
11114
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -10870,6 +11158,16 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10870
11158
|
openRouterBaseUrl: z.ZodOptional<z.ZodString>;
|
|
10871
11159
|
openRouterSpecificProvider: z.ZodOptional<z.ZodString>;
|
|
10872
11160
|
openRouterUseMiddleOutTransform: z.ZodOptional<z.ZodBoolean>;
|
|
11161
|
+
openRouterImageGenerationSettings: z.ZodOptional<z.ZodObject<{
|
|
11162
|
+
openRouterApiKey: z.ZodOptional<z.ZodString>;
|
|
11163
|
+
selectedModel: z.ZodOptional<z.ZodString>;
|
|
11164
|
+
}, "strip", z.ZodTypeAny, {
|
|
11165
|
+
openRouterApiKey?: string | undefined;
|
|
11166
|
+
selectedModel?: string | undefined;
|
|
11167
|
+
}, {
|
|
11168
|
+
openRouterApiKey?: string | undefined;
|
|
11169
|
+
selectedModel?: string | undefined;
|
|
11170
|
+
}>>;
|
|
10873
11171
|
glamaModelId: z.ZodOptional<z.ZodString>;
|
|
10874
11172
|
glamaApiKey: z.ZodOptional<z.ZodString>;
|
|
10875
11173
|
claudeCodePath: z.ZodOptional<z.ZodString>;
|
|
@@ -10885,14 +11183,17 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10885
11183
|
id: z.ZodString;
|
|
10886
11184
|
name: z.ZodString;
|
|
10887
11185
|
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "qwen-code", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "featherless", "io-intelligence", "roo", "vercel-ai-gateway"]>>;
|
|
11186
|
+
modelId: z.ZodOptional<z.ZodString>;
|
|
10888
11187
|
}, "strip", z.ZodTypeAny, {
|
|
10889
11188
|
name: string;
|
|
10890
11189
|
id: string;
|
|
10891
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
11190
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
11191
|
+
modelId?: string | undefined;
|
|
10892
11192
|
}, {
|
|
10893
11193
|
name: string;
|
|
10894
11194
|
id: string;
|
|
10895
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
11195
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
11196
|
+
modelId?: string | undefined;
|
|
10896
11197
|
}>, "many">>;
|
|
10897
11198
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
10898
11199
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -11004,14 +11305,17 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11004
11305
|
powerSteering: z.ZodOptional<z.ZodBoolean>;
|
|
11005
11306
|
multiFileApplyDiff: z.ZodOptional<z.ZodBoolean>;
|
|
11006
11307
|
preventFocusDisruption: z.ZodOptional<z.ZodBoolean>;
|
|
11308
|
+
imageGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
11007
11309
|
}, "strip", z.ZodTypeAny, {
|
|
11008
11310
|
powerSteering?: boolean | undefined;
|
|
11009
11311
|
multiFileApplyDiff?: boolean | undefined;
|
|
11010
11312
|
preventFocusDisruption?: boolean | undefined;
|
|
11313
|
+
imageGeneration?: boolean | undefined;
|
|
11011
11314
|
}, {
|
|
11012
11315
|
powerSteering?: boolean | undefined;
|
|
11013
11316
|
multiFileApplyDiff?: boolean | undefined;
|
|
11014
11317
|
preventFocusDisruption?: boolean | undefined;
|
|
11318
|
+
imageGeneration?: boolean | undefined;
|
|
11015
11319
|
}>>;
|
|
11016
11320
|
codebaseIndexModels: z.ZodOptional<z.ZodObject<{
|
|
11017
11321
|
openai: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -11049,6 +11353,13 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11049
11353
|
}, {
|
|
11050
11354
|
dimension: number;
|
|
11051
11355
|
}>>>;
|
|
11356
|
+
"vercel-ai-gateway": z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
11357
|
+
dimension: z.ZodNumber;
|
|
11358
|
+
}, "strip", z.ZodTypeAny, {
|
|
11359
|
+
dimension: number;
|
|
11360
|
+
}, {
|
|
11361
|
+
dimension: number;
|
|
11362
|
+
}>>>;
|
|
11052
11363
|
}, "strip", z.ZodTypeAny, {
|
|
11053
11364
|
openai?: Record<string, {
|
|
11054
11365
|
dimension: number;
|
|
@@ -11065,6 +11376,9 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11065
11376
|
mistral?: Record<string, {
|
|
11066
11377
|
dimension: number;
|
|
11067
11378
|
}> | undefined;
|
|
11379
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
11380
|
+
dimension: number;
|
|
11381
|
+
}> | undefined;
|
|
11068
11382
|
}, {
|
|
11069
11383
|
openai?: Record<string, {
|
|
11070
11384
|
dimension: number;
|
|
@@ -11081,11 +11395,14 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11081
11395
|
mistral?: Record<string, {
|
|
11082
11396
|
dimension: number;
|
|
11083
11397
|
}> | undefined;
|
|
11398
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
11399
|
+
dimension: number;
|
|
11400
|
+
}> | undefined;
|
|
11084
11401
|
}>>;
|
|
11085
11402
|
codebaseIndexConfig: z.ZodOptional<z.ZodObject<{
|
|
11086
11403
|
codebaseIndexEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
11087
11404
|
codebaseIndexQdrantUrl: z.ZodOptional<z.ZodString>;
|
|
11088
|
-
codebaseIndexEmbedderProvider: z.ZodOptional<z.ZodEnum<["openai", "ollama", "openai-compatible", "gemini", "mistral"]>>;
|
|
11405
|
+
codebaseIndexEmbedderProvider: z.ZodOptional<z.ZodEnum<["openai", "ollama", "openai-compatible", "gemini", "mistral", "vercel-ai-gateway"]>>;
|
|
11089
11406
|
codebaseIndexEmbedderBaseUrl: z.ZodOptional<z.ZodString>;
|
|
11090
11407
|
codebaseIndexEmbedderModelId: z.ZodOptional<z.ZodString>;
|
|
11091
11408
|
codebaseIndexEmbedderModelDimension: z.ZodOptional<z.ZodNumber>;
|
|
@@ -11096,7 +11413,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11096
11413
|
}, "strip", z.ZodTypeAny, {
|
|
11097
11414
|
codebaseIndexEnabled?: boolean | undefined;
|
|
11098
11415
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
11099
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
11416
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
11100
11417
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
11101
11418
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
11102
11419
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -11107,7 +11424,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11107
11424
|
}, {
|
|
11108
11425
|
codebaseIndexEnabled?: boolean | undefined;
|
|
11109
11426
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
11110
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
11427
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
11111
11428
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
11112
11429
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
11113
11430
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -11205,7 +11522,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11205
11522
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
11206
11523
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
11207
11524
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
11208
|
-
|
|
11525
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
11526
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
11209
11527
|
includeMaxTokens?: boolean | undefined;
|
|
11210
11528
|
diffEnabled?: boolean | undefined;
|
|
11211
11529
|
todoListEnabled?: boolean | undefined;
|
|
@@ -11231,6 +11549,10 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11231
11549
|
openRouterBaseUrl?: string | undefined;
|
|
11232
11550
|
openRouterSpecificProvider?: string | undefined;
|
|
11233
11551
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
11552
|
+
openRouterImageGenerationSettings?: {
|
|
11553
|
+
openRouterApiKey?: string | undefined;
|
|
11554
|
+
selectedModel?: string | undefined;
|
|
11555
|
+
} | undefined;
|
|
11234
11556
|
awsAccessKey?: string | undefined;
|
|
11235
11557
|
awsSecretKey?: string | undefined;
|
|
11236
11558
|
awsSessionToken?: string | undefined;
|
|
@@ -11266,6 +11588,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11266
11588
|
supportsComputerUse?: boolean | undefined;
|
|
11267
11589
|
supportsVerbosity?: boolean | undefined;
|
|
11268
11590
|
supportsReasoningBudget?: boolean | undefined;
|
|
11591
|
+
supportsTemperature?: boolean | undefined;
|
|
11269
11592
|
requiredReasoningBudget?: boolean | undefined;
|
|
11270
11593
|
supportsReasoningEffort?: boolean | undefined;
|
|
11271
11594
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -11364,7 +11687,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11364
11687
|
listApiConfigMeta?: {
|
|
11365
11688
|
name: string;
|
|
11366
11689
|
id: string;
|
|
11367
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
11690
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
11691
|
+
modelId?: string | undefined;
|
|
11368
11692
|
}[] | undefined;
|
|
11369
11693
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
11370
11694
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -11446,6 +11770,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11446
11770
|
powerSteering?: boolean | undefined;
|
|
11447
11771
|
multiFileApplyDiff?: boolean | undefined;
|
|
11448
11772
|
preventFocusDisruption?: boolean | undefined;
|
|
11773
|
+
imageGeneration?: boolean | undefined;
|
|
11449
11774
|
} | undefined;
|
|
11450
11775
|
codebaseIndexModels?: {
|
|
11451
11776
|
openai?: Record<string, {
|
|
@@ -11463,11 +11788,14 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11463
11788
|
mistral?: Record<string, {
|
|
11464
11789
|
dimension: number;
|
|
11465
11790
|
}> | undefined;
|
|
11791
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
11792
|
+
dimension: number;
|
|
11793
|
+
}> | undefined;
|
|
11466
11794
|
} | undefined;
|
|
11467
11795
|
codebaseIndexConfig?: {
|
|
11468
11796
|
codebaseIndexEnabled?: boolean | undefined;
|
|
11469
11797
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
11470
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
11798
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
11471
11799
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
11472
11800
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
11473
11801
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -11504,7 +11832,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11504
11832
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
11505
11833
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
11506
11834
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
11507
|
-
|
|
11835
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
11836
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
11508
11837
|
includeMaxTokens?: boolean | undefined;
|
|
11509
11838
|
diffEnabled?: boolean | undefined;
|
|
11510
11839
|
todoListEnabled?: boolean | undefined;
|
|
@@ -11530,6 +11859,10 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11530
11859
|
openRouterBaseUrl?: string | undefined;
|
|
11531
11860
|
openRouterSpecificProvider?: string | undefined;
|
|
11532
11861
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
11862
|
+
openRouterImageGenerationSettings?: {
|
|
11863
|
+
openRouterApiKey?: string | undefined;
|
|
11864
|
+
selectedModel?: string | undefined;
|
|
11865
|
+
} | undefined;
|
|
11533
11866
|
awsAccessKey?: string | undefined;
|
|
11534
11867
|
awsSecretKey?: string | undefined;
|
|
11535
11868
|
awsSessionToken?: string | undefined;
|
|
@@ -11565,6 +11898,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11565
11898
|
supportsComputerUse?: boolean | undefined;
|
|
11566
11899
|
supportsVerbosity?: boolean | undefined;
|
|
11567
11900
|
supportsReasoningBudget?: boolean | undefined;
|
|
11901
|
+
supportsTemperature?: boolean | undefined;
|
|
11568
11902
|
requiredReasoningBudget?: boolean | undefined;
|
|
11569
11903
|
supportsReasoningEffort?: boolean | undefined;
|
|
11570
11904
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -11663,7 +11997,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11663
11997
|
listApiConfigMeta?: {
|
|
11664
11998
|
name: string;
|
|
11665
11999
|
id: string;
|
|
11666
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
12000
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
12001
|
+
modelId?: string | undefined;
|
|
11667
12002
|
}[] | undefined;
|
|
11668
12003
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
11669
12004
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -11745,6 +12080,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11745
12080
|
powerSteering?: boolean | undefined;
|
|
11746
12081
|
multiFileApplyDiff?: boolean | undefined;
|
|
11747
12082
|
preventFocusDisruption?: boolean | undefined;
|
|
12083
|
+
imageGeneration?: boolean | undefined;
|
|
11748
12084
|
} | undefined;
|
|
11749
12085
|
codebaseIndexModels?: {
|
|
11750
12086
|
openai?: Record<string, {
|
|
@@ -11762,11 +12098,14 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11762
12098
|
mistral?: Record<string, {
|
|
11763
12099
|
dimension: number;
|
|
11764
12100
|
}> | undefined;
|
|
12101
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
12102
|
+
dimension: number;
|
|
12103
|
+
}> | undefined;
|
|
11765
12104
|
} | undefined;
|
|
11766
12105
|
codebaseIndexConfig?: {
|
|
11767
12106
|
codebaseIndexEnabled?: boolean | undefined;
|
|
11768
12107
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
11769
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
12108
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
11770
12109
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
11771
12110
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
11772
12111
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -11809,7 +12148,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11809
12148
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
11810
12149
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
11811
12150
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
11812
|
-
|
|
12151
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
12152
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
11813
12153
|
includeMaxTokens?: boolean | undefined;
|
|
11814
12154
|
diffEnabled?: boolean | undefined;
|
|
11815
12155
|
todoListEnabled?: boolean | undefined;
|
|
@@ -11835,6 +12175,10 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11835
12175
|
openRouterBaseUrl?: string | undefined;
|
|
11836
12176
|
openRouterSpecificProvider?: string | undefined;
|
|
11837
12177
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
12178
|
+
openRouterImageGenerationSettings?: {
|
|
12179
|
+
openRouterApiKey?: string | undefined;
|
|
12180
|
+
selectedModel?: string | undefined;
|
|
12181
|
+
} | undefined;
|
|
11838
12182
|
awsAccessKey?: string | undefined;
|
|
11839
12183
|
awsSecretKey?: string | undefined;
|
|
11840
12184
|
awsSessionToken?: string | undefined;
|
|
@@ -11870,6 +12214,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11870
12214
|
supportsComputerUse?: boolean | undefined;
|
|
11871
12215
|
supportsVerbosity?: boolean | undefined;
|
|
11872
12216
|
supportsReasoningBudget?: boolean | undefined;
|
|
12217
|
+
supportsTemperature?: boolean | undefined;
|
|
11873
12218
|
requiredReasoningBudget?: boolean | undefined;
|
|
11874
12219
|
supportsReasoningEffort?: boolean | undefined;
|
|
11875
12220
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -11968,7 +12313,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11968
12313
|
listApiConfigMeta?: {
|
|
11969
12314
|
name: string;
|
|
11970
12315
|
id: string;
|
|
11971
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
12316
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
12317
|
+
modelId?: string | undefined;
|
|
11972
12318
|
}[] | undefined;
|
|
11973
12319
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
11974
12320
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -12050,6 +12396,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12050
12396
|
powerSteering?: boolean | undefined;
|
|
12051
12397
|
multiFileApplyDiff?: boolean | undefined;
|
|
12052
12398
|
preventFocusDisruption?: boolean | undefined;
|
|
12399
|
+
imageGeneration?: boolean | undefined;
|
|
12053
12400
|
} | undefined;
|
|
12054
12401
|
codebaseIndexModels?: {
|
|
12055
12402
|
openai?: Record<string, {
|
|
@@ -12067,11 +12414,14 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12067
12414
|
mistral?: Record<string, {
|
|
12068
12415
|
dimension: number;
|
|
12069
12416
|
}> | undefined;
|
|
12417
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
12418
|
+
dimension: number;
|
|
12419
|
+
}> | undefined;
|
|
12070
12420
|
} | undefined;
|
|
12071
12421
|
codebaseIndexConfig?: {
|
|
12072
12422
|
codebaseIndexEnabled?: boolean | undefined;
|
|
12073
12423
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
12074
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
12424
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
12075
12425
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
12076
12426
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
12077
12427
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -12113,7 +12463,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12113
12463
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
12114
12464
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
12115
12465
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
12116
|
-
|
|
12466
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
12467
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
12117
12468
|
includeMaxTokens?: boolean | undefined;
|
|
12118
12469
|
diffEnabled?: boolean | undefined;
|
|
12119
12470
|
todoListEnabled?: boolean | undefined;
|
|
@@ -12139,6 +12490,10 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12139
12490
|
openRouterBaseUrl?: string | undefined;
|
|
12140
12491
|
openRouterSpecificProvider?: string | undefined;
|
|
12141
12492
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
12493
|
+
openRouterImageGenerationSettings?: {
|
|
12494
|
+
openRouterApiKey?: string | undefined;
|
|
12495
|
+
selectedModel?: string | undefined;
|
|
12496
|
+
} | undefined;
|
|
12142
12497
|
awsAccessKey?: string | undefined;
|
|
12143
12498
|
awsSecretKey?: string | undefined;
|
|
12144
12499
|
awsSessionToken?: string | undefined;
|
|
@@ -12174,6 +12529,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12174
12529
|
supportsComputerUse?: boolean | undefined;
|
|
12175
12530
|
supportsVerbosity?: boolean | undefined;
|
|
12176
12531
|
supportsReasoningBudget?: boolean | undefined;
|
|
12532
|
+
supportsTemperature?: boolean | undefined;
|
|
12177
12533
|
requiredReasoningBudget?: boolean | undefined;
|
|
12178
12534
|
supportsReasoningEffort?: boolean | undefined;
|
|
12179
12535
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -12272,7 +12628,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12272
12628
|
listApiConfigMeta?: {
|
|
12273
12629
|
name: string;
|
|
12274
12630
|
id: string;
|
|
12275
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
12631
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
12632
|
+
modelId?: string | undefined;
|
|
12276
12633
|
}[] | undefined;
|
|
12277
12634
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
12278
12635
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -12354,6 +12711,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12354
12711
|
powerSteering?: boolean | undefined;
|
|
12355
12712
|
multiFileApplyDiff?: boolean | undefined;
|
|
12356
12713
|
preventFocusDisruption?: boolean | undefined;
|
|
12714
|
+
imageGeneration?: boolean | undefined;
|
|
12357
12715
|
} | undefined;
|
|
12358
12716
|
codebaseIndexModels?: {
|
|
12359
12717
|
openai?: Record<string, {
|
|
@@ -12371,11 +12729,14 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12371
12729
|
mistral?: Record<string, {
|
|
12372
12730
|
dimension: number;
|
|
12373
12731
|
}> | undefined;
|
|
12732
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
12733
|
+
dimension: number;
|
|
12734
|
+
}> | undefined;
|
|
12374
12735
|
} | undefined;
|
|
12375
12736
|
codebaseIndexConfig?: {
|
|
12376
12737
|
codebaseIndexEnabled?: boolean | undefined;
|
|
12377
12738
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
12378
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
12739
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
12379
12740
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
12380
12741
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
12381
12742
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -12420,7 +12781,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12420
12781
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
12421
12782
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
12422
12783
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
12423
|
-
|
|
12784
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
12785
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
12424
12786
|
includeMaxTokens?: boolean | undefined;
|
|
12425
12787
|
diffEnabled?: boolean | undefined;
|
|
12426
12788
|
todoListEnabled?: boolean | undefined;
|
|
@@ -12446,6 +12808,10 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12446
12808
|
openRouterBaseUrl?: string | undefined;
|
|
12447
12809
|
openRouterSpecificProvider?: string | undefined;
|
|
12448
12810
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
12811
|
+
openRouterImageGenerationSettings?: {
|
|
12812
|
+
openRouterApiKey?: string | undefined;
|
|
12813
|
+
selectedModel?: string | undefined;
|
|
12814
|
+
} | undefined;
|
|
12449
12815
|
awsAccessKey?: string | undefined;
|
|
12450
12816
|
awsSecretKey?: string | undefined;
|
|
12451
12817
|
awsSessionToken?: string | undefined;
|
|
@@ -12481,6 +12847,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12481
12847
|
supportsComputerUse?: boolean | undefined;
|
|
12482
12848
|
supportsVerbosity?: boolean | undefined;
|
|
12483
12849
|
supportsReasoningBudget?: boolean | undefined;
|
|
12850
|
+
supportsTemperature?: boolean | undefined;
|
|
12484
12851
|
requiredReasoningBudget?: boolean | undefined;
|
|
12485
12852
|
supportsReasoningEffort?: boolean | undefined;
|
|
12486
12853
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -12579,7 +12946,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12579
12946
|
listApiConfigMeta?: {
|
|
12580
12947
|
name: string;
|
|
12581
12948
|
id: string;
|
|
12582
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
12949
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
12950
|
+
modelId?: string | undefined;
|
|
12583
12951
|
}[] | undefined;
|
|
12584
12952
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
12585
12953
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -12661,6 +13029,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12661
13029
|
powerSteering?: boolean | undefined;
|
|
12662
13030
|
multiFileApplyDiff?: boolean | undefined;
|
|
12663
13031
|
preventFocusDisruption?: boolean | undefined;
|
|
13032
|
+
imageGeneration?: boolean | undefined;
|
|
12664
13033
|
} | undefined;
|
|
12665
13034
|
codebaseIndexModels?: {
|
|
12666
13035
|
openai?: Record<string, {
|
|
@@ -12678,11 +13047,14 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12678
13047
|
mistral?: Record<string, {
|
|
12679
13048
|
dimension: number;
|
|
12680
13049
|
}> | undefined;
|
|
13050
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
13051
|
+
dimension: number;
|
|
13052
|
+
}> | undefined;
|
|
12681
13053
|
} | undefined;
|
|
12682
13054
|
codebaseIndexConfig?: {
|
|
12683
13055
|
codebaseIndexEnabled?: boolean | undefined;
|
|
12684
13056
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
12685
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
13057
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
12686
13058
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
12687
13059
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
12688
13060
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -12727,7 +13099,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12727
13099
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
12728
13100
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
12729
13101
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
12730
|
-
|
|
13102
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
13103
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
12731
13104
|
includeMaxTokens?: boolean | undefined;
|
|
12732
13105
|
diffEnabled?: boolean | undefined;
|
|
12733
13106
|
todoListEnabled?: boolean | undefined;
|
|
@@ -12753,6 +13126,10 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12753
13126
|
openRouterBaseUrl?: string | undefined;
|
|
12754
13127
|
openRouterSpecificProvider?: string | undefined;
|
|
12755
13128
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
13129
|
+
openRouterImageGenerationSettings?: {
|
|
13130
|
+
openRouterApiKey?: string | undefined;
|
|
13131
|
+
selectedModel?: string | undefined;
|
|
13132
|
+
} | undefined;
|
|
12756
13133
|
awsAccessKey?: string | undefined;
|
|
12757
13134
|
awsSecretKey?: string | undefined;
|
|
12758
13135
|
awsSessionToken?: string | undefined;
|
|
@@ -12788,6 +13165,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12788
13165
|
supportsComputerUse?: boolean | undefined;
|
|
12789
13166
|
supportsVerbosity?: boolean | undefined;
|
|
12790
13167
|
supportsReasoningBudget?: boolean | undefined;
|
|
13168
|
+
supportsTemperature?: boolean | undefined;
|
|
12791
13169
|
requiredReasoningBudget?: boolean | undefined;
|
|
12792
13170
|
supportsReasoningEffort?: boolean | undefined;
|
|
12793
13171
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -12886,7 +13264,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12886
13264
|
listApiConfigMeta?: {
|
|
12887
13265
|
name: string;
|
|
12888
13266
|
id: string;
|
|
12889
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
13267
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
13268
|
+
modelId?: string | undefined;
|
|
12890
13269
|
}[] | undefined;
|
|
12891
13270
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
12892
13271
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -12968,6 +13347,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12968
13347
|
powerSteering?: boolean | undefined;
|
|
12969
13348
|
multiFileApplyDiff?: boolean | undefined;
|
|
12970
13349
|
preventFocusDisruption?: boolean | undefined;
|
|
13350
|
+
imageGeneration?: boolean | undefined;
|
|
12971
13351
|
} | undefined;
|
|
12972
13352
|
codebaseIndexModels?: {
|
|
12973
13353
|
openai?: Record<string, {
|
|
@@ -12985,11 +13365,14 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12985
13365
|
mistral?: Record<string, {
|
|
12986
13366
|
dimension: number;
|
|
12987
13367
|
}> | undefined;
|
|
13368
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
13369
|
+
dimension: number;
|
|
13370
|
+
}> | undefined;
|
|
12988
13371
|
} | undefined;
|
|
12989
13372
|
codebaseIndexConfig?: {
|
|
12990
13373
|
codebaseIndexEnabled?: boolean | undefined;
|
|
12991
13374
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
12992
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
13375
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
12993
13376
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
12994
13377
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
12995
13378
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -13065,7 +13448,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13065
13448
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
13066
13449
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
13067
13450
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
13068
|
-
|
|
13451
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
13452
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
13069
13453
|
includeMaxTokens?: boolean | undefined;
|
|
13070
13454
|
diffEnabled?: boolean | undefined;
|
|
13071
13455
|
todoListEnabled?: boolean | undefined;
|
|
@@ -13091,6 +13475,10 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13091
13475
|
openRouterBaseUrl?: string | undefined;
|
|
13092
13476
|
openRouterSpecificProvider?: string | undefined;
|
|
13093
13477
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
13478
|
+
openRouterImageGenerationSettings?: {
|
|
13479
|
+
openRouterApiKey?: string | undefined;
|
|
13480
|
+
selectedModel?: string | undefined;
|
|
13481
|
+
} | undefined;
|
|
13094
13482
|
awsAccessKey?: string | undefined;
|
|
13095
13483
|
awsSecretKey?: string | undefined;
|
|
13096
13484
|
awsSessionToken?: string | undefined;
|
|
@@ -13126,6 +13514,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13126
13514
|
supportsComputerUse?: boolean | undefined;
|
|
13127
13515
|
supportsVerbosity?: boolean | undefined;
|
|
13128
13516
|
supportsReasoningBudget?: boolean | undefined;
|
|
13517
|
+
supportsTemperature?: boolean | undefined;
|
|
13129
13518
|
requiredReasoningBudget?: boolean | undefined;
|
|
13130
13519
|
supportsReasoningEffort?: boolean | undefined;
|
|
13131
13520
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -13224,7 +13613,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13224
13613
|
listApiConfigMeta?: {
|
|
13225
13614
|
name: string;
|
|
13226
13615
|
id: string;
|
|
13227
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
13616
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
13617
|
+
modelId?: string | undefined;
|
|
13228
13618
|
}[] | undefined;
|
|
13229
13619
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
13230
13620
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -13306,6 +13696,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13306
13696
|
powerSteering?: boolean | undefined;
|
|
13307
13697
|
multiFileApplyDiff?: boolean | undefined;
|
|
13308
13698
|
preventFocusDisruption?: boolean | undefined;
|
|
13699
|
+
imageGeneration?: boolean | undefined;
|
|
13309
13700
|
} | undefined;
|
|
13310
13701
|
codebaseIndexModels?: {
|
|
13311
13702
|
openai?: Record<string, {
|
|
@@ -13323,11 +13714,14 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13323
13714
|
mistral?: Record<string, {
|
|
13324
13715
|
dimension: number;
|
|
13325
13716
|
}> | undefined;
|
|
13717
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
13718
|
+
dimension: number;
|
|
13719
|
+
}> | undefined;
|
|
13326
13720
|
} | undefined;
|
|
13327
13721
|
codebaseIndexConfig?: {
|
|
13328
13722
|
codebaseIndexEnabled?: boolean | undefined;
|
|
13329
13723
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
13330
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
13724
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
13331
13725
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
13332
13726
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
13333
13727
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -13386,7 +13780,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13386
13780
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
13387
13781
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
13388
13782
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
13389
|
-
|
|
13783
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
13784
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
13390
13785
|
includeMaxTokens?: boolean | undefined;
|
|
13391
13786
|
diffEnabled?: boolean | undefined;
|
|
13392
13787
|
todoListEnabled?: boolean | undefined;
|
|
@@ -13412,6 +13807,10 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13412
13807
|
openRouterBaseUrl?: string | undefined;
|
|
13413
13808
|
openRouterSpecificProvider?: string | undefined;
|
|
13414
13809
|
openRouterUseMiddleOutTransform?: boolean | undefined;
|
|
13810
|
+
openRouterImageGenerationSettings?: {
|
|
13811
|
+
openRouterApiKey?: string | undefined;
|
|
13812
|
+
selectedModel?: string | undefined;
|
|
13813
|
+
} | undefined;
|
|
13415
13814
|
awsAccessKey?: string | undefined;
|
|
13416
13815
|
awsSecretKey?: string | undefined;
|
|
13417
13816
|
awsSessionToken?: string | undefined;
|
|
@@ -13447,6 +13846,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13447
13846
|
supportsComputerUse?: boolean | undefined;
|
|
13448
13847
|
supportsVerbosity?: boolean | undefined;
|
|
13449
13848
|
supportsReasoningBudget?: boolean | undefined;
|
|
13849
|
+
supportsTemperature?: boolean | undefined;
|
|
13450
13850
|
requiredReasoningBudget?: boolean | undefined;
|
|
13451
13851
|
supportsReasoningEffort?: boolean | undefined;
|
|
13452
13852
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -13545,7 +13945,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13545
13945
|
listApiConfigMeta?: {
|
|
13546
13946
|
name: string;
|
|
13547
13947
|
id: string;
|
|
13548
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
13948
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
13949
|
+
modelId?: string | undefined;
|
|
13549
13950
|
}[] | undefined;
|
|
13550
13951
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
13551
13952
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -13627,6 +14028,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13627
14028
|
powerSteering?: boolean | undefined;
|
|
13628
14029
|
multiFileApplyDiff?: boolean | undefined;
|
|
13629
14030
|
preventFocusDisruption?: boolean | undefined;
|
|
14031
|
+
imageGeneration?: boolean | undefined;
|
|
13630
14032
|
} | undefined;
|
|
13631
14033
|
codebaseIndexModels?: {
|
|
13632
14034
|
openai?: Record<string, {
|
|
@@ -13644,11 +14046,14 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13644
14046
|
mistral?: Record<string, {
|
|
13645
14047
|
dimension: number;
|
|
13646
14048
|
}> | undefined;
|
|
14049
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
14050
|
+
dimension: number;
|
|
14051
|
+
}> | undefined;
|
|
13647
14052
|
} | undefined;
|
|
13648
14053
|
codebaseIndexConfig?: {
|
|
13649
14054
|
codebaseIndexEnabled?: boolean | undefined;
|
|
13650
14055
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
13651
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
14056
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
13652
14057
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
13653
14058
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
13654
14059
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -13742,7 +14147,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13742
14147
|
contextTokens: number;
|
|
13743
14148
|
totalCacheWrites?: number | undefined;
|
|
13744
14149
|
totalCacheReads?: number | undefined;
|
|
13745
|
-
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list"]>, z.ZodObject<{
|
|
14150
|
+
}>, z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "generate_image"]>, z.ZodObject<{
|
|
13746
14151
|
attempts: z.ZodNumber;
|
|
13747
14152
|
failures: z.ZodNumber;
|
|
13748
14153
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -13768,7 +14173,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13768
14173
|
contextTokens: number;
|
|
13769
14174
|
totalCacheWrites?: number | undefined;
|
|
13770
14175
|
totalCacheReads?: number | undefined;
|
|
13771
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list", {
|
|
14176
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", {
|
|
13772
14177
|
attempts: number;
|
|
13773
14178
|
failures: number;
|
|
13774
14179
|
}>>, {
|
|
@@ -13784,7 +14189,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13784
14189
|
contextTokens: number;
|
|
13785
14190
|
totalCacheWrites?: number | undefined;
|
|
13786
14191
|
totalCacheReads?: number | undefined;
|
|
13787
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list", {
|
|
14192
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", {
|
|
13788
14193
|
attempts: number;
|
|
13789
14194
|
failures: number;
|
|
13790
14195
|
}>>, {
|
|
@@ -14215,15 +14620,15 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14215
14620
|
taskId?: number | undefined;
|
|
14216
14621
|
}>, z.ZodObject<{
|
|
14217
14622
|
eventName: z.ZodLiteral<RooCodeEventName.TaskToolFailed>;
|
|
14218
|
-
payload: z.ZodTuple<[z.ZodString, z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list"]>, z.ZodString], null>;
|
|
14623
|
+
payload: z.ZodTuple<[z.ZodString, z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "generate_image"]>, z.ZodString], null>;
|
|
14219
14624
|
taskId: z.ZodOptional<z.ZodNumber>;
|
|
14220
14625
|
}, "strip", z.ZodTypeAny, {
|
|
14221
14626
|
eventName: RooCodeEventName.TaskToolFailed;
|
|
14222
|
-
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list", string];
|
|
14627
|
+
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", string];
|
|
14223
14628
|
taskId?: number | undefined;
|
|
14224
14629
|
}, {
|
|
14225
14630
|
eventName: RooCodeEventName.TaskToolFailed;
|
|
14226
|
-
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list", string];
|
|
14631
|
+
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", string];
|
|
14227
14632
|
taskId?: number | undefined;
|
|
14228
14633
|
}>, z.ZodObject<{
|
|
14229
14634
|
eventName: z.ZodLiteral<RooCodeEventName.TaskTokenUsageUpdated>;
|
|
@@ -14316,7 +14721,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14316
14721
|
contextTokens: number;
|
|
14317
14722
|
totalCacheWrites?: number | undefined;
|
|
14318
14723
|
totalCacheReads?: number | undefined;
|
|
14319
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list", {
|
|
14724
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", {
|
|
14320
14725
|
attempts: number;
|
|
14321
14726
|
failures: number;
|
|
14322
14727
|
}>>, {
|
|
@@ -14411,7 +14816,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14411
14816
|
taskId?: number | undefined;
|
|
14412
14817
|
} | {
|
|
14413
14818
|
eventName: RooCodeEventName.TaskToolFailed;
|
|
14414
|
-
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list", string];
|
|
14819
|
+
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", string];
|
|
14415
14820
|
taskId?: number | undefined;
|
|
14416
14821
|
} | {
|
|
14417
14822
|
eventName: RooCodeEventName.TaskTokenUsageUpdated;
|
|
@@ -14454,7 +14859,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14454
14859
|
contextTokens: number;
|
|
14455
14860
|
totalCacheWrites?: number | undefined;
|
|
14456
14861
|
totalCacheReads?: number | undefined;
|
|
14457
|
-
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list", {
|
|
14862
|
+
}, Partial<Record<"browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", {
|
|
14458
14863
|
attempts: number;
|
|
14459
14864
|
failures: number;
|
|
14460
14865
|
}>>, {
|
|
@@ -14549,7 +14954,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14549
14954
|
taskId?: number | undefined;
|
|
14550
14955
|
} | {
|
|
14551
14956
|
eventName: RooCodeEventName.TaskToolFailed;
|
|
14552
|
-
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list", string];
|
|
14957
|
+
payload: [string, "browser_action" | "execute_command" | "read_file" | "write_to_file" | "apply_diff" | "insert_content" | "search_and_replace" | "search_files" | "list_files" | "list_code_definition_names" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "fetch_instructions" | "codebase_search" | "update_todo_list" | "generate_image", string];
|
|
14553
14958
|
taskId?: number | undefined;
|
|
14554
14959
|
} | {
|
|
14555
14960
|
eventName: RooCodeEventName.TaskTokenUsageUpdated;
|
|
@@ -14744,7 +15149,7 @@ declare const CODEBASE_INDEX_DEFAULTS: {
|
|
|
14744
15149
|
declare const codebaseIndexConfigSchema: z.ZodObject<{
|
|
14745
15150
|
codebaseIndexEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
14746
15151
|
codebaseIndexQdrantUrl: z.ZodOptional<z.ZodString>;
|
|
14747
|
-
codebaseIndexEmbedderProvider: z.ZodOptional<z.ZodEnum<["openai", "ollama", "openai-compatible", "gemini", "mistral"]>>;
|
|
15152
|
+
codebaseIndexEmbedderProvider: z.ZodOptional<z.ZodEnum<["openai", "ollama", "openai-compatible", "gemini", "mistral", "vercel-ai-gateway"]>>;
|
|
14748
15153
|
codebaseIndexEmbedderBaseUrl: z.ZodOptional<z.ZodString>;
|
|
14749
15154
|
codebaseIndexEmbedderModelId: z.ZodOptional<z.ZodString>;
|
|
14750
15155
|
codebaseIndexEmbedderModelDimension: z.ZodOptional<z.ZodNumber>;
|
|
@@ -14755,7 +15160,7 @@ declare const codebaseIndexConfigSchema: z.ZodObject<{
|
|
|
14755
15160
|
}, "strip", z.ZodTypeAny, {
|
|
14756
15161
|
codebaseIndexEnabled?: boolean | undefined;
|
|
14757
15162
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
14758
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
15163
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
14759
15164
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
14760
15165
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
14761
15166
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -14766,7 +15171,7 @@ declare const codebaseIndexConfigSchema: z.ZodObject<{
|
|
|
14766
15171
|
}, {
|
|
14767
15172
|
codebaseIndexEnabled?: boolean | undefined;
|
|
14768
15173
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
14769
|
-
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | undefined;
|
|
15174
|
+
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | undefined;
|
|
14770
15175
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
14771
15176
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
14772
15177
|
codebaseIndexEmbedderModelDimension?: number | undefined;
|
|
@@ -14815,6 +15220,13 @@ declare const codebaseIndexModelsSchema: z.ZodObject<{
|
|
|
14815
15220
|
}, {
|
|
14816
15221
|
dimension: number;
|
|
14817
15222
|
}>>>;
|
|
15223
|
+
"vercel-ai-gateway": z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
15224
|
+
dimension: z.ZodNumber;
|
|
15225
|
+
}, "strip", z.ZodTypeAny, {
|
|
15226
|
+
dimension: number;
|
|
15227
|
+
}, {
|
|
15228
|
+
dimension: number;
|
|
15229
|
+
}>>>;
|
|
14818
15230
|
}, "strip", z.ZodTypeAny, {
|
|
14819
15231
|
openai?: Record<string, {
|
|
14820
15232
|
dimension: number;
|
|
@@ -14831,6 +15243,9 @@ declare const codebaseIndexModelsSchema: z.ZodObject<{
|
|
|
14831
15243
|
mistral?: Record<string, {
|
|
14832
15244
|
dimension: number;
|
|
14833
15245
|
}> | undefined;
|
|
15246
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
15247
|
+
dimension: number;
|
|
15248
|
+
}> | undefined;
|
|
14834
15249
|
}, {
|
|
14835
15250
|
openai?: Record<string, {
|
|
14836
15251
|
dimension: number;
|
|
@@ -14847,6 +15262,9 @@ declare const codebaseIndexModelsSchema: z.ZodObject<{
|
|
|
14847
15262
|
mistral?: Record<string, {
|
|
14848
15263
|
dimension: number;
|
|
14849
15264
|
}> | undefined;
|
|
15265
|
+
"vercel-ai-gateway"?: Record<string, {
|
|
15266
|
+
dimension: number;
|
|
15267
|
+
}> | undefined;
|
|
14850
15268
|
}>;
|
|
14851
15269
|
type CodebaseIndexModels = z.infer<typeof codebaseIndexModelsSchema>;
|
|
14852
15270
|
/**
|
|
@@ -14860,6 +15278,7 @@ declare const codebaseIndexProviderSchema: z.ZodObject<{
|
|
|
14860
15278
|
codebaseIndexOpenAiCompatibleModelDimension: z.ZodOptional<z.ZodNumber>;
|
|
14861
15279
|
codebaseIndexGeminiApiKey: z.ZodOptional<z.ZodString>;
|
|
14862
15280
|
codebaseIndexMistralApiKey: z.ZodOptional<z.ZodString>;
|
|
15281
|
+
codebaseIndexVercelAiGatewayApiKey: z.ZodOptional<z.ZodString>;
|
|
14863
15282
|
}, "strip", z.ZodTypeAny, {
|
|
14864
15283
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
14865
15284
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
@@ -14868,6 +15287,7 @@ declare const codebaseIndexProviderSchema: z.ZodObject<{
|
|
|
14868
15287
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
14869
15288
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
14870
15289
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
15290
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
14871
15291
|
}, {
|
|
14872
15292
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
14873
15293
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
@@ -14876,14 +15296,15 @@ declare const codebaseIndexProviderSchema: z.ZodObject<{
|
|
|
14876
15296
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
14877
15297
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
14878
15298
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
15299
|
+
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
14879
15300
|
}>;
|
|
14880
15301
|
type CodebaseIndexProvider = z.infer<typeof codebaseIndexProviderSchema>;
|
|
14881
15302
|
|
|
14882
15303
|
/**
|
|
14883
15304
|
* ExperimentId
|
|
14884
15305
|
*/
|
|
14885
|
-
declare const experimentIds: readonly ["powerSteering", "multiFileApplyDiff", "preventFocusDisruption"];
|
|
14886
|
-
declare const experimentIdsSchema: z.ZodEnum<["powerSteering", "multiFileApplyDiff", "preventFocusDisruption"]>;
|
|
15306
|
+
declare const experimentIds: readonly ["powerSteering", "multiFileApplyDiff", "preventFocusDisruption", "imageGeneration"];
|
|
15307
|
+
declare const experimentIdsSchema: z.ZodEnum<["powerSteering", "multiFileApplyDiff", "preventFocusDisruption", "imageGeneration"]>;
|
|
14887
15308
|
type ExperimentId = z.infer<typeof experimentIdsSchema>;
|
|
14888
15309
|
/**
|
|
14889
15310
|
* Experiments
|
|
@@ -14892,14 +15313,17 @@ declare const experimentsSchema: z.ZodObject<{
|
|
|
14892
15313
|
powerSteering: z.ZodOptional<z.ZodBoolean>;
|
|
14893
15314
|
multiFileApplyDiff: z.ZodOptional<z.ZodBoolean>;
|
|
14894
15315
|
preventFocusDisruption: z.ZodOptional<z.ZodBoolean>;
|
|
15316
|
+
imageGeneration: z.ZodOptional<z.ZodBoolean>;
|
|
14895
15317
|
}, "strip", z.ZodTypeAny, {
|
|
14896
15318
|
powerSteering?: boolean | undefined;
|
|
14897
15319
|
multiFileApplyDiff?: boolean | undefined;
|
|
14898
15320
|
preventFocusDisruption?: boolean | undefined;
|
|
15321
|
+
imageGeneration?: boolean | undefined;
|
|
14899
15322
|
}, {
|
|
14900
15323
|
powerSteering?: boolean | undefined;
|
|
14901
15324
|
multiFileApplyDiff?: boolean | undefined;
|
|
14902
15325
|
preventFocusDisruption?: boolean | undefined;
|
|
15326
|
+
imageGeneration?: boolean | undefined;
|
|
14903
15327
|
}>;
|
|
14904
15328
|
type Experiments = z.infer<typeof experimentsSchema>;
|
|
14905
15329
|
|
|
@@ -16034,6 +16458,7 @@ declare const modelInfoSchema: z.ZodObject<{
|
|
|
16034
16458
|
supportsPromptCache: z.ZodBoolean;
|
|
16035
16459
|
supportsVerbosity: z.ZodOptional<z.ZodBoolean>;
|
|
16036
16460
|
supportsReasoningBudget: z.ZodOptional<z.ZodBoolean>;
|
|
16461
|
+
supportsTemperature: z.ZodOptional<z.ZodBoolean>;
|
|
16037
16462
|
requiredReasoningBudget: z.ZodOptional<z.ZodBoolean>;
|
|
16038
16463
|
supportsReasoningEffort: z.ZodOptional<z.ZodBoolean>;
|
|
16039
16464
|
supportedParameters: z.ZodOptional<z.ZodArray<z.ZodEnum<["max_tokens", "temperature", "reasoning", "include_reasoning"]>, "many">>;
|
|
@@ -16074,6 +16499,7 @@ declare const modelInfoSchema: z.ZodObject<{
|
|
|
16074
16499
|
supportsComputerUse?: boolean | undefined;
|
|
16075
16500
|
supportsVerbosity?: boolean | undefined;
|
|
16076
16501
|
supportsReasoningBudget?: boolean | undefined;
|
|
16502
|
+
supportsTemperature?: boolean | undefined;
|
|
16077
16503
|
requiredReasoningBudget?: boolean | undefined;
|
|
16078
16504
|
supportsReasoningEffort?: boolean | undefined;
|
|
16079
16505
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -16102,6 +16528,7 @@ declare const modelInfoSchema: z.ZodObject<{
|
|
|
16102
16528
|
supportsComputerUse?: boolean | undefined;
|
|
16103
16529
|
supportsVerbosity?: boolean | undefined;
|
|
16104
16530
|
supportsReasoningBudget?: boolean | undefined;
|
|
16531
|
+
supportsTemperature?: boolean | undefined;
|
|
16105
16532
|
requiredReasoningBudget?: boolean | undefined;
|
|
16106
16533
|
supportsReasoningEffort?: boolean | undefined;
|
|
16107
16534
|
supportedParameters?: ("reasoning" | "max_tokens" | "temperature" | "include_reasoning")[] | undefined;
|
|
@@ -16145,13 +16572,13 @@ type ToolGroup = z.infer<typeof toolGroupsSchema>;
|
|
|
16145
16572
|
/**
|
|
16146
16573
|
* ToolName
|
|
16147
16574
|
*/
|
|
16148
|
-
declare const toolNames: readonly ["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list"];
|
|
16149
|
-
declare const toolNamesSchema: z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list"]>;
|
|
16575
|
+
declare const toolNames: readonly ["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "generate_image"];
|
|
16576
|
+
declare const toolNamesSchema: z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "generate_image"]>;
|
|
16150
16577
|
type ToolName = z.infer<typeof toolNamesSchema>;
|
|
16151
16578
|
/**
|
|
16152
16579
|
* ToolUsage
|
|
16153
16580
|
*/
|
|
16154
|
-
declare const toolUsageSchema: z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list"]>, z.ZodObject<{
|
|
16581
|
+
declare const toolUsageSchema: z.ZodRecord<z.ZodEnum<["execute_command", "read_file", "write_to_file", "apply_diff", "insert_content", "search_and_replace", "search_files", "list_files", "list_code_definition_names", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "fetch_instructions", "codebase_search", "update_todo_list", "generate_image"]>, z.ZodObject<{
|
|
16155
16582
|
attempts: z.ZodNumber;
|
|
16156
16583
|
failures: z.ZodNumber;
|
|
16157
16584
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -16308,7 +16735,7 @@ declare const taskPropertiesSchema: z.ZodObject<{
|
|
|
16308
16735
|
}, "strip", z.ZodTypeAny, {
|
|
16309
16736
|
isSubtask?: boolean | undefined;
|
|
16310
16737
|
taskId?: string | undefined;
|
|
16311
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
16738
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16312
16739
|
modelId?: string | undefined;
|
|
16313
16740
|
diffStrategy?: string | undefined;
|
|
16314
16741
|
todos?: {
|
|
@@ -16320,7 +16747,7 @@ declare const taskPropertiesSchema: z.ZodObject<{
|
|
|
16320
16747
|
}, {
|
|
16321
16748
|
isSubtask?: boolean | undefined;
|
|
16322
16749
|
taskId?: string | undefined;
|
|
16323
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
16750
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16324
16751
|
modelId?: string | undefined;
|
|
16325
16752
|
diffStrategy?: string | undefined;
|
|
16326
16753
|
todos?: {
|
|
@@ -16388,9 +16815,9 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
16388
16815
|
language: string;
|
|
16389
16816
|
isSubtask?: boolean | undefined;
|
|
16390
16817
|
taskId?: string | undefined;
|
|
16391
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
16392
|
-
cloudIsAuthenticated?: boolean | undefined;
|
|
16818
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16393
16819
|
modelId?: string | undefined;
|
|
16820
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
16394
16821
|
diffStrategy?: string | undefined;
|
|
16395
16822
|
todos?: {
|
|
16396
16823
|
total: number;
|
|
@@ -16411,9 +16838,9 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
16411
16838
|
language: string;
|
|
16412
16839
|
isSubtask?: boolean | undefined;
|
|
16413
16840
|
taskId?: string | undefined;
|
|
16414
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
16415
|
-
cloudIsAuthenticated?: boolean | undefined;
|
|
16841
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16416
16842
|
modelId?: string | undefined;
|
|
16843
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
16417
16844
|
diffStrategy?: string | undefined;
|
|
16418
16845
|
todos?: {
|
|
16419
16846
|
total: number;
|
|
@@ -16481,9 +16908,9 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16481
16908
|
language: string;
|
|
16482
16909
|
isSubtask?: boolean | undefined;
|
|
16483
16910
|
taskId?: string | undefined;
|
|
16484
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
16485
|
-
cloudIsAuthenticated?: boolean | undefined;
|
|
16911
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16486
16912
|
modelId?: string | undefined;
|
|
16913
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
16487
16914
|
diffStrategy?: string | undefined;
|
|
16488
16915
|
todos?: {
|
|
16489
16916
|
total: number;
|
|
@@ -16504,9 +16931,9 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16504
16931
|
language: string;
|
|
16505
16932
|
isSubtask?: boolean | undefined;
|
|
16506
16933
|
taskId?: string | undefined;
|
|
16507
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
16508
|
-
cloudIsAuthenticated?: boolean | undefined;
|
|
16934
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16509
16935
|
modelId?: string | undefined;
|
|
16936
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
16510
16937
|
diffStrategy?: string | undefined;
|
|
16511
16938
|
todos?: {
|
|
16512
16939
|
total: number;
|
|
@@ -16530,9 +16957,9 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16530
16957
|
language: string;
|
|
16531
16958
|
isSubtask?: boolean | undefined;
|
|
16532
16959
|
taskId?: string | undefined;
|
|
16533
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
16534
|
-
cloudIsAuthenticated?: boolean | undefined;
|
|
16960
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16535
16961
|
modelId?: string | undefined;
|
|
16962
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
16536
16963
|
diffStrategy?: string | undefined;
|
|
16537
16964
|
todos?: {
|
|
16538
16965
|
total: number;
|
|
@@ -16556,9 +16983,9 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16556
16983
|
language: string;
|
|
16557
16984
|
isSubtask?: boolean | undefined;
|
|
16558
16985
|
taskId?: string | undefined;
|
|
16559
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
16560
|
-
cloudIsAuthenticated?: boolean | undefined;
|
|
16986
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16561
16987
|
modelId?: string | undefined;
|
|
16988
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
16562
16989
|
diffStrategy?: string | undefined;
|
|
16563
16990
|
todos?: {
|
|
16564
16991
|
total: number;
|
|
@@ -16773,9 +17200,9 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16773
17200
|
editorName: string;
|
|
16774
17201
|
language: string;
|
|
16775
17202
|
isSubtask?: boolean | undefined;
|
|
16776
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
16777
|
-
cloudIsAuthenticated?: boolean | undefined;
|
|
17203
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16778
17204
|
modelId?: string | undefined;
|
|
17205
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
16779
17206
|
diffStrategy?: string | undefined;
|
|
16780
17207
|
todos?: {
|
|
16781
17208
|
total: number;
|
|
@@ -16827,9 +17254,9 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16827
17254
|
editorName: string;
|
|
16828
17255
|
language: string;
|
|
16829
17256
|
isSubtask?: boolean | undefined;
|
|
16830
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
16831
|
-
cloudIsAuthenticated?: boolean | undefined;
|
|
17257
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16832
17258
|
modelId?: string | undefined;
|
|
17259
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
16833
17260
|
diffStrategy?: string | undefined;
|
|
16834
17261
|
todos?: {
|
|
16835
17262
|
total: number;
|
|
@@ -16884,9 +17311,9 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16884
17311
|
editorName: string;
|
|
16885
17312
|
language: string;
|
|
16886
17313
|
isSubtask?: boolean | undefined;
|
|
16887
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
16888
|
-
cloudIsAuthenticated?: boolean | undefined;
|
|
17314
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16889
17315
|
modelId?: string | undefined;
|
|
17316
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
16890
17317
|
diffStrategy?: string | undefined;
|
|
16891
17318
|
todos?: {
|
|
16892
17319
|
total: number;
|
|
@@ -16941,9 +17368,9 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16941
17368
|
editorName: string;
|
|
16942
17369
|
language: string;
|
|
16943
17370
|
isSubtask?: boolean | undefined;
|
|
16944
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
16945
|
-
cloudIsAuthenticated?: boolean | undefined;
|
|
17371
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16946
17372
|
modelId?: string | undefined;
|
|
17373
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
16947
17374
|
diffStrategy?: string | undefined;
|
|
16948
17375
|
todos?: {
|
|
16949
17376
|
total: number;
|
|
@@ -17008,9 +17435,9 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
17008
17435
|
cost?: number | undefined;
|
|
17009
17436
|
isSubtask?: boolean | undefined;
|
|
17010
17437
|
taskId?: string | undefined;
|
|
17011
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
17012
|
-
cloudIsAuthenticated?: boolean | undefined;
|
|
17438
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
17013
17439
|
modelId?: string | undefined;
|
|
17440
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
17014
17441
|
diffStrategy?: string | undefined;
|
|
17015
17442
|
todos?: {
|
|
17016
17443
|
total: number;
|
|
@@ -17036,9 +17463,9 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
17036
17463
|
cost?: number | undefined;
|
|
17037
17464
|
isSubtask?: boolean | undefined;
|
|
17038
17465
|
taskId?: string | undefined;
|
|
17039
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
17040
|
-
cloudIsAuthenticated?: boolean | undefined;
|
|
17466
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
17041
17467
|
modelId?: string | undefined;
|
|
17468
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
17042
17469
|
diffStrategy?: string | undefined;
|
|
17043
17470
|
todos?: {
|
|
17044
17471
|
total: number;
|
|
@@ -17067,9 +17494,9 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
17067
17494
|
cost?: number | undefined;
|
|
17068
17495
|
isSubtask?: boolean | undefined;
|
|
17069
17496
|
taskId?: string | undefined;
|
|
17070
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
17071
|
-
cloudIsAuthenticated?: boolean | undefined;
|
|
17497
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
17072
17498
|
modelId?: string | undefined;
|
|
17499
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
17073
17500
|
diffStrategy?: string | undefined;
|
|
17074
17501
|
todos?: {
|
|
17075
17502
|
total: number;
|
|
@@ -17098,9 +17525,9 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
17098
17525
|
cost?: number | undefined;
|
|
17099
17526
|
isSubtask?: boolean | undefined;
|
|
17100
17527
|
taskId?: string | undefined;
|
|
17101
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" |
|
|
17102
|
-
cloudIsAuthenticated?: boolean | undefined;
|
|
17528
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "qwen-code" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
17103
17529
|
modelId?: string | undefined;
|
|
17530
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
17104
17531
|
diffStrategy?: string | undefined;
|
|
17105
17532
|
todos?: {
|
|
17106
17533
|
total: number;
|
|
@@ -17179,6 +17606,7 @@ type TaskProviderEvents = {
|
|
|
17179
17606
|
[RooCodeEventName.TaskInteractive]: [taskId: string];
|
|
17180
17607
|
[RooCodeEventName.TaskResumable]: [taskId: string];
|
|
17181
17608
|
[RooCodeEventName.TaskIdle]: [taskId: string];
|
|
17609
|
+
[RooCodeEventName.TaskSpawned]: [taskId: string];
|
|
17182
17610
|
};
|
|
17183
17611
|
/**
|
|
17184
17612
|
* TaskLike
|
|
@@ -19084,6 +19512,7 @@ declare const openAiNativeModels: {
|
|
|
19084
19512
|
readonly cacheReadsPrice: 0.13;
|
|
19085
19513
|
readonly description: "GPT-5: The best model for coding and agentic tasks across domains";
|
|
19086
19514
|
readonly supportsVerbosity: true;
|
|
19515
|
+
readonly supportsTemperature: false;
|
|
19087
19516
|
};
|
|
19088
19517
|
readonly "gpt-5-mini-2025-08-07": {
|
|
19089
19518
|
readonly maxTokens: 128000;
|
|
@@ -19097,6 +19526,7 @@ declare const openAiNativeModels: {
|
|
|
19097
19526
|
readonly cacheReadsPrice: 0.03;
|
|
19098
19527
|
readonly description: "GPT-5 Mini: A faster, more cost-efficient version of GPT-5 for well-defined tasks";
|
|
19099
19528
|
readonly supportsVerbosity: true;
|
|
19529
|
+
readonly supportsTemperature: false;
|
|
19100
19530
|
};
|
|
19101
19531
|
readonly "gpt-5-nano-2025-08-07": {
|
|
19102
19532
|
readonly maxTokens: 128000;
|
|
@@ -19110,6 +19540,7 @@ declare const openAiNativeModels: {
|
|
|
19110
19540
|
readonly cacheReadsPrice: 0.01;
|
|
19111
19541
|
readonly description: "GPT-5 Nano: Fastest, most cost-efficient version of GPT-5";
|
|
19112
19542
|
readonly supportsVerbosity: true;
|
|
19543
|
+
readonly supportsTemperature: false;
|
|
19113
19544
|
};
|
|
19114
19545
|
readonly "gpt-4.1": {
|
|
19115
19546
|
readonly maxTokens: 32768;
|
|
@@ -19119,6 +19550,7 @@ declare const openAiNativeModels: {
|
|
|
19119
19550
|
readonly inputPrice: 2;
|
|
19120
19551
|
readonly outputPrice: 8;
|
|
19121
19552
|
readonly cacheReadsPrice: 0.5;
|
|
19553
|
+
readonly supportsTemperature: true;
|
|
19122
19554
|
};
|
|
19123
19555
|
readonly "gpt-4.1-mini": {
|
|
19124
19556
|
readonly maxTokens: 32768;
|
|
@@ -19128,6 +19560,7 @@ declare const openAiNativeModels: {
|
|
|
19128
19560
|
readonly inputPrice: 0.4;
|
|
19129
19561
|
readonly outputPrice: 1.6;
|
|
19130
19562
|
readonly cacheReadsPrice: 0.1;
|
|
19563
|
+
readonly supportsTemperature: true;
|
|
19131
19564
|
};
|
|
19132
19565
|
readonly "gpt-4.1-nano": {
|
|
19133
19566
|
readonly maxTokens: 32768;
|
|
@@ -19137,6 +19570,7 @@ declare const openAiNativeModels: {
|
|
|
19137
19570
|
readonly inputPrice: 0.1;
|
|
19138
19571
|
readonly outputPrice: 0.4;
|
|
19139
19572
|
readonly cacheReadsPrice: 0.025;
|
|
19573
|
+
readonly supportsTemperature: true;
|
|
19140
19574
|
};
|
|
19141
19575
|
readonly o3: {
|
|
19142
19576
|
readonly maxTokens: 100000;
|
|
@@ -19148,6 +19582,7 @@ declare const openAiNativeModels: {
|
|
|
19148
19582
|
readonly cacheReadsPrice: 0.5;
|
|
19149
19583
|
readonly supportsReasoningEffort: true;
|
|
19150
19584
|
readonly reasoningEffort: "medium";
|
|
19585
|
+
readonly supportsTemperature: false;
|
|
19151
19586
|
};
|
|
19152
19587
|
readonly "o3-high": {
|
|
19153
19588
|
readonly maxTokens: 100000;
|
|
@@ -19158,6 +19593,7 @@ declare const openAiNativeModels: {
|
|
|
19158
19593
|
readonly outputPrice: 8;
|
|
19159
19594
|
readonly cacheReadsPrice: 0.5;
|
|
19160
19595
|
readonly reasoningEffort: "high";
|
|
19596
|
+
readonly supportsTemperature: false;
|
|
19161
19597
|
};
|
|
19162
19598
|
readonly "o3-low": {
|
|
19163
19599
|
readonly maxTokens: 100000;
|
|
@@ -19168,6 +19604,7 @@ declare const openAiNativeModels: {
|
|
|
19168
19604
|
readonly outputPrice: 8;
|
|
19169
19605
|
readonly cacheReadsPrice: 0.5;
|
|
19170
19606
|
readonly reasoningEffort: "low";
|
|
19607
|
+
readonly supportsTemperature: false;
|
|
19171
19608
|
};
|
|
19172
19609
|
readonly "o4-mini": {
|
|
19173
19610
|
readonly maxTokens: 100000;
|
|
@@ -19179,6 +19616,7 @@ declare const openAiNativeModels: {
|
|
|
19179
19616
|
readonly cacheReadsPrice: 0.275;
|
|
19180
19617
|
readonly supportsReasoningEffort: true;
|
|
19181
19618
|
readonly reasoningEffort: "medium";
|
|
19619
|
+
readonly supportsTemperature: false;
|
|
19182
19620
|
};
|
|
19183
19621
|
readonly "o4-mini-high": {
|
|
19184
19622
|
readonly maxTokens: 100000;
|
|
@@ -19189,6 +19627,7 @@ declare const openAiNativeModels: {
|
|
|
19189
19627
|
readonly outputPrice: 4.4;
|
|
19190
19628
|
readonly cacheReadsPrice: 0.275;
|
|
19191
19629
|
readonly reasoningEffort: "high";
|
|
19630
|
+
readonly supportsTemperature: false;
|
|
19192
19631
|
};
|
|
19193
19632
|
readonly "o4-mini-low": {
|
|
19194
19633
|
readonly maxTokens: 100000;
|
|
@@ -19199,6 +19638,7 @@ declare const openAiNativeModels: {
|
|
|
19199
19638
|
readonly outputPrice: 4.4;
|
|
19200
19639
|
readonly cacheReadsPrice: 0.275;
|
|
19201
19640
|
readonly reasoningEffort: "low";
|
|
19641
|
+
readonly supportsTemperature: false;
|
|
19202
19642
|
};
|
|
19203
19643
|
readonly "o3-mini": {
|
|
19204
19644
|
readonly maxTokens: 100000;
|
|
@@ -19210,6 +19650,7 @@ declare const openAiNativeModels: {
|
|
|
19210
19650
|
readonly cacheReadsPrice: 0.55;
|
|
19211
19651
|
readonly supportsReasoningEffort: true;
|
|
19212
19652
|
readonly reasoningEffort: "medium";
|
|
19653
|
+
readonly supportsTemperature: false;
|
|
19213
19654
|
};
|
|
19214
19655
|
readonly "o3-mini-high": {
|
|
19215
19656
|
readonly maxTokens: 100000;
|
|
@@ -19220,6 +19661,7 @@ declare const openAiNativeModels: {
|
|
|
19220
19661
|
readonly outputPrice: 4.4;
|
|
19221
19662
|
readonly cacheReadsPrice: 0.55;
|
|
19222
19663
|
readonly reasoningEffort: "high";
|
|
19664
|
+
readonly supportsTemperature: false;
|
|
19223
19665
|
};
|
|
19224
19666
|
readonly "o3-mini-low": {
|
|
19225
19667
|
readonly maxTokens: 100000;
|
|
@@ -19230,6 +19672,7 @@ declare const openAiNativeModels: {
|
|
|
19230
19672
|
readonly outputPrice: 4.4;
|
|
19231
19673
|
readonly cacheReadsPrice: 0.55;
|
|
19232
19674
|
readonly reasoningEffort: "low";
|
|
19675
|
+
readonly supportsTemperature: false;
|
|
19233
19676
|
};
|
|
19234
19677
|
readonly o1: {
|
|
19235
19678
|
readonly maxTokens: 100000;
|
|
@@ -19239,6 +19682,7 @@ declare const openAiNativeModels: {
|
|
|
19239
19682
|
readonly inputPrice: 15;
|
|
19240
19683
|
readonly outputPrice: 60;
|
|
19241
19684
|
readonly cacheReadsPrice: 7.5;
|
|
19685
|
+
readonly supportsTemperature: false;
|
|
19242
19686
|
};
|
|
19243
19687
|
readonly "o1-preview": {
|
|
19244
19688
|
readonly maxTokens: 32768;
|
|
@@ -19248,6 +19692,7 @@ declare const openAiNativeModels: {
|
|
|
19248
19692
|
readonly inputPrice: 15;
|
|
19249
19693
|
readonly outputPrice: 60;
|
|
19250
19694
|
readonly cacheReadsPrice: 7.5;
|
|
19695
|
+
readonly supportsTemperature: false;
|
|
19251
19696
|
};
|
|
19252
19697
|
readonly "o1-mini": {
|
|
19253
19698
|
readonly maxTokens: 65536;
|
|
@@ -19257,6 +19702,7 @@ declare const openAiNativeModels: {
|
|
|
19257
19702
|
readonly inputPrice: 1.1;
|
|
19258
19703
|
readonly outputPrice: 4.4;
|
|
19259
19704
|
readonly cacheReadsPrice: 0.55;
|
|
19705
|
+
readonly supportsTemperature: false;
|
|
19260
19706
|
};
|
|
19261
19707
|
readonly "gpt-4o": {
|
|
19262
19708
|
readonly maxTokens: 16384;
|
|
@@ -19266,6 +19712,7 @@ declare const openAiNativeModels: {
|
|
|
19266
19712
|
readonly inputPrice: 2.5;
|
|
19267
19713
|
readonly outputPrice: 10;
|
|
19268
19714
|
readonly cacheReadsPrice: 1.25;
|
|
19715
|
+
readonly supportsTemperature: true;
|
|
19269
19716
|
};
|
|
19270
19717
|
readonly "gpt-4o-mini": {
|
|
19271
19718
|
readonly maxTokens: 16384;
|
|
@@ -19275,6 +19722,7 @@ declare const openAiNativeModels: {
|
|
|
19275
19722
|
readonly inputPrice: 0.15;
|
|
19276
19723
|
readonly outputPrice: 0.6;
|
|
19277
19724
|
readonly cacheReadsPrice: 0.075;
|
|
19725
|
+
readonly supportsTemperature: true;
|
|
19278
19726
|
};
|
|
19279
19727
|
readonly "codex-mini-latest": {
|
|
19280
19728
|
readonly maxTokens: 16384;
|
|
@@ -19284,6 +19732,7 @@ declare const openAiNativeModels: {
|
|
|
19284
19732
|
readonly inputPrice: 1.5;
|
|
19285
19733
|
readonly outputPrice: 6;
|
|
19286
19734
|
readonly cacheReadsPrice: 0;
|
|
19735
|
+
readonly supportsTemperature: false;
|
|
19287
19736
|
readonly description: "Codex Mini: Cloud-based software engineering agent powered by codex-1, a version of o3 optimized for coding tasks. Trained with reinforcement learning to generate human-style code, adhere to instructions, and iteratively run tests.";
|
|
19288
19737
|
};
|
|
19289
19738
|
};
|