@roo-code/types 1.99.0 → 1.100.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -1234,12 +1234,12 @@ declare const providerSettingsEntrySchema: z.ZodObject<{
1234
1234
  }, "strip", z.ZodTypeAny, {
1235
1235
  id: string;
1236
1236
  name: string;
1237
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
1237
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
1238
1238
  modelId?: string | undefined;
1239
1239
  }, {
1240
1240
  id: string;
1241
1241
  name: string;
1242
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
1242
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
1243
1243
  modelId?: string | undefined;
1244
1244
  }>;
1245
1245
  type ProviderSettingsEntry = z.infer<typeof providerSettingsEntrySchema>;
@@ -3498,6 +3498,8 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
3498
3498
  toolProtocol: z.ZodOptional<z.ZodEnum<["xml", "native"]>>;
3499
3499
  } & {
3500
3500
  apiModelId: z.ZodOptional<z.ZodString>;
3501
+ } & {
3502
+ rooApiKey: z.ZodOptional<z.ZodString>;
3501
3503
  } & {
3502
3504
  apiProvider: z.ZodLiteral<"roo">;
3503
3505
  }, "strip", z.ZodTypeAny, {
@@ -3516,6 +3518,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
3516
3518
  verbosity?: "low" | "medium" | "high" | undefined;
3517
3519
  toolProtocol?: "xml" | "native" | undefined;
3518
3520
  apiModelId?: string | undefined;
3521
+ rooApiKey?: string | undefined;
3519
3522
  }, {
3520
3523
  apiProvider: "roo";
3521
3524
  reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
@@ -3532,6 +3535,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
3532
3535
  verbosity?: "low" | "medium" | "high" | undefined;
3533
3536
  toolProtocol?: "xml" | "native" | undefined;
3534
3537
  apiModelId?: string | undefined;
3538
+ rooApiKey?: string | undefined;
3535
3539
  }>, z.ZodObject<{
3536
3540
  includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
3537
3541
  diffEnabled: z.ZodOptional<z.ZodBoolean>;
@@ -3618,6 +3622,7 @@ declare const providerSettingsSchema: z.ZodObject<{
3618
3622
  vercelAiGatewayApiKey: z.ZodOptional<z.ZodString>;
3619
3623
  vercelAiGatewayModelId: z.ZodOptional<z.ZodString>;
3620
3624
  apiModelId: z.ZodOptional<z.ZodString>;
3625
+ rooApiKey: z.ZodOptional<z.ZodString>;
3621
3626
  qwenCodeOauthPath: z.ZodOptional<z.ZodString>;
3622
3627
  ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
3623
3628
  ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
@@ -3880,7 +3885,7 @@ declare const providerSettingsSchema: z.ZodObject<{
3880
3885
  codebaseIndexMistralApiKey?: string | undefined;
3881
3886
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
3882
3887
  codebaseIndexOpenRouterApiKey?: string | undefined;
3883
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
3888
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
3884
3889
  includeMaxTokens?: boolean | undefined;
3885
3890
  diffEnabled?: boolean | undefined;
3886
3891
  todoListEnabled?: boolean | undefined;
@@ -4037,6 +4042,7 @@ declare const providerSettingsSchema: z.ZodObject<{
4037
4042
  ioIntelligenceModelId?: string | undefined;
4038
4043
  ioIntelligenceApiKey?: string | undefined;
4039
4044
  qwenCodeOauthPath?: string | undefined;
4045
+ rooApiKey?: string | undefined;
4040
4046
  vercelAiGatewayApiKey?: string | undefined;
4041
4047
  vercelAiGatewayModelId?: string | undefined;
4042
4048
  basetenApiKey?: string | undefined;
@@ -4051,7 +4057,7 @@ declare const providerSettingsSchema: z.ZodObject<{
4051
4057
  codebaseIndexMistralApiKey?: string | undefined;
4052
4058
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
4053
4059
  codebaseIndexOpenRouterApiKey?: string | undefined;
4054
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
4060
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
4055
4061
  includeMaxTokens?: boolean | undefined;
4056
4062
  diffEnabled?: boolean | undefined;
4057
4063
  todoListEnabled?: boolean | undefined;
@@ -4208,6 +4214,7 @@ declare const providerSettingsSchema: z.ZodObject<{
4208
4214
  ioIntelligenceModelId?: string | undefined;
4209
4215
  ioIntelligenceApiKey?: string | undefined;
4210
4216
  qwenCodeOauthPath?: string | undefined;
4217
+ rooApiKey?: string | undefined;
4211
4218
  vercelAiGatewayApiKey?: string | undefined;
4212
4219
  vercelAiGatewayModelId?: string | undefined;
4213
4220
  basetenApiKey?: string | undefined;
@@ -4239,6 +4246,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
4239
4246
  vercelAiGatewayApiKey: z.ZodOptional<z.ZodString>;
4240
4247
  vercelAiGatewayModelId: z.ZodOptional<z.ZodString>;
4241
4248
  apiModelId: z.ZodOptional<z.ZodString>;
4249
+ rooApiKey: z.ZodOptional<z.ZodString>;
4242
4250
  qwenCodeOauthPath: z.ZodOptional<z.ZodString>;
4243
4251
  ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
4244
4252
  ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
@@ -4504,7 +4512,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
4504
4512
  codebaseIndexMistralApiKey?: string | undefined;
4505
4513
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
4506
4514
  codebaseIndexOpenRouterApiKey?: string | undefined;
4507
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
4515
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
4508
4516
  includeMaxTokens?: boolean | undefined;
4509
4517
  diffEnabled?: boolean | undefined;
4510
4518
  todoListEnabled?: boolean | undefined;
@@ -4661,6 +4669,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
4661
4669
  ioIntelligenceModelId?: string | undefined;
4662
4670
  ioIntelligenceApiKey?: string | undefined;
4663
4671
  qwenCodeOauthPath?: string | undefined;
4672
+ rooApiKey?: string | undefined;
4664
4673
  vercelAiGatewayApiKey?: string | undefined;
4665
4674
  vercelAiGatewayModelId?: string | undefined;
4666
4675
  basetenApiKey?: string | undefined;
@@ -4676,7 +4685,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
4676
4685
  codebaseIndexMistralApiKey?: string | undefined;
4677
4686
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
4678
4687
  codebaseIndexOpenRouterApiKey?: string | undefined;
4679
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
4688
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
4680
4689
  includeMaxTokens?: boolean | undefined;
4681
4690
  diffEnabled?: boolean | undefined;
4682
4691
  todoListEnabled?: boolean | undefined;
@@ -4833,6 +4842,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
4833
4842
  ioIntelligenceModelId?: string | undefined;
4834
4843
  ioIntelligenceApiKey?: string | undefined;
4835
4844
  qwenCodeOauthPath?: string | undefined;
4845
+ rooApiKey?: string | undefined;
4836
4846
  vercelAiGatewayApiKey?: string | undefined;
4837
4847
  vercelAiGatewayModelId?: string | undefined;
4838
4848
  basetenApiKey?: string | undefined;
@@ -7090,6 +7100,8 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
7090
7100
  toolProtocol: z.ZodOptional<z.ZodEnum<["xml", "native"]>>;
7091
7101
  } & {
7092
7102
  apiModelId: z.ZodOptional<z.ZodString>;
7103
+ } & {
7104
+ rooApiKey: z.ZodOptional<z.ZodString>;
7093
7105
  } & {
7094
7106
  apiProvider: z.ZodLiteral<"roo">;
7095
7107
  }, "strip", z.ZodTypeAny, {
@@ -7108,6 +7120,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
7108
7120
  verbosity?: "low" | "medium" | "high" | undefined;
7109
7121
  toolProtocol?: "xml" | "native" | undefined;
7110
7122
  apiModelId?: string | undefined;
7123
+ rooApiKey?: string | undefined;
7111
7124
  }, {
7112
7125
  apiProvider: "roo";
7113
7126
  reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
@@ -7124,6 +7137,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
7124
7137
  verbosity?: "low" | "medium" | "high" | undefined;
7125
7138
  toolProtocol?: "xml" | "native" | undefined;
7126
7139
  apiModelId?: string | undefined;
7140
+ rooApiKey?: string | undefined;
7127
7141
  }>, z.ZodObject<{
7128
7142
  includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
7129
7143
  diffEnabled: z.ZodOptional<z.ZodBoolean>;
@@ -7191,7 +7205,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
7191
7205
  id?: string | undefined;
7192
7206
  }>>;
7193
7207
  type ProviderSettingsWithId = z.infer<typeof providerSettingsWithIdSchema>;
7194
- declare const PROVIDER_SETTINGS_KEYS: ["reasoningEffort", "codebaseIndexOpenAiCompatibleBaseUrl", "codebaseIndexOpenAiCompatibleModelDimension", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexGeminiApiKey", "codebaseIndexMistralApiKey", "codebaseIndexVercelAiGatewayApiKey", "codebaseIndexOpenRouterApiKey", "apiProvider", "includeMaxTokens", "diffEnabled", "todoListEnabled", "fuzzyMatchThreshold", "modelTemperature", "rateLimitSeconds", "consecutiveMistakeLimit", "enableReasoningEffort", "modelMaxTokens", "modelMaxThinkingTokens", "verbosity", "toolProtocol", "apiModelId", "apiKey", "anthropicBaseUrl", "anthropicUseAuthToken", "anthropicBeta1MContext", "openRouterApiKey", "openRouterModelId", "openRouterBaseUrl", "openRouterSpecificProvider", "awsAccessKey", "awsSecretKey", "awsSessionToken", "awsRegion", "awsUseCrossRegionInference", "awsUseGlobalInference", "awsUsePromptCache", "awsProfile", "awsUseProfile", "awsApiKey", "awsUseApiKey", "awsCustomArn", "awsModelContextWindow", "awsBedrockEndpointEnabled", "awsBedrockEndpoint", "awsBedrock1MContext", "awsBedrockServiceTier", "vertexKeyFile", "vertexJsonCredentials", "vertexProjectId", "vertexRegion", "enableUrlContext", "enableGrounding", "vertex1MContext", "openAiBaseUrl", "openAiApiKey", "openAiLegacyFormat", "openAiR1FormatEnabled", "openAiModelId", "openAiCustomModelInfo", "openAiUseAzure", "azureApiVersion", "openAiStreamingEnabled", "openAiHostHeader", "openAiHeaders", "ollamaModelId", "ollamaBaseUrl", "ollamaApiKey", "ollamaNumCtx", "vsCodeLmModelSelector", "lmStudioModelId", "lmStudioBaseUrl", "lmStudioDraftModelId", "lmStudioSpeculativeDecodingEnabled", "geminiApiKey", "googleGeminiBaseUrl", "geminiCliOAuthPath", "geminiCliProjectId", "openAiNativeApiKey", "openAiNativeBaseUrl", "openAiNativeServiceTier", "mistralApiKey", "mistralCodestralUrl", "deepSeekBaseUrl", "deepSeekApiKey", "deepInfraBaseUrl", "deepInfraApiKey", "deepInfraModelId", "doubaoBaseUrl", "doubaoApiKey", "moonshotBaseUrl", "moonshotApiKey", "minimaxBaseUrl", "minimaxApiKey", "unboundApiKey", "unboundModelId", "requestyBaseUrl", "requestyApiKey", "requestyModelId", "fakeAi", "xaiApiKey", "groqApiKey", "huggingFaceApiKey", "huggingFaceModelId", "huggingFaceInferenceProvider", "chutesApiKey", "litellmBaseUrl", "litellmApiKey", "litellmModelId", "litellmUsePromptCache", "cerebrasApiKey", "sambaNovaApiKey", "zaiApiKey", "zaiApiLine", "fireworksApiKey", "featherlessApiKey", "ioIntelligenceModelId", "ioIntelligenceApiKey", "qwenCodeOauthPath", "vercelAiGatewayApiKey", "vercelAiGatewayModelId", "basetenApiKey"];
7208
+ declare const PROVIDER_SETTINGS_KEYS: ["reasoningEffort", "codebaseIndexOpenAiCompatibleBaseUrl", "codebaseIndexOpenAiCompatibleModelDimension", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexGeminiApiKey", "codebaseIndexMistralApiKey", "codebaseIndexVercelAiGatewayApiKey", "codebaseIndexOpenRouterApiKey", "apiProvider", "includeMaxTokens", "diffEnabled", "todoListEnabled", "fuzzyMatchThreshold", "modelTemperature", "rateLimitSeconds", "consecutiveMistakeLimit", "enableReasoningEffort", "modelMaxTokens", "modelMaxThinkingTokens", "verbosity", "toolProtocol", "apiModelId", "apiKey", "anthropicBaseUrl", "anthropicUseAuthToken", "anthropicBeta1MContext", "openRouterApiKey", "openRouterModelId", "openRouterBaseUrl", "openRouterSpecificProvider", "awsAccessKey", "awsSecretKey", "awsSessionToken", "awsRegion", "awsUseCrossRegionInference", "awsUseGlobalInference", "awsUsePromptCache", "awsProfile", "awsUseProfile", "awsApiKey", "awsUseApiKey", "awsCustomArn", "awsModelContextWindow", "awsBedrockEndpointEnabled", "awsBedrockEndpoint", "awsBedrock1MContext", "awsBedrockServiceTier", "vertexKeyFile", "vertexJsonCredentials", "vertexProjectId", "vertexRegion", "enableUrlContext", "enableGrounding", "vertex1MContext", "openAiBaseUrl", "openAiApiKey", "openAiLegacyFormat", "openAiR1FormatEnabled", "openAiModelId", "openAiCustomModelInfo", "openAiUseAzure", "azureApiVersion", "openAiStreamingEnabled", "openAiHostHeader", "openAiHeaders", "ollamaModelId", "ollamaBaseUrl", "ollamaApiKey", "ollamaNumCtx", "vsCodeLmModelSelector", "lmStudioModelId", "lmStudioBaseUrl", "lmStudioDraftModelId", "lmStudioSpeculativeDecodingEnabled", "geminiApiKey", "googleGeminiBaseUrl", "geminiCliOAuthPath", "geminiCliProjectId", "openAiNativeApiKey", "openAiNativeBaseUrl", "openAiNativeServiceTier", "mistralApiKey", "mistralCodestralUrl", "deepSeekBaseUrl", "deepSeekApiKey", "deepInfraBaseUrl", "deepInfraApiKey", "deepInfraModelId", "doubaoBaseUrl", "doubaoApiKey", "moonshotBaseUrl", "moonshotApiKey", "minimaxBaseUrl", "minimaxApiKey", "unboundApiKey", "unboundModelId", "requestyBaseUrl", "requestyApiKey", "requestyModelId", "fakeAi", "xaiApiKey", "groqApiKey", "huggingFaceApiKey", "huggingFaceModelId", "huggingFaceInferenceProvider", "chutesApiKey", "litellmBaseUrl", "litellmApiKey", "litellmModelId", "litellmUsePromptCache", "cerebrasApiKey", "sambaNovaApiKey", "zaiApiKey", "zaiApiLine", "fireworksApiKey", "featherlessApiKey", "ioIntelligenceModelId", "ioIntelligenceApiKey", "qwenCodeOauthPath", "rooApiKey", "vercelAiGatewayApiKey", "vercelAiGatewayModelId", "basetenApiKey"];
7195
7209
  /**
7196
7210
  * ModelIdKey
7197
7211
  */
@@ -7255,12 +7269,12 @@ declare const globalSettingsSchema: z.ZodObject<{
7255
7269
  }, "strip", z.ZodTypeAny, {
7256
7270
  id: string;
7257
7271
  name: string;
7258
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
7272
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
7259
7273
  modelId?: string | undefined;
7260
7274
  }, {
7261
7275
  id: string;
7262
7276
  name: string;
7263
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
7277
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
7264
7278
  modelId?: string | undefined;
7265
7279
  }>, "many">>;
7266
7280
  pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
@@ -7282,6 +7296,7 @@ declare const globalSettingsSchema: z.ZodObject<{
7282
7296
  workspace: z.ZodOptional<z.ZodString>;
7283
7297
  mode: z.ZodOptional<z.ZodString>;
7284
7298
  toolProtocol: z.ZodOptional<z.ZodEnum<["xml", "native"]>>;
7299
+ apiConfigName: z.ZodOptional<z.ZodString>;
7285
7300
  status: z.ZodOptional<z.ZodEnum<["active", "completed", "delegated"]>>;
7286
7301
  delegatedToId: z.ZodOptional<z.ZodString>;
7287
7302
  childIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -7305,6 +7320,7 @@ declare const globalSettingsSchema: z.ZodObject<{
7305
7320
  size?: number | undefined;
7306
7321
  workspace?: string | undefined;
7307
7322
  mode?: string | undefined;
7323
+ apiConfigName?: string | undefined;
7308
7324
  delegatedToId?: string | undefined;
7309
7325
  childIds?: string[] | undefined;
7310
7326
  awaitingChildId?: string | undefined;
@@ -7327,6 +7343,7 @@ declare const globalSettingsSchema: z.ZodObject<{
7327
7343
  size?: number | undefined;
7328
7344
  workspace?: string | undefined;
7329
7345
  mode?: string | undefined;
7346
+ apiConfigName?: string | undefined;
7330
7347
  delegatedToId?: string | undefined;
7331
7348
  childIds?: string[] | undefined;
7332
7349
  awaitingChildId?: string | undefined;
@@ -7510,6 +7527,12 @@ declare const globalSettingsSchema: z.ZodObject<{
7510
7527
  openai?: Record<string, {
7511
7528
  dimension: number;
7512
7529
  }> | undefined;
7530
+ openrouter?: Record<string, {
7531
+ dimension: number;
7532
+ }> | undefined;
7533
+ "vercel-ai-gateway"?: Record<string, {
7534
+ dimension: number;
7535
+ }> | undefined;
7513
7536
  ollama?: Record<string, {
7514
7537
  dimension: number;
7515
7538
  }> | undefined;
@@ -7522,17 +7545,17 @@ declare const globalSettingsSchema: z.ZodObject<{
7522
7545
  mistral?: Record<string, {
7523
7546
  dimension: number;
7524
7547
  }> | undefined;
7525
- "vercel-ai-gateway"?: Record<string, {
7548
+ bedrock?: Record<string, {
7526
7549
  dimension: number;
7527
7550
  }> | undefined;
7528
- bedrock?: Record<string, {
7551
+ }, {
7552
+ openai?: Record<string, {
7529
7553
  dimension: number;
7530
7554
  }> | undefined;
7531
7555
  openrouter?: Record<string, {
7532
7556
  dimension: number;
7533
7557
  }> | undefined;
7534
- }, {
7535
- openai?: Record<string, {
7558
+ "vercel-ai-gateway"?: Record<string, {
7536
7559
  dimension: number;
7537
7560
  }> | undefined;
7538
7561
  ollama?: Record<string, {
@@ -7547,15 +7570,9 @@ declare const globalSettingsSchema: z.ZodObject<{
7547
7570
  mistral?: Record<string, {
7548
7571
  dimension: number;
7549
7572
  }> | undefined;
7550
- "vercel-ai-gateway"?: Record<string, {
7551
- dimension: number;
7552
- }> | undefined;
7553
7573
  bedrock?: Record<string, {
7554
7574
  dimension: number;
7555
7575
  }> | undefined;
7556
- openrouter?: Record<string, {
7557
- dimension: number;
7558
- }> | undefined;
7559
7576
  }>>;
7560
7577
  codebaseIndexConfig: z.ZodOptional<z.ZodObject<{
7561
7578
  codebaseIndexEnabled: z.ZodOptional<z.ZodBoolean>;
@@ -7574,7 +7591,7 @@ declare const globalSettingsSchema: z.ZodObject<{
7574
7591
  }, "strip", z.ZodTypeAny, {
7575
7592
  codebaseIndexEnabled?: boolean | undefined;
7576
7593
  codebaseIndexQdrantUrl?: string | undefined;
7577
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
7594
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
7578
7595
  codebaseIndexEmbedderBaseUrl?: string | undefined;
7579
7596
  codebaseIndexEmbedderModelId?: string | undefined;
7580
7597
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -7588,7 +7605,7 @@ declare const globalSettingsSchema: z.ZodObject<{
7588
7605
  }, {
7589
7606
  codebaseIndexEnabled?: boolean | undefined;
7590
7607
  codebaseIndexQdrantUrl?: string | undefined;
7591
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
7608
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
7592
7609
  codebaseIndexEmbedderBaseUrl?: string | undefined;
7593
7610
  codebaseIndexEmbedderModelId?: string | undefined;
7594
7611
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -7711,7 +7728,7 @@ declare const globalSettingsSchema: z.ZodObject<{
7711
7728
  listApiConfigMeta?: {
7712
7729
  id: string;
7713
7730
  name: string;
7714
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
7731
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
7715
7732
  modelId?: string | undefined;
7716
7733
  }[] | undefined;
7717
7734
  pinnedApiConfigs?: Record<string, boolean> | undefined;
@@ -7733,6 +7750,7 @@ declare const globalSettingsSchema: z.ZodObject<{
7733
7750
  size?: number | undefined;
7734
7751
  workspace?: string | undefined;
7735
7752
  mode?: string | undefined;
7753
+ apiConfigName?: string | undefined;
7736
7754
  delegatedToId?: string | undefined;
7737
7755
  childIds?: string[] | undefined;
7738
7756
  awaitingChildId?: string | undefined;
@@ -7819,6 +7837,12 @@ declare const globalSettingsSchema: z.ZodObject<{
7819
7837
  openai?: Record<string, {
7820
7838
  dimension: number;
7821
7839
  }> | undefined;
7840
+ openrouter?: Record<string, {
7841
+ dimension: number;
7842
+ }> | undefined;
7843
+ "vercel-ai-gateway"?: Record<string, {
7844
+ dimension: number;
7845
+ }> | undefined;
7822
7846
  ollama?: Record<string, {
7823
7847
  dimension: number;
7824
7848
  }> | undefined;
@@ -7831,20 +7855,14 @@ declare const globalSettingsSchema: z.ZodObject<{
7831
7855
  mistral?: Record<string, {
7832
7856
  dimension: number;
7833
7857
  }> | undefined;
7834
- "vercel-ai-gateway"?: Record<string, {
7835
- dimension: number;
7836
- }> | undefined;
7837
7858
  bedrock?: Record<string, {
7838
7859
  dimension: number;
7839
7860
  }> | undefined;
7840
- openrouter?: Record<string, {
7841
- dimension: number;
7842
- }> | undefined;
7843
7861
  } | undefined;
7844
7862
  codebaseIndexConfig?: {
7845
7863
  codebaseIndexEnabled?: boolean | undefined;
7846
7864
  codebaseIndexQdrantUrl?: string | undefined;
7847
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
7865
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
7848
7866
  codebaseIndexEmbedderBaseUrl?: string | undefined;
7849
7867
  codebaseIndexEmbedderModelId?: string | undefined;
7850
7868
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -7900,7 +7918,7 @@ declare const globalSettingsSchema: z.ZodObject<{
7900
7918
  listApiConfigMeta?: {
7901
7919
  id: string;
7902
7920
  name: string;
7903
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
7921
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
7904
7922
  modelId?: string | undefined;
7905
7923
  }[] | undefined;
7906
7924
  pinnedApiConfigs?: Record<string, boolean> | undefined;
@@ -7922,6 +7940,7 @@ declare const globalSettingsSchema: z.ZodObject<{
7922
7940
  size?: number | undefined;
7923
7941
  workspace?: string | undefined;
7924
7942
  mode?: string | undefined;
7943
+ apiConfigName?: string | undefined;
7925
7944
  delegatedToId?: string | undefined;
7926
7945
  childIds?: string[] | undefined;
7927
7946
  awaitingChildId?: string | undefined;
@@ -8008,6 +8027,12 @@ declare const globalSettingsSchema: z.ZodObject<{
8008
8027
  openai?: Record<string, {
8009
8028
  dimension: number;
8010
8029
  }> | undefined;
8030
+ openrouter?: Record<string, {
8031
+ dimension: number;
8032
+ }> | undefined;
8033
+ "vercel-ai-gateway"?: Record<string, {
8034
+ dimension: number;
8035
+ }> | undefined;
8011
8036
  ollama?: Record<string, {
8012
8037
  dimension: number;
8013
8038
  }> | undefined;
@@ -8020,20 +8045,14 @@ declare const globalSettingsSchema: z.ZodObject<{
8020
8045
  mistral?: Record<string, {
8021
8046
  dimension: number;
8022
8047
  }> | undefined;
8023
- "vercel-ai-gateway"?: Record<string, {
8024
- dimension: number;
8025
- }> | undefined;
8026
8048
  bedrock?: Record<string, {
8027
8049
  dimension: number;
8028
8050
  }> | undefined;
8029
- openrouter?: Record<string, {
8030
- dimension: number;
8031
- }> | undefined;
8032
8051
  } | undefined;
8033
8052
  codebaseIndexConfig?: {
8034
8053
  codebaseIndexEnabled?: boolean | undefined;
8035
8054
  codebaseIndexQdrantUrl?: string | undefined;
8036
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
8055
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
8037
8056
  codebaseIndexEmbedderBaseUrl?: string | undefined;
8038
8057
  codebaseIndexEmbedderModelId?: string | undefined;
8039
8058
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -8094,6 +8113,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8094
8113
  vercelAiGatewayApiKey: z.ZodOptional<z.ZodString>;
8095
8114
  vercelAiGatewayModelId: z.ZodOptional<z.ZodString>;
8096
8115
  apiModelId: z.ZodOptional<z.ZodString>;
8116
+ rooApiKey: z.ZodOptional<z.ZodString>;
8097
8117
  qwenCodeOauthPath: z.ZodOptional<z.ZodString>;
8098
8118
  ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
8099
8119
  ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
@@ -8355,12 +8375,12 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8355
8375
  }, "strip", z.ZodTypeAny, {
8356
8376
  id: string;
8357
8377
  name: string;
8358
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
8378
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
8359
8379
  modelId?: string | undefined;
8360
8380
  }, {
8361
8381
  id: string;
8362
8382
  name: string;
8363
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
8383
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
8364
8384
  modelId?: string | undefined;
8365
8385
  }>, "many">>;
8366
8386
  pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
@@ -8382,6 +8402,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8382
8402
  workspace: z.ZodOptional<z.ZodString>;
8383
8403
  mode: z.ZodOptional<z.ZodString>;
8384
8404
  toolProtocol: z.ZodOptional<z.ZodEnum<["xml", "native"]>>;
8405
+ apiConfigName: z.ZodOptional<z.ZodString>;
8385
8406
  status: z.ZodOptional<z.ZodEnum<["active", "completed", "delegated"]>>;
8386
8407
  delegatedToId: z.ZodOptional<z.ZodString>;
8387
8408
  childIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -8405,6 +8426,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8405
8426
  size?: number | undefined;
8406
8427
  workspace?: string | undefined;
8407
8428
  mode?: string | undefined;
8429
+ apiConfigName?: string | undefined;
8408
8430
  delegatedToId?: string | undefined;
8409
8431
  childIds?: string[] | undefined;
8410
8432
  awaitingChildId?: string | undefined;
@@ -8427,6 +8449,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8427
8449
  size?: number | undefined;
8428
8450
  workspace?: string | undefined;
8429
8451
  mode?: string | undefined;
8452
+ apiConfigName?: string | undefined;
8430
8453
  delegatedToId?: string | undefined;
8431
8454
  childIds?: string[] | undefined;
8432
8455
  awaitingChildId?: string | undefined;
@@ -8589,6 +8612,12 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8589
8612
  openai?: Record<string, {
8590
8613
  dimension: number;
8591
8614
  }> | undefined;
8615
+ openrouter?: Record<string, {
8616
+ dimension: number;
8617
+ }> | undefined;
8618
+ "vercel-ai-gateway"?: Record<string, {
8619
+ dimension: number;
8620
+ }> | undefined;
8592
8621
  ollama?: Record<string, {
8593
8622
  dimension: number;
8594
8623
  }> | undefined;
@@ -8601,17 +8630,17 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8601
8630
  mistral?: Record<string, {
8602
8631
  dimension: number;
8603
8632
  }> | undefined;
8604
- "vercel-ai-gateway"?: Record<string, {
8633
+ bedrock?: Record<string, {
8605
8634
  dimension: number;
8606
8635
  }> | undefined;
8607
- bedrock?: Record<string, {
8636
+ }, {
8637
+ openai?: Record<string, {
8608
8638
  dimension: number;
8609
8639
  }> | undefined;
8610
8640
  openrouter?: Record<string, {
8611
8641
  dimension: number;
8612
8642
  }> | undefined;
8613
- }, {
8614
- openai?: Record<string, {
8643
+ "vercel-ai-gateway"?: Record<string, {
8615
8644
  dimension: number;
8616
8645
  }> | undefined;
8617
8646
  ollama?: Record<string, {
@@ -8626,15 +8655,9 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8626
8655
  mistral?: Record<string, {
8627
8656
  dimension: number;
8628
8657
  }> | undefined;
8629
- "vercel-ai-gateway"?: Record<string, {
8630
- dimension: number;
8631
- }> | undefined;
8632
8658
  bedrock?: Record<string, {
8633
8659
  dimension: number;
8634
8660
  }> | undefined;
8635
- openrouter?: Record<string, {
8636
- dimension: number;
8637
- }> | undefined;
8638
8661
  }>>;
8639
8662
  codebaseIndexConfig: z.ZodOptional<z.ZodObject<{
8640
8663
  codebaseIndexEnabled: z.ZodOptional<z.ZodBoolean>;
@@ -8653,7 +8676,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8653
8676
  }, "strip", z.ZodTypeAny, {
8654
8677
  codebaseIndexEnabled?: boolean | undefined;
8655
8678
  codebaseIndexQdrantUrl?: string | undefined;
8656
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
8679
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
8657
8680
  codebaseIndexEmbedderBaseUrl?: string | undefined;
8658
8681
  codebaseIndexEmbedderModelId?: string | undefined;
8659
8682
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -8667,7 +8690,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8667
8690
  }, {
8668
8691
  codebaseIndexEnabled?: boolean | undefined;
8669
8692
  codebaseIndexQdrantUrl?: string | undefined;
8670
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
8693
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
8671
8694
  codebaseIndexEmbedderBaseUrl?: string | undefined;
8672
8695
  codebaseIndexEmbedderModelId?: string | undefined;
8673
8696
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -8772,7 +8795,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8772
8795
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
8773
8796
  codebaseIndexOpenRouterApiKey?: string | undefined;
8774
8797
  language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
8775
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
8798
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
8776
8799
  includeMaxTokens?: boolean | undefined;
8777
8800
  diffEnabled?: boolean | undefined;
8778
8801
  todoListEnabled?: boolean | undefined;
@@ -8929,6 +8952,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8929
8952
  ioIntelligenceModelId?: string | undefined;
8930
8953
  ioIntelligenceApiKey?: string | undefined;
8931
8954
  qwenCodeOauthPath?: string | undefined;
8955
+ rooApiKey?: string | undefined;
8932
8956
  vercelAiGatewayApiKey?: string | undefined;
8933
8957
  vercelAiGatewayModelId?: string | undefined;
8934
8958
  basetenApiKey?: string | undefined;
@@ -8951,7 +8975,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8951
8975
  listApiConfigMeta?: {
8952
8976
  id: string;
8953
8977
  name: string;
8954
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
8978
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
8955
8979
  modelId?: string | undefined;
8956
8980
  }[] | undefined;
8957
8981
  pinnedApiConfigs?: Record<string, boolean> | undefined;
@@ -8973,6 +8997,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8973
8997
  size?: number | undefined;
8974
8998
  workspace?: string | undefined;
8975
8999
  mode?: string | undefined;
9000
+ apiConfigName?: string | undefined;
8976
9001
  delegatedToId?: string | undefined;
8977
9002
  childIds?: string[] | undefined;
8978
9003
  awaitingChildId?: string | undefined;
@@ -9059,6 +9084,12 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
9059
9084
  openai?: Record<string, {
9060
9085
  dimension: number;
9061
9086
  }> | undefined;
9087
+ openrouter?: Record<string, {
9088
+ dimension: number;
9089
+ }> | undefined;
9090
+ "vercel-ai-gateway"?: Record<string, {
9091
+ dimension: number;
9092
+ }> | undefined;
9062
9093
  ollama?: Record<string, {
9063
9094
  dimension: number;
9064
9095
  }> | undefined;
@@ -9071,20 +9102,14 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
9071
9102
  mistral?: Record<string, {
9072
9103
  dimension: number;
9073
9104
  }> | undefined;
9074
- "vercel-ai-gateway"?: Record<string, {
9075
- dimension: number;
9076
- }> | undefined;
9077
9105
  bedrock?: Record<string, {
9078
9106
  dimension: number;
9079
9107
  }> | undefined;
9080
- openrouter?: Record<string, {
9081
- dimension: number;
9082
- }> | undefined;
9083
9108
  } | undefined;
9084
9109
  codebaseIndexConfig?: {
9085
9110
  codebaseIndexEnabled?: boolean | undefined;
9086
9111
  codebaseIndexQdrantUrl?: string | undefined;
9087
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
9112
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
9088
9113
  codebaseIndexEmbedderBaseUrl?: string | undefined;
9089
9114
  codebaseIndexEmbedderModelId?: string | undefined;
9090
9115
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -9128,7 +9153,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
9128
9153
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
9129
9154
  codebaseIndexOpenRouterApiKey?: string | undefined;
9130
9155
  language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
9131
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
9156
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
9132
9157
  includeMaxTokens?: boolean | undefined;
9133
9158
  diffEnabled?: boolean | undefined;
9134
9159
  todoListEnabled?: boolean | undefined;
@@ -9285,6 +9310,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
9285
9310
  ioIntelligenceModelId?: string | undefined;
9286
9311
  ioIntelligenceApiKey?: string | undefined;
9287
9312
  qwenCodeOauthPath?: string | undefined;
9313
+ rooApiKey?: string | undefined;
9288
9314
  vercelAiGatewayApiKey?: string | undefined;
9289
9315
  vercelAiGatewayModelId?: string | undefined;
9290
9316
  basetenApiKey?: string | undefined;
@@ -9307,7 +9333,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
9307
9333
  listApiConfigMeta?: {
9308
9334
  id: string;
9309
9335
  name: string;
9310
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
9336
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
9311
9337
  modelId?: string | undefined;
9312
9338
  }[] | undefined;
9313
9339
  pinnedApiConfigs?: Record<string, boolean> | undefined;
@@ -9329,6 +9355,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
9329
9355
  size?: number | undefined;
9330
9356
  workspace?: string | undefined;
9331
9357
  mode?: string | undefined;
9358
+ apiConfigName?: string | undefined;
9332
9359
  delegatedToId?: string | undefined;
9333
9360
  childIds?: string[] | undefined;
9334
9361
  awaitingChildId?: string | undefined;
@@ -9415,6 +9442,12 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
9415
9442
  openai?: Record<string, {
9416
9443
  dimension: number;
9417
9444
  }> | undefined;
9445
+ openrouter?: Record<string, {
9446
+ dimension: number;
9447
+ }> | undefined;
9448
+ "vercel-ai-gateway"?: Record<string, {
9449
+ dimension: number;
9450
+ }> | undefined;
9418
9451
  ollama?: Record<string, {
9419
9452
  dimension: number;
9420
9453
  }> | undefined;
@@ -9427,20 +9460,14 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
9427
9460
  mistral?: Record<string, {
9428
9461
  dimension: number;
9429
9462
  }> | undefined;
9430
- "vercel-ai-gateway"?: Record<string, {
9431
- dimension: number;
9432
- }> | undefined;
9433
9463
  bedrock?: Record<string, {
9434
9464
  dimension: number;
9435
9465
  }> | undefined;
9436
- openrouter?: Record<string, {
9437
- dimension: number;
9438
- }> | undefined;
9439
9466
  } | undefined;
9440
9467
  codebaseIndexConfig?: {
9441
9468
  codebaseIndexEnabled?: boolean | undefined;
9442
9469
  codebaseIndexQdrantUrl?: string | undefined;
9443
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
9470
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
9444
9471
  codebaseIndexEmbedderBaseUrl?: string | undefined;
9445
9472
  codebaseIndexEmbedderModelId?: string | undefined;
9446
9473
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -9570,6 +9597,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
9570
9597
  vercelAiGatewayApiKey: z.ZodOptional<z.ZodString>;
9571
9598
  vercelAiGatewayModelId: z.ZodOptional<z.ZodString>;
9572
9599
  apiModelId: z.ZodOptional<z.ZodString>;
9600
+ rooApiKey: z.ZodOptional<z.ZodString>;
9573
9601
  qwenCodeOauthPath: z.ZodOptional<z.ZodString>;
9574
9602
  ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
9575
9603
  ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
@@ -9831,12 +9859,12 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
9831
9859
  }, "strip", z.ZodTypeAny, {
9832
9860
  id: string;
9833
9861
  name: string;
9834
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
9862
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
9835
9863
  modelId?: string | undefined;
9836
9864
  }, {
9837
9865
  id: string;
9838
9866
  name: string;
9839
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
9867
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
9840
9868
  modelId?: string | undefined;
9841
9869
  }>, "many">>;
9842
9870
  pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
@@ -9858,6 +9886,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
9858
9886
  workspace: z.ZodOptional<z.ZodString>;
9859
9887
  mode: z.ZodOptional<z.ZodString>;
9860
9888
  toolProtocol: z.ZodOptional<z.ZodEnum<["xml", "native"]>>;
9889
+ apiConfigName: z.ZodOptional<z.ZodString>;
9861
9890
  status: z.ZodOptional<z.ZodEnum<["active", "completed", "delegated"]>>;
9862
9891
  delegatedToId: z.ZodOptional<z.ZodString>;
9863
9892
  childIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -9881,6 +9910,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
9881
9910
  size?: number | undefined;
9882
9911
  workspace?: string | undefined;
9883
9912
  mode?: string | undefined;
9913
+ apiConfigName?: string | undefined;
9884
9914
  delegatedToId?: string | undefined;
9885
9915
  childIds?: string[] | undefined;
9886
9916
  awaitingChildId?: string | undefined;
@@ -9903,6 +9933,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
9903
9933
  size?: number | undefined;
9904
9934
  workspace?: string | undefined;
9905
9935
  mode?: string | undefined;
9936
+ apiConfigName?: string | undefined;
9906
9937
  delegatedToId?: string | undefined;
9907
9938
  childIds?: string[] | undefined;
9908
9939
  awaitingChildId?: string | undefined;
@@ -10065,6 +10096,12 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10065
10096
  openai?: Record<string, {
10066
10097
  dimension: number;
10067
10098
  }> | undefined;
10099
+ openrouter?: Record<string, {
10100
+ dimension: number;
10101
+ }> | undefined;
10102
+ "vercel-ai-gateway"?: Record<string, {
10103
+ dimension: number;
10104
+ }> | undefined;
10068
10105
  ollama?: Record<string, {
10069
10106
  dimension: number;
10070
10107
  }> | undefined;
@@ -10077,17 +10114,17 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10077
10114
  mistral?: Record<string, {
10078
10115
  dimension: number;
10079
10116
  }> | undefined;
10080
- "vercel-ai-gateway"?: Record<string, {
10117
+ bedrock?: Record<string, {
10081
10118
  dimension: number;
10082
10119
  }> | undefined;
10083
- bedrock?: Record<string, {
10120
+ }, {
10121
+ openai?: Record<string, {
10084
10122
  dimension: number;
10085
10123
  }> | undefined;
10086
10124
  openrouter?: Record<string, {
10087
10125
  dimension: number;
10088
10126
  }> | undefined;
10089
- }, {
10090
- openai?: Record<string, {
10127
+ "vercel-ai-gateway"?: Record<string, {
10091
10128
  dimension: number;
10092
10129
  }> | undefined;
10093
10130
  ollama?: Record<string, {
@@ -10102,15 +10139,9 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10102
10139
  mistral?: Record<string, {
10103
10140
  dimension: number;
10104
10141
  }> | undefined;
10105
- "vercel-ai-gateway"?: Record<string, {
10106
- dimension: number;
10107
- }> | undefined;
10108
10142
  bedrock?: Record<string, {
10109
10143
  dimension: number;
10110
10144
  }> | undefined;
10111
- openrouter?: Record<string, {
10112
- dimension: number;
10113
- }> | undefined;
10114
10145
  }>>;
10115
10146
  codebaseIndexConfig: z.ZodOptional<z.ZodObject<{
10116
10147
  codebaseIndexEnabled: z.ZodOptional<z.ZodBoolean>;
@@ -10129,7 +10160,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10129
10160
  }, "strip", z.ZodTypeAny, {
10130
10161
  codebaseIndexEnabled?: boolean | undefined;
10131
10162
  codebaseIndexQdrantUrl?: string | undefined;
10132
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
10163
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
10133
10164
  codebaseIndexEmbedderBaseUrl?: string | undefined;
10134
10165
  codebaseIndexEmbedderModelId?: string | undefined;
10135
10166
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -10143,7 +10174,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10143
10174
  }, {
10144
10175
  codebaseIndexEnabled?: boolean | undefined;
10145
10176
  codebaseIndexQdrantUrl?: string | undefined;
10146
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
10177
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
10147
10178
  codebaseIndexEmbedderBaseUrl?: string | undefined;
10148
10179
  codebaseIndexEmbedderModelId?: string | undefined;
10149
10180
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -10248,7 +10279,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10248
10279
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
10249
10280
  codebaseIndexOpenRouterApiKey?: string | undefined;
10250
10281
  language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
10251
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
10282
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
10252
10283
  includeMaxTokens?: boolean | undefined;
10253
10284
  diffEnabled?: boolean | undefined;
10254
10285
  todoListEnabled?: boolean | undefined;
@@ -10405,6 +10436,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10405
10436
  ioIntelligenceModelId?: string | undefined;
10406
10437
  ioIntelligenceApiKey?: string | undefined;
10407
10438
  qwenCodeOauthPath?: string | undefined;
10439
+ rooApiKey?: string | undefined;
10408
10440
  vercelAiGatewayApiKey?: string | undefined;
10409
10441
  vercelAiGatewayModelId?: string | undefined;
10410
10442
  basetenApiKey?: string | undefined;
@@ -10427,7 +10459,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10427
10459
  listApiConfigMeta?: {
10428
10460
  id: string;
10429
10461
  name: string;
10430
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
10462
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
10431
10463
  modelId?: string | undefined;
10432
10464
  }[] | undefined;
10433
10465
  pinnedApiConfigs?: Record<string, boolean> | undefined;
@@ -10449,6 +10481,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10449
10481
  size?: number | undefined;
10450
10482
  workspace?: string | undefined;
10451
10483
  mode?: string | undefined;
10484
+ apiConfigName?: string | undefined;
10452
10485
  delegatedToId?: string | undefined;
10453
10486
  childIds?: string[] | undefined;
10454
10487
  awaitingChildId?: string | undefined;
@@ -10535,6 +10568,12 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10535
10568
  openai?: Record<string, {
10536
10569
  dimension: number;
10537
10570
  }> | undefined;
10571
+ openrouter?: Record<string, {
10572
+ dimension: number;
10573
+ }> | undefined;
10574
+ "vercel-ai-gateway"?: Record<string, {
10575
+ dimension: number;
10576
+ }> | undefined;
10538
10577
  ollama?: Record<string, {
10539
10578
  dimension: number;
10540
10579
  }> | undefined;
@@ -10547,20 +10586,14 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10547
10586
  mistral?: Record<string, {
10548
10587
  dimension: number;
10549
10588
  }> | undefined;
10550
- "vercel-ai-gateway"?: Record<string, {
10551
- dimension: number;
10552
- }> | undefined;
10553
10589
  bedrock?: Record<string, {
10554
10590
  dimension: number;
10555
10591
  }> | undefined;
10556
- openrouter?: Record<string, {
10557
- dimension: number;
10558
- }> | undefined;
10559
10592
  } | undefined;
10560
10593
  codebaseIndexConfig?: {
10561
10594
  codebaseIndexEnabled?: boolean | undefined;
10562
10595
  codebaseIndexQdrantUrl?: string | undefined;
10563
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
10596
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
10564
10597
  codebaseIndexEmbedderBaseUrl?: string | undefined;
10565
10598
  codebaseIndexEmbedderModelId?: string | undefined;
10566
10599
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -10604,7 +10637,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10604
10637
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
10605
10638
  codebaseIndexOpenRouterApiKey?: string | undefined;
10606
10639
  language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
10607
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
10640
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
10608
10641
  includeMaxTokens?: boolean | undefined;
10609
10642
  diffEnabled?: boolean | undefined;
10610
10643
  todoListEnabled?: boolean | undefined;
@@ -10761,6 +10794,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10761
10794
  ioIntelligenceModelId?: string | undefined;
10762
10795
  ioIntelligenceApiKey?: string | undefined;
10763
10796
  qwenCodeOauthPath?: string | undefined;
10797
+ rooApiKey?: string | undefined;
10764
10798
  vercelAiGatewayApiKey?: string | undefined;
10765
10799
  vercelAiGatewayModelId?: string | undefined;
10766
10800
  basetenApiKey?: string | undefined;
@@ -10783,7 +10817,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10783
10817
  listApiConfigMeta?: {
10784
10818
  id: string;
10785
10819
  name: string;
10786
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
10820
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
10787
10821
  modelId?: string | undefined;
10788
10822
  }[] | undefined;
10789
10823
  pinnedApiConfigs?: Record<string, boolean> | undefined;
@@ -10805,6 +10839,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10805
10839
  size?: number | undefined;
10806
10840
  workspace?: string | undefined;
10807
10841
  mode?: string | undefined;
10842
+ apiConfigName?: string | undefined;
10808
10843
  delegatedToId?: string | undefined;
10809
10844
  childIds?: string[] | undefined;
10810
10845
  awaitingChildId?: string | undefined;
@@ -10891,6 +10926,12 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10891
10926
  openai?: Record<string, {
10892
10927
  dimension: number;
10893
10928
  }> | undefined;
10929
+ openrouter?: Record<string, {
10930
+ dimension: number;
10931
+ }> | undefined;
10932
+ "vercel-ai-gateway"?: Record<string, {
10933
+ dimension: number;
10934
+ }> | undefined;
10894
10935
  ollama?: Record<string, {
10895
10936
  dimension: number;
10896
10937
  }> | undefined;
@@ -10903,20 +10944,14 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10903
10944
  mistral?: Record<string, {
10904
10945
  dimension: number;
10905
10946
  }> | undefined;
10906
- "vercel-ai-gateway"?: Record<string, {
10907
- dimension: number;
10908
- }> | undefined;
10909
10947
  bedrock?: Record<string, {
10910
10948
  dimension: number;
10911
10949
  }> | undefined;
10912
- openrouter?: Record<string, {
10913
- dimension: number;
10914
- }> | undefined;
10915
10950
  } | undefined;
10916
10951
  codebaseIndexConfig?: {
10917
10952
  codebaseIndexEnabled?: boolean | undefined;
10918
10953
  codebaseIndexQdrantUrl?: string | undefined;
10919
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
10954
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
10920
10955
  codebaseIndexEmbedderBaseUrl?: string | undefined;
10921
10956
  codebaseIndexEmbedderModelId?: string | undefined;
10922
10957
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -10966,7 +11001,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10966
11001
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
10967
11002
  codebaseIndexOpenRouterApiKey?: string | undefined;
10968
11003
  language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
10969
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
11004
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
10970
11005
  includeMaxTokens?: boolean | undefined;
10971
11006
  diffEnabled?: boolean | undefined;
10972
11007
  todoListEnabled?: boolean | undefined;
@@ -11123,6 +11158,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11123
11158
  ioIntelligenceModelId?: string | undefined;
11124
11159
  ioIntelligenceApiKey?: string | undefined;
11125
11160
  qwenCodeOauthPath?: string | undefined;
11161
+ rooApiKey?: string | undefined;
11126
11162
  vercelAiGatewayApiKey?: string | undefined;
11127
11163
  vercelAiGatewayModelId?: string | undefined;
11128
11164
  basetenApiKey?: string | undefined;
@@ -11145,7 +11181,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11145
11181
  listApiConfigMeta?: {
11146
11182
  id: string;
11147
11183
  name: string;
11148
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
11184
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
11149
11185
  modelId?: string | undefined;
11150
11186
  }[] | undefined;
11151
11187
  pinnedApiConfigs?: Record<string, boolean> | undefined;
@@ -11167,6 +11203,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11167
11203
  size?: number | undefined;
11168
11204
  workspace?: string | undefined;
11169
11205
  mode?: string | undefined;
11206
+ apiConfigName?: string | undefined;
11170
11207
  delegatedToId?: string | undefined;
11171
11208
  childIds?: string[] | undefined;
11172
11209
  awaitingChildId?: string | undefined;
@@ -11253,6 +11290,12 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11253
11290
  openai?: Record<string, {
11254
11291
  dimension: number;
11255
11292
  }> | undefined;
11293
+ openrouter?: Record<string, {
11294
+ dimension: number;
11295
+ }> | undefined;
11296
+ "vercel-ai-gateway"?: Record<string, {
11297
+ dimension: number;
11298
+ }> | undefined;
11256
11299
  ollama?: Record<string, {
11257
11300
  dimension: number;
11258
11301
  }> | undefined;
@@ -11265,20 +11308,14 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11265
11308
  mistral?: Record<string, {
11266
11309
  dimension: number;
11267
11310
  }> | undefined;
11268
- "vercel-ai-gateway"?: Record<string, {
11269
- dimension: number;
11270
- }> | undefined;
11271
11311
  bedrock?: Record<string, {
11272
11312
  dimension: number;
11273
11313
  }> | undefined;
11274
- openrouter?: Record<string, {
11275
- dimension: number;
11276
- }> | undefined;
11277
11314
  } | undefined;
11278
11315
  codebaseIndexConfig?: {
11279
11316
  codebaseIndexEnabled?: boolean | undefined;
11280
11317
  codebaseIndexQdrantUrl?: string | undefined;
11281
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
11318
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
11282
11319
  codebaseIndexEmbedderBaseUrl?: string | undefined;
11283
11320
  codebaseIndexEmbedderModelId?: string | undefined;
11284
11321
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -11327,7 +11364,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11327
11364
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
11328
11365
  codebaseIndexOpenRouterApiKey?: string | undefined;
11329
11366
  language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
11330
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
11367
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
11331
11368
  includeMaxTokens?: boolean | undefined;
11332
11369
  diffEnabled?: boolean | undefined;
11333
11370
  todoListEnabled?: boolean | undefined;
@@ -11484,6 +11521,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11484
11521
  ioIntelligenceModelId?: string | undefined;
11485
11522
  ioIntelligenceApiKey?: string | undefined;
11486
11523
  qwenCodeOauthPath?: string | undefined;
11524
+ rooApiKey?: string | undefined;
11487
11525
  vercelAiGatewayApiKey?: string | undefined;
11488
11526
  vercelAiGatewayModelId?: string | undefined;
11489
11527
  basetenApiKey?: string | undefined;
@@ -11506,7 +11544,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11506
11544
  listApiConfigMeta?: {
11507
11545
  id: string;
11508
11546
  name: string;
11509
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
11547
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
11510
11548
  modelId?: string | undefined;
11511
11549
  }[] | undefined;
11512
11550
  pinnedApiConfigs?: Record<string, boolean> | undefined;
@@ -11528,6 +11566,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11528
11566
  size?: number | undefined;
11529
11567
  workspace?: string | undefined;
11530
11568
  mode?: string | undefined;
11569
+ apiConfigName?: string | undefined;
11531
11570
  delegatedToId?: string | undefined;
11532
11571
  childIds?: string[] | undefined;
11533
11572
  awaitingChildId?: string | undefined;
@@ -11614,6 +11653,12 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11614
11653
  openai?: Record<string, {
11615
11654
  dimension: number;
11616
11655
  }> | undefined;
11656
+ openrouter?: Record<string, {
11657
+ dimension: number;
11658
+ }> | undefined;
11659
+ "vercel-ai-gateway"?: Record<string, {
11660
+ dimension: number;
11661
+ }> | undefined;
11617
11662
  ollama?: Record<string, {
11618
11663
  dimension: number;
11619
11664
  }> | undefined;
@@ -11626,20 +11671,14 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11626
11671
  mistral?: Record<string, {
11627
11672
  dimension: number;
11628
11673
  }> | undefined;
11629
- "vercel-ai-gateway"?: Record<string, {
11630
- dimension: number;
11631
- }> | undefined;
11632
11674
  bedrock?: Record<string, {
11633
11675
  dimension: number;
11634
11676
  }> | undefined;
11635
- openrouter?: Record<string, {
11636
- dimension: number;
11637
- }> | undefined;
11638
11677
  } | undefined;
11639
11678
  codebaseIndexConfig?: {
11640
11679
  codebaseIndexEnabled?: boolean | undefined;
11641
11680
  codebaseIndexQdrantUrl?: string | undefined;
11642
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
11681
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
11643
11682
  codebaseIndexEmbedderBaseUrl?: string | undefined;
11644
11683
  codebaseIndexEmbedderModelId?: string | undefined;
11645
11684
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -11690,7 +11729,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11690
11729
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
11691
11730
  codebaseIndexOpenRouterApiKey?: string | undefined;
11692
11731
  language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
11693
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
11732
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
11694
11733
  includeMaxTokens?: boolean | undefined;
11695
11734
  diffEnabled?: boolean | undefined;
11696
11735
  todoListEnabled?: boolean | undefined;
@@ -11847,6 +11886,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11847
11886
  ioIntelligenceModelId?: string | undefined;
11848
11887
  ioIntelligenceApiKey?: string | undefined;
11849
11888
  qwenCodeOauthPath?: string | undefined;
11889
+ rooApiKey?: string | undefined;
11850
11890
  vercelAiGatewayApiKey?: string | undefined;
11851
11891
  vercelAiGatewayModelId?: string | undefined;
11852
11892
  basetenApiKey?: string | undefined;
@@ -11869,7 +11909,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11869
11909
  listApiConfigMeta?: {
11870
11910
  id: string;
11871
11911
  name: string;
11872
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
11912
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
11873
11913
  modelId?: string | undefined;
11874
11914
  }[] | undefined;
11875
11915
  pinnedApiConfigs?: Record<string, boolean> | undefined;
@@ -11891,6 +11931,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11891
11931
  size?: number | undefined;
11892
11932
  workspace?: string | undefined;
11893
11933
  mode?: string | undefined;
11934
+ apiConfigName?: string | undefined;
11894
11935
  delegatedToId?: string | undefined;
11895
11936
  childIds?: string[] | undefined;
11896
11937
  awaitingChildId?: string | undefined;
@@ -11977,6 +12018,12 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11977
12018
  openai?: Record<string, {
11978
12019
  dimension: number;
11979
12020
  }> | undefined;
12021
+ openrouter?: Record<string, {
12022
+ dimension: number;
12023
+ }> | undefined;
12024
+ "vercel-ai-gateway"?: Record<string, {
12025
+ dimension: number;
12026
+ }> | undefined;
11980
12027
  ollama?: Record<string, {
11981
12028
  dimension: number;
11982
12029
  }> | undefined;
@@ -11989,20 +12036,14 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11989
12036
  mistral?: Record<string, {
11990
12037
  dimension: number;
11991
12038
  }> | undefined;
11992
- "vercel-ai-gateway"?: Record<string, {
11993
- dimension: number;
11994
- }> | undefined;
11995
12039
  bedrock?: Record<string, {
11996
12040
  dimension: number;
11997
12041
  }> | undefined;
11998
- openrouter?: Record<string, {
11999
- dimension: number;
12000
- }> | undefined;
12001
12042
  } | undefined;
12002
12043
  codebaseIndexConfig?: {
12003
12044
  codebaseIndexEnabled?: boolean | undefined;
12004
12045
  codebaseIndexQdrantUrl?: string | undefined;
12005
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
12046
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
12006
12047
  codebaseIndexEmbedderBaseUrl?: string | undefined;
12007
12048
  codebaseIndexEmbedderModelId?: string | undefined;
12008
12049
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -12054,7 +12095,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
12054
12095
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
12055
12096
  codebaseIndexOpenRouterApiKey?: string | undefined;
12056
12097
  language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
12057
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
12098
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
12058
12099
  includeMaxTokens?: boolean | undefined;
12059
12100
  diffEnabled?: boolean | undefined;
12060
12101
  todoListEnabled?: boolean | undefined;
@@ -12211,6 +12252,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
12211
12252
  ioIntelligenceModelId?: string | undefined;
12212
12253
  ioIntelligenceApiKey?: string | undefined;
12213
12254
  qwenCodeOauthPath?: string | undefined;
12255
+ rooApiKey?: string | undefined;
12214
12256
  vercelAiGatewayApiKey?: string | undefined;
12215
12257
  vercelAiGatewayModelId?: string | undefined;
12216
12258
  basetenApiKey?: string | undefined;
@@ -12233,7 +12275,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
12233
12275
  listApiConfigMeta?: {
12234
12276
  id: string;
12235
12277
  name: string;
12236
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
12278
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
12237
12279
  modelId?: string | undefined;
12238
12280
  }[] | undefined;
12239
12281
  pinnedApiConfigs?: Record<string, boolean> | undefined;
@@ -12255,6 +12297,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
12255
12297
  size?: number | undefined;
12256
12298
  workspace?: string | undefined;
12257
12299
  mode?: string | undefined;
12300
+ apiConfigName?: string | undefined;
12258
12301
  delegatedToId?: string | undefined;
12259
12302
  childIds?: string[] | undefined;
12260
12303
  awaitingChildId?: string | undefined;
@@ -12341,6 +12384,12 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
12341
12384
  openai?: Record<string, {
12342
12385
  dimension: number;
12343
12386
  }> | undefined;
12387
+ openrouter?: Record<string, {
12388
+ dimension: number;
12389
+ }> | undefined;
12390
+ "vercel-ai-gateway"?: Record<string, {
12391
+ dimension: number;
12392
+ }> | undefined;
12344
12393
  ollama?: Record<string, {
12345
12394
  dimension: number;
12346
12395
  }> | undefined;
@@ -12353,20 +12402,14 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
12353
12402
  mistral?: Record<string, {
12354
12403
  dimension: number;
12355
12404
  }> | undefined;
12356
- "vercel-ai-gateway"?: Record<string, {
12357
- dimension: number;
12358
- }> | undefined;
12359
12405
  bedrock?: Record<string, {
12360
12406
  dimension: number;
12361
12407
  }> | undefined;
12362
- openrouter?: Record<string, {
12363
- dimension: number;
12364
- }> | undefined;
12365
12408
  } | undefined;
12366
12409
  codebaseIndexConfig?: {
12367
12410
  codebaseIndexEnabled?: boolean | undefined;
12368
12411
  codebaseIndexQdrantUrl?: string | undefined;
12369
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
12412
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
12370
12413
  codebaseIndexEmbedderBaseUrl?: string | undefined;
12371
12414
  codebaseIndexEmbedderModelId?: string | undefined;
12372
12415
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -12521,6 +12564,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
12521
12564
  vercelAiGatewayApiKey: z.ZodOptional<z.ZodString>;
12522
12565
  vercelAiGatewayModelId: z.ZodOptional<z.ZodString>;
12523
12566
  apiModelId: z.ZodOptional<z.ZodString>;
12567
+ rooApiKey: z.ZodOptional<z.ZodString>;
12524
12568
  qwenCodeOauthPath: z.ZodOptional<z.ZodString>;
12525
12569
  ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
12526
12570
  ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
@@ -12782,12 +12826,12 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
12782
12826
  }, "strip", z.ZodTypeAny, {
12783
12827
  id: string;
12784
12828
  name: string;
12785
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
12829
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
12786
12830
  modelId?: string | undefined;
12787
12831
  }, {
12788
12832
  id: string;
12789
12833
  name: string;
12790
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
12834
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
12791
12835
  modelId?: string | undefined;
12792
12836
  }>, "many">>;
12793
12837
  pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
@@ -12809,6 +12853,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
12809
12853
  workspace: z.ZodOptional<z.ZodString>;
12810
12854
  mode: z.ZodOptional<z.ZodString>;
12811
12855
  toolProtocol: z.ZodOptional<z.ZodEnum<["xml", "native"]>>;
12856
+ apiConfigName: z.ZodOptional<z.ZodString>;
12812
12857
  status: z.ZodOptional<z.ZodEnum<["active", "completed", "delegated"]>>;
12813
12858
  delegatedToId: z.ZodOptional<z.ZodString>;
12814
12859
  childIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -12832,6 +12877,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
12832
12877
  size?: number | undefined;
12833
12878
  workspace?: string | undefined;
12834
12879
  mode?: string | undefined;
12880
+ apiConfigName?: string | undefined;
12835
12881
  delegatedToId?: string | undefined;
12836
12882
  childIds?: string[] | undefined;
12837
12883
  awaitingChildId?: string | undefined;
@@ -12854,6 +12900,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
12854
12900
  size?: number | undefined;
12855
12901
  workspace?: string | undefined;
12856
12902
  mode?: string | undefined;
12903
+ apiConfigName?: string | undefined;
12857
12904
  delegatedToId?: string | undefined;
12858
12905
  childIds?: string[] | undefined;
12859
12906
  awaitingChildId?: string | undefined;
@@ -13016,6 +13063,12 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13016
13063
  openai?: Record<string, {
13017
13064
  dimension: number;
13018
13065
  }> | undefined;
13066
+ openrouter?: Record<string, {
13067
+ dimension: number;
13068
+ }> | undefined;
13069
+ "vercel-ai-gateway"?: Record<string, {
13070
+ dimension: number;
13071
+ }> | undefined;
13019
13072
  ollama?: Record<string, {
13020
13073
  dimension: number;
13021
13074
  }> | undefined;
@@ -13028,17 +13081,17 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13028
13081
  mistral?: Record<string, {
13029
13082
  dimension: number;
13030
13083
  }> | undefined;
13031
- "vercel-ai-gateway"?: Record<string, {
13084
+ bedrock?: Record<string, {
13032
13085
  dimension: number;
13033
13086
  }> | undefined;
13034
- bedrock?: Record<string, {
13087
+ }, {
13088
+ openai?: Record<string, {
13035
13089
  dimension: number;
13036
13090
  }> | undefined;
13037
13091
  openrouter?: Record<string, {
13038
13092
  dimension: number;
13039
13093
  }> | undefined;
13040
- }, {
13041
- openai?: Record<string, {
13094
+ "vercel-ai-gateway"?: Record<string, {
13042
13095
  dimension: number;
13043
13096
  }> | undefined;
13044
13097
  ollama?: Record<string, {
@@ -13053,15 +13106,9 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13053
13106
  mistral?: Record<string, {
13054
13107
  dimension: number;
13055
13108
  }> | undefined;
13056
- "vercel-ai-gateway"?: Record<string, {
13057
- dimension: number;
13058
- }> | undefined;
13059
13109
  bedrock?: Record<string, {
13060
13110
  dimension: number;
13061
13111
  }> | undefined;
13062
- openrouter?: Record<string, {
13063
- dimension: number;
13064
- }> | undefined;
13065
13112
  }>>;
13066
13113
  codebaseIndexConfig: z.ZodOptional<z.ZodObject<{
13067
13114
  codebaseIndexEnabled: z.ZodOptional<z.ZodBoolean>;
@@ -13080,7 +13127,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13080
13127
  }, "strip", z.ZodTypeAny, {
13081
13128
  codebaseIndexEnabled?: boolean | undefined;
13082
13129
  codebaseIndexQdrantUrl?: string | undefined;
13083
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
13130
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
13084
13131
  codebaseIndexEmbedderBaseUrl?: string | undefined;
13085
13132
  codebaseIndexEmbedderModelId?: string | undefined;
13086
13133
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -13094,7 +13141,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13094
13141
  }, {
13095
13142
  codebaseIndexEnabled?: boolean | undefined;
13096
13143
  codebaseIndexQdrantUrl?: string | undefined;
13097
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
13144
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
13098
13145
  codebaseIndexEmbedderBaseUrl?: string | undefined;
13099
13146
  codebaseIndexEmbedderModelId?: string | undefined;
13100
13147
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -13199,7 +13246,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13199
13246
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
13200
13247
  codebaseIndexOpenRouterApiKey?: string | undefined;
13201
13248
  language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
13202
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
13249
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
13203
13250
  includeMaxTokens?: boolean | undefined;
13204
13251
  diffEnabled?: boolean | undefined;
13205
13252
  todoListEnabled?: boolean | undefined;
@@ -13356,6 +13403,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13356
13403
  ioIntelligenceModelId?: string | undefined;
13357
13404
  ioIntelligenceApiKey?: string | undefined;
13358
13405
  qwenCodeOauthPath?: string | undefined;
13406
+ rooApiKey?: string | undefined;
13359
13407
  vercelAiGatewayApiKey?: string | undefined;
13360
13408
  vercelAiGatewayModelId?: string | undefined;
13361
13409
  basetenApiKey?: string | undefined;
@@ -13378,7 +13426,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13378
13426
  listApiConfigMeta?: {
13379
13427
  id: string;
13380
13428
  name: string;
13381
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
13429
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
13382
13430
  modelId?: string | undefined;
13383
13431
  }[] | undefined;
13384
13432
  pinnedApiConfigs?: Record<string, boolean> | undefined;
@@ -13400,6 +13448,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13400
13448
  size?: number | undefined;
13401
13449
  workspace?: string | undefined;
13402
13450
  mode?: string | undefined;
13451
+ apiConfigName?: string | undefined;
13403
13452
  delegatedToId?: string | undefined;
13404
13453
  childIds?: string[] | undefined;
13405
13454
  awaitingChildId?: string | undefined;
@@ -13486,6 +13535,12 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13486
13535
  openai?: Record<string, {
13487
13536
  dimension: number;
13488
13537
  }> | undefined;
13538
+ openrouter?: Record<string, {
13539
+ dimension: number;
13540
+ }> | undefined;
13541
+ "vercel-ai-gateway"?: Record<string, {
13542
+ dimension: number;
13543
+ }> | undefined;
13489
13544
  ollama?: Record<string, {
13490
13545
  dimension: number;
13491
13546
  }> | undefined;
@@ -13498,20 +13553,14 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13498
13553
  mistral?: Record<string, {
13499
13554
  dimension: number;
13500
13555
  }> | undefined;
13501
- "vercel-ai-gateway"?: Record<string, {
13502
- dimension: number;
13503
- }> | undefined;
13504
13556
  bedrock?: Record<string, {
13505
13557
  dimension: number;
13506
13558
  }> | undefined;
13507
- openrouter?: Record<string, {
13508
- dimension: number;
13509
- }> | undefined;
13510
13559
  } | undefined;
13511
13560
  codebaseIndexConfig?: {
13512
13561
  codebaseIndexEnabled?: boolean | undefined;
13513
13562
  codebaseIndexQdrantUrl?: string | undefined;
13514
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
13563
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
13515
13564
  codebaseIndexEmbedderBaseUrl?: string | undefined;
13516
13565
  codebaseIndexEmbedderModelId?: string | undefined;
13517
13566
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -13555,7 +13604,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13555
13604
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
13556
13605
  codebaseIndexOpenRouterApiKey?: string | undefined;
13557
13606
  language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
13558
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
13607
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
13559
13608
  includeMaxTokens?: boolean | undefined;
13560
13609
  diffEnabled?: boolean | undefined;
13561
13610
  todoListEnabled?: boolean | undefined;
@@ -13712,6 +13761,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13712
13761
  ioIntelligenceModelId?: string | undefined;
13713
13762
  ioIntelligenceApiKey?: string | undefined;
13714
13763
  qwenCodeOauthPath?: string | undefined;
13764
+ rooApiKey?: string | undefined;
13715
13765
  vercelAiGatewayApiKey?: string | undefined;
13716
13766
  vercelAiGatewayModelId?: string | undefined;
13717
13767
  basetenApiKey?: string | undefined;
@@ -13734,7 +13784,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13734
13784
  listApiConfigMeta?: {
13735
13785
  id: string;
13736
13786
  name: string;
13737
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
13787
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
13738
13788
  modelId?: string | undefined;
13739
13789
  }[] | undefined;
13740
13790
  pinnedApiConfigs?: Record<string, boolean> | undefined;
@@ -13756,6 +13806,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13756
13806
  size?: number | undefined;
13757
13807
  workspace?: string | undefined;
13758
13808
  mode?: string | undefined;
13809
+ apiConfigName?: string | undefined;
13759
13810
  delegatedToId?: string | undefined;
13760
13811
  childIds?: string[] | undefined;
13761
13812
  awaitingChildId?: string | undefined;
@@ -13842,6 +13893,12 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13842
13893
  openai?: Record<string, {
13843
13894
  dimension: number;
13844
13895
  }> | undefined;
13896
+ openrouter?: Record<string, {
13897
+ dimension: number;
13898
+ }> | undefined;
13899
+ "vercel-ai-gateway"?: Record<string, {
13900
+ dimension: number;
13901
+ }> | undefined;
13845
13902
  ollama?: Record<string, {
13846
13903
  dimension: number;
13847
13904
  }> | undefined;
@@ -13854,20 +13911,14 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13854
13911
  mistral?: Record<string, {
13855
13912
  dimension: number;
13856
13913
  }> | undefined;
13857
- "vercel-ai-gateway"?: Record<string, {
13858
- dimension: number;
13859
- }> | undefined;
13860
13914
  bedrock?: Record<string, {
13861
13915
  dimension: number;
13862
13916
  }> | undefined;
13863
- openrouter?: Record<string, {
13864
- dimension: number;
13865
- }> | undefined;
13866
13917
  } | undefined;
13867
13918
  codebaseIndexConfig?: {
13868
13919
  codebaseIndexEnabled?: boolean | undefined;
13869
13920
  codebaseIndexQdrantUrl?: string | undefined;
13870
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
13921
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
13871
13922
  codebaseIndexEmbedderBaseUrl?: string | undefined;
13872
13923
  codebaseIndexEmbedderModelId?: string | undefined;
13873
13924
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -13917,7 +13968,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13917
13968
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
13918
13969
  codebaseIndexOpenRouterApiKey?: string | undefined;
13919
13970
  language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
13920
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
13971
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
13921
13972
  includeMaxTokens?: boolean | undefined;
13922
13973
  diffEnabled?: boolean | undefined;
13923
13974
  todoListEnabled?: boolean | undefined;
@@ -14074,6 +14125,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14074
14125
  ioIntelligenceModelId?: string | undefined;
14075
14126
  ioIntelligenceApiKey?: string | undefined;
14076
14127
  qwenCodeOauthPath?: string | undefined;
14128
+ rooApiKey?: string | undefined;
14077
14129
  vercelAiGatewayApiKey?: string | undefined;
14078
14130
  vercelAiGatewayModelId?: string | undefined;
14079
14131
  basetenApiKey?: string | undefined;
@@ -14096,7 +14148,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14096
14148
  listApiConfigMeta?: {
14097
14149
  id: string;
14098
14150
  name: string;
14099
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
14151
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
14100
14152
  modelId?: string | undefined;
14101
14153
  }[] | undefined;
14102
14154
  pinnedApiConfigs?: Record<string, boolean> | undefined;
@@ -14118,6 +14170,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14118
14170
  size?: number | undefined;
14119
14171
  workspace?: string | undefined;
14120
14172
  mode?: string | undefined;
14173
+ apiConfigName?: string | undefined;
14121
14174
  delegatedToId?: string | undefined;
14122
14175
  childIds?: string[] | undefined;
14123
14176
  awaitingChildId?: string | undefined;
@@ -14204,6 +14257,12 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14204
14257
  openai?: Record<string, {
14205
14258
  dimension: number;
14206
14259
  }> | undefined;
14260
+ openrouter?: Record<string, {
14261
+ dimension: number;
14262
+ }> | undefined;
14263
+ "vercel-ai-gateway"?: Record<string, {
14264
+ dimension: number;
14265
+ }> | undefined;
14207
14266
  ollama?: Record<string, {
14208
14267
  dimension: number;
14209
14268
  }> | undefined;
@@ -14216,20 +14275,14 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14216
14275
  mistral?: Record<string, {
14217
14276
  dimension: number;
14218
14277
  }> | undefined;
14219
- "vercel-ai-gateway"?: Record<string, {
14220
- dimension: number;
14221
- }> | undefined;
14222
14278
  bedrock?: Record<string, {
14223
14279
  dimension: number;
14224
14280
  }> | undefined;
14225
- openrouter?: Record<string, {
14226
- dimension: number;
14227
- }> | undefined;
14228
14281
  } | undefined;
14229
14282
  codebaseIndexConfig?: {
14230
14283
  codebaseIndexEnabled?: boolean | undefined;
14231
14284
  codebaseIndexQdrantUrl?: string | undefined;
14232
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
14285
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
14233
14286
  codebaseIndexEmbedderBaseUrl?: string | undefined;
14234
14287
  codebaseIndexEmbedderModelId?: string | undefined;
14235
14288
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -14278,7 +14331,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14278
14331
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
14279
14332
  codebaseIndexOpenRouterApiKey?: string | undefined;
14280
14333
  language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
14281
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
14334
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
14282
14335
  includeMaxTokens?: boolean | undefined;
14283
14336
  diffEnabled?: boolean | undefined;
14284
14337
  todoListEnabled?: boolean | undefined;
@@ -14435,6 +14488,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14435
14488
  ioIntelligenceModelId?: string | undefined;
14436
14489
  ioIntelligenceApiKey?: string | undefined;
14437
14490
  qwenCodeOauthPath?: string | undefined;
14491
+ rooApiKey?: string | undefined;
14438
14492
  vercelAiGatewayApiKey?: string | undefined;
14439
14493
  vercelAiGatewayModelId?: string | undefined;
14440
14494
  basetenApiKey?: string | undefined;
@@ -14457,7 +14511,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14457
14511
  listApiConfigMeta?: {
14458
14512
  id: string;
14459
14513
  name: string;
14460
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
14514
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
14461
14515
  modelId?: string | undefined;
14462
14516
  }[] | undefined;
14463
14517
  pinnedApiConfigs?: Record<string, boolean> | undefined;
@@ -14479,6 +14533,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14479
14533
  size?: number | undefined;
14480
14534
  workspace?: string | undefined;
14481
14535
  mode?: string | undefined;
14536
+ apiConfigName?: string | undefined;
14482
14537
  delegatedToId?: string | undefined;
14483
14538
  childIds?: string[] | undefined;
14484
14539
  awaitingChildId?: string | undefined;
@@ -14565,6 +14620,12 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14565
14620
  openai?: Record<string, {
14566
14621
  dimension: number;
14567
14622
  }> | undefined;
14623
+ openrouter?: Record<string, {
14624
+ dimension: number;
14625
+ }> | undefined;
14626
+ "vercel-ai-gateway"?: Record<string, {
14627
+ dimension: number;
14628
+ }> | undefined;
14568
14629
  ollama?: Record<string, {
14569
14630
  dimension: number;
14570
14631
  }> | undefined;
@@ -14577,20 +14638,14 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14577
14638
  mistral?: Record<string, {
14578
14639
  dimension: number;
14579
14640
  }> | undefined;
14580
- "vercel-ai-gateway"?: Record<string, {
14581
- dimension: number;
14582
- }> | undefined;
14583
14641
  bedrock?: Record<string, {
14584
14642
  dimension: number;
14585
14643
  }> | undefined;
14586
- openrouter?: Record<string, {
14587
- dimension: number;
14588
- }> | undefined;
14589
14644
  } | undefined;
14590
14645
  codebaseIndexConfig?: {
14591
14646
  codebaseIndexEnabled?: boolean | undefined;
14592
14647
  codebaseIndexQdrantUrl?: string | undefined;
14593
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
14648
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
14594
14649
  codebaseIndexEmbedderBaseUrl?: string | undefined;
14595
14650
  codebaseIndexEmbedderModelId?: string | undefined;
14596
14651
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -14641,7 +14696,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14641
14696
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
14642
14697
  codebaseIndexOpenRouterApiKey?: string | undefined;
14643
14698
  language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
14644
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
14699
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
14645
14700
  includeMaxTokens?: boolean | undefined;
14646
14701
  diffEnabled?: boolean | undefined;
14647
14702
  todoListEnabled?: boolean | undefined;
@@ -14798,6 +14853,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14798
14853
  ioIntelligenceModelId?: string | undefined;
14799
14854
  ioIntelligenceApiKey?: string | undefined;
14800
14855
  qwenCodeOauthPath?: string | undefined;
14856
+ rooApiKey?: string | undefined;
14801
14857
  vercelAiGatewayApiKey?: string | undefined;
14802
14858
  vercelAiGatewayModelId?: string | undefined;
14803
14859
  basetenApiKey?: string | undefined;
@@ -14820,7 +14876,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14820
14876
  listApiConfigMeta?: {
14821
14877
  id: string;
14822
14878
  name: string;
14823
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
14879
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
14824
14880
  modelId?: string | undefined;
14825
14881
  }[] | undefined;
14826
14882
  pinnedApiConfigs?: Record<string, boolean> | undefined;
@@ -14842,6 +14898,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14842
14898
  size?: number | undefined;
14843
14899
  workspace?: string | undefined;
14844
14900
  mode?: string | undefined;
14901
+ apiConfigName?: string | undefined;
14845
14902
  delegatedToId?: string | undefined;
14846
14903
  childIds?: string[] | undefined;
14847
14904
  awaitingChildId?: string | undefined;
@@ -14928,6 +14985,12 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14928
14985
  openai?: Record<string, {
14929
14986
  dimension: number;
14930
14987
  }> | undefined;
14988
+ openrouter?: Record<string, {
14989
+ dimension: number;
14990
+ }> | undefined;
14991
+ "vercel-ai-gateway"?: Record<string, {
14992
+ dimension: number;
14993
+ }> | undefined;
14931
14994
  ollama?: Record<string, {
14932
14995
  dimension: number;
14933
14996
  }> | undefined;
@@ -14940,20 +15003,14 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14940
15003
  mistral?: Record<string, {
14941
15004
  dimension: number;
14942
15005
  }> | undefined;
14943
- "vercel-ai-gateway"?: Record<string, {
14944
- dimension: number;
14945
- }> | undefined;
14946
15006
  bedrock?: Record<string, {
14947
15007
  dimension: number;
14948
15008
  }> | undefined;
14949
- openrouter?: Record<string, {
14950
- dimension: number;
14951
- }> | undefined;
14952
15009
  } | undefined;
14953
15010
  codebaseIndexConfig?: {
14954
15011
  codebaseIndexEnabled?: boolean | undefined;
14955
15012
  codebaseIndexQdrantUrl?: string | undefined;
14956
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
15013
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
14957
15014
  codebaseIndexEmbedderBaseUrl?: string | undefined;
14958
15015
  codebaseIndexEmbedderModelId?: string | undefined;
14959
15016
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -15005,7 +15062,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15005
15062
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
15006
15063
  codebaseIndexOpenRouterApiKey?: string | undefined;
15007
15064
  language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
15008
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
15065
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
15009
15066
  includeMaxTokens?: boolean | undefined;
15010
15067
  diffEnabled?: boolean | undefined;
15011
15068
  todoListEnabled?: boolean | undefined;
@@ -15162,6 +15219,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15162
15219
  ioIntelligenceModelId?: string | undefined;
15163
15220
  ioIntelligenceApiKey?: string | undefined;
15164
15221
  qwenCodeOauthPath?: string | undefined;
15222
+ rooApiKey?: string | undefined;
15165
15223
  vercelAiGatewayApiKey?: string | undefined;
15166
15224
  vercelAiGatewayModelId?: string | undefined;
15167
15225
  basetenApiKey?: string | undefined;
@@ -15184,7 +15242,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15184
15242
  listApiConfigMeta?: {
15185
15243
  id: string;
15186
15244
  name: string;
15187
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
15245
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
15188
15246
  modelId?: string | undefined;
15189
15247
  }[] | undefined;
15190
15248
  pinnedApiConfigs?: Record<string, boolean> | undefined;
@@ -15206,6 +15264,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15206
15264
  size?: number | undefined;
15207
15265
  workspace?: string | undefined;
15208
15266
  mode?: string | undefined;
15267
+ apiConfigName?: string | undefined;
15209
15268
  delegatedToId?: string | undefined;
15210
15269
  childIds?: string[] | undefined;
15211
15270
  awaitingChildId?: string | undefined;
@@ -15292,6 +15351,12 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15292
15351
  openai?: Record<string, {
15293
15352
  dimension: number;
15294
15353
  }> | undefined;
15354
+ openrouter?: Record<string, {
15355
+ dimension: number;
15356
+ }> | undefined;
15357
+ "vercel-ai-gateway"?: Record<string, {
15358
+ dimension: number;
15359
+ }> | undefined;
15295
15360
  ollama?: Record<string, {
15296
15361
  dimension: number;
15297
15362
  }> | undefined;
@@ -15304,20 +15369,14 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15304
15369
  mistral?: Record<string, {
15305
15370
  dimension: number;
15306
15371
  }> | undefined;
15307
- "vercel-ai-gateway"?: Record<string, {
15308
- dimension: number;
15309
- }> | undefined;
15310
15372
  bedrock?: Record<string, {
15311
15373
  dimension: number;
15312
15374
  }> | undefined;
15313
- openrouter?: Record<string, {
15314
- dimension: number;
15315
- }> | undefined;
15316
15375
  } | undefined;
15317
15376
  codebaseIndexConfig?: {
15318
15377
  codebaseIndexEnabled?: boolean | undefined;
15319
15378
  codebaseIndexQdrantUrl?: string | undefined;
15320
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
15379
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
15321
15380
  codebaseIndexEmbedderBaseUrl?: string | undefined;
15322
15381
  codebaseIndexEmbedderModelId?: string | undefined;
15323
15382
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -15423,7 +15482,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15423
15482
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
15424
15483
  codebaseIndexOpenRouterApiKey?: string | undefined;
15425
15484
  language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
15426
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
15485
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
15427
15486
  includeMaxTokens?: boolean | undefined;
15428
15487
  diffEnabled?: boolean | undefined;
15429
15488
  todoListEnabled?: boolean | undefined;
@@ -15580,6 +15639,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15580
15639
  ioIntelligenceModelId?: string | undefined;
15581
15640
  ioIntelligenceApiKey?: string | undefined;
15582
15641
  qwenCodeOauthPath?: string | undefined;
15642
+ rooApiKey?: string | undefined;
15583
15643
  vercelAiGatewayApiKey?: string | undefined;
15584
15644
  vercelAiGatewayModelId?: string | undefined;
15585
15645
  basetenApiKey?: string | undefined;
@@ -15602,7 +15662,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15602
15662
  listApiConfigMeta?: {
15603
15663
  id: string;
15604
15664
  name: string;
15605
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
15665
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
15606
15666
  modelId?: string | undefined;
15607
15667
  }[] | undefined;
15608
15668
  pinnedApiConfigs?: Record<string, boolean> | undefined;
@@ -15624,6 +15684,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15624
15684
  size?: number | undefined;
15625
15685
  workspace?: string | undefined;
15626
15686
  mode?: string | undefined;
15687
+ apiConfigName?: string | undefined;
15627
15688
  delegatedToId?: string | undefined;
15628
15689
  childIds?: string[] | undefined;
15629
15690
  awaitingChildId?: string | undefined;
@@ -15710,6 +15771,12 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15710
15771
  openai?: Record<string, {
15711
15772
  dimension: number;
15712
15773
  }> | undefined;
15774
+ openrouter?: Record<string, {
15775
+ dimension: number;
15776
+ }> | undefined;
15777
+ "vercel-ai-gateway"?: Record<string, {
15778
+ dimension: number;
15779
+ }> | undefined;
15713
15780
  ollama?: Record<string, {
15714
15781
  dimension: number;
15715
15782
  }> | undefined;
@@ -15722,20 +15789,14 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15722
15789
  mistral?: Record<string, {
15723
15790
  dimension: number;
15724
15791
  }> | undefined;
15725
- "vercel-ai-gateway"?: Record<string, {
15726
- dimension: number;
15727
- }> | undefined;
15728
15792
  bedrock?: Record<string, {
15729
15793
  dimension: number;
15730
15794
  }> | undefined;
15731
- openrouter?: Record<string, {
15732
- dimension: number;
15733
- }> | undefined;
15734
15795
  } | undefined;
15735
15796
  codebaseIndexConfig?: {
15736
15797
  codebaseIndexEnabled?: boolean | undefined;
15737
15798
  codebaseIndexQdrantUrl?: string | undefined;
15738
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
15799
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
15739
15800
  codebaseIndexEmbedderBaseUrl?: string | undefined;
15740
15801
  codebaseIndexEmbedderModelId?: string | undefined;
15741
15802
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -15807,7 +15868,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15807
15868
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
15808
15869
  codebaseIndexOpenRouterApiKey?: string | undefined;
15809
15870
  language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
15810
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
15871
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
15811
15872
  includeMaxTokens?: boolean | undefined;
15812
15873
  diffEnabled?: boolean | undefined;
15813
15874
  todoListEnabled?: boolean | undefined;
@@ -15964,6 +16025,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15964
16025
  ioIntelligenceModelId?: string | undefined;
15965
16026
  ioIntelligenceApiKey?: string | undefined;
15966
16027
  qwenCodeOauthPath?: string | undefined;
16028
+ rooApiKey?: string | undefined;
15967
16029
  vercelAiGatewayApiKey?: string | undefined;
15968
16030
  vercelAiGatewayModelId?: string | undefined;
15969
16031
  basetenApiKey?: string | undefined;
@@ -15986,7 +16048,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
15986
16048
  listApiConfigMeta?: {
15987
16049
  id: string;
15988
16050
  name: string;
15989
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
16051
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
15990
16052
  modelId?: string | undefined;
15991
16053
  }[] | undefined;
15992
16054
  pinnedApiConfigs?: Record<string, boolean> | undefined;
@@ -16008,6 +16070,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
16008
16070
  size?: number | undefined;
16009
16071
  workspace?: string | undefined;
16010
16072
  mode?: string | undefined;
16073
+ apiConfigName?: string | undefined;
16011
16074
  delegatedToId?: string | undefined;
16012
16075
  childIds?: string[] | undefined;
16013
16076
  awaitingChildId?: string | undefined;
@@ -16094,6 +16157,12 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
16094
16157
  openai?: Record<string, {
16095
16158
  dimension: number;
16096
16159
  }> | undefined;
16160
+ openrouter?: Record<string, {
16161
+ dimension: number;
16162
+ }> | undefined;
16163
+ "vercel-ai-gateway"?: Record<string, {
16164
+ dimension: number;
16165
+ }> | undefined;
16097
16166
  ollama?: Record<string, {
16098
16167
  dimension: number;
16099
16168
  }> | undefined;
@@ -16106,20 +16175,14 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
16106
16175
  mistral?: Record<string, {
16107
16176
  dimension: number;
16108
16177
  }> | undefined;
16109
- "vercel-ai-gateway"?: Record<string, {
16110
- dimension: number;
16111
- }> | undefined;
16112
16178
  bedrock?: Record<string, {
16113
16179
  dimension: number;
16114
16180
  }> | undefined;
16115
- openrouter?: Record<string, {
16116
- dimension: number;
16117
- }> | undefined;
16118
16181
  } | undefined;
16119
16182
  codebaseIndexConfig?: {
16120
16183
  codebaseIndexEnabled?: boolean | undefined;
16121
16184
  codebaseIndexQdrantUrl?: string | undefined;
16122
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
16185
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
16123
16186
  codebaseIndexEmbedderBaseUrl?: string | undefined;
16124
16187
  codebaseIndexEmbedderModelId?: string | undefined;
16125
16188
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -17879,7 +17942,7 @@ declare const taskPropertiesSchema: z.ZodObject<{
17879
17942
  }, "strip", z.ZodTypeAny, {
17880
17943
  isSubtask?: boolean | undefined;
17881
17944
  taskId?: string | undefined;
17882
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
17945
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
17883
17946
  modelId?: string | undefined;
17884
17947
  parentTaskId?: string | undefined;
17885
17948
  diffStrategy?: string | undefined;
@@ -17892,7 +17955,7 @@ declare const taskPropertiesSchema: z.ZodObject<{
17892
17955
  }, {
17893
17956
  isSubtask?: boolean | undefined;
17894
17957
  taskId?: string | undefined;
17895
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
17958
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
17896
17959
  modelId?: string | undefined;
17897
17960
  parentTaskId?: string | undefined;
17898
17961
  diffStrategy?: string | undefined;
@@ -17963,7 +18026,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
17963
18026
  editorName: string;
17964
18027
  isSubtask?: boolean | undefined;
17965
18028
  taskId?: string | undefined;
17966
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18029
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
17967
18030
  modelId?: string | undefined;
17968
18031
  parentTaskId?: string | undefined;
17969
18032
  hostname?: string | undefined;
@@ -17988,7 +18051,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
17988
18051
  editorName: string;
17989
18052
  isSubtask?: boolean | undefined;
17990
18053
  taskId?: string | undefined;
17991
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18054
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
17992
18055
  modelId?: string | undefined;
17993
18056
  parentTaskId?: string | undefined;
17994
18057
  hostname?: string | undefined;
@@ -18062,7 +18125,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
18062
18125
  editorName: string;
18063
18126
  isSubtask?: boolean | undefined;
18064
18127
  taskId?: string | undefined;
18065
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18128
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18066
18129
  modelId?: string | undefined;
18067
18130
  parentTaskId?: string | undefined;
18068
18131
  hostname?: string | undefined;
@@ -18087,7 +18150,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
18087
18150
  editorName: string;
18088
18151
  isSubtask?: boolean | undefined;
18089
18152
  taskId?: string | undefined;
18090
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18153
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18091
18154
  modelId?: string | undefined;
18092
18155
  parentTaskId?: string | undefined;
18093
18156
  hostname?: string | undefined;
@@ -18115,7 +18178,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
18115
18178
  editorName: string;
18116
18179
  isSubtask?: boolean | undefined;
18117
18180
  taskId?: string | undefined;
18118
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18181
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18119
18182
  modelId?: string | undefined;
18120
18183
  parentTaskId?: string | undefined;
18121
18184
  hostname?: string | undefined;
@@ -18143,7 +18206,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
18143
18206
  editorName: string;
18144
18207
  isSubtask?: boolean | undefined;
18145
18208
  taskId?: string | undefined;
18146
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18209
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18147
18210
  modelId?: string | undefined;
18148
18211
  parentTaskId?: string | undefined;
18149
18212
  hostname?: string | undefined;
@@ -18210,7 +18273,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
18210
18273
  newSetting: "unset" | "enabled" | "disabled";
18211
18274
  isSubtask?: boolean | undefined;
18212
18275
  taskId?: string | undefined;
18213
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18276
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18214
18277
  modelId?: string | undefined;
18215
18278
  parentTaskId?: string | undefined;
18216
18279
  hostname?: string | undefined;
@@ -18237,7 +18300,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
18237
18300
  newSetting: "unset" | "enabled" | "disabled";
18238
18301
  isSubtask?: boolean | undefined;
18239
18302
  taskId?: string | undefined;
18240
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18303
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18241
18304
  modelId?: string | undefined;
18242
18305
  parentTaskId?: string | undefined;
18243
18306
  hostname?: string | undefined;
@@ -18267,7 +18330,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
18267
18330
  newSetting: "unset" | "enabled" | "disabled";
18268
18331
  isSubtask?: boolean | undefined;
18269
18332
  taskId?: string | undefined;
18270
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18333
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18271
18334
  modelId?: string | undefined;
18272
18335
  parentTaskId?: string | undefined;
18273
18336
  hostname?: string | undefined;
@@ -18297,7 +18360,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
18297
18360
  newSetting: "unset" | "enabled" | "disabled";
18298
18361
  isSubtask?: boolean | undefined;
18299
18362
  taskId?: string | undefined;
18300
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18363
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18301
18364
  modelId?: string | undefined;
18302
18365
  parentTaskId?: string | undefined;
18303
18366
  hostname?: string | undefined;
@@ -18514,7 +18577,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
18514
18577
  platform: string;
18515
18578
  editorName: string;
18516
18579
  isSubtask?: boolean | undefined;
18517
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18580
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18518
18581
  modelId?: string | undefined;
18519
18582
  parentTaskId?: string | undefined;
18520
18583
  hostname?: string | undefined;
@@ -18571,7 +18634,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
18571
18634
  platform: string;
18572
18635
  editorName: string;
18573
18636
  isSubtask?: boolean | undefined;
18574
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18637
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18575
18638
  modelId?: string | undefined;
18576
18639
  parentTaskId?: string | undefined;
18577
18640
  hostname?: string | undefined;
@@ -18631,7 +18694,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
18631
18694
  platform: string;
18632
18695
  editorName: string;
18633
18696
  isSubtask?: boolean | undefined;
18634
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18697
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18635
18698
  modelId?: string | undefined;
18636
18699
  parentTaskId?: string | undefined;
18637
18700
  hostname?: string | undefined;
@@ -18691,7 +18754,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
18691
18754
  platform: string;
18692
18755
  editorName: string;
18693
18756
  isSubtask?: boolean | undefined;
18694
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18757
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18695
18758
  modelId?: string | undefined;
18696
18759
  parentTaskId?: string | undefined;
18697
18760
  hostname?: string | undefined;
@@ -18762,7 +18825,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
18762
18825
  cost?: number | undefined;
18763
18826
  isSubtask?: boolean | undefined;
18764
18827
  taskId?: string | undefined;
18765
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18828
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18766
18829
  modelId?: string | undefined;
18767
18830
  parentTaskId?: string | undefined;
18768
18831
  hostname?: string | undefined;
@@ -18792,7 +18855,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
18792
18855
  cost?: number | undefined;
18793
18856
  isSubtask?: boolean | undefined;
18794
18857
  taskId?: string | undefined;
18795
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18858
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18796
18859
  modelId?: string | undefined;
18797
18860
  parentTaskId?: string | undefined;
18798
18861
  hostname?: string | undefined;
@@ -18825,7 +18888,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
18825
18888
  cost?: number | undefined;
18826
18889
  isSubtask?: boolean | undefined;
18827
18890
  taskId?: string | undefined;
18828
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18891
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18829
18892
  modelId?: string | undefined;
18830
18893
  parentTaskId?: string | undefined;
18831
18894
  hostname?: string | undefined;
@@ -18858,7 +18921,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
18858
18921
  cost?: number | undefined;
18859
18922
  isSubtask?: boolean | undefined;
18860
18923
  taskId?: string | undefined;
18861
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18924
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
18862
18925
  modelId?: string | undefined;
18863
18926
  parentTaskId?: string | undefined;
18864
18927
  hostname?: string | undefined;
@@ -19566,6 +19629,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
19566
19629
  vercelAiGatewayApiKey: z.ZodOptional<z.ZodString>;
19567
19630
  vercelAiGatewayModelId: z.ZodOptional<z.ZodString>;
19568
19631
  apiModelId: z.ZodOptional<z.ZodString>;
19632
+ rooApiKey: z.ZodOptional<z.ZodString>;
19569
19633
  qwenCodeOauthPath: z.ZodOptional<z.ZodString>;
19570
19634
  ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
19571
19635
  ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
@@ -19831,7 +19895,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
19831
19895
  codebaseIndexMistralApiKey?: string | undefined;
19832
19896
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
19833
19897
  codebaseIndexOpenRouterApiKey?: string | undefined;
19834
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
19898
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
19835
19899
  includeMaxTokens?: boolean | undefined;
19836
19900
  diffEnabled?: boolean | undefined;
19837
19901
  todoListEnabled?: boolean | undefined;
@@ -19988,6 +20052,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
19988
20052
  ioIntelligenceModelId?: string | undefined;
19989
20053
  ioIntelligenceApiKey?: string | undefined;
19990
20054
  qwenCodeOauthPath?: string | undefined;
20055
+ rooApiKey?: string | undefined;
19991
20056
  vercelAiGatewayApiKey?: string | undefined;
19992
20057
  vercelAiGatewayModelId?: string | undefined;
19993
20058
  basetenApiKey?: string | undefined;
@@ -20003,7 +20068,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
20003
20068
  codebaseIndexMistralApiKey?: string | undefined;
20004
20069
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
20005
20070
  codebaseIndexOpenRouterApiKey?: string | undefined;
20006
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
20071
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
20007
20072
  includeMaxTokens?: boolean | undefined;
20008
20073
  diffEnabled?: boolean | undefined;
20009
20074
  todoListEnabled?: boolean | undefined;
@@ -20160,6 +20225,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
20160
20225
  ioIntelligenceModelId?: string | undefined;
20161
20226
  ioIntelligenceApiKey?: string | undefined;
20162
20227
  qwenCodeOauthPath?: string | undefined;
20228
+ rooApiKey?: string | undefined;
20163
20229
  vercelAiGatewayApiKey?: string | undefined;
20164
20230
  vercelAiGatewayModelId?: string | undefined;
20165
20231
  basetenApiKey?: string | undefined;
@@ -20239,7 +20305,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
20239
20305
  codebaseIndexMistralApiKey?: string | undefined;
20240
20306
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
20241
20307
  codebaseIndexOpenRouterApiKey?: string | undefined;
20242
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
20308
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
20243
20309
  includeMaxTokens?: boolean | undefined;
20244
20310
  diffEnabled?: boolean | undefined;
20245
20311
  todoListEnabled?: boolean | undefined;
@@ -20396,6 +20462,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
20396
20462
  ioIntelligenceModelId?: string | undefined;
20397
20463
  ioIntelligenceApiKey?: string | undefined;
20398
20464
  qwenCodeOauthPath?: string | undefined;
20465
+ rooApiKey?: string | undefined;
20399
20466
  vercelAiGatewayApiKey?: string | undefined;
20400
20467
  vercelAiGatewayModelId?: string | undefined;
20401
20468
  basetenApiKey?: string | undefined;
@@ -20475,7 +20542,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
20475
20542
  codebaseIndexMistralApiKey?: string | undefined;
20476
20543
  codebaseIndexVercelAiGatewayApiKey?: string | undefined;
20477
20544
  codebaseIndexOpenRouterApiKey?: string | undefined;
20478
- apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "lmstudio" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
20545
+ apiProvider?: "openai" | "anthropic" | "openrouter" | "vercel-ai-gateway" | "huggingface" | "litellm" | "deepinfra" | "io-intelligence" | "requesty" | "unbound" | "roo" | "chutes" | "ollama" | "lmstudio" | "gemini" | "mistral" | "bedrock" | "vscode-lm" | "fake-ai" | "baseten" | "cerebras" | "claude-code" | "doubao" | "deepseek" | "featherless" | "fireworks" | "gemini-cli" | "groq" | "moonshot" | "minimax" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
20479
20546
  includeMaxTokens?: boolean | undefined;
20480
20547
  diffEnabled?: boolean | undefined;
20481
20548
  todoListEnabled?: boolean | undefined;
@@ -20632,6 +20699,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
20632
20699
  ioIntelligenceModelId?: string | undefined;
20633
20700
  ioIntelligenceApiKey?: string | undefined;
20634
20701
  qwenCodeOauthPath?: string | undefined;
20702
+ rooApiKey?: string | undefined;
20635
20703
  vercelAiGatewayApiKey?: string | undefined;
20636
20704
  vercelAiGatewayModelId?: string | undefined;
20637
20705
  basetenApiKey?: string | undefined;
@@ -43989,7 +44057,7 @@ declare const codebaseIndexConfigSchema: z.ZodObject<{
43989
44057
  }, "strip", z.ZodTypeAny, {
43990
44058
  codebaseIndexEnabled?: boolean | undefined;
43991
44059
  codebaseIndexQdrantUrl?: string | undefined;
43992
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
44060
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
43993
44061
  codebaseIndexEmbedderBaseUrl?: string | undefined;
43994
44062
  codebaseIndexEmbedderModelId?: string | undefined;
43995
44063
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -44003,7 +44071,7 @@ declare const codebaseIndexConfigSchema: z.ZodObject<{
44003
44071
  }, {
44004
44072
  codebaseIndexEnabled?: boolean | undefined;
44005
44073
  codebaseIndexQdrantUrl?: string | undefined;
44006
- codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter" | undefined;
44074
+ codebaseIndexEmbedderProvider?: "openai" | "openrouter" | "vercel-ai-gateway" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "bedrock" | undefined;
44007
44075
  codebaseIndexEmbedderBaseUrl?: string | undefined;
44008
44076
  codebaseIndexEmbedderModelId?: string | undefined;
44009
44077
  codebaseIndexEmbedderModelDimension?: number | undefined;
@@ -44080,6 +44148,12 @@ declare const codebaseIndexModelsSchema: z.ZodObject<{
44080
44148
  openai?: Record<string, {
44081
44149
  dimension: number;
44082
44150
  }> | undefined;
44151
+ openrouter?: Record<string, {
44152
+ dimension: number;
44153
+ }> | undefined;
44154
+ "vercel-ai-gateway"?: Record<string, {
44155
+ dimension: number;
44156
+ }> | undefined;
44083
44157
  ollama?: Record<string, {
44084
44158
  dimension: number;
44085
44159
  }> | undefined;
@@ -44092,17 +44166,17 @@ declare const codebaseIndexModelsSchema: z.ZodObject<{
44092
44166
  mistral?: Record<string, {
44093
44167
  dimension: number;
44094
44168
  }> | undefined;
44095
- "vercel-ai-gateway"?: Record<string, {
44169
+ bedrock?: Record<string, {
44096
44170
  dimension: number;
44097
44171
  }> | undefined;
44098
- bedrock?: Record<string, {
44172
+ }, {
44173
+ openai?: Record<string, {
44099
44174
  dimension: number;
44100
44175
  }> | undefined;
44101
44176
  openrouter?: Record<string, {
44102
44177
  dimension: number;
44103
44178
  }> | undefined;
44104
- }, {
44105
- openai?: Record<string, {
44179
+ "vercel-ai-gateway"?: Record<string, {
44106
44180
  dimension: number;
44107
44181
  }> | undefined;
44108
44182
  ollama?: Record<string, {
@@ -44117,15 +44191,9 @@ declare const codebaseIndexModelsSchema: z.ZodObject<{
44117
44191
  mistral?: Record<string, {
44118
44192
  dimension: number;
44119
44193
  }> | undefined;
44120
- "vercel-ai-gateway"?: Record<string, {
44121
- dimension: number;
44122
- }> | undefined;
44123
44194
  bedrock?: Record<string, {
44124
44195
  dimension: number;
44125
44196
  }> | undefined;
44126
- openrouter?: Record<string, {
44127
- dimension: number;
44128
- }> | undefined;
44129
44197
  }>;
44130
44198
  type CodebaseIndexModels = z.infer<typeof codebaseIndexModelsSchema>;
44131
44199
  /**
@@ -44391,6 +44459,19 @@ declare const followUpDataSchema: z.ZodObject<{
44391
44459
  }>;
44392
44460
  type FollowUpDataType = z.infer<typeof followUpDataSchema>;
44393
44461
 
44462
+ interface GitRepositoryInfo {
44463
+ repositoryUrl?: string;
44464
+ repositoryName?: string;
44465
+ defaultBranch?: string;
44466
+ }
44467
+ interface GitCommit {
44468
+ hash: string;
44469
+ shortHash: string;
44470
+ subject: string;
44471
+ author: string;
44472
+ date: string;
44473
+ }
44474
+
44394
44475
  /**
44395
44476
  * HistoryItem
44396
44477
  */
@@ -44419,6 +44500,7 @@ declare const historyItemSchema: z.ZodObject<{
44419
44500
  * This ensures task resumption works correctly even when NTC settings change.
44420
44501
  */
44421
44502
  toolProtocol: z.ZodOptional<z.ZodEnum<["xml", "native"]>>;
44503
+ apiConfigName: z.ZodOptional<z.ZodString>;
44422
44504
  status: z.ZodOptional<z.ZodEnum<["active", "completed", "delegated"]>>;
44423
44505
  delegatedToId: z.ZodOptional<z.ZodString>;
44424
44506
  childIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -44442,6 +44524,7 @@ declare const historyItemSchema: z.ZodObject<{
44442
44524
  size?: number | undefined;
44443
44525
  workspace?: string | undefined;
44444
44526
  mode?: string | undefined;
44527
+ apiConfigName?: string | undefined;
44445
44528
  delegatedToId?: string | undefined;
44446
44529
  childIds?: string[] | undefined;
44447
44530
  awaitingChildId?: string | undefined;
@@ -44464,6 +44547,7 @@ declare const historyItemSchema: z.ZodObject<{
44464
44547
  size?: number | undefined;
44465
44548
  workspace?: string | undefined;
44466
44549
  mode?: string | undefined;
44550
+ apiConfigName?: string | undefined;
44467
44551
  delegatedToId?: string | undefined;
44468
44552
  childIds?: string[] | undefined;
44469
44553
  awaitingChildId?: string | undefined;
@@ -44900,9 +44984,17 @@ declare const installMarketplaceItemOptionsSchema: z.ZodObject<{
44900
44984
  parameters?: Record<string, any> | undefined;
44901
44985
  }>;
44902
44986
  type InstallMarketplaceItemOptions = z.infer<typeof installMarketplaceItemOptionsSchema>;
44987
+ interface MarketplaceInstalledMetadata {
44988
+ project: Record<string, {
44989
+ type: string;
44990
+ }>;
44991
+ global: Record<string, {
44992
+ type: string;
44993
+ }>;
44994
+ }
44903
44995
 
44904
44996
  /**
44905
- * MCP Server Use Types
44997
+ * McpServerUse
44906
44998
  */
44907
44999
  interface McpServerUse {
44908
45000
  type: string;
@@ -44966,6 +45058,81 @@ declare const mcpExecutionStatusSchema: z.ZodDiscriminatedUnion<"status", [z.Zod
44966
45058
  error?: string | undefined;
44967
45059
  }>]>;
44968
45060
  type McpExecutionStatus = z.infer<typeof mcpExecutionStatusSchema>;
45061
+ /**
45062
+ * McpServer
45063
+ */
45064
+ type McpServer = {
45065
+ name: string;
45066
+ config: string;
45067
+ status: "connected" | "connecting" | "disconnected";
45068
+ error?: string;
45069
+ errorHistory?: McpErrorEntry[];
45070
+ tools?: McpTool[];
45071
+ resources?: McpResource[];
45072
+ resourceTemplates?: McpResourceTemplate[];
45073
+ disabled?: boolean;
45074
+ timeout?: number;
45075
+ source?: "global" | "project";
45076
+ projectPath?: string;
45077
+ instructions?: string;
45078
+ };
45079
+ type McpTool = {
45080
+ name: string;
45081
+ description?: string;
45082
+ inputSchema?: object;
45083
+ alwaysAllow?: boolean;
45084
+ enabledForPrompt?: boolean;
45085
+ };
45086
+ type McpResource = {
45087
+ uri: string;
45088
+ name: string;
45089
+ mimeType?: string;
45090
+ description?: string;
45091
+ };
45092
+ type McpResourceTemplate = {
45093
+ uriTemplate: string;
45094
+ name: string;
45095
+ description?: string;
45096
+ mimeType?: string;
45097
+ };
45098
+ type McpResourceResponse = {
45099
+ _meta?: Record<string, any>;
45100
+ contents: Array<{
45101
+ uri: string;
45102
+ mimeType?: string;
45103
+ text?: string;
45104
+ blob?: string;
45105
+ }>;
45106
+ };
45107
+ type McpToolCallResponse = {
45108
+ _meta?: Record<string, any>;
45109
+ content: Array<{
45110
+ type: "text";
45111
+ text: string;
45112
+ } | {
45113
+ type: "image";
45114
+ data: string;
45115
+ mimeType: string;
45116
+ } | {
45117
+ type: "audio";
45118
+ data: string;
45119
+ mimeType: string;
45120
+ } | {
45121
+ type: "resource";
45122
+ resource: {
45123
+ uri: string;
45124
+ mimeType?: string;
45125
+ text?: string;
45126
+ blob?: string;
45127
+ };
45128
+ }>;
45129
+ isError?: boolean;
45130
+ };
45131
+ type McpErrorEntry = {
45132
+ message: string;
45133
+ timestamp: number;
45134
+ level: "error" | "warn" | "info";
45135
+ };
44969
45136
 
44970
45137
  /**
44971
45138
  * GroupOptions
@@ -45391,6 +45558,8 @@ declare const modelInfoSchema: z.ZodObject<{
45391
45558
  }[] | undefined;
45392
45559
  }>;
45393
45560
  type ModelInfo = z.infer<typeof modelInfoSchema>;
45561
+ type ModelRecord = Record<string, ModelInfo>;
45562
+ type RouterModels = Record<DynamicProvider | LocalProvider, ModelRecord>;
45394
45563
 
45395
45564
  /**
45396
45565
  * CommandExecutionStatus
@@ -45488,6 +45657,550 @@ interface GenerateImageParams {
45488
45657
  image?: string;
45489
45658
  }
45490
45659
 
45660
+ /**
45661
+ * ExtensionMessage
45662
+ * Extension -> Webview | CLI
45663
+ */
45664
+ interface ExtensionMessage {
45665
+ type: "action" | "state" | "selectedImages" | "theme" | "workspaceUpdated" | "invoke" | "messageUpdated" | "mcpServers" | "enhancedPrompt" | "commitSearchResults" | "listApiConfig" | "routerModels" | "openAiModels" | "ollamaModels" | "lmStudioModels" | "vsCodeLmModels" | "huggingFaceModels" | "vsCodeLmApiAvailable" | "updatePrompt" | "systemPrompt" | "autoApprovalEnabled" | "updateCustomMode" | "deleteCustomMode" | "exportModeResult" | "importModeResult" | "checkRulesDirectoryResult" | "deleteCustomModeCheck" | "currentCheckpointUpdated" | "checkpointInitWarning" | "browserToolEnabled" | "browserConnectionResult" | "remoteBrowserEnabled" | "ttsStart" | "ttsStop" | "maxReadFileLine" | "fileSearchResults" | "toggleApiConfigPin" | "acceptInput" | "setHistoryPreviewCollapsed" | "commandExecutionStatus" | "mcpExecutionStatus" | "vsCodeSetting" | "authenticatedUser" | "condenseTaskContextStarted" | "condenseTaskContextResponse" | "singleRouterModelFetchResponse" | "rooCreditBalance" | "indexingStatusUpdate" | "indexCleared" | "codebaseIndexConfig" | "marketplaceInstallResult" | "marketplaceRemoveResult" | "marketplaceData" | "shareTaskSuccess" | "codeIndexSettingsSaved" | "codeIndexSecretStatus" | "showDeleteMessageDialog" | "showEditMessageDialog" | "commands" | "insertTextIntoTextarea" | "dismissedUpsells" | "organizationSwitchResult" | "interactionRequired" | "browserSessionUpdate" | "browserSessionNavigate" | "claudeCodeRateLimits" | "customToolsResult" | "modes";
45666
+ text?: string;
45667
+ payload?: any;
45668
+ checkpointWarning?: {
45669
+ type: "WAIT_TIMEOUT" | "INIT_TIMEOUT";
45670
+ timeout: number;
45671
+ };
45672
+ action?: "chatButtonClicked" | "settingsButtonClicked" | "historyButtonClicked" | "marketplaceButtonClicked" | "cloudButtonClicked" | "didBecomeVisible" | "focusInput" | "switchTab" | "toggleAutoApprove";
45673
+ invoke?: "newChat" | "sendMessage" | "primaryButtonClick" | "secondaryButtonClick" | "setChatBoxMessage";
45674
+ state?: ExtensionState;
45675
+ images?: string[];
45676
+ filePaths?: string[];
45677
+ openedTabs?: Array<{
45678
+ label: string;
45679
+ isActive: boolean;
45680
+ path?: string;
45681
+ }>;
45682
+ clineMessage?: ClineMessage;
45683
+ routerModels?: RouterModels;
45684
+ openAiModels?: string[];
45685
+ ollamaModels?: ModelRecord;
45686
+ lmStudioModels?: ModelRecord;
45687
+ vsCodeLmModels?: {
45688
+ vendor?: string;
45689
+ family?: string;
45690
+ version?: string;
45691
+ id?: string;
45692
+ }[];
45693
+ huggingFaceModels?: Array<{
45694
+ id: string;
45695
+ object: string;
45696
+ created: number;
45697
+ owned_by: string;
45698
+ providers: Array<{
45699
+ provider: string;
45700
+ status: "live" | "staging" | "error";
45701
+ supports_tools?: boolean;
45702
+ supports_structured_output?: boolean;
45703
+ context_length?: number;
45704
+ pricing?: {
45705
+ input: number;
45706
+ output: number;
45707
+ };
45708
+ }>;
45709
+ }>;
45710
+ mcpServers?: McpServer[];
45711
+ commits?: GitCommit[];
45712
+ listApiConfig?: ProviderSettingsEntry[];
45713
+ mode?: string;
45714
+ customMode?: ModeConfig;
45715
+ slug?: string;
45716
+ success?: boolean;
45717
+ values?: Record<string, any>;
45718
+ requestId?: string;
45719
+ promptText?: string;
45720
+ results?: {
45721
+ path: string;
45722
+ type: "file" | "folder";
45723
+ label?: string;
45724
+ }[] | {
45725
+ name: string;
45726
+ description?: string;
45727
+ argumentHint?: string;
45728
+ source: "global" | "project" | "built-in";
45729
+ }[];
45730
+ error?: string;
45731
+ setting?: string;
45732
+ value?: any;
45733
+ hasContent?: boolean;
45734
+ items?: MarketplaceItem[];
45735
+ userInfo?: CloudUserInfo;
45736
+ organizationAllowList?: OrganizationAllowList;
45737
+ tab?: string;
45738
+ marketplaceItems?: MarketplaceItem[];
45739
+ organizationMcps?: MarketplaceItem[];
45740
+ marketplaceInstalledMetadata?: MarketplaceInstalledMetadata;
45741
+ errors?: string[];
45742
+ visibility?: ShareVisibility;
45743
+ rulesFolderPath?: string;
45744
+ settings?: any;
45745
+ messageTs?: number;
45746
+ hasCheckpoint?: boolean;
45747
+ context?: string;
45748
+ commands?: Command[];
45749
+ queuedMessages?: QueuedMessage[];
45750
+ list?: string[];
45751
+ organizationId?: string | null;
45752
+ browserSessionMessages?: ClineMessage[];
45753
+ isBrowserSessionActive?: boolean;
45754
+ stepIndex?: number;
45755
+ tools?: SerializedCustomToolDefinition[];
45756
+ modes?: {
45757
+ slug: string;
45758
+ name: string;
45759
+ }[];
45760
+ }
45761
+ type ExtensionState = Pick<GlobalSettings, "currentApiConfigName" | "listApiConfigMeta" | "pinnedApiConfigs" | "customInstructions" | "dismissedUpsells" | "autoApprovalEnabled" | "alwaysAllowReadOnly" | "alwaysAllowReadOnlyOutsideWorkspace" | "alwaysAllowWrite" | "alwaysAllowWriteOutsideWorkspace" | "alwaysAllowWriteProtected" | "alwaysAllowBrowser" | "alwaysAllowMcp" | "alwaysAllowModeSwitch" | "alwaysAllowSubtasks" | "alwaysAllowFollowupQuestions" | "alwaysAllowExecute" | "followupAutoApproveTimeoutMs" | "allowedCommands" | "deniedCommands" | "allowedMaxRequests" | "allowedMaxCost" | "browserToolEnabled" | "browserViewportSize" | "screenshotQuality" | "remoteBrowserEnabled" | "cachedChromeHostUrl" | "remoteBrowserHost" | "ttsEnabled" | "ttsSpeed" | "soundEnabled" | "soundVolume" | "maxConcurrentFileReads" | "terminalOutputLineLimit" | "terminalOutputCharacterLimit" | "terminalShellIntegrationTimeout" | "terminalShellIntegrationDisabled" | "terminalCommandDelay" | "terminalPowershellCounter" | "terminalZshClearEolMark" | "terminalZshOhMy" | "terminalZshP10k" | "terminalZdotdir" | "terminalCompressProgressBar" | "diagnosticsEnabled" | "diffEnabled" | "fuzzyMatchThreshold" | "language" | "modeApiConfigs" | "customModePrompts" | "customSupportPrompts" | "enhancementApiConfigId" | "condensingApiConfigId" | "customCondensingPrompt" | "codebaseIndexConfig" | "codebaseIndexModels" | "profileThresholds" | "includeDiagnosticMessages" | "maxDiagnosticMessages" | "imageGenerationProvider" | "openRouterImageGenerationSelectedModel" | "includeTaskHistoryInEnhance" | "reasoningBlockCollapsed" | "enterBehavior" | "includeCurrentTime" | "includeCurrentCost" | "maxGitStatusFiles" | "requestDelaySeconds"> & {
45762
+ version: string;
45763
+ clineMessages: ClineMessage[];
45764
+ currentTaskItem?: HistoryItem;
45765
+ currentTaskTodos?: TodoItem[];
45766
+ apiConfiguration: ProviderSettings;
45767
+ uriScheme?: string;
45768
+ shouldShowAnnouncement: boolean;
45769
+ taskHistory: HistoryItem[];
45770
+ writeDelayMs: number;
45771
+ enableCheckpoints: boolean;
45772
+ checkpointTimeout: number;
45773
+ maxOpenTabsContext: number;
45774
+ maxWorkspaceFiles: number;
45775
+ showRooIgnoredFiles: boolean;
45776
+ enableSubfolderRules: boolean;
45777
+ maxReadFileLine: number;
45778
+ maxImageFileSize: number;
45779
+ maxTotalImageSize: number;
45780
+ experiments: Experiments;
45781
+ mcpEnabled: boolean;
45782
+ enableMcpServerCreation: boolean;
45783
+ mode: string;
45784
+ customModes: ModeConfig[];
45785
+ toolRequirements?: Record<string, boolean>;
45786
+ cwd?: string;
45787
+ telemetrySetting: TelemetrySetting;
45788
+ telemetryKey?: string;
45789
+ machineId?: string;
45790
+ renderContext: "sidebar" | "editor";
45791
+ settingsImportedAt?: number;
45792
+ historyPreviewCollapsed?: boolean;
45793
+ cloudUserInfo: CloudUserInfo | null;
45794
+ cloudIsAuthenticated: boolean;
45795
+ cloudAuthSkipModel?: boolean;
45796
+ cloudApiUrl?: string;
45797
+ cloudOrganizations?: CloudOrganizationMembership[];
45798
+ sharingEnabled: boolean;
45799
+ publicSharingEnabled: boolean;
45800
+ organizationAllowList: OrganizationAllowList;
45801
+ organizationSettingsVersion?: number;
45802
+ isBrowserSessionActive: boolean;
45803
+ autoCondenseContext: boolean;
45804
+ autoCondenseContextPercent: number;
45805
+ marketplaceItems?: MarketplaceItem[];
45806
+ marketplaceInstalledMetadata?: {
45807
+ project: Record<string, any>;
45808
+ global: Record<string, any>;
45809
+ };
45810
+ profileThresholds: Record<string, number>;
45811
+ hasOpenedModeSelector: boolean;
45812
+ openRouterImageApiKey?: string;
45813
+ messageQueue?: QueuedMessage[];
45814
+ lastShownAnnouncementId?: string;
45815
+ apiModelId?: string;
45816
+ mcpServers?: McpServer[];
45817
+ hasSystemPromptOverride?: boolean;
45818
+ mdmCompliant?: boolean;
45819
+ remoteControlEnabled: boolean;
45820
+ taskSyncEnabled: boolean;
45821
+ featureRoomoteControlEnabled: boolean;
45822
+ claudeCodeIsAuthenticated?: boolean;
45823
+ debug?: boolean;
45824
+ };
45825
+ interface Command {
45826
+ name: string;
45827
+ source: "global" | "project" | "built-in";
45828
+ filePath?: string;
45829
+ description?: string;
45830
+ argumentHint?: string;
45831
+ }
45832
+ /**
45833
+ * WebviewMessage
45834
+ * Webview | CLI -> Extension
45835
+ */
45836
+ type ClineAskResponse = "yesButtonClicked" | "noButtonClicked" | "messageResponse" | "objectResponse";
45837
+ type AudioType = "notification" | "celebration" | "progress_loop";
45838
+ interface UpdateTodoListPayload {
45839
+ todos: any[];
45840
+ }
45841
+ type EditQueuedMessagePayload = Pick<QueuedMessage, "id" | "text" | "images">;
45842
+ interface WebviewMessage {
45843
+ type: "updateTodoList" | "deleteMultipleTasksWithIds" | "currentApiConfigName" | "saveApiConfiguration" | "upsertApiConfiguration" | "deleteApiConfiguration" | "loadApiConfiguration" | "loadApiConfigurationById" | "renameApiConfiguration" | "getListApiConfiguration" | "customInstructions" | "webviewDidLaunch" | "newTask" | "askResponse" | "terminalOperation" | "clearTask" | "didShowAnnouncement" | "selectImages" | "exportCurrentTask" | "shareCurrentTask" | "showTaskWithId" | "deleteTaskWithId" | "exportTaskWithId" | "importSettings" | "exportSettings" | "resetState" | "flushRouterModels" | "requestRouterModels" | "requestOpenAiModels" | "requestOllamaModels" | "requestLmStudioModels" | "requestRooModels" | "requestRooCreditBalance" | "requestVsCodeLmModels" | "requestHuggingFaceModels" | "openImage" | "saveImage" | "openFile" | "openMention" | "cancelTask" | "cancelAutoApproval" | "updateVSCodeSetting" | "getVSCodeSetting" | "vsCodeSetting" | "updateCondensingPrompt" | "playSound" | "playTts" | "stopTts" | "ttsEnabled" | "ttsSpeed" | "openKeyboardShortcuts" | "openMcpSettings" | "openProjectMcpSettings" | "restartMcpServer" | "refreshAllMcpServers" | "toggleToolAlwaysAllow" | "toggleToolEnabledForPrompt" | "toggleMcpServer" | "updateMcpTimeout" | "enhancePrompt" | "enhancedPrompt" | "draggedImages" | "deleteMessage" | "deleteMessageConfirm" | "submitEditedMessage" | "editMessageConfirm" | "enableMcpServerCreation" | "remoteControlEnabled" | "taskSyncEnabled" | "searchCommits" | "setApiConfigPassword" | "mode" | "updatePrompt" | "getSystemPrompt" | "copySystemPrompt" | "systemPrompt" | "enhancementApiConfigId" | "autoApprovalEnabled" | "updateCustomMode" | "deleteCustomMode" | "setopenAiCustomModelInfo" | "openCustomModesSettings" | "checkpointDiff" | "checkpointRestore" | "deleteMcpServer" | "codebaseIndexEnabled" | "telemetrySetting" | "testBrowserConnection" | "browserConnectionResult" | "searchFiles" | "toggleApiConfigPin" | "hasOpenedModeSelector" | "clearCloudAuthSkipModel" | "cloudButtonClicked" | "rooCloudSignIn" | "cloudLandingPageSignIn" | "rooCloudSignOut" | "rooCloudManualUrl" | "claudeCodeSignIn" | "claudeCodeSignOut" | "switchOrganization" | "condenseTaskContextRequest" | "requestIndexingStatus" | "startIndexing" | "clearIndexData" | "indexingStatusUpdate" | "indexCleared" | "focusPanelRequest" | "openExternal" | "filterMarketplaceItems" | "marketplaceButtonClicked" | "installMarketplaceItem" | "installMarketplaceItemWithParameters" | "cancelMarketplaceInstall" | "removeInstalledMarketplaceItem" | "marketplaceInstallResult" | "fetchMarketplaceData" | "switchTab" | "shareTaskSuccess" | "exportMode" | "exportModeResult" | "importMode" | "importModeResult" | "checkRulesDirectory" | "checkRulesDirectoryResult" | "saveCodeIndexSettingsAtomic" | "requestCodeIndexSecretStatus" | "requestCommands" | "openCommandFile" | "deleteCommand" | "createCommand" | "insertTextIntoTextarea" | "showMdmAuthRequiredNotification" | "imageGenerationSettings" | "queueMessage" | "removeQueuedMessage" | "editQueuedMessage" | "dismissUpsell" | "getDismissedUpsells" | "updateSettings" | "allowedCommands" | "deniedCommands" | "killBrowserSession" | "openBrowserSessionPanel" | "showBrowserSessionPanelAtStep" | "refreshBrowserSessionPanel" | "browserPanelDidLaunch" | "openDebugApiHistory" | "openDebugUiHistory" | "downloadErrorDiagnostics" | "requestClaudeCodeRateLimits" | "refreshCustomTools" | "requestModes" | "switchMode";
45844
+ text?: string;
45845
+ editedMessageContent?: string;
45846
+ tab?: "settings" | "history" | "mcp" | "modes" | "chat" | "marketplace" | "cloud";
45847
+ disabled?: boolean;
45848
+ context?: string;
45849
+ dataUri?: string;
45850
+ askResponse?: ClineAskResponse;
45851
+ apiConfiguration?: ProviderSettings;
45852
+ images?: string[];
45853
+ bool?: boolean;
45854
+ value?: number;
45855
+ stepIndex?: number;
45856
+ isLaunchAction?: boolean;
45857
+ forceShow?: boolean;
45858
+ commands?: string[];
45859
+ audioType?: AudioType;
45860
+ serverName?: string;
45861
+ toolName?: string;
45862
+ alwaysAllow?: boolean;
45863
+ isEnabled?: boolean;
45864
+ mode?: string;
45865
+ promptMode?: string | "enhance";
45866
+ customPrompt?: PromptComponent;
45867
+ dataUrls?: string[];
45868
+ values?: Record<string, any>;
45869
+ query?: string;
45870
+ setting?: string;
45871
+ slug?: string;
45872
+ modeConfig?: ModeConfig;
45873
+ timeout?: number;
45874
+ payload?: WebViewMessagePayload;
45875
+ source?: "global" | "project";
45876
+ requestId?: string;
45877
+ ids?: string[];
45878
+ hasSystemPromptOverride?: boolean;
45879
+ terminalOperation?: "continue" | "abort";
45880
+ messageTs?: number;
45881
+ restoreCheckpoint?: boolean;
45882
+ historyPreviewCollapsed?: boolean;
45883
+ filters?: {
45884
+ type?: string;
45885
+ search?: string;
45886
+ tags?: string[];
45887
+ };
45888
+ settings?: any;
45889
+ url?: string;
45890
+ mpItem?: MarketplaceItem;
45891
+ mpInstallOptions?: InstallMarketplaceItemOptions;
45892
+ config?: Record<string, any>;
45893
+ visibility?: ShareVisibility;
45894
+ hasContent?: boolean;
45895
+ checkOnly?: boolean;
45896
+ upsellId?: string;
45897
+ list?: string[];
45898
+ organizationId?: string | null;
45899
+ useProviderSignup?: boolean;
45900
+ codeIndexSettings?: {
45901
+ codebaseIndexEnabled: boolean;
45902
+ codebaseIndexQdrantUrl: string;
45903
+ codebaseIndexEmbedderProvider: "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter";
45904
+ codebaseIndexEmbedderBaseUrl?: string;
45905
+ codebaseIndexEmbedderModelId: string;
45906
+ codebaseIndexEmbedderModelDimension?: number;
45907
+ codebaseIndexOpenAiCompatibleBaseUrl?: string;
45908
+ codebaseIndexBedrockRegion?: string;
45909
+ codebaseIndexBedrockProfile?: string;
45910
+ codebaseIndexSearchMaxResults?: number;
45911
+ codebaseIndexSearchMinScore?: number;
45912
+ codebaseIndexOpenRouterSpecificProvider?: string;
45913
+ codeIndexOpenAiKey?: string;
45914
+ codeIndexQdrantApiKey?: string;
45915
+ codebaseIndexOpenAiCompatibleApiKey?: string;
45916
+ codebaseIndexGeminiApiKey?: string;
45917
+ codebaseIndexMistralApiKey?: string;
45918
+ codebaseIndexVercelAiGatewayApiKey?: string;
45919
+ codebaseIndexOpenRouterApiKey?: string;
45920
+ };
45921
+ updatedSettings?: RooCodeSettings;
45922
+ }
45923
+ declare const checkoutDiffPayloadSchema: z.ZodObject<{
45924
+ ts: z.ZodOptional<z.ZodNumber>;
45925
+ previousCommitHash: z.ZodOptional<z.ZodString>;
45926
+ commitHash: z.ZodString;
45927
+ mode: z.ZodEnum<["full", "checkpoint", "from-init", "to-current"]>;
45928
+ }, "strip", z.ZodTypeAny, {
45929
+ mode: "checkpoint" | "full" | "from-init" | "to-current";
45930
+ commitHash: string;
45931
+ ts?: number | undefined;
45932
+ previousCommitHash?: string | undefined;
45933
+ }, {
45934
+ mode: "checkpoint" | "full" | "from-init" | "to-current";
45935
+ commitHash: string;
45936
+ ts?: number | undefined;
45937
+ previousCommitHash?: string | undefined;
45938
+ }>;
45939
+ type CheckpointDiffPayload = z.infer<typeof checkoutDiffPayloadSchema>;
45940
+ declare const checkoutRestorePayloadSchema: z.ZodObject<{
45941
+ ts: z.ZodNumber;
45942
+ commitHash: z.ZodString;
45943
+ mode: z.ZodEnum<["preview", "restore"]>;
45944
+ }, "strip", z.ZodTypeAny, {
45945
+ ts: number;
45946
+ mode: "preview" | "restore";
45947
+ commitHash: string;
45948
+ }, {
45949
+ ts: number;
45950
+ mode: "preview" | "restore";
45951
+ commitHash: string;
45952
+ }>;
45953
+ type CheckpointRestorePayload = z.infer<typeof checkoutRestorePayloadSchema>;
45954
+ interface IndexingStatusPayload {
45955
+ state: "Standby" | "Indexing" | "Indexed" | "Error";
45956
+ message: string;
45957
+ }
45958
+ interface IndexClearedPayload {
45959
+ success: boolean;
45960
+ error?: string;
45961
+ }
45962
+ declare const installMarketplaceItemWithParametersPayloadSchema: z.ZodObject<{
45963
+ item: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
45964
+ id: z.ZodString;
45965
+ name: z.ZodString;
45966
+ description: z.ZodString;
45967
+ author: z.ZodOptional<z.ZodString>;
45968
+ authorUrl: z.ZodOptional<z.ZodString>;
45969
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
45970
+ prerequisites: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
45971
+ } & {
45972
+ content: z.ZodString;
45973
+ } & {
45974
+ type: z.ZodLiteral<"mode">;
45975
+ }, "strip", z.ZodTypeAny, {
45976
+ type: "mode";
45977
+ id: string;
45978
+ name: string;
45979
+ description: string;
45980
+ content: string;
45981
+ tags?: string[] | undefined;
45982
+ prerequisites?: string[] | undefined;
45983
+ author?: string | undefined;
45984
+ authorUrl?: string | undefined;
45985
+ }, {
45986
+ type: "mode";
45987
+ id: string;
45988
+ name: string;
45989
+ description: string;
45990
+ content: string;
45991
+ tags?: string[] | undefined;
45992
+ prerequisites?: string[] | undefined;
45993
+ author?: string | undefined;
45994
+ authorUrl?: string | undefined;
45995
+ }>, z.ZodObject<{
45996
+ id: z.ZodString;
45997
+ name: z.ZodString;
45998
+ description: z.ZodString;
45999
+ author: z.ZodOptional<z.ZodString>;
46000
+ authorUrl: z.ZodOptional<z.ZodString>;
46001
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
46002
+ prerequisites: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
46003
+ } & {
46004
+ url: z.ZodString;
46005
+ content: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodObject<{
46006
+ name: z.ZodString;
46007
+ content: z.ZodString;
46008
+ parameters: z.ZodOptional<z.ZodArray<z.ZodObject<{
46009
+ name: z.ZodString;
46010
+ key: z.ZodString;
46011
+ placeholder: z.ZodOptional<z.ZodString>;
46012
+ optional: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
46013
+ }, "strip", z.ZodTypeAny, {
46014
+ name: string;
46015
+ key: string;
46016
+ optional: boolean;
46017
+ placeholder?: string | undefined;
46018
+ }, {
46019
+ name: string;
46020
+ key: string;
46021
+ placeholder?: string | undefined;
46022
+ optional?: boolean | undefined;
46023
+ }>, "many">>;
46024
+ prerequisites: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
46025
+ }, "strip", z.ZodTypeAny, {
46026
+ name: string;
46027
+ content: string;
46028
+ parameters?: {
46029
+ name: string;
46030
+ key: string;
46031
+ optional: boolean;
46032
+ placeholder?: string | undefined;
46033
+ }[] | undefined;
46034
+ prerequisites?: string[] | undefined;
46035
+ }, {
46036
+ name: string;
46037
+ content: string;
46038
+ parameters?: {
46039
+ name: string;
46040
+ key: string;
46041
+ placeholder?: string | undefined;
46042
+ optional?: boolean | undefined;
46043
+ }[] | undefined;
46044
+ prerequisites?: string[] | undefined;
46045
+ }>, "many">]>;
46046
+ parameters: z.ZodOptional<z.ZodArray<z.ZodObject<{
46047
+ name: z.ZodString;
46048
+ key: z.ZodString;
46049
+ placeholder: z.ZodOptional<z.ZodString>;
46050
+ optional: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
46051
+ }, "strip", z.ZodTypeAny, {
46052
+ name: string;
46053
+ key: string;
46054
+ optional: boolean;
46055
+ placeholder?: string | undefined;
46056
+ }, {
46057
+ name: string;
46058
+ key: string;
46059
+ placeholder?: string | undefined;
46060
+ optional?: boolean | undefined;
46061
+ }>, "many">>;
46062
+ } & {
46063
+ type: z.ZodLiteral<"mcp">;
46064
+ }, "strip", z.ZodTypeAny, {
46065
+ type: "mcp";
46066
+ id: string;
46067
+ name: string;
46068
+ description: string;
46069
+ url: string;
46070
+ content: string | {
46071
+ name: string;
46072
+ content: string;
46073
+ parameters?: {
46074
+ name: string;
46075
+ key: string;
46076
+ optional: boolean;
46077
+ placeholder?: string | undefined;
46078
+ }[] | undefined;
46079
+ prerequisites?: string[] | undefined;
46080
+ }[];
46081
+ tags?: string[] | undefined;
46082
+ parameters?: {
46083
+ name: string;
46084
+ key: string;
46085
+ optional: boolean;
46086
+ placeholder?: string | undefined;
46087
+ }[] | undefined;
46088
+ prerequisites?: string[] | undefined;
46089
+ author?: string | undefined;
46090
+ authorUrl?: string | undefined;
46091
+ }, {
46092
+ type: "mcp";
46093
+ id: string;
46094
+ name: string;
46095
+ description: string;
46096
+ url: string;
46097
+ content: string | {
46098
+ name: string;
46099
+ content: string;
46100
+ parameters?: {
46101
+ name: string;
46102
+ key: string;
46103
+ placeholder?: string | undefined;
46104
+ optional?: boolean | undefined;
46105
+ }[] | undefined;
46106
+ prerequisites?: string[] | undefined;
46107
+ }[];
46108
+ tags?: string[] | undefined;
46109
+ parameters?: {
46110
+ name: string;
46111
+ key: string;
46112
+ placeholder?: string | undefined;
46113
+ optional?: boolean | undefined;
46114
+ }[] | undefined;
46115
+ prerequisites?: string[] | undefined;
46116
+ author?: string | undefined;
46117
+ authorUrl?: string | undefined;
46118
+ }>]>;
46119
+ parameters: z.ZodRecord<z.ZodString, z.ZodAny>;
46120
+ }, "strip", z.ZodTypeAny, {
46121
+ parameters: Record<string, any>;
46122
+ item: {
46123
+ type: "mode";
46124
+ id: string;
46125
+ name: string;
46126
+ description: string;
46127
+ content: string;
46128
+ tags?: string[] | undefined;
46129
+ prerequisites?: string[] | undefined;
46130
+ author?: string | undefined;
46131
+ authorUrl?: string | undefined;
46132
+ } | {
46133
+ type: "mcp";
46134
+ id: string;
46135
+ name: string;
46136
+ description: string;
46137
+ url: string;
46138
+ content: string | {
46139
+ name: string;
46140
+ content: string;
46141
+ parameters?: {
46142
+ name: string;
46143
+ key: string;
46144
+ optional: boolean;
46145
+ placeholder?: string | undefined;
46146
+ }[] | undefined;
46147
+ prerequisites?: string[] | undefined;
46148
+ }[];
46149
+ tags?: string[] | undefined;
46150
+ parameters?: {
46151
+ name: string;
46152
+ key: string;
46153
+ optional: boolean;
46154
+ placeholder?: string | undefined;
46155
+ }[] | undefined;
46156
+ prerequisites?: string[] | undefined;
46157
+ author?: string | undefined;
46158
+ authorUrl?: string | undefined;
46159
+ };
46160
+ }, {
46161
+ parameters: Record<string, any>;
46162
+ item: {
46163
+ type: "mode";
46164
+ id: string;
46165
+ name: string;
46166
+ description: string;
46167
+ content: string;
46168
+ tags?: string[] | undefined;
46169
+ prerequisites?: string[] | undefined;
46170
+ author?: string | undefined;
46171
+ authorUrl?: string | undefined;
46172
+ } | {
46173
+ type: "mcp";
46174
+ id: string;
46175
+ name: string;
46176
+ description: string;
46177
+ url: string;
46178
+ content: string | {
46179
+ name: string;
46180
+ content: string;
46181
+ parameters?: {
46182
+ name: string;
46183
+ key: string;
46184
+ placeholder?: string | undefined;
46185
+ optional?: boolean | undefined;
46186
+ }[] | undefined;
46187
+ prerequisites?: string[] | undefined;
46188
+ }[];
46189
+ tags?: string[] | undefined;
46190
+ parameters?: {
46191
+ name: string;
46192
+ key: string;
46193
+ placeholder?: string | undefined;
46194
+ optional?: boolean | undefined;
46195
+ }[] | undefined;
46196
+ prerequisites?: string[] | undefined;
46197
+ author?: string | undefined;
46198
+ authorUrl?: string | undefined;
46199
+ };
46200
+ }>;
46201
+ type InstallMarketplaceItemWithParametersPayload = z.infer<typeof installMarketplaceItemWithParametersPayloadSchema>;
46202
+ type WebViewMessagePayload = CheckpointDiffPayload | CheckpointRestorePayload | IndexingStatusPayload | IndexClearedPayload | InstallMarketplaceItemWithParametersPayload | UpdateTodoListPayload | EditQueuedMessagePayload;
46203
+
45491
46204
  /**
45492
46205
  * CodeAction
45493
46206
  */
@@ -46079,39 +46792,6 @@ declare const bedrockModels: {
46079
46792
  readonly inputPrice: 0.25;
46080
46793
  readonly outputPrice: 1.25;
46081
46794
  };
46082
- readonly "anthropic.claude-2-1-v1:0": {
46083
- readonly maxTokens: 4096;
46084
- readonly contextWindow: 100000;
46085
- readonly supportsImages: false;
46086
- readonly supportsPromptCache: false;
46087
- readonly supportsNativeTools: true;
46088
- readonly defaultToolProtocol: "native";
46089
- readonly inputPrice: 8;
46090
- readonly outputPrice: 24;
46091
- readonly description: "Claude 2.1";
46092
- };
46093
- readonly "anthropic.claude-2-0-v1:0": {
46094
- readonly maxTokens: 4096;
46095
- readonly contextWindow: 100000;
46096
- readonly supportsImages: false;
46097
- readonly supportsPromptCache: false;
46098
- readonly supportsNativeTools: true;
46099
- readonly defaultToolProtocol: "native";
46100
- readonly inputPrice: 8;
46101
- readonly outputPrice: 24;
46102
- readonly description: "Claude 2.0";
46103
- };
46104
- readonly "anthropic.claude-instant-v1:0": {
46105
- readonly maxTokens: 4096;
46106
- readonly contextWindow: 100000;
46107
- readonly supportsImages: false;
46108
- readonly supportsPromptCache: false;
46109
- readonly supportsNativeTools: true;
46110
- readonly defaultToolProtocol: "native";
46111
- readonly inputPrice: 0.8;
46112
- readonly outputPrice: 2.4;
46113
- readonly description: "Claude Instant";
46114
- };
46115
46795
  readonly "deepseek.r1-v1:0": {
46116
46796
  readonly maxTokens: 32768;
46117
46797
  readonly contextWindow: 128000;
@@ -46346,7 +47026,18 @@ declare const cerebrasModels: {
46346
47026
  readonly defaultToolProtocol: "native";
46347
47027
  readonly inputPrice: 0;
46348
47028
  readonly outputPrice: 0;
46349
- readonly description: "Highly intelligent general purpose model with up to 1,000 tokens/s";
47029
+ readonly description: "Fast general-purpose model on Cerebras (up to 1,000 tokens/s). To be deprecated soon.";
47030
+ };
47031
+ readonly "zai-glm-4.7": {
47032
+ readonly maxTokens: 16384;
47033
+ readonly contextWindow: 131072;
47034
+ readonly supportsImages: false;
47035
+ readonly supportsPromptCache: false;
47036
+ readonly supportsNativeTools: true;
47037
+ readonly defaultToolProtocol: "native";
47038
+ readonly inputPrice: 0;
47039
+ readonly outputPrice: 0;
47040
+ readonly description: "Highly capable general-purpose model on Cerebras (up to 1,000 tokens/s), competitive with leading proprietary models on coding tasks.";
46350
47041
  };
46351
47042
  readonly "qwen-3-235b-a22b-instruct-2507": {
46352
47043
  readonly maxTokens: 16384;
@@ -47080,7 +47771,7 @@ declare const featherlessModels: {
47080
47771
  };
47081
47772
  declare const featherlessDefaultModelId: FeatherlessModelId;
47082
47773
 
47083
- type FireworksModelId = "accounts/fireworks/models/kimi-k2-instruct" | "accounts/fireworks/models/kimi-k2-instruct-0905" | "accounts/fireworks/models/minimax-m2" | "accounts/fireworks/models/qwen3-235b-a22b-instruct-2507" | "accounts/fireworks/models/qwen3-coder-480b-a35b-instruct" | "accounts/fireworks/models/deepseek-r1-0528" | "accounts/fireworks/models/deepseek-v3" | "accounts/fireworks/models/deepseek-v3p1" | "accounts/fireworks/models/glm-4p5" | "accounts/fireworks/models/glm-4p5-air" | "accounts/fireworks/models/glm-4p6" | "accounts/fireworks/models/gpt-oss-20b" | "accounts/fireworks/models/gpt-oss-120b";
47774
+ type FireworksModelId = "accounts/fireworks/models/kimi-k2-instruct" | "accounts/fireworks/models/kimi-k2-instruct-0905" | "accounts/fireworks/models/kimi-k2-thinking" | "accounts/fireworks/models/minimax-m2" | "accounts/fireworks/models/qwen3-235b-a22b-instruct-2507" | "accounts/fireworks/models/qwen3-coder-480b-a35b-instruct" | "accounts/fireworks/models/deepseek-r1-0528" | "accounts/fireworks/models/deepseek-v3" | "accounts/fireworks/models/deepseek-v3p1" | "accounts/fireworks/models/glm-4p5" | "accounts/fireworks/models/glm-4p5-air" | "accounts/fireworks/models/glm-4p6" | "accounts/fireworks/models/gpt-oss-20b" | "accounts/fireworks/models/gpt-oss-120b";
47084
47775
  declare const fireworksDefaultModelId: FireworksModelId;
47085
47776
  declare const fireworksModels: {
47086
47777
  readonly "accounts/fireworks/models/kimi-k2-instruct-0905": {
@@ -47106,6 +47797,20 @@ declare const fireworksModels: {
47106
47797
  readonly outputPrice: 2.5;
47107
47798
  readonly description: "Kimi K2 is a state-of-the-art mixture-of-experts (MoE) language model with 32 billion activated parameters and 1 trillion total parameters. Trained with the Muon optimizer, Kimi K2 achieves exceptional performance across frontier knowledge, reasoning, and coding tasks while being meticulously optimized for agentic capabilities.";
47108
47799
  };
47800
+ readonly "accounts/fireworks/models/kimi-k2-thinking": {
47801
+ readonly maxTokens: 16000;
47802
+ readonly contextWindow: 256000;
47803
+ readonly supportsImages: false;
47804
+ readonly supportsPromptCache: true;
47805
+ readonly supportsNativeTools: true;
47806
+ readonly supportsTemperature: true;
47807
+ readonly preserveReasoning: true;
47808
+ readonly defaultTemperature: 1;
47809
+ readonly inputPrice: 0.6;
47810
+ readonly outputPrice: 2.5;
47811
+ readonly cacheReadsPrice: 0.15;
47812
+ readonly description: "The kimi-k2-thinking model is a general-purpose agentic reasoning model developed by Moonshot AI. Thanks to its strength in deep reasoning and multi-turn tool use, it can solve even the hardest problems.";
47813
+ };
47109
47814
  readonly "accounts/fireworks/models/minimax-m2": {
47110
47815
  readonly maxTokens: 4096;
47111
47816
  readonly contextWindow: 204800;
@@ -49976,4 +50681,4 @@ declare function getProviderDefaultModelId(provider: ProviderName, options?: {
49976
50681
  isChina?: boolean;
49977
50682
  }): string;
49978
50683
 
49979
- export { ANTHROPIC_DEFAULT_MAX_TOKENS, ANTHROPIC_STYLE_PROVIDERS, AWS_INFERENCE_PROFILE_MAPPING, type Ack, type AnthropicModelId, ApiProviderError, type AppProperties, type AssertEqual, type AuthService, type AuthServiceEvents, type AuthState, BEDROCK_1M_CONTEXT_MODEL_IDS, BEDROCK_DEFAULT_CONTEXT, BEDROCK_DEFAULT_TEMPERATURE, BEDROCK_GLOBAL_INFERENCE_MODEL_IDS, BEDROCK_MAX_TOKENS, BEDROCK_REGIONS, BEDROCK_SERVICE_TIER_MODEL_IDS, BEDROCK_SERVICE_TIER_PRICING, type BasetenModelId, type BedrockModelId, type BedrockServiceTier, type BrowserActionParams, CODEBASE_INDEX_DEFAULTS, CONSENT_COOKIE_NAME, CONTEXT_MANAGEMENT_EVENTS, COOKIE_CONSENT_EVENTS, type CerebrasModelId, type ChutesModelId, type ClaudeCodeModelId, type ClaudeCodeRateLimitInfo, type ClaudeCodeReasoningLevel, type ClineAsk, type ClineMessage, type ClineSay, type CloudAppProperties, type CloudOrganization, type CloudOrganizationMembership, type CloudServiceEvents, type CloudUserInfo, type CodeActionId, type CodeActionName, type CodebaseIndexConfig, type CodebaseIndexModels, type CodebaseIndexProvider, type CommandExecutionStatus, type CommandId, ConnectionState, ConsecutiveMistakeError, type ConsecutiveMistakeReason, type ConsentCookieValue, type ContextCondense, type ContextManagementEvent, type ContextTruncation, type Coordinate, type CreateTaskOptions, type CustomModePrompts, type CustomModesSettings, type CustomProvider, type CustomSupportPrompts, type CustomToolContext, type CustomToolDefinition, type CustomToolParametersSchema, DEEP_SEEK_DEFAULT_TEMPERATURE, DEFAULT_CHECKPOINT_TIMEOUT_SECONDS, DEFAULT_CONSECUTIVE_MISTAKE_LIMIT, DEFAULT_MODES, DEFAULT_TERMINAL_OUTPUT_CHARACTER_LIMIT, DEFAULT_WRITE_DELAY_MS, DOUBAO_API_BASE_URL, DOUBAO_API_CHAT_PATH, type DeepSeekModelId, type DynamicAppProperties, type DynamicProvider, EVALS_SETTINGS, EVALS_TIMEOUT, EXPECTED_API_ERROR_CODES, type Equals, type ExperimentId, type Experiments, type ExtensionBridgeCommand, ExtensionBridgeCommandName, type ExtensionBridgeEvent, ExtensionBridgeEventName, type ExtensionInstance, ExtensionSocketEvents, type ExtensionTask, type FauxProvider, type FeatherlessModelId, type FileEntry, type FireworksModelId, type FollowUpData, type FollowUpDataType, GLOBAL_SECRET_KEYS, GLOBAL_SETTINGS_KEYS, GLOBAL_STATE_KEYS, type GeminiModelId, type GenerateImageParams, type GitProperties, type GlobalSettings, type GlobalState, type GroqModelId, type GroupEntry, type GroupOptions, HEARTBEAT_INTERVAL_MS, HUGGINGFACE_API_URL, HUGGINGFACE_CACHE_DURATION, HUGGINGFACE_DEFAULT_CONTEXT_WINDOW, HUGGINGFACE_DEFAULT_MAX_TOKENS, HUGGINGFACE_MAX_TOKENS_FALLBACK, HUGGINGFACE_SLIDER_MIN, HUGGINGFACE_SLIDER_STEP, HUGGINGFACE_TEMPERATURE_MAX_VALUE, type HistoryItem, IMAGE_GENERATION_MODELS, IMAGE_GENERATION_MODEL_IDS, INSTANCE_TTL_SECONDS, type IOIntelligenceModelId, IO_INTELLIGENCE_CACHE_DURATION, type IdleAsk, type ImageGenerationApiMethod, type ImageGenerationModel, type ImageGenerationProvider, type InstallMarketplaceItemOptions, type InteractiveAsk, type InternalProvider, type InternationalZAiModelId, type IpcClientEvents, type IpcMessage, IpcMessageType, IpcOrigin, type IpcServerEvents, type JWTPayload, type JoinResponse, type Keys, LMSTUDIO_DEFAULT_TEMPERATURE, type Language, type LeaveResponse, type LineRange, type LocalProvider, MAX_CHECKPOINT_TIMEOUT_SECONDS, MINIMAX_DEFAULT_MAX_TOKENS, MINIMAX_DEFAULT_TEMPERATURE, MIN_CHECKPOINT_TIMEOUT_SECONDS, MISTRAL_DEFAULT_TEMPERATURE, MODELS_BY_PROVIDER, MOONSHOT_DEFAULT_TEMPERATURE, type MainlandZAiModelId, type MarketplaceItem, type MarketplaceItemType, type McpExecutionStatus, type McpInstallationMethod, type McpMarketplaceItem, type McpParameter, type McpServerUse, type MinimaxModelId, type MistralModelId, type ModeConfig, type ModeMarketplaceItem, type ModelIdKey, type ModelInfo, type ModelParameter, type MoonshotModelId, NATIVE_TOOL_DEFAULTS, type NonBlockingAsk, OPENAI_AZURE_AI_INFERENCE_PATH, OPENAI_NATIVE_DEFAULT_TEMPERATURE, OPENROUTER_DEFAULT_PROVIDER_NAME, OPEN_ROUTER_PROMPT_CACHING_MODELS, OPEN_ROUTER_REASONING_BUDGET_MODELS, OPEN_ROUTER_REQUIRED_REASONING_BUDGET_MODELS, ORGANIZATION_ALLOW_ALL, ORGANIZATION_DEFAULT, type OpenAiNativeModelId, type OrganizationAllowList, type OrganizationCloudSettings, type OrganizationDefaultSettings, type OrganizationFeatures, type OrganizationSettings, PROVIDER_SETTINGS_KEYS, type PromptComponent, type ProviderName, type ProviderSettings, type ProviderSettingsEntry, type ProviderSettingsWithId, type QueuedMessage, type QwenCodeModelId, type ReasoningEffort, type ReasoningEffortExtended, type ReasoningEffortWithMinimal, type ResumableAsk, type RetryConfig, type RooCodeAPI, type RooCodeAPIEvents, RooCodeEventName, type RooCodeEvents, type RooCodeIpcServer, type RooCodeSettings, type RooCodeTelemetryEvent, type RooModel, RooModelSchema, type RooModelsResponse, RooModelsResponseSchema, RooPricingSchema, SECRET_STATE_KEYS, type SambaNovaModelId, type SecretState, type SerializedCustomToolDefinition, type SerializedCustomToolParameters, type ServiceTier, type SettingsService, type SettingsServiceEvents, type ShareResponse, type ShareVisibility, type Size, type StaticAppProperties, type SuggestionItem, TOOL_PROTOCOL, type TaskBridgeCommand, TaskBridgeCommandName, type TaskBridgeEvent, TaskBridgeEventName, type TaskCommand, TaskCommandName, type TaskEvent, type TaskEvents, type TaskLike, type TaskMetadata, type TaskProperties, type TaskProviderEvents, type TaskProviderLike, TaskSocketEvents, TaskStatus, type TelemetryClient, type TelemetryEvent, TelemetryEventName, type TelemetryEventSubscription, type TelemetryProperties, type TelemetryPropertiesProvider, type TelemetrySetting, type TerminalActionId, type TerminalActionName, type TerminalActionPromptType, type TodoItem, type TodoStatus, type TokenUsage, type ToolGroup, type ToolName, type ToolProgressStatus, type ToolProtocol, type ToolUsage, type TypedCustomToolDefinition, type TypicalProvider, type UsageStats, type UserFeatures, type UserSettingsConfig, type UserSettingsData, VERCEL_AI_GATEWAY_DEFAULT_TEMPERATURE, VERCEL_AI_GATEWAY_PROMPT_CACHING_MODELS, VERCEL_AI_GATEWAY_VISION_AND_TOOLS_MODELS, VERCEL_AI_GATEWAY_VISION_ONLY_MODELS, VERTEX_1M_CONTEXT_MODEL_IDS, VERTEX_REGIONS, type Values, type VerbosityLevel, type VertexModelId, type VscodeLlmModelId, type WorkspaceTaskVisibility, type XAIModelId, ZAI_DEFAULT_TEMPERATURE, type ZaiApiLine, ackSchema, anthropicDefaultModelId, anthropicModels, appPropertiesSchema, azureOpenAiDefaultApiVersion, basetenDefaultModelId, basetenModels, bedrockDefaultModelId, bedrockDefaultPromptRouterModelId, bedrockModels, cerebrasDefaultModelId, cerebrasModels, chutesDefaultModelId, chutesDefaultModelInfo, chutesModels, claudeCodeDefaultModelId, claudeCodeModels, claudeCodeReasoningConfig, clineAskSchema, clineAsks, clineMessageSchema, clineSaySchema, clineSays, cloudAppPropertiesSchema, codeActionIds, codebaseIndexConfigSchema, codebaseIndexModelsSchema, codebaseIndexProviderSchema, commandExecutionStatusSchema, commandIds, contextCondenseSchema, contextTruncationSchema, customModePromptsSchema, customModesSettingsSchema, customProviders, customSupportPromptsSchema, deepInfraDefaultModelId, deepInfraDefaultModelInfo, deepSeekDefaultModelId, deepSeekModels, defineCustomTool, discriminatedProviderSettingsWithIdSchema, doubaoDefaultModelId, doubaoDefaultModelInfo, doubaoModels, dynamicAppPropertiesSchema, dynamicProviders, experimentIds, experimentIdsSchema, experimentsSchema, extensionBridgeCommandSchema, extensionBridgeEventSchema, extensionInstanceSchema, extractApiProviderErrorProperties, extractConsecutiveMistakeErrorProperties, extractMessageFromJsonPayload, fauxProviders, featherlessDefaultModelId, featherlessModels, fireworksDefaultModelId, fireworksModels, followUpDataSchema, geminiDefaultModelId, geminiModels, getApiProtocol, getEffectiveProtocol, getErrorMessage, getErrorStatusCode, getImageGenerationProvider, getModelId, getProviderDefaultModelId, gitPropertiesSchema, globalSettingsSchema, groqDefaultModelId, groqModels, groupEntrySchema, groupOptionsSchema, historyItemSchema, idleAsks, installMarketplaceItemOptionsSchema, interactiveAsks, internalProviders, internationalZAiDefaultModelId, internationalZAiModels, ioIntelligenceDefaultBaseUrl, ioIntelligenceDefaultModelId, ioIntelligenceModels, ipcMessageSchema, isApiProviderError, isConsecutiveMistakeError, isContextManagementEvent, isCustomProvider, isDynamicProvider, isFauxProvider, isGlobalStateKey, isIdleAsk, isInteractiveAsk, isInternalProvider, isLanguage, isLocalProvider, isModelParameter, isNativeProtocol, isNonBlockingAsk, isProviderName, isResumableAsk, isSecretStateKey, isTypicalProvider, lMStudioDefaultModelId, lMStudioDefaultModelInfo, languages, languagesSchema, litellmDefaultModelId, litellmDefaultModelInfo, localProviders, mainlandZAiDefaultModelId, mainlandZAiModels, marketplaceItemSchema, marketplaceItemTypeSchema, mcpExecutionStatusSchema, mcpInstallationMethodSchema, mcpMarketplaceItemSchema, mcpParameterSchema, minimaxDefaultModelId, minimaxDefaultModelInfo, minimaxModels, mistralDefaultModelId, mistralModels, modeConfigSchema, modeMarketplaceItemSchema, modelIdKeys, modelIdKeysByProvider, modelInfoSchema, modelParameters, modelParametersSchema, moonshotDefaultModelId, moonshotModels, nonBlockingAsks, normalizeClaudeCodeModelId, ollamaDefaultModelId, ollamaDefaultModelInfo, openAiModelInfoSaneDefaults, openAiNativeDefaultModelId, openAiNativeModels, openRouterDefaultModelId, openRouterDefaultModelInfo, organizationAllowListSchema, organizationCloudSettingsSchema, organizationDefaultSettingsSchema, organizationFeaturesSchema, organizationSettingsSchema, promptComponentSchema, providerNames, providerNamesSchema, providerSettingsEntrySchema, providerSettingsSchema, providerSettingsSchemaDiscriminated, providerSettingsWithIdSchema, queuedMessageSchema, qwenCodeDefaultModelId, qwenCodeModels, reasoningEffortExtendedSchema, reasoningEffortSettingSchema, reasoningEffortSettingValues, reasoningEffortWithMinimalSchema, reasoningEfforts, reasoningEffortsExtended, reasoningEffortsSchema, requestyDefaultModelId, requestyDefaultModelInfo, resumableAsks, rooCodeEventsSchema, rooCodeSettingsSchema, rooCodeTelemetryEventSchema, rooDefaultModelId, rooModels, sambaNovaDefaultModelId, sambaNovaModels, serviceTierSchema, serviceTiers, shareResponseSchema, shouldReportApiErrorToTelemetry, staticAppPropertiesSchema, suggestionItemSchema, taskBridgeCommandSchema, taskBridgeEventSchema, taskCommandSchema, taskEventSchema, taskMetadataSchema, taskPropertiesSchema, telemetryPropertiesSchema, telemetrySettings, telemetrySettingsSchema, terminalActionIds, todoItemSchema, todoStatusSchema, tokenUsageSchema, toolGroups, toolGroupsSchema, toolNames, toolNamesSchema, toolProgressStatusSchema, toolUsageSchema, unboundDefaultModelId, unboundDefaultModelInfo, usageStatsSchema, userFeaturesSchema, userSettingsConfigSchema, userSettingsDataSchema, verbosityLevels, verbosityLevelsSchema, vercelAiGatewayDefaultModelId, vercelAiGatewayDefaultModelInfo, vertexDefaultModelId, vertexModels, vscodeLlmDefaultModelId, vscodeLlmModels, xaiDefaultModelId, xaiModels, zaiApiLineConfigs, zaiApiLineSchema };
50684
+ export { ANTHROPIC_DEFAULT_MAX_TOKENS, ANTHROPIC_STYLE_PROVIDERS, AWS_INFERENCE_PROFILE_MAPPING, type Ack, type AnthropicModelId, ApiProviderError, type AppProperties, type AssertEqual, type AudioType, type AuthService, type AuthServiceEvents, type AuthState, BEDROCK_1M_CONTEXT_MODEL_IDS, BEDROCK_DEFAULT_CONTEXT, BEDROCK_DEFAULT_TEMPERATURE, BEDROCK_GLOBAL_INFERENCE_MODEL_IDS, BEDROCK_MAX_TOKENS, BEDROCK_REGIONS, BEDROCK_SERVICE_TIER_MODEL_IDS, BEDROCK_SERVICE_TIER_PRICING, type BasetenModelId, type BedrockModelId, type BedrockServiceTier, type BrowserActionParams, CODEBASE_INDEX_DEFAULTS, CONSENT_COOKIE_NAME, CONTEXT_MANAGEMENT_EVENTS, COOKIE_CONSENT_EVENTS, type CerebrasModelId, type CheckpointDiffPayload, type CheckpointRestorePayload, type ChutesModelId, type ClaudeCodeModelId, type ClaudeCodeRateLimitInfo, type ClaudeCodeReasoningLevel, type ClineAsk, type ClineAskResponse, type ClineMessage, type ClineSay, type CloudAppProperties, type CloudOrganization, type CloudOrganizationMembership, type CloudServiceEvents, type CloudUserInfo, type CodeActionId, type CodeActionName, type CodebaseIndexConfig, type CodebaseIndexModels, type CodebaseIndexProvider, type Command, type CommandExecutionStatus, type CommandId, ConnectionState, ConsecutiveMistakeError, type ConsecutiveMistakeReason, type ConsentCookieValue, type ContextCondense, type ContextManagementEvent, type ContextTruncation, type Coordinate, type CreateTaskOptions, type CustomModePrompts, type CustomModesSettings, type CustomProvider, type CustomSupportPrompts, type CustomToolContext, type CustomToolDefinition, type CustomToolParametersSchema, DEEP_SEEK_DEFAULT_TEMPERATURE, DEFAULT_CHECKPOINT_TIMEOUT_SECONDS, DEFAULT_CONSECUTIVE_MISTAKE_LIMIT, DEFAULT_MODES, DEFAULT_TERMINAL_OUTPUT_CHARACTER_LIMIT, DEFAULT_WRITE_DELAY_MS, DOUBAO_API_BASE_URL, DOUBAO_API_CHAT_PATH, type DeepSeekModelId, type DynamicAppProperties, type DynamicProvider, EVALS_SETTINGS, EVALS_TIMEOUT, EXPECTED_API_ERROR_CODES, type EditQueuedMessagePayload, type Equals, type ExperimentId, type Experiments, type ExtensionBridgeCommand, ExtensionBridgeCommandName, type ExtensionBridgeEvent, ExtensionBridgeEventName, type ExtensionInstance, type ExtensionMessage, ExtensionSocketEvents, type ExtensionState, type ExtensionTask, type FauxProvider, type FeatherlessModelId, type FileEntry, type FireworksModelId, type FollowUpData, type FollowUpDataType, GLOBAL_SECRET_KEYS, GLOBAL_SETTINGS_KEYS, GLOBAL_STATE_KEYS, type GeminiModelId, type GenerateImageParams, type GitCommit, type GitProperties, type GitRepositoryInfo, type GlobalSettings, type GlobalState, type GroqModelId, type GroupEntry, type GroupOptions, HEARTBEAT_INTERVAL_MS, HUGGINGFACE_API_URL, HUGGINGFACE_CACHE_DURATION, HUGGINGFACE_DEFAULT_CONTEXT_WINDOW, HUGGINGFACE_DEFAULT_MAX_TOKENS, HUGGINGFACE_MAX_TOKENS_FALLBACK, HUGGINGFACE_SLIDER_MIN, HUGGINGFACE_SLIDER_STEP, HUGGINGFACE_TEMPERATURE_MAX_VALUE, type HistoryItem, IMAGE_GENERATION_MODELS, IMAGE_GENERATION_MODEL_IDS, INSTANCE_TTL_SECONDS, type IOIntelligenceModelId, IO_INTELLIGENCE_CACHE_DURATION, type IdleAsk, type ImageGenerationApiMethod, type ImageGenerationModel, type ImageGenerationProvider, type IndexClearedPayload, type IndexingStatusPayload, type InstallMarketplaceItemOptions, type InstallMarketplaceItemWithParametersPayload, type InteractiveAsk, type InternalProvider, type InternationalZAiModelId, type IpcClientEvents, type IpcMessage, IpcMessageType, IpcOrigin, type IpcServerEvents, type JWTPayload, type JoinResponse, type Keys, LMSTUDIO_DEFAULT_TEMPERATURE, type Language, type LeaveResponse, type LineRange, type LocalProvider, MAX_CHECKPOINT_TIMEOUT_SECONDS, MINIMAX_DEFAULT_MAX_TOKENS, MINIMAX_DEFAULT_TEMPERATURE, MIN_CHECKPOINT_TIMEOUT_SECONDS, MISTRAL_DEFAULT_TEMPERATURE, MODELS_BY_PROVIDER, MOONSHOT_DEFAULT_TEMPERATURE, type MainlandZAiModelId, type MarketplaceInstalledMetadata, type MarketplaceItem, type MarketplaceItemType, type McpErrorEntry, type McpExecutionStatus, type McpInstallationMethod, type McpMarketplaceItem, type McpParameter, type McpResource, type McpResourceResponse, type McpResourceTemplate, type McpServer, type McpServerUse, type McpTool, type McpToolCallResponse, type MinimaxModelId, type MistralModelId, type ModeConfig, type ModeMarketplaceItem, type ModelIdKey, type ModelInfo, type ModelParameter, type ModelRecord, type MoonshotModelId, NATIVE_TOOL_DEFAULTS, type NonBlockingAsk, OPENAI_AZURE_AI_INFERENCE_PATH, OPENAI_NATIVE_DEFAULT_TEMPERATURE, OPENROUTER_DEFAULT_PROVIDER_NAME, OPEN_ROUTER_PROMPT_CACHING_MODELS, OPEN_ROUTER_REASONING_BUDGET_MODELS, OPEN_ROUTER_REQUIRED_REASONING_BUDGET_MODELS, ORGANIZATION_ALLOW_ALL, ORGANIZATION_DEFAULT, type OpenAiNativeModelId, type OrganizationAllowList, type OrganizationCloudSettings, type OrganizationDefaultSettings, type OrganizationFeatures, type OrganizationSettings, PROVIDER_SETTINGS_KEYS, type PromptComponent, type ProviderName, type ProviderSettings, type ProviderSettingsEntry, type ProviderSettingsWithId, type QueuedMessage, type QwenCodeModelId, type ReasoningEffort, type ReasoningEffortExtended, type ReasoningEffortWithMinimal, type ResumableAsk, type RetryConfig, type RooCodeAPI, type RooCodeAPIEvents, RooCodeEventName, type RooCodeEvents, type RooCodeIpcServer, type RooCodeSettings, type RooCodeTelemetryEvent, type RooModel, RooModelSchema, type RooModelsResponse, RooModelsResponseSchema, RooPricingSchema, type RouterModels, SECRET_STATE_KEYS, type SambaNovaModelId, type SecretState, type SerializedCustomToolDefinition, type SerializedCustomToolParameters, type ServiceTier, type SettingsService, type SettingsServiceEvents, type ShareResponse, type ShareVisibility, type Size, type StaticAppProperties, type SuggestionItem, TOOL_PROTOCOL, type TaskBridgeCommand, TaskBridgeCommandName, type TaskBridgeEvent, TaskBridgeEventName, type TaskCommand, TaskCommandName, type TaskEvent, type TaskEvents, type TaskLike, type TaskMetadata, type TaskProperties, type TaskProviderEvents, type TaskProviderLike, TaskSocketEvents, TaskStatus, type TelemetryClient, type TelemetryEvent, TelemetryEventName, type TelemetryEventSubscription, type TelemetryProperties, type TelemetryPropertiesProvider, type TelemetrySetting, type TerminalActionId, type TerminalActionName, type TerminalActionPromptType, type TodoItem, type TodoStatus, type TokenUsage, type ToolGroup, type ToolName, type ToolProgressStatus, type ToolProtocol, type ToolUsage, type TypedCustomToolDefinition, type TypicalProvider, type UpdateTodoListPayload, type UsageStats, type UserFeatures, type UserSettingsConfig, type UserSettingsData, VERCEL_AI_GATEWAY_DEFAULT_TEMPERATURE, VERCEL_AI_GATEWAY_PROMPT_CACHING_MODELS, VERCEL_AI_GATEWAY_VISION_AND_TOOLS_MODELS, VERCEL_AI_GATEWAY_VISION_ONLY_MODELS, VERTEX_1M_CONTEXT_MODEL_IDS, VERTEX_REGIONS, type Values, type VerbosityLevel, type VertexModelId, type VscodeLlmModelId, type WebViewMessagePayload, type WebviewMessage, type WorkspaceTaskVisibility, type XAIModelId, ZAI_DEFAULT_TEMPERATURE, type ZaiApiLine, ackSchema, anthropicDefaultModelId, anthropicModels, appPropertiesSchema, azureOpenAiDefaultApiVersion, basetenDefaultModelId, basetenModels, bedrockDefaultModelId, bedrockDefaultPromptRouterModelId, bedrockModels, cerebrasDefaultModelId, cerebrasModels, checkoutDiffPayloadSchema, checkoutRestorePayloadSchema, chutesDefaultModelId, chutesDefaultModelInfo, chutesModels, claudeCodeDefaultModelId, claudeCodeModels, claudeCodeReasoningConfig, clineAskSchema, clineAsks, clineMessageSchema, clineSaySchema, clineSays, cloudAppPropertiesSchema, codeActionIds, codebaseIndexConfigSchema, codebaseIndexModelsSchema, codebaseIndexProviderSchema, commandExecutionStatusSchema, commandIds, contextCondenseSchema, contextTruncationSchema, customModePromptsSchema, customModesSettingsSchema, customProviders, customSupportPromptsSchema, deepInfraDefaultModelId, deepInfraDefaultModelInfo, deepSeekDefaultModelId, deepSeekModels, defineCustomTool, discriminatedProviderSettingsWithIdSchema, doubaoDefaultModelId, doubaoDefaultModelInfo, doubaoModels, dynamicAppPropertiesSchema, dynamicProviders, experimentIds, experimentIdsSchema, experimentsSchema, extensionBridgeCommandSchema, extensionBridgeEventSchema, extensionInstanceSchema, extractApiProviderErrorProperties, extractConsecutiveMistakeErrorProperties, extractMessageFromJsonPayload, fauxProviders, featherlessDefaultModelId, featherlessModels, fireworksDefaultModelId, fireworksModels, followUpDataSchema, geminiDefaultModelId, geminiModels, getApiProtocol, getEffectiveProtocol, getErrorMessage, getErrorStatusCode, getImageGenerationProvider, getModelId, getProviderDefaultModelId, gitPropertiesSchema, globalSettingsSchema, groqDefaultModelId, groqModels, groupEntrySchema, groupOptionsSchema, historyItemSchema, idleAsks, installMarketplaceItemOptionsSchema, installMarketplaceItemWithParametersPayloadSchema, interactiveAsks, internalProviders, internationalZAiDefaultModelId, internationalZAiModels, ioIntelligenceDefaultBaseUrl, ioIntelligenceDefaultModelId, ioIntelligenceModels, ipcMessageSchema, isApiProviderError, isConsecutiveMistakeError, isContextManagementEvent, isCustomProvider, isDynamicProvider, isFauxProvider, isGlobalStateKey, isIdleAsk, isInteractiveAsk, isInternalProvider, isLanguage, isLocalProvider, isModelParameter, isNativeProtocol, isNonBlockingAsk, isProviderName, isResumableAsk, isSecretStateKey, isTypicalProvider, lMStudioDefaultModelId, lMStudioDefaultModelInfo, languages, languagesSchema, litellmDefaultModelId, litellmDefaultModelInfo, localProviders, mainlandZAiDefaultModelId, mainlandZAiModels, marketplaceItemSchema, marketplaceItemTypeSchema, mcpExecutionStatusSchema, mcpInstallationMethodSchema, mcpMarketplaceItemSchema, mcpParameterSchema, minimaxDefaultModelId, minimaxDefaultModelInfo, minimaxModels, mistralDefaultModelId, mistralModels, modeConfigSchema, modeMarketplaceItemSchema, modelIdKeys, modelIdKeysByProvider, modelInfoSchema, modelParameters, modelParametersSchema, moonshotDefaultModelId, moonshotModels, nonBlockingAsks, normalizeClaudeCodeModelId, ollamaDefaultModelId, ollamaDefaultModelInfo, openAiModelInfoSaneDefaults, openAiNativeDefaultModelId, openAiNativeModels, openRouterDefaultModelId, openRouterDefaultModelInfo, organizationAllowListSchema, organizationCloudSettingsSchema, organizationDefaultSettingsSchema, organizationFeaturesSchema, organizationSettingsSchema, promptComponentSchema, providerNames, providerNamesSchema, providerSettingsEntrySchema, providerSettingsSchema, providerSettingsSchemaDiscriminated, providerSettingsWithIdSchema, queuedMessageSchema, qwenCodeDefaultModelId, qwenCodeModels, reasoningEffortExtendedSchema, reasoningEffortSettingSchema, reasoningEffortSettingValues, reasoningEffortWithMinimalSchema, reasoningEfforts, reasoningEffortsExtended, reasoningEffortsSchema, requestyDefaultModelId, requestyDefaultModelInfo, resumableAsks, rooCodeEventsSchema, rooCodeSettingsSchema, rooCodeTelemetryEventSchema, rooDefaultModelId, rooModels, sambaNovaDefaultModelId, sambaNovaModels, serviceTierSchema, serviceTiers, shareResponseSchema, shouldReportApiErrorToTelemetry, staticAppPropertiesSchema, suggestionItemSchema, taskBridgeCommandSchema, taskBridgeEventSchema, taskCommandSchema, taskEventSchema, taskMetadataSchema, taskPropertiesSchema, telemetryPropertiesSchema, telemetrySettings, telemetrySettingsSchema, terminalActionIds, todoItemSchema, todoStatusSchema, tokenUsageSchema, toolGroups, toolGroupsSchema, toolNames, toolNamesSchema, toolProgressStatusSchema, toolUsageSchema, unboundDefaultModelId, unboundDefaultModelInfo, usageStatsSchema, userFeaturesSchema, userSettingsConfigSchema, userSettingsDataSchema, verbosityLevels, verbosityLevelsSchema, vercelAiGatewayDefaultModelId, vercelAiGatewayDefaultModelInfo, vertexDefaultModelId, vertexModels, vscodeLlmDefaultModelId, vscodeLlmModels, xaiDefaultModelId, xaiModels, zaiApiLineConfigs, zaiApiLineSchema };