@roo-code/types 1.103.0 → 1.106.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +113 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +322 -93
- package/dist/index.d.ts +322 -93
- package/dist/index.js +111 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1219,8 +1219,8 @@ declare const isFauxProvider: (key: string) => key is FauxProvider;
|
|
|
1219
1219
|
/**
|
|
1220
1220
|
* ProviderName
|
|
1221
1221
|
*/
|
|
1222
|
-
declare const providerNames: readonly ["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"];
|
|
1223
|
-
declare const providerNamesSchema: z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>;
|
|
1222
|
+
declare const providerNames: readonly ["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"];
|
|
1223
|
+
declare const providerNamesSchema: z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>;
|
|
1224
1224
|
type ProviderName = z.infer<typeof providerNamesSchema>;
|
|
1225
1225
|
declare const isProviderName: (key: unknown) => key is ProviderName;
|
|
1226
1226
|
/**
|
|
@@ -1229,17 +1229,17 @@ declare const isProviderName: (key: unknown) => key is ProviderName;
|
|
|
1229
1229
|
declare const providerSettingsEntrySchema: z.ZodObject<{
|
|
1230
1230
|
id: z.ZodString;
|
|
1231
1231
|
name: z.ZodString;
|
|
1232
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
1232
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
1233
1233
|
modelId: z.ZodOptional<z.ZodString>;
|
|
1234
1234
|
}, "strip", z.ZodTypeAny, {
|
|
1235
1235
|
id: string;
|
|
1236
1236
|
name: string;
|
|
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;
|
|
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-codex" | "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" | "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;
|
|
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
1243
1243
|
modelId?: string | undefined;
|
|
1244
1244
|
}>;
|
|
1245
1245
|
type ProviderSettingsEntry = z.infer<typeof providerSettingsEntrySchema>;
|
|
@@ -2216,6 +2216,56 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
2216
2216
|
toolProtocol: z.ZodOptional<z.ZodEnum<["xml", "native"]>>;
|
|
2217
2217
|
} & {
|
|
2218
2218
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
2219
|
+
} & {
|
|
2220
|
+
apiProvider: z.ZodLiteral<"openai-codex">;
|
|
2221
|
+
}, "strip", z.ZodTypeAny, {
|
|
2222
|
+
apiProvider: "openai-codex";
|
|
2223
|
+
reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
|
|
2224
|
+
includeMaxTokens?: boolean | undefined;
|
|
2225
|
+
diffEnabled?: boolean | undefined;
|
|
2226
|
+
todoListEnabled?: boolean | undefined;
|
|
2227
|
+
fuzzyMatchThreshold?: number | undefined;
|
|
2228
|
+
modelTemperature?: number | null | undefined;
|
|
2229
|
+
rateLimitSeconds?: number | undefined;
|
|
2230
|
+
consecutiveMistakeLimit?: number | undefined;
|
|
2231
|
+
enableReasoningEffort?: boolean | undefined;
|
|
2232
|
+
modelMaxTokens?: number | undefined;
|
|
2233
|
+
modelMaxThinkingTokens?: number | undefined;
|
|
2234
|
+
verbosity?: "low" | "medium" | "high" | undefined;
|
|
2235
|
+
toolProtocol?: "xml" | "native" | undefined;
|
|
2236
|
+
apiModelId?: string | undefined;
|
|
2237
|
+
}, {
|
|
2238
|
+
apiProvider: "openai-codex";
|
|
2239
|
+
reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
|
|
2240
|
+
includeMaxTokens?: boolean | undefined;
|
|
2241
|
+
diffEnabled?: boolean | undefined;
|
|
2242
|
+
todoListEnabled?: boolean | undefined;
|
|
2243
|
+
fuzzyMatchThreshold?: number | undefined;
|
|
2244
|
+
modelTemperature?: number | null | undefined;
|
|
2245
|
+
rateLimitSeconds?: number | undefined;
|
|
2246
|
+
consecutiveMistakeLimit?: number | undefined;
|
|
2247
|
+
enableReasoningEffort?: boolean | undefined;
|
|
2248
|
+
modelMaxTokens?: number | undefined;
|
|
2249
|
+
modelMaxThinkingTokens?: number | undefined;
|
|
2250
|
+
verbosity?: "low" | "medium" | "high" | undefined;
|
|
2251
|
+
toolProtocol?: "xml" | "native" | undefined;
|
|
2252
|
+
apiModelId?: string | undefined;
|
|
2253
|
+
}>, z.ZodObject<{
|
|
2254
|
+
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
2255
|
+
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
2256
|
+
todoListEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
2257
|
+
fuzzyMatchThreshold: z.ZodOptional<z.ZodNumber>;
|
|
2258
|
+
modelTemperature: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2259
|
+
rateLimitSeconds: z.ZodOptional<z.ZodNumber>;
|
|
2260
|
+
consecutiveMistakeLimit: z.ZodOptional<z.ZodNumber>;
|
|
2261
|
+
enableReasoningEffort: z.ZodOptional<z.ZodBoolean>;
|
|
2262
|
+
reasoningEffort: z.ZodOptional<z.ZodEnum<["disable", "none", "minimal", "low", "medium", "high", "xhigh"]>>;
|
|
2263
|
+
modelMaxTokens: z.ZodOptional<z.ZodNumber>;
|
|
2264
|
+
modelMaxThinkingTokens: z.ZodOptional<z.ZodNumber>;
|
|
2265
|
+
verbosity: z.ZodOptional<z.ZodEnum<["low", "medium", "high"]>>;
|
|
2266
|
+
toolProtocol: z.ZodOptional<z.ZodEnum<["xml", "native"]>>;
|
|
2267
|
+
} & {
|
|
2268
|
+
apiModelId: z.ZodOptional<z.ZodString>;
|
|
2219
2269
|
} & {
|
|
2220
2270
|
openAiNativeApiKey: z.ZodOptional<z.ZodString>;
|
|
2221
2271
|
openAiNativeBaseUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -3869,7 +3919,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3869
3919
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
3870
3920
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
3871
3921
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
3872
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
3922
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
3873
3923
|
}, "strip", z.ZodTypeAny, {
|
|
3874
3924
|
reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
|
|
3875
3925
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
@@ -3881,7 +3931,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3881
3931
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
3882
3932
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
3883
3933
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
3884
|
-
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;
|
|
3934
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
3885
3935
|
includeMaxTokens?: boolean | undefined;
|
|
3886
3936
|
diffEnabled?: boolean | undefined;
|
|
3887
3937
|
todoListEnabled?: boolean | undefined;
|
|
@@ -4052,7 +4102,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
4052
4102
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
4053
4103
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
4054
4104
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
4055
|
-
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;
|
|
4105
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
4056
4106
|
includeMaxTokens?: boolean | undefined;
|
|
4057
4107
|
diffEnabled?: boolean | undefined;
|
|
4058
4108
|
todoListEnabled?: boolean | undefined;
|
|
@@ -4490,7 +4540,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4490
4540
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
4491
4541
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
4492
4542
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
4493
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
4543
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
4494
4544
|
} & {
|
|
4495
4545
|
id: z.ZodOptional<z.ZodString>;
|
|
4496
4546
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4505,7 +4555,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4505
4555
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
4506
4556
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
4507
4557
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
4508
|
-
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;
|
|
4558
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
4509
4559
|
includeMaxTokens?: boolean | undefined;
|
|
4510
4560
|
diffEnabled?: boolean | undefined;
|
|
4511
4561
|
todoListEnabled?: boolean | undefined;
|
|
@@ -4677,7 +4727,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4677
4727
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
4678
4728
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
4679
4729
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
4680
|
-
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;
|
|
4730
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
4681
4731
|
includeMaxTokens?: boolean | undefined;
|
|
4682
4732
|
diffEnabled?: boolean | undefined;
|
|
4683
4733
|
todoListEnabled?: boolean | undefined;
|
|
@@ -5809,6 +5859,56 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
5809
5859
|
toolProtocol: z.ZodOptional<z.ZodEnum<["xml", "native"]>>;
|
|
5810
5860
|
} & {
|
|
5811
5861
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
5862
|
+
} & {
|
|
5863
|
+
apiProvider: z.ZodLiteral<"openai-codex">;
|
|
5864
|
+
}, "strip", z.ZodTypeAny, {
|
|
5865
|
+
apiProvider: "openai-codex";
|
|
5866
|
+
reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
|
|
5867
|
+
includeMaxTokens?: boolean | undefined;
|
|
5868
|
+
diffEnabled?: boolean | undefined;
|
|
5869
|
+
todoListEnabled?: boolean | undefined;
|
|
5870
|
+
fuzzyMatchThreshold?: number | undefined;
|
|
5871
|
+
modelTemperature?: number | null | undefined;
|
|
5872
|
+
rateLimitSeconds?: number | undefined;
|
|
5873
|
+
consecutiveMistakeLimit?: number | undefined;
|
|
5874
|
+
enableReasoningEffort?: boolean | undefined;
|
|
5875
|
+
modelMaxTokens?: number | undefined;
|
|
5876
|
+
modelMaxThinkingTokens?: number | undefined;
|
|
5877
|
+
verbosity?: "low" | "medium" | "high" | undefined;
|
|
5878
|
+
toolProtocol?: "xml" | "native" | undefined;
|
|
5879
|
+
apiModelId?: string | undefined;
|
|
5880
|
+
}, {
|
|
5881
|
+
apiProvider: "openai-codex";
|
|
5882
|
+
reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
|
|
5883
|
+
includeMaxTokens?: boolean | undefined;
|
|
5884
|
+
diffEnabled?: boolean | undefined;
|
|
5885
|
+
todoListEnabled?: boolean | undefined;
|
|
5886
|
+
fuzzyMatchThreshold?: number | undefined;
|
|
5887
|
+
modelTemperature?: number | null | undefined;
|
|
5888
|
+
rateLimitSeconds?: number | undefined;
|
|
5889
|
+
consecutiveMistakeLimit?: number | undefined;
|
|
5890
|
+
enableReasoningEffort?: boolean | undefined;
|
|
5891
|
+
modelMaxTokens?: number | undefined;
|
|
5892
|
+
modelMaxThinkingTokens?: number | undefined;
|
|
5893
|
+
verbosity?: "low" | "medium" | "high" | undefined;
|
|
5894
|
+
toolProtocol?: "xml" | "native" | undefined;
|
|
5895
|
+
apiModelId?: string | undefined;
|
|
5896
|
+
}>, z.ZodObject<{
|
|
5897
|
+
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
5898
|
+
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
5899
|
+
todoListEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
5900
|
+
fuzzyMatchThreshold: z.ZodOptional<z.ZodNumber>;
|
|
5901
|
+
modelTemperature: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5902
|
+
rateLimitSeconds: z.ZodOptional<z.ZodNumber>;
|
|
5903
|
+
consecutiveMistakeLimit: z.ZodOptional<z.ZodNumber>;
|
|
5904
|
+
enableReasoningEffort: z.ZodOptional<z.ZodBoolean>;
|
|
5905
|
+
reasoningEffort: z.ZodOptional<z.ZodEnum<["disable", "none", "minimal", "low", "medium", "high", "xhigh"]>>;
|
|
5906
|
+
modelMaxTokens: z.ZodOptional<z.ZodNumber>;
|
|
5907
|
+
modelMaxThinkingTokens: z.ZodOptional<z.ZodNumber>;
|
|
5908
|
+
verbosity: z.ZodOptional<z.ZodEnum<["low", "medium", "high"]>>;
|
|
5909
|
+
toolProtocol: z.ZodOptional<z.ZodEnum<["xml", "native"]>>;
|
|
5910
|
+
} & {
|
|
5911
|
+
apiModelId: z.ZodOptional<z.ZodString>;
|
|
5812
5912
|
} & {
|
|
5813
5913
|
openAiNativeApiKey: z.ZodOptional<z.ZodString>;
|
|
5814
5914
|
openAiNativeBaseUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -7252,17 +7352,17 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
7252
7352
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7253
7353
|
id: z.ZodString;
|
|
7254
7354
|
name: z.ZodString;
|
|
7255
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
7355
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
7256
7356
|
modelId: z.ZodOptional<z.ZodString>;
|
|
7257
7357
|
}, "strip", z.ZodTypeAny, {
|
|
7258
7358
|
id: string;
|
|
7259
7359
|
name: string;
|
|
7260
|
-
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;
|
|
7360
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
7261
7361
|
modelId?: string | undefined;
|
|
7262
7362
|
}, {
|
|
7263
7363
|
id: string;
|
|
7264
7364
|
name: string;
|
|
7265
|
-
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;
|
|
7365
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
7266
7366
|
modelId?: string | undefined;
|
|
7267
7367
|
}>, "many">>;
|
|
7268
7368
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -7716,7 +7816,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
7716
7816
|
listApiConfigMeta?: {
|
|
7717
7817
|
id: string;
|
|
7718
7818
|
name: string;
|
|
7719
|
-
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;
|
|
7819
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
7720
7820
|
modelId?: string | undefined;
|
|
7721
7821
|
}[] | undefined;
|
|
7722
7822
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
@@ -7906,7 +8006,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
7906
8006
|
listApiConfigMeta?: {
|
|
7907
8007
|
id: string;
|
|
7908
8008
|
name: string;
|
|
7909
|
-
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;
|
|
8009
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
7910
8010
|
modelId?: string | undefined;
|
|
7911
8011
|
}[] | undefined;
|
|
7912
8012
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
@@ -8351,23 +8451,23 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8351
8451
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
8352
8452
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
8353
8453
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
8354
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
8454
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
8355
8455
|
} & {
|
|
8356
8456
|
currentApiConfigName: z.ZodOptional<z.ZodString>;
|
|
8357
8457
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8358
8458
|
id: z.ZodString;
|
|
8359
8459
|
name: z.ZodString;
|
|
8360
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
8460
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
8361
8461
|
modelId: z.ZodOptional<z.ZodString>;
|
|
8362
8462
|
}, "strip", z.ZodTypeAny, {
|
|
8363
8463
|
id: string;
|
|
8364
8464
|
name: string;
|
|
8365
|
-
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;
|
|
8465
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
8366
8466
|
modelId?: string | undefined;
|
|
8367
8467
|
}, {
|
|
8368
8468
|
id: string;
|
|
8369
8469
|
name: string;
|
|
8370
|
-
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;
|
|
8470
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
8371
8471
|
modelId?: string | undefined;
|
|
8372
8472
|
}>, "many">>;
|
|
8373
8473
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -8782,7 +8882,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8782
8882
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
8783
8883
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
8784
8884
|
language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
|
|
8785
|
-
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;
|
|
8885
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
8786
8886
|
includeMaxTokens?: boolean | undefined;
|
|
8787
8887
|
diffEnabled?: boolean | undefined;
|
|
8788
8888
|
todoListEnabled?: boolean | undefined;
|
|
@@ -8961,7 +9061,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8961
9061
|
listApiConfigMeta?: {
|
|
8962
9062
|
id: string;
|
|
8963
9063
|
name: string;
|
|
8964
|
-
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;
|
|
9064
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
8965
9065
|
modelId?: string | undefined;
|
|
8966
9066
|
}[] | undefined;
|
|
8967
9067
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
@@ -9139,7 +9239,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
9139
9239
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
9140
9240
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
9141
9241
|
language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
|
|
9142
|
-
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;
|
|
9242
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
9143
9243
|
includeMaxTokens?: boolean | undefined;
|
|
9144
9244
|
diffEnabled?: boolean | undefined;
|
|
9145
9245
|
todoListEnabled?: boolean | undefined;
|
|
@@ -9318,7 +9418,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
9318
9418
|
listApiConfigMeta?: {
|
|
9319
9419
|
id: string;
|
|
9320
9420
|
name: string;
|
|
9321
|
-
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;
|
|
9421
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
9322
9422
|
modelId?: string | undefined;
|
|
9323
9423
|
}[] | undefined;
|
|
9324
9424
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
@@ -9832,23 +9932,23 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9832
9932
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
9833
9933
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
9834
9934
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
9835
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
9935
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
9836
9936
|
} & {
|
|
9837
9937
|
currentApiConfigName: z.ZodOptional<z.ZodString>;
|
|
9838
9938
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9839
9939
|
id: z.ZodString;
|
|
9840
9940
|
name: z.ZodString;
|
|
9841
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
9941
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
9842
9942
|
modelId: z.ZodOptional<z.ZodString>;
|
|
9843
9943
|
}, "strip", z.ZodTypeAny, {
|
|
9844
9944
|
id: string;
|
|
9845
9945
|
name: string;
|
|
9846
|
-
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;
|
|
9946
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
9847
9947
|
modelId?: string | undefined;
|
|
9848
9948
|
}, {
|
|
9849
9949
|
id: string;
|
|
9850
9950
|
name: string;
|
|
9851
|
-
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;
|
|
9951
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
9852
9952
|
modelId?: string | undefined;
|
|
9853
9953
|
}>, "many">>;
|
|
9854
9954
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -10263,7 +10363,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10263
10363
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
10264
10364
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
10265
10365
|
language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
|
|
10266
|
-
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;
|
|
10366
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
10267
10367
|
includeMaxTokens?: boolean | undefined;
|
|
10268
10368
|
diffEnabled?: boolean | undefined;
|
|
10269
10369
|
todoListEnabled?: boolean | undefined;
|
|
@@ -10442,7 +10542,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10442
10542
|
listApiConfigMeta?: {
|
|
10443
10543
|
id: string;
|
|
10444
10544
|
name: string;
|
|
10445
|
-
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;
|
|
10545
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
10446
10546
|
modelId?: string | undefined;
|
|
10447
10547
|
}[] | undefined;
|
|
10448
10548
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
@@ -10620,7 +10720,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10620
10720
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
10621
10721
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
10622
10722
|
language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
|
|
10623
|
-
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;
|
|
10723
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
10624
10724
|
includeMaxTokens?: boolean | undefined;
|
|
10625
10725
|
diffEnabled?: boolean | undefined;
|
|
10626
10726
|
todoListEnabled?: boolean | undefined;
|
|
@@ -10799,7 +10899,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10799
10899
|
listApiConfigMeta?: {
|
|
10800
10900
|
id: string;
|
|
10801
10901
|
name: string;
|
|
10802
|
-
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;
|
|
10902
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
10803
10903
|
modelId?: string | undefined;
|
|
10804
10904
|
}[] | undefined;
|
|
10805
10905
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
@@ -10983,7 +11083,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10983
11083
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
10984
11084
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
10985
11085
|
language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
|
|
10986
|
-
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;
|
|
11086
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
10987
11087
|
includeMaxTokens?: boolean | undefined;
|
|
10988
11088
|
diffEnabled?: boolean | undefined;
|
|
10989
11089
|
todoListEnabled?: boolean | undefined;
|
|
@@ -11162,7 +11262,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11162
11262
|
listApiConfigMeta?: {
|
|
11163
11263
|
id: string;
|
|
11164
11264
|
name: string;
|
|
11165
|
-
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;
|
|
11265
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
11166
11266
|
modelId?: string | undefined;
|
|
11167
11267
|
}[] | undefined;
|
|
11168
11268
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
@@ -11345,7 +11445,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11345
11445
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
11346
11446
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
11347
11447
|
language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
|
|
11348
|
-
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;
|
|
11448
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
11349
11449
|
includeMaxTokens?: boolean | undefined;
|
|
11350
11450
|
diffEnabled?: boolean | undefined;
|
|
11351
11451
|
todoListEnabled?: boolean | undefined;
|
|
@@ -11524,7 +11624,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11524
11624
|
listApiConfigMeta?: {
|
|
11525
11625
|
id: string;
|
|
11526
11626
|
name: string;
|
|
11527
|
-
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;
|
|
11627
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
11528
11628
|
modelId?: string | undefined;
|
|
11529
11629
|
}[] | undefined;
|
|
11530
11630
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
@@ -11709,7 +11809,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11709
11809
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
11710
11810
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
11711
11811
|
language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
|
|
11712
|
-
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;
|
|
11812
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
11713
11813
|
includeMaxTokens?: boolean | undefined;
|
|
11714
11814
|
diffEnabled?: boolean | undefined;
|
|
11715
11815
|
todoListEnabled?: boolean | undefined;
|
|
@@ -11888,7 +11988,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11888
11988
|
listApiConfigMeta?: {
|
|
11889
11989
|
id: string;
|
|
11890
11990
|
name: string;
|
|
11891
|
-
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;
|
|
11991
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
11892
11992
|
modelId?: string | undefined;
|
|
11893
11993
|
}[] | undefined;
|
|
11894
11994
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
@@ -12074,7 +12174,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
12074
12174
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
12075
12175
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
12076
12176
|
language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
|
|
12077
|
-
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;
|
|
12177
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
12078
12178
|
includeMaxTokens?: boolean | undefined;
|
|
12079
12179
|
diffEnabled?: boolean | undefined;
|
|
12080
12180
|
todoListEnabled?: boolean | undefined;
|
|
@@ -12253,7 +12353,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
12253
12353
|
listApiConfigMeta?: {
|
|
12254
12354
|
id: string;
|
|
12255
12355
|
name: string;
|
|
12256
|
-
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;
|
|
12356
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
12257
12357
|
modelId?: string | undefined;
|
|
12258
12358
|
}[] | undefined;
|
|
12259
12359
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
@@ -12792,23 +12892,23 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12792
12892
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
12793
12893
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
12794
12894
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
12795
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
12895
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
12796
12896
|
} & {
|
|
12797
12897
|
currentApiConfigName: z.ZodOptional<z.ZodString>;
|
|
12798
12898
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12799
12899
|
id: z.ZodString;
|
|
12800
12900
|
name: z.ZodString;
|
|
12801
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
12901
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
12802
12902
|
modelId: z.ZodOptional<z.ZodString>;
|
|
12803
12903
|
}, "strip", z.ZodTypeAny, {
|
|
12804
12904
|
id: string;
|
|
12805
12905
|
name: string;
|
|
12806
|
-
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;
|
|
12906
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
12807
12907
|
modelId?: string | undefined;
|
|
12808
12908
|
}, {
|
|
12809
12909
|
id: string;
|
|
12810
12910
|
name: string;
|
|
12811
|
-
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;
|
|
12911
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
12812
12912
|
modelId?: string | undefined;
|
|
12813
12913
|
}>, "many">>;
|
|
12814
12914
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
@@ -13223,7 +13323,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13223
13323
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
13224
13324
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
13225
13325
|
language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
|
|
13226
|
-
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;
|
|
13326
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
13227
13327
|
includeMaxTokens?: boolean | undefined;
|
|
13228
13328
|
diffEnabled?: boolean | undefined;
|
|
13229
13329
|
todoListEnabled?: boolean | undefined;
|
|
@@ -13402,7 +13502,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13402
13502
|
listApiConfigMeta?: {
|
|
13403
13503
|
id: string;
|
|
13404
13504
|
name: string;
|
|
13405
|
-
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;
|
|
13505
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
13406
13506
|
modelId?: string | undefined;
|
|
13407
13507
|
}[] | undefined;
|
|
13408
13508
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
@@ -13580,7 +13680,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13580
13680
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
13581
13681
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
13582
13682
|
language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
|
|
13583
|
-
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;
|
|
13683
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
13584
13684
|
includeMaxTokens?: boolean | undefined;
|
|
13585
13685
|
diffEnabled?: boolean | undefined;
|
|
13586
13686
|
todoListEnabled?: boolean | undefined;
|
|
@@ -13759,7 +13859,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13759
13859
|
listApiConfigMeta?: {
|
|
13760
13860
|
id: string;
|
|
13761
13861
|
name: string;
|
|
13762
|
-
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;
|
|
13862
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
13763
13863
|
modelId?: string | undefined;
|
|
13764
13864
|
}[] | undefined;
|
|
13765
13865
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
@@ -13943,7 +14043,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13943
14043
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
13944
14044
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
13945
14045
|
language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
|
|
13946
|
-
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;
|
|
14046
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
13947
14047
|
includeMaxTokens?: boolean | undefined;
|
|
13948
14048
|
diffEnabled?: boolean | undefined;
|
|
13949
14049
|
todoListEnabled?: boolean | undefined;
|
|
@@ -14122,7 +14222,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14122
14222
|
listApiConfigMeta?: {
|
|
14123
14223
|
id: string;
|
|
14124
14224
|
name: string;
|
|
14125
|
-
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;
|
|
14225
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
14126
14226
|
modelId?: string | undefined;
|
|
14127
14227
|
}[] | undefined;
|
|
14128
14228
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
@@ -14305,7 +14405,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14305
14405
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
14306
14406
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
14307
14407
|
language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
|
|
14308
|
-
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;
|
|
14408
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
14309
14409
|
includeMaxTokens?: boolean | undefined;
|
|
14310
14410
|
diffEnabled?: boolean | undefined;
|
|
14311
14411
|
todoListEnabled?: boolean | undefined;
|
|
@@ -14484,7 +14584,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14484
14584
|
listApiConfigMeta?: {
|
|
14485
14585
|
id: string;
|
|
14486
14586
|
name: string;
|
|
14487
|
-
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;
|
|
14587
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
14488
14588
|
modelId?: string | undefined;
|
|
14489
14589
|
}[] | undefined;
|
|
14490
14590
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
@@ -14669,7 +14769,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14669
14769
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
14670
14770
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
14671
14771
|
language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
|
|
14672
|
-
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;
|
|
14772
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
14673
14773
|
includeMaxTokens?: boolean | undefined;
|
|
14674
14774
|
diffEnabled?: boolean | undefined;
|
|
14675
14775
|
todoListEnabled?: boolean | undefined;
|
|
@@ -14848,7 +14948,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14848
14948
|
listApiConfigMeta?: {
|
|
14849
14949
|
id: string;
|
|
14850
14950
|
name: string;
|
|
14851
|
-
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;
|
|
14951
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
14852
14952
|
modelId?: string | undefined;
|
|
14853
14953
|
}[] | undefined;
|
|
14854
14954
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
@@ -15034,7 +15134,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15034
15134
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
15035
15135
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
15036
15136
|
language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
|
|
15037
|
-
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;
|
|
15137
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
15038
15138
|
includeMaxTokens?: boolean | undefined;
|
|
15039
15139
|
diffEnabled?: boolean | undefined;
|
|
15040
15140
|
todoListEnabled?: boolean | undefined;
|
|
@@ -15213,7 +15313,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15213
15313
|
listApiConfigMeta?: {
|
|
15214
15314
|
id: string;
|
|
15215
15315
|
name: string;
|
|
15216
|
-
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;
|
|
15316
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
15217
15317
|
modelId?: string | undefined;
|
|
15218
15318
|
}[] | undefined;
|
|
15219
15319
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
@@ -15453,7 +15553,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15453
15553
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
15454
15554
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
15455
15555
|
language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
|
|
15456
|
-
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;
|
|
15556
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
15457
15557
|
includeMaxTokens?: boolean | undefined;
|
|
15458
15558
|
diffEnabled?: boolean | undefined;
|
|
15459
15559
|
todoListEnabled?: boolean | undefined;
|
|
@@ -15632,7 +15732,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15632
15732
|
listApiConfigMeta?: {
|
|
15633
15733
|
id: string;
|
|
15634
15734
|
name: string;
|
|
15635
|
-
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;
|
|
15735
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
15636
15736
|
modelId?: string | undefined;
|
|
15637
15737
|
}[] | undefined;
|
|
15638
15738
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
@@ -15838,7 +15938,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15838
15938
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
15839
15939
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
15840
15940
|
language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
|
|
15841
|
-
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;
|
|
15941
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
15842
15942
|
includeMaxTokens?: boolean | undefined;
|
|
15843
15943
|
diffEnabled?: boolean | undefined;
|
|
15844
15944
|
todoListEnabled?: boolean | undefined;
|
|
@@ -16017,7 +16117,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
16017
16117
|
listApiConfigMeta?: {
|
|
16018
16118
|
id: string;
|
|
16019
16119
|
name: string;
|
|
16020
|
-
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;
|
|
16120
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
16021
16121
|
modelId?: string | undefined;
|
|
16022
16122
|
}[] | undefined;
|
|
16023
16123
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
@@ -17888,7 +17988,7 @@ type AppProperties = z.infer<typeof appPropertiesSchema>;
|
|
|
17888
17988
|
declare const taskPropertiesSchema: z.ZodObject<{
|
|
17889
17989
|
taskId: z.ZodOptional<z.ZodString>;
|
|
17890
17990
|
parentTaskId: z.ZodOptional<z.ZodString>;
|
|
17891
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
17991
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
17892
17992
|
modelId: z.ZodOptional<z.ZodString>;
|
|
17893
17993
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
17894
17994
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -17911,7 +18011,7 @@ declare const taskPropertiesSchema: z.ZodObject<{
|
|
|
17911
18011
|
}, "strip", z.ZodTypeAny, {
|
|
17912
18012
|
isSubtask?: boolean | undefined;
|
|
17913
18013
|
taskId?: string | undefined;
|
|
17914
|
-
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;
|
|
18014
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
17915
18015
|
modelId?: string | undefined;
|
|
17916
18016
|
parentTaskId?: string | undefined;
|
|
17917
18017
|
diffStrategy?: string | undefined;
|
|
@@ -17924,7 +18024,7 @@ declare const taskPropertiesSchema: z.ZodObject<{
|
|
|
17924
18024
|
}, {
|
|
17925
18025
|
isSubtask?: boolean | undefined;
|
|
17926
18026
|
taskId?: string | undefined;
|
|
17927
|
-
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;
|
|
18027
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
17928
18028
|
modelId?: string | undefined;
|
|
17929
18029
|
parentTaskId?: string | undefined;
|
|
17930
18030
|
diffStrategy?: string | undefined;
|
|
@@ -17956,7 +18056,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
17956
18056
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
17957
18057
|
taskId: z.ZodOptional<z.ZodString>;
|
|
17958
18058
|
parentTaskId: z.ZodOptional<z.ZodString>;
|
|
17959
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
18059
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
17960
18060
|
modelId: z.ZodOptional<z.ZodString>;
|
|
17961
18061
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
17962
18062
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -17995,7 +18095,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
17995
18095
|
editorName: string;
|
|
17996
18096
|
isSubtask?: boolean | undefined;
|
|
17997
18097
|
taskId?: string | undefined;
|
|
17998
|
-
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;
|
|
18098
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
17999
18099
|
modelId?: string | undefined;
|
|
18000
18100
|
parentTaskId?: string | undefined;
|
|
18001
18101
|
hostname?: string | undefined;
|
|
@@ -18020,7 +18120,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
18020
18120
|
editorName: string;
|
|
18021
18121
|
isSubtask?: boolean | undefined;
|
|
18022
18122
|
taskId?: string | undefined;
|
|
18023
|
-
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;
|
|
18123
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
18024
18124
|
modelId?: string | undefined;
|
|
18025
18125
|
parentTaskId?: string | undefined;
|
|
18026
18126
|
hostname?: string | undefined;
|
|
@@ -18055,7 +18155,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18055
18155
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
18056
18156
|
taskId: z.ZodOptional<z.ZodString>;
|
|
18057
18157
|
parentTaskId: z.ZodOptional<z.ZodString>;
|
|
18058
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
18158
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
18059
18159
|
modelId: z.ZodOptional<z.ZodString>;
|
|
18060
18160
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
18061
18161
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -18094,7 +18194,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18094
18194
|
editorName: string;
|
|
18095
18195
|
isSubtask?: boolean | undefined;
|
|
18096
18196
|
taskId?: string | undefined;
|
|
18097
|
-
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;
|
|
18197
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
18098
18198
|
modelId?: string | undefined;
|
|
18099
18199
|
parentTaskId?: string | undefined;
|
|
18100
18200
|
hostname?: string | undefined;
|
|
@@ -18119,7 +18219,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18119
18219
|
editorName: string;
|
|
18120
18220
|
isSubtask?: boolean | undefined;
|
|
18121
18221
|
taskId?: string | undefined;
|
|
18122
|
-
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;
|
|
18222
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
18123
18223
|
modelId?: string | undefined;
|
|
18124
18224
|
parentTaskId?: string | undefined;
|
|
18125
18225
|
hostname?: string | undefined;
|
|
@@ -18147,7 +18247,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18147
18247
|
editorName: string;
|
|
18148
18248
|
isSubtask?: boolean | undefined;
|
|
18149
18249
|
taskId?: string | undefined;
|
|
18150
|
-
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;
|
|
18250
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
18151
18251
|
modelId?: string | undefined;
|
|
18152
18252
|
parentTaskId?: string | undefined;
|
|
18153
18253
|
hostname?: string | undefined;
|
|
@@ -18175,7 +18275,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18175
18275
|
editorName: string;
|
|
18176
18276
|
isSubtask?: boolean | undefined;
|
|
18177
18277
|
taskId?: string | undefined;
|
|
18178
|
-
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;
|
|
18278
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
18179
18279
|
modelId?: string | undefined;
|
|
18180
18280
|
parentTaskId?: string | undefined;
|
|
18181
18281
|
hostname?: string | undefined;
|
|
@@ -18201,7 +18301,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18201
18301
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
18202
18302
|
taskId: z.ZodOptional<z.ZodString>;
|
|
18203
18303
|
parentTaskId: z.ZodOptional<z.ZodString>;
|
|
18204
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
18304
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
18205
18305
|
modelId: z.ZodOptional<z.ZodString>;
|
|
18206
18306
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
18207
18307
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -18242,7 +18342,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18242
18342
|
newSetting: "unset" | "enabled" | "disabled";
|
|
18243
18343
|
isSubtask?: boolean | undefined;
|
|
18244
18344
|
taskId?: string | undefined;
|
|
18245
|
-
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;
|
|
18345
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
18246
18346
|
modelId?: string | undefined;
|
|
18247
18347
|
parentTaskId?: string | undefined;
|
|
18248
18348
|
hostname?: string | undefined;
|
|
@@ -18269,7 +18369,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18269
18369
|
newSetting: "unset" | "enabled" | "disabled";
|
|
18270
18370
|
isSubtask?: boolean | undefined;
|
|
18271
18371
|
taskId?: string | undefined;
|
|
18272
|
-
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;
|
|
18372
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
18273
18373
|
modelId?: string | undefined;
|
|
18274
18374
|
parentTaskId?: string | undefined;
|
|
18275
18375
|
hostname?: string | undefined;
|
|
@@ -18299,7 +18399,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18299
18399
|
newSetting: "unset" | "enabled" | "disabled";
|
|
18300
18400
|
isSubtask?: boolean | undefined;
|
|
18301
18401
|
taskId?: string | undefined;
|
|
18302
|
-
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;
|
|
18402
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
18303
18403
|
modelId?: string | undefined;
|
|
18304
18404
|
parentTaskId?: string | undefined;
|
|
18305
18405
|
hostname?: string | undefined;
|
|
@@ -18329,7 +18429,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18329
18429
|
newSetting: "unset" | "enabled" | "disabled";
|
|
18330
18430
|
isSubtask?: boolean | undefined;
|
|
18331
18431
|
taskId?: string | undefined;
|
|
18332
|
-
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;
|
|
18432
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
18333
18433
|
modelId?: string | undefined;
|
|
18334
18434
|
parentTaskId?: string | undefined;
|
|
18335
18435
|
hostname?: string | undefined;
|
|
@@ -18475,7 +18575,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18475
18575
|
repositoryName: z.ZodOptional<z.ZodString>;
|
|
18476
18576
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
18477
18577
|
parentTaskId: z.ZodOptional<z.ZodString>;
|
|
18478
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
18578
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
18479
18579
|
modelId: z.ZodOptional<z.ZodString>;
|
|
18480
18580
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
18481
18581
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -18546,7 +18646,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18546
18646
|
platform: string;
|
|
18547
18647
|
editorName: string;
|
|
18548
18648
|
isSubtask?: boolean | undefined;
|
|
18549
|
-
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;
|
|
18649
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
18550
18650
|
modelId?: string | undefined;
|
|
18551
18651
|
parentTaskId?: string | undefined;
|
|
18552
18652
|
hostname?: string | undefined;
|
|
@@ -18603,7 +18703,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18603
18703
|
platform: string;
|
|
18604
18704
|
editorName: string;
|
|
18605
18705
|
isSubtask?: boolean | undefined;
|
|
18606
|
-
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;
|
|
18706
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
18607
18707
|
modelId?: string | undefined;
|
|
18608
18708
|
parentTaskId?: string | undefined;
|
|
18609
18709
|
hostname?: string | undefined;
|
|
@@ -18663,7 +18763,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18663
18763
|
platform: string;
|
|
18664
18764
|
editorName: string;
|
|
18665
18765
|
isSubtask?: boolean | undefined;
|
|
18666
|
-
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
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
18667
18767
|
modelId?: string | undefined;
|
|
18668
18768
|
parentTaskId?: string | undefined;
|
|
18669
18769
|
hostname?: string | undefined;
|
|
@@ -18723,7 +18823,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18723
18823
|
platform: string;
|
|
18724
18824
|
editorName: string;
|
|
18725
18825
|
isSubtask?: boolean | undefined;
|
|
18726
|
-
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;
|
|
18826
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
18727
18827
|
modelId?: string | undefined;
|
|
18728
18828
|
parentTaskId?: string | undefined;
|
|
18729
18829
|
hostname?: string | undefined;
|
|
@@ -18752,7 +18852,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18752
18852
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
18753
18853
|
taskId: z.ZodOptional<z.ZodString>;
|
|
18754
18854
|
parentTaskId: z.ZodOptional<z.ZodString>;
|
|
18755
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
18855
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
18756
18856
|
modelId: z.ZodOptional<z.ZodString>;
|
|
18757
18857
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
18758
18858
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -18794,7 +18894,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18794
18894
|
cost?: number | undefined;
|
|
18795
18895
|
isSubtask?: boolean | undefined;
|
|
18796
18896
|
taskId?: string | undefined;
|
|
18797
|
-
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;
|
|
18897
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
18798
18898
|
modelId?: string | undefined;
|
|
18799
18899
|
parentTaskId?: string | undefined;
|
|
18800
18900
|
hostname?: string | undefined;
|
|
@@ -18824,7 +18924,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18824
18924
|
cost?: number | undefined;
|
|
18825
18925
|
isSubtask?: boolean | undefined;
|
|
18826
18926
|
taskId?: string | undefined;
|
|
18827
|
-
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;
|
|
18927
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
18828
18928
|
modelId?: string | undefined;
|
|
18829
18929
|
parentTaskId?: string | undefined;
|
|
18830
18930
|
hostname?: string | undefined;
|
|
@@ -18857,7 +18957,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18857
18957
|
cost?: number | undefined;
|
|
18858
18958
|
isSubtask?: boolean | undefined;
|
|
18859
18959
|
taskId?: string | undefined;
|
|
18860
|
-
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;
|
|
18960
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
18861
18961
|
modelId?: string | undefined;
|
|
18862
18962
|
parentTaskId?: string | undefined;
|
|
18863
18963
|
hostname?: string | undefined;
|
|
@@ -18890,7 +18990,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
18890
18990
|
cost?: number | undefined;
|
|
18891
18991
|
isSubtask?: boolean | undefined;
|
|
18892
18992
|
taskId?: string | undefined;
|
|
18893
|
-
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;
|
|
18993
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
18894
18994
|
modelId?: string | undefined;
|
|
18895
18995
|
parentTaskId?: string | undefined;
|
|
18896
18996
|
hostname?: string | undefined;
|
|
@@ -19323,6 +19423,7 @@ declare const organizationCloudSettingsSchema: z.ZodObject<{
|
|
|
19323
19423
|
taskShareExpirationDays: z.ZodOptional<z.ZodNumber>;
|
|
19324
19424
|
allowMembersViewAllTasks: z.ZodOptional<z.ZodBoolean>;
|
|
19325
19425
|
workspaceTaskVisibility: z.ZodOptional<z.ZodEnum<["all", "list-only", "admins-and-creator", "creator", "full-lockdown"]>>;
|
|
19426
|
+
llmEnhancedFeaturesEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
19326
19427
|
}, "strip", z.ZodTypeAny, {
|
|
19327
19428
|
recordTaskMessages?: boolean | undefined;
|
|
19328
19429
|
enableTaskSharing?: boolean | undefined;
|
|
@@ -19330,6 +19431,7 @@ declare const organizationCloudSettingsSchema: z.ZodObject<{
|
|
|
19330
19431
|
taskShareExpirationDays?: number | undefined;
|
|
19331
19432
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19332
19433
|
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
19434
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
19333
19435
|
}, {
|
|
19334
19436
|
recordTaskMessages?: boolean | undefined;
|
|
19335
19437
|
enableTaskSharing?: boolean | undefined;
|
|
@@ -19337,6 +19439,7 @@ declare const organizationCloudSettingsSchema: z.ZodObject<{
|
|
|
19337
19439
|
taskShareExpirationDays?: number | undefined;
|
|
19338
19440
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19339
19441
|
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
19442
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
19340
19443
|
}>;
|
|
19341
19444
|
type OrganizationCloudSettings = z.infer<typeof organizationCloudSettingsSchema>;
|
|
19342
19445
|
/**
|
|
@@ -19362,6 +19465,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19362
19465
|
taskShareExpirationDays: z.ZodOptional<z.ZodNumber>;
|
|
19363
19466
|
allowMembersViewAllTasks: z.ZodOptional<z.ZodBoolean>;
|
|
19364
19467
|
workspaceTaskVisibility: z.ZodOptional<z.ZodEnum<["all", "list-only", "admins-and-creator", "creator", "full-lockdown"]>>;
|
|
19468
|
+
llmEnhancedFeaturesEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
19365
19469
|
}, "strip", z.ZodTypeAny, {
|
|
19366
19470
|
recordTaskMessages?: boolean | undefined;
|
|
19367
19471
|
enableTaskSharing?: boolean | undefined;
|
|
@@ -19369,6 +19473,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19369
19473
|
taskShareExpirationDays?: number | undefined;
|
|
19370
19474
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19371
19475
|
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
19476
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
19372
19477
|
}, {
|
|
19373
19478
|
recordTaskMessages?: boolean | undefined;
|
|
19374
19479
|
enableTaskSharing?: boolean | undefined;
|
|
@@ -19376,6 +19481,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19376
19481
|
taskShareExpirationDays?: number | undefined;
|
|
19377
19482
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19378
19483
|
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
19484
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
19379
19485
|
}>>;
|
|
19380
19486
|
defaultSettings: z.ZodObject<{
|
|
19381
19487
|
fuzzyMatchThreshold: z.ZodOptional<z.ZodNumber>;
|
|
@@ -19848,7 +19954,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19848
19954
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
19849
19955
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
19850
19956
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
19851
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
19957
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["openrouter", "vercel-ai-gateway", "huggingface", "litellm", "deepinfra", "io-intelligence", "requesty", "unbound", "roo", "chutes", "ollama", "lmstudio", "vscode-lm", "openai", "fake-ai", "anthropic", "bedrock", "baseten", "cerebras", "claude-code", "doubao", "deepseek", "featherless", "fireworks", "gemini", "gemini-cli", "groq", "mistral", "moonshot", "minimax", "openai-codex", "openai-native", "qwen-code", "roo", "sambanova", "vertex", "xai", "zai"]>>;
|
|
19852
19958
|
} & {
|
|
19853
19959
|
id: z.ZodOptional<z.ZodString>;
|
|
19854
19960
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -19863,7 +19969,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19863
19969
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
19864
19970
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
19865
19971
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
19866
|
-
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;
|
|
19972
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
19867
19973
|
includeMaxTokens?: boolean | undefined;
|
|
19868
19974
|
diffEnabled?: boolean | undefined;
|
|
19869
19975
|
todoListEnabled?: boolean | undefined;
|
|
@@ -20035,7 +20141,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20035
20141
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
20036
20142
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
20037
20143
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
20038
|
-
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;
|
|
20144
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
20039
20145
|
includeMaxTokens?: boolean | undefined;
|
|
20040
20146
|
diffEnabled?: boolean | undefined;
|
|
20041
20147
|
todoListEnabled?: boolean | undefined;
|
|
@@ -20226,6 +20332,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20226
20332
|
taskShareExpirationDays?: number | undefined;
|
|
20227
20333
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
20228
20334
|
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
20335
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
20229
20336
|
} | undefined;
|
|
20230
20337
|
features?: {
|
|
20231
20338
|
roomoteControlEnabled?: boolean | undefined;
|
|
@@ -20271,7 +20378,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20271
20378
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
20272
20379
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
20273
20380
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
20274
|
-
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;
|
|
20381
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
20275
20382
|
includeMaxTokens?: boolean | undefined;
|
|
20276
20383
|
diffEnabled?: boolean | undefined;
|
|
20277
20384
|
todoListEnabled?: boolean | undefined;
|
|
@@ -20462,6 +20569,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20462
20569
|
taskShareExpirationDays?: number | undefined;
|
|
20463
20570
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
20464
20571
|
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
20572
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
20465
20573
|
} | undefined;
|
|
20466
20574
|
features?: {
|
|
20467
20575
|
roomoteControlEnabled?: boolean | undefined;
|
|
@@ -20507,7 +20615,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20507
20615
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
20508
20616
|
codebaseIndexVercelAiGatewayApiKey?: string | undefined;
|
|
20509
20617
|
codebaseIndexOpenRouterApiKey?: string | undefined;
|
|
20510
|
-
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;
|
|
20618
|
+
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-codex" | "openai-native" | "qwen-code" | "sambanova" | "vertex" | "xai" | "zai" | undefined;
|
|
20511
20619
|
includeMaxTokens?: boolean | undefined;
|
|
20512
20620
|
diffEnabled?: boolean | undefined;
|
|
20513
20621
|
todoListEnabled?: boolean | undefined;
|
|
@@ -20684,10 +20792,13 @@ type UserFeatures = z.infer<typeof userFeaturesSchema>;
|
|
|
20684
20792
|
declare const userSettingsConfigSchema: z.ZodObject<{
|
|
20685
20793
|
extensionBridgeEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
20686
20794
|
taskSyncEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
20795
|
+
llmEnhancedFeaturesEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
20687
20796
|
}, "strip", z.ZodTypeAny, {
|
|
20797
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
20688
20798
|
extensionBridgeEnabled?: boolean | undefined;
|
|
20689
20799
|
taskSyncEnabled?: boolean | undefined;
|
|
20690
20800
|
}, {
|
|
20801
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
20691
20802
|
extensionBridgeEnabled?: boolean | undefined;
|
|
20692
20803
|
taskSyncEnabled?: boolean | undefined;
|
|
20693
20804
|
}>;
|
|
@@ -20703,16 +20814,20 @@ declare const userSettingsDataSchema: z.ZodObject<{
|
|
|
20703
20814
|
settings: z.ZodObject<{
|
|
20704
20815
|
extensionBridgeEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
20705
20816
|
taskSyncEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
20817
|
+
llmEnhancedFeaturesEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
20706
20818
|
}, "strip", z.ZodTypeAny, {
|
|
20819
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
20707
20820
|
extensionBridgeEnabled?: boolean | undefined;
|
|
20708
20821
|
taskSyncEnabled?: boolean | undefined;
|
|
20709
20822
|
}, {
|
|
20823
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
20710
20824
|
extensionBridgeEnabled?: boolean | undefined;
|
|
20711
20825
|
taskSyncEnabled?: boolean | undefined;
|
|
20712
20826
|
}>;
|
|
20713
20827
|
version: z.ZodNumber;
|
|
20714
20828
|
}, "strip", z.ZodTypeAny, {
|
|
20715
20829
|
settings: {
|
|
20830
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
20716
20831
|
extensionBridgeEnabled?: boolean | undefined;
|
|
20717
20832
|
taskSyncEnabled?: boolean | undefined;
|
|
20718
20833
|
};
|
|
@@ -20722,6 +20837,7 @@ declare const userSettingsDataSchema: z.ZodObject<{
|
|
|
20722
20837
|
};
|
|
20723
20838
|
}, {
|
|
20724
20839
|
settings: {
|
|
20840
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
20725
20841
|
extensionBridgeEnabled?: boolean | undefined;
|
|
20726
20842
|
taskSyncEnabled?: boolean | undefined;
|
|
20727
20843
|
};
|
|
@@ -45796,6 +45912,7 @@ type ExtensionState = Pick<GlobalSettings, "currentApiConfigName" | "listApiConf
|
|
|
45796
45912
|
taskSyncEnabled: boolean;
|
|
45797
45913
|
featureRoomoteControlEnabled: boolean;
|
|
45798
45914
|
claudeCodeIsAuthenticated?: boolean;
|
|
45915
|
+
openAiCodexIsAuthenticated?: boolean;
|
|
45799
45916
|
debug?: boolean;
|
|
45800
45917
|
};
|
|
45801
45918
|
interface Command {
|
|
@@ -45816,7 +45933,7 @@ interface UpdateTodoListPayload {
|
|
|
45816
45933
|
}
|
|
45817
45934
|
type EditQueuedMessagePayload = Pick<QueuedMessage, "id" | "text" | "images">;
|
|
45818
45935
|
interface WebviewMessage {
|
|
45819
|
-
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" | "debugSetting";
|
|
45936
|
+
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" | "openAiCodexSignIn" | "openAiCodexSignOut" | "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" | "debugSetting";
|
|
45820
45937
|
text?: string;
|
|
45821
45938
|
editedMessageContent?: string;
|
|
45822
45939
|
tab?: "settings" | "history" | "mcp" | "modes" | "chat" | "marketplace" | "cloud";
|
|
@@ -48584,6 +48701,31 @@ declare const openAiNativeModels: {
|
|
|
48584
48701
|
}];
|
|
48585
48702
|
readonly description: "GPT-5.2: Our flagship model for coding and agentic tasks across industries";
|
|
48586
48703
|
};
|
|
48704
|
+
readonly "gpt-5.2-codex": {
|
|
48705
|
+
readonly maxTokens: 128000;
|
|
48706
|
+
readonly contextWindow: 400000;
|
|
48707
|
+
readonly supportsNativeTools: true;
|
|
48708
|
+
readonly defaultToolProtocol: "native";
|
|
48709
|
+
readonly includedTools: ["apply_patch"];
|
|
48710
|
+
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
48711
|
+
readonly supportsImages: true;
|
|
48712
|
+
readonly supportsPromptCache: true;
|
|
48713
|
+
readonly promptCacheRetention: "24h";
|
|
48714
|
+
readonly supportsReasoningEffort: ["low", "medium", "high", "xhigh"];
|
|
48715
|
+
readonly reasoningEffort: "medium";
|
|
48716
|
+
readonly inputPrice: 1.75;
|
|
48717
|
+
readonly outputPrice: 14;
|
|
48718
|
+
readonly cacheReadsPrice: 0.175;
|
|
48719
|
+
readonly supportsTemperature: false;
|
|
48720
|
+
readonly tiers: [{
|
|
48721
|
+
readonly name: "priority";
|
|
48722
|
+
readonly contextWindow: 400000;
|
|
48723
|
+
readonly inputPrice: 3.5;
|
|
48724
|
+
readonly outputPrice: 28;
|
|
48725
|
+
readonly cacheReadsPrice: 0.35;
|
|
48726
|
+
}];
|
|
48727
|
+
readonly description: "GPT-5.2 Codex: Our most intelligent coding model optimized for long-horizon, agentic coding tasks";
|
|
48728
|
+
};
|
|
48587
48729
|
readonly "gpt-5.2-chat-latest": {
|
|
48588
48730
|
readonly maxTokens: 16384;
|
|
48589
48731
|
readonly contextWindow: 128000;
|
|
@@ -49187,6 +49329,93 @@ declare const azureOpenAiDefaultApiVersion = "2024-08-01-preview";
|
|
|
49187
49329
|
declare const OPENAI_NATIVE_DEFAULT_TEMPERATURE = 0;
|
|
49188
49330
|
declare const OPENAI_AZURE_AI_INFERENCE_PATH = "/models/chat/completions";
|
|
49189
49331
|
|
|
49332
|
+
/**
|
|
49333
|
+
* OpenAI Codex Provider
|
|
49334
|
+
*
|
|
49335
|
+
* This provider uses OAuth authentication via ChatGPT Plus/Pro subscription
|
|
49336
|
+
* instead of direct API keys. Requests are routed to the Codex backend at
|
|
49337
|
+
* https://chatgpt.com/backend-api/codex/responses
|
|
49338
|
+
*
|
|
49339
|
+
* Key differences from openai-native:
|
|
49340
|
+
* - Uses OAuth Bearer tokens instead of API keys
|
|
49341
|
+
* - Subscription-based pricing (no per-token costs)
|
|
49342
|
+
* - Limited model subset available
|
|
49343
|
+
* - Custom routing to Codex backend
|
|
49344
|
+
*/
|
|
49345
|
+
type OpenAiCodexModelId = keyof typeof openAiCodexModels;
|
|
49346
|
+
declare const openAiCodexDefaultModelId: OpenAiCodexModelId;
|
|
49347
|
+
/**
|
|
49348
|
+
* Models available through the Codex OAuth flow.
|
|
49349
|
+
* These models are accessible to ChatGPT Plus/Pro subscribers.
|
|
49350
|
+
* Costs are 0 as they are covered by the subscription.
|
|
49351
|
+
*/
|
|
49352
|
+
declare const openAiCodexModels: {
|
|
49353
|
+
readonly "gpt-5.1-codex-max": {
|
|
49354
|
+
readonly maxTokens: 128000;
|
|
49355
|
+
readonly contextWindow: 400000;
|
|
49356
|
+
readonly supportsNativeTools: true;
|
|
49357
|
+
readonly defaultToolProtocol: "native";
|
|
49358
|
+
readonly includedTools: ["apply_patch"];
|
|
49359
|
+
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
49360
|
+
readonly supportsImages: true;
|
|
49361
|
+
readonly supportsPromptCache: true;
|
|
49362
|
+
readonly supportsReasoningEffort: ["low", "medium", "high", "xhigh"];
|
|
49363
|
+
readonly reasoningEffort: "xhigh";
|
|
49364
|
+
readonly inputPrice: 0;
|
|
49365
|
+
readonly outputPrice: 0;
|
|
49366
|
+
readonly supportsTemperature: false;
|
|
49367
|
+
readonly description: "GPT-5.1 Codex Max: Maximum capability coding model via ChatGPT subscription";
|
|
49368
|
+
};
|
|
49369
|
+
readonly "gpt-5.2-codex": {
|
|
49370
|
+
readonly maxTokens: 128000;
|
|
49371
|
+
readonly contextWindow: 400000;
|
|
49372
|
+
readonly supportsNativeTools: true;
|
|
49373
|
+
readonly defaultToolProtocol: "native";
|
|
49374
|
+
readonly includedTools: ["apply_patch"];
|
|
49375
|
+
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
49376
|
+
readonly supportsImages: true;
|
|
49377
|
+
readonly supportsPromptCache: true;
|
|
49378
|
+
readonly supportsReasoningEffort: ["low", "medium", "high", "xhigh"];
|
|
49379
|
+
readonly reasoningEffort: "medium";
|
|
49380
|
+
readonly inputPrice: 0;
|
|
49381
|
+
readonly outputPrice: 0;
|
|
49382
|
+
readonly supportsTemperature: false;
|
|
49383
|
+
readonly description: "GPT-5.2 Codex: OpenAI's flagship coding model via ChatGPT subscription";
|
|
49384
|
+
};
|
|
49385
|
+
readonly "gpt-5.1-codex-mini": {
|
|
49386
|
+
readonly maxTokens: 128000;
|
|
49387
|
+
readonly contextWindow: 400000;
|
|
49388
|
+
readonly supportsNativeTools: true;
|
|
49389
|
+
readonly defaultToolProtocol: "native";
|
|
49390
|
+
readonly includedTools: ["apply_patch"];
|
|
49391
|
+
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
49392
|
+
readonly supportsImages: true;
|
|
49393
|
+
readonly supportsPromptCache: true;
|
|
49394
|
+
readonly supportsReasoningEffort: ["low", "medium", "high"];
|
|
49395
|
+
readonly reasoningEffort: "medium";
|
|
49396
|
+
readonly inputPrice: 0;
|
|
49397
|
+
readonly outputPrice: 0;
|
|
49398
|
+
readonly supportsTemperature: false;
|
|
49399
|
+
readonly description: "GPT-5.1 Codex Mini: Faster version for coding tasks via ChatGPT subscription";
|
|
49400
|
+
};
|
|
49401
|
+
readonly "gpt-5.2": {
|
|
49402
|
+
readonly maxTokens: 128000;
|
|
49403
|
+
readonly contextWindow: 400000;
|
|
49404
|
+
readonly supportsNativeTools: true;
|
|
49405
|
+
readonly defaultToolProtocol: "native";
|
|
49406
|
+
readonly includedTools: ["apply_patch"];
|
|
49407
|
+
readonly excludedTools: ["apply_diff", "write_to_file"];
|
|
49408
|
+
readonly supportsImages: true;
|
|
49409
|
+
readonly supportsPromptCache: true;
|
|
49410
|
+
readonly supportsReasoningEffort: ["none", "low", "medium", "high", "xhigh"];
|
|
49411
|
+
readonly reasoningEffort: "medium";
|
|
49412
|
+
readonly inputPrice: 0;
|
|
49413
|
+
readonly outputPrice: 0;
|
|
49414
|
+
readonly supportsTemperature: false;
|
|
49415
|
+
readonly description: "GPT-5.2: Latest GPT model via ChatGPT subscription";
|
|
49416
|
+
};
|
|
49417
|
+
};
|
|
49418
|
+
|
|
49190
49419
|
declare const openRouterDefaultModelId = "anthropic/claude-sonnet-4.5";
|
|
49191
49420
|
declare const openRouterDefaultModelInfo: ModelInfo;
|
|
49192
49421
|
declare const OPENROUTER_DEFAULT_PROVIDER_NAME = "[default]";
|
|
@@ -50698,4 +50927,4 @@ declare function getProviderDefaultModelId(provider: ProviderName, options?: {
|
|
|
50698
50927
|
isChina?: boolean;
|
|
50699
50928
|
}): string;
|
|
50700
50929
|
|
|
50701
|
-
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 BrowserAction, type BrowserActionParams, type BrowserActionResult, 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 ClineApiReqCancelReason, type ClineApiReqInfo, type ClineAsk, type ClineAskResponse, type ClineAskUseMcpServer, type ClineMessage, type ClineSay, type ClineSayBrowserAction, type ClineSayTool, 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 EmbedderProvider, type EmbeddingModelProfile, type EmbeddingModelProfiles, 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 IndexingStatus, type IndexingStatusPayload, type IndexingStatusUpdateMessage, 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 LanguageModelChatSelector, 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, browserActions, 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 };
|
|
50930
|
+
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 BrowserAction, type BrowserActionParams, type BrowserActionResult, 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 ClineApiReqCancelReason, type ClineApiReqInfo, type ClineAsk, type ClineAskResponse, type ClineAskUseMcpServer, type ClineMessage, type ClineSay, type ClineSayBrowserAction, type ClineSayTool, 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 EmbedderProvider, type EmbeddingModelProfile, type EmbeddingModelProfiles, 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 IndexingStatus, type IndexingStatusPayload, type IndexingStatusUpdateMessage, 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 LanguageModelChatSelector, 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 OpenAiCodexModelId, 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, browserActions, 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, openAiCodexDefaultModelId, openAiCodexModels, 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 };
|