@roo-code/types 1.53.0 → 1.54.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 +25 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +190 -82
- package/dist/index.d.ts +190 -82
- package/dist/index.js +23 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1071,8 +1071,8 @@ type ReasoningEffortWithMinimal = z.infer<typeof extendedReasoningEffortsSchema>
|
|
|
1071
1071
|
/**
|
|
1072
1072
|
* ProviderName
|
|
1073
1073
|
*/
|
|
1074
|
-
declare const providerNames: readonly ["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"];
|
|
1075
|
-
declare const providerNamesSchema: z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>;
|
|
1074
|
+
declare const providerNames: readonly ["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence", "roo"];
|
|
1075
|
+
declare const providerNamesSchema: z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence", "roo"]>;
|
|
1076
1076
|
type ProviderName = z.infer<typeof providerNamesSchema>;
|
|
1077
1077
|
/**
|
|
1078
1078
|
* ProviderSettingsEntry
|
|
@@ -1080,15 +1080,15 @@ type ProviderName = z.infer<typeof providerNamesSchema>;
|
|
|
1080
1080
|
declare const providerSettingsEntrySchema: z.ZodObject<{
|
|
1081
1081
|
id: z.ZodString;
|
|
1082
1082
|
name: z.ZodString;
|
|
1083
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
1083
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence", "roo"]>>;
|
|
1084
1084
|
}, "strip", z.ZodTypeAny, {
|
|
1085
1085
|
id: string;
|
|
1086
1086
|
name: string;
|
|
1087
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
1087
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
1088
1088
|
}, {
|
|
1089
1089
|
id: string;
|
|
1090
1090
|
name: string;
|
|
1091
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
1091
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
1092
1092
|
}>;
|
|
1093
1093
|
type ProviderSettingsEntry = z.infer<typeof providerSettingsEntrySchema>;
|
|
1094
1094
|
/**
|
|
@@ -2981,6 +2981,53 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
2981
2981
|
apiModelId?: string | undefined;
|
|
2982
2982
|
ioIntelligenceModelId?: string | undefined;
|
|
2983
2983
|
ioIntelligenceApiKey?: string | undefined;
|
|
2984
|
+
}>, z.ZodObject<{
|
|
2985
|
+
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
2986
|
+
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
2987
|
+
todoListEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
2988
|
+
fuzzyMatchThreshold: z.ZodOptional<z.ZodNumber>;
|
|
2989
|
+
modelTemperature: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2990
|
+
rateLimitSeconds: z.ZodOptional<z.ZodNumber>;
|
|
2991
|
+
consecutiveMistakeLimit: z.ZodOptional<z.ZodNumber>;
|
|
2992
|
+
enableReasoningEffort: z.ZodOptional<z.ZodBoolean>;
|
|
2993
|
+
reasoningEffort: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["low", "medium", "high"]>, z.ZodLiteral<"minimal">]>>;
|
|
2994
|
+
modelMaxTokens: z.ZodOptional<z.ZodNumber>;
|
|
2995
|
+
modelMaxThinkingTokens: z.ZodOptional<z.ZodNumber>;
|
|
2996
|
+
verbosity: z.ZodOptional<z.ZodEnum<["low", "medium", "high"]>>;
|
|
2997
|
+
} & {
|
|
2998
|
+
apiModelId: z.ZodOptional<z.ZodString>;
|
|
2999
|
+
} & {
|
|
3000
|
+
apiProvider: z.ZodLiteral<"roo">;
|
|
3001
|
+
}, "strip", z.ZodTypeAny, {
|
|
3002
|
+
apiProvider: "roo";
|
|
3003
|
+
reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
|
|
3004
|
+
includeMaxTokens?: boolean | undefined;
|
|
3005
|
+
diffEnabled?: boolean | undefined;
|
|
3006
|
+
todoListEnabled?: boolean | undefined;
|
|
3007
|
+
fuzzyMatchThreshold?: number | undefined;
|
|
3008
|
+
modelTemperature?: number | null | undefined;
|
|
3009
|
+
rateLimitSeconds?: number | undefined;
|
|
3010
|
+
consecutiveMistakeLimit?: number | undefined;
|
|
3011
|
+
enableReasoningEffort?: boolean | undefined;
|
|
3012
|
+
modelMaxTokens?: number | undefined;
|
|
3013
|
+
modelMaxThinkingTokens?: number | undefined;
|
|
3014
|
+
verbosity?: "low" | "medium" | "high" | undefined;
|
|
3015
|
+
apiModelId?: string | undefined;
|
|
3016
|
+
}, {
|
|
3017
|
+
apiProvider: "roo";
|
|
3018
|
+
reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
|
|
3019
|
+
includeMaxTokens?: boolean | undefined;
|
|
3020
|
+
diffEnabled?: boolean | undefined;
|
|
3021
|
+
todoListEnabled?: boolean | undefined;
|
|
3022
|
+
fuzzyMatchThreshold?: number | undefined;
|
|
3023
|
+
modelTemperature?: number | null | undefined;
|
|
3024
|
+
rateLimitSeconds?: number | undefined;
|
|
3025
|
+
consecutiveMistakeLimit?: number | undefined;
|
|
3026
|
+
enableReasoningEffort?: boolean | undefined;
|
|
3027
|
+
modelMaxTokens?: number | undefined;
|
|
3028
|
+
modelMaxThinkingTokens?: number | undefined;
|
|
3029
|
+
verbosity?: "low" | "medium" | "high" | undefined;
|
|
3030
|
+
apiModelId?: string | undefined;
|
|
2984
3031
|
}>, z.ZodObject<{
|
|
2985
3032
|
apiProvider: z.ZodUndefined;
|
|
2986
3033
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3209,7 +3256,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3209
3256
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
3210
3257
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
3211
3258
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
3212
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
3259
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence", "roo"]>>;
|
|
3213
3260
|
}, "strip", z.ZodTypeAny, {
|
|
3214
3261
|
reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
|
|
3215
3262
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
@@ -3219,7 +3266,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3219
3266
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
3220
3267
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
3221
3268
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
3222
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
3269
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
3223
3270
|
includeMaxTokens?: boolean | undefined;
|
|
3224
3271
|
diffEnabled?: boolean | undefined;
|
|
3225
3272
|
todoListEnabled?: boolean | undefined;
|
|
@@ -3363,7 +3410,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3363
3410
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
3364
3411
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
3365
3412
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
3366
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
3413
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
3367
3414
|
includeMaxTokens?: boolean | undefined;
|
|
3368
3415
|
diffEnabled?: boolean | undefined;
|
|
3369
3416
|
todoListEnabled?: boolean | undefined;
|
|
@@ -3721,7 +3768,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3721
3768
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
3722
3769
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
3723
3770
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
3724
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
3771
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence", "roo"]>>;
|
|
3725
3772
|
} & {
|
|
3726
3773
|
id: z.ZodOptional<z.ZodString>;
|
|
3727
3774
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3734,7 +3781,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3734
3781
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
3735
3782
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
3736
3783
|
id?: string | undefined;
|
|
3737
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
3784
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
3738
3785
|
includeMaxTokens?: boolean | undefined;
|
|
3739
3786
|
diffEnabled?: boolean | undefined;
|
|
3740
3787
|
todoListEnabled?: boolean | undefined;
|
|
@@ -3879,7 +3926,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3879
3926
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
3880
3927
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
3881
3928
|
id?: string | undefined;
|
|
3882
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
3929
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
3883
3930
|
includeMaxTokens?: boolean | undefined;
|
|
3884
3931
|
diffEnabled?: boolean | undefined;
|
|
3885
3932
|
todoListEnabled?: boolean | undefined;
|
|
@@ -5898,6 +5945,53 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
5898
5945
|
apiModelId?: string | undefined;
|
|
5899
5946
|
ioIntelligenceModelId?: string | undefined;
|
|
5900
5947
|
ioIntelligenceApiKey?: string | undefined;
|
|
5948
|
+
}>, z.ZodObject<{
|
|
5949
|
+
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
5950
|
+
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
5951
|
+
todoListEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
5952
|
+
fuzzyMatchThreshold: z.ZodOptional<z.ZodNumber>;
|
|
5953
|
+
modelTemperature: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5954
|
+
rateLimitSeconds: z.ZodOptional<z.ZodNumber>;
|
|
5955
|
+
consecutiveMistakeLimit: z.ZodOptional<z.ZodNumber>;
|
|
5956
|
+
enableReasoningEffort: z.ZodOptional<z.ZodBoolean>;
|
|
5957
|
+
reasoningEffort: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["low", "medium", "high"]>, z.ZodLiteral<"minimal">]>>;
|
|
5958
|
+
modelMaxTokens: z.ZodOptional<z.ZodNumber>;
|
|
5959
|
+
modelMaxThinkingTokens: z.ZodOptional<z.ZodNumber>;
|
|
5960
|
+
verbosity: z.ZodOptional<z.ZodEnum<["low", "medium", "high"]>>;
|
|
5961
|
+
} & {
|
|
5962
|
+
apiModelId: z.ZodOptional<z.ZodString>;
|
|
5963
|
+
} & {
|
|
5964
|
+
apiProvider: z.ZodLiteral<"roo">;
|
|
5965
|
+
}, "strip", z.ZodTypeAny, {
|
|
5966
|
+
apiProvider: "roo";
|
|
5967
|
+
reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
|
|
5968
|
+
includeMaxTokens?: boolean | undefined;
|
|
5969
|
+
diffEnabled?: boolean | undefined;
|
|
5970
|
+
todoListEnabled?: boolean | undefined;
|
|
5971
|
+
fuzzyMatchThreshold?: number | undefined;
|
|
5972
|
+
modelTemperature?: number | null | undefined;
|
|
5973
|
+
rateLimitSeconds?: number | undefined;
|
|
5974
|
+
consecutiveMistakeLimit?: number | undefined;
|
|
5975
|
+
enableReasoningEffort?: boolean | undefined;
|
|
5976
|
+
modelMaxTokens?: number | undefined;
|
|
5977
|
+
modelMaxThinkingTokens?: number | undefined;
|
|
5978
|
+
verbosity?: "low" | "medium" | "high" | undefined;
|
|
5979
|
+
apiModelId?: string | undefined;
|
|
5980
|
+
}, {
|
|
5981
|
+
apiProvider: "roo";
|
|
5982
|
+
reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
|
|
5983
|
+
includeMaxTokens?: boolean | undefined;
|
|
5984
|
+
diffEnabled?: boolean | undefined;
|
|
5985
|
+
todoListEnabled?: boolean | undefined;
|
|
5986
|
+
fuzzyMatchThreshold?: number | undefined;
|
|
5987
|
+
modelTemperature?: number | null | undefined;
|
|
5988
|
+
rateLimitSeconds?: number | undefined;
|
|
5989
|
+
consecutiveMistakeLimit?: number | undefined;
|
|
5990
|
+
enableReasoningEffort?: boolean | undefined;
|
|
5991
|
+
modelMaxTokens?: number | undefined;
|
|
5992
|
+
modelMaxThinkingTokens?: number | undefined;
|
|
5993
|
+
verbosity?: "low" | "medium" | "high" | undefined;
|
|
5994
|
+
apiModelId?: string | undefined;
|
|
5901
5995
|
}>, z.ZodObject<{
|
|
5902
5996
|
apiProvider: z.ZodUndefined;
|
|
5903
5997
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5938,15 +6032,15 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
5938
6032
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5939
6033
|
id: z.ZodString;
|
|
5940
6034
|
name: z.ZodString;
|
|
5941
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
6035
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence", "roo"]>>;
|
|
5942
6036
|
}, "strip", z.ZodTypeAny, {
|
|
5943
6037
|
id: string;
|
|
5944
6038
|
name: string;
|
|
5945
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
6039
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
5946
6040
|
}, {
|
|
5947
6041
|
id: string;
|
|
5948
6042
|
name: string;
|
|
5949
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
6043
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
5950
6044
|
}>, "many">>;
|
|
5951
6045
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
5952
6046
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -6285,7 +6379,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6285
6379
|
listApiConfigMeta?: {
|
|
6286
6380
|
id: string;
|
|
6287
6381
|
name: string;
|
|
6288
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
6382
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
6289
6383
|
}[] | undefined;
|
|
6290
6384
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
6291
6385
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -6441,7 +6535,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6441
6535
|
listApiConfigMeta?: {
|
|
6442
6536
|
id: string;
|
|
6443
6537
|
name: string;
|
|
6444
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
6538
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
6445
6539
|
}[] | undefined;
|
|
6446
6540
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
6447
6541
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -6797,21 +6891,21 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
6797
6891
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
6798
6892
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
6799
6893
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
6800
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
6894
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence", "roo"]>>;
|
|
6801
6895
|
} & {
|
|
6802
6896
|
currentApiConfigName: z.ZodOptional<z.ZodString>;
|
|
6803
6897
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6804
6898
|
id: z.ZodString;
|
|
6805
6899
|
name: z.ZodString;
|
|
6806
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
6900
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence", "roo"]>>;
|
|
6807
6901
|
}, "strip", z.ZodTypeAny, {
|
|
6808
6902
|
id: string;
|
|
6809
6903
|
name: string;
|
|
6810
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
6904
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
6811
6905
|
}, {
|
|
6812
6906
|
id: string;
|
|
6813
6907
|
name: string;
|
|
6814
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
6908
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
6815
6909
|
}>, "many">>;
|
|
6816
6910
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
6817
6911
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -7127,7 +7221,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7127
7221
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
7128
7222
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
7129
7223
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
7130
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
7224
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
7131
7225
|
includeMaxTokens?: boolean | undefined;
|
|
7132
7226
|
diffEnabled?: boolean | undefined;
|
|
7133
7227
|
todoListEnabled?: boolean | undefined;
|
|
@@ -7282,7 +7376,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7282
7376
|
listApiConfigMeta?: {
|
|
7283
7377
|
id: string;
|
|
7284
7378
|
name: string;
|
|
7285
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
7379
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
7286
7380
|
}[] | undefined;
|
|
7287
7381
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
7288
7382
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -7423,7 +7517,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7423
7517
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
7424
7518
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
7425
7519
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
7426
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
7520
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
7427
7521
|
includeMaxTokens?: boolean | undefined;
|
|
7428
7522
|
diffEnabled?: boolean | undefined;
|
|
7429
7523
|
todoListEnabled?: boolean | undefined;
|
|
@@ -7578,7 +7672,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7578
7672
|
listApiConfigMeta?: {
|
|
7579
7673
|
id: string;
|
|
7580
7674
|
name: string;
|
|
7581
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
7675
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
7582
7676
|
}[] | undefined;
|
|
7583
7677
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
7584
7678
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -7997,21 +8091,21 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
7997
8091
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
7998
8092
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
7999
8093
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
8000
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
8094
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence", "roo"]>>;
|
|
8001
8095
|
} & {
|
|
8002
8096
|
currentApiConfigName: z.ZodOptional<z.ZodString>;
|
|
8003
8097
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8004
8098
|
id: z.ZodString;
|
|
8005
8099
|
name: z.ZodString;
|
|
8006
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
8100
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence", "roo"]>>;
|
|
8007
8101
|
}, "strip", z.ZodTypeAny, {
|
|
8008
8102
|
id: string;
|
|
8009
8103
|
name: string;
|
|
8010
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
8104
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
8011
8105
|
}, {
|
|
8012
8106
|
id: string;
|
|
8013
8107
|
name: string;
|
|
8014
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
8108
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
8015
8109
|
}>, "many">>;
|
|
8016
8110
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
8017
8111
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -8327,7 +8421,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8327
8421
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
8328
8422
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
8329
8423
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
8330
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
8424
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
8331
8425
|
includeMaxTokens?: boolean | undefined;
|
|
8332
8426
|
diffEnabled?: boolean | undefined;
|
|
8333
8427
|
todoListEnabled?: boolean | undefined;
|
|
@@ -8482,7 +8576,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8482
8576
|
listApiConfigMeta?: {
|
|
8483
8577
|
id: string;
|
|
8484
8578
|
name: string;
|
|
8485
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
8579
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
8486
8580
|
}[] | undefined;
|
|
8487
8581
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
8488
8582
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -8623,7 +8717,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8623
8717
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
8624
8718
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
8625
8719
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
8626
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
8720
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
8627
8721
|
includeMaxTokens?: boolean | undefined;
|
|
8628
8722
|
diffEnabled?: boolean | undefined;
|
|
8629
8723
|
todoListEnabled?: boolean | undefined;
|
|
@@ -8778,7 +8872,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8778
8872
|
listApiConfigMeta?: {
|
|
8779
8873
|
id: string;
|
|
8780
8874
|
name: string;
|
|
8781
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
8875
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
8782
8876
|
}[] | undefined;
|
|
8783
8877
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
8784
8878
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -8925,7 +9019,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8925
9019
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
8926
9020
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
8927
9021
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
8928
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
9022
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
8929
9023
|
includeMaxTokens?: boolean | undefined;
|
|
8930
9024
|
diffEnabled?: boolean | undefined;
|
|
8931
9025
|
todoListEnabled?: boolean | undefined;
|
|
@@ -9080,7 +9174,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9080
9174
|
listApiConfigMeta?: {
|
|
9081
9175
|
id: string;
|
|
9082
9176
|
name: string;
|
|
9083
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
9177
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
9084
9178
|
}[] | undefined;
|
|
9085
9179
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
9086
9180
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -9226,7 +9320,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9226
9320
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
9227
9321
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
9228
9322
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
9229
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
9323
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
9230
9324
|
includeMaxTokens?: boolean | undefined;
|
|
9231
9325
|
diffEnabled?: boolean | undefined;
|
|
9232
9326
|
todoListEnabled?: boolean | undefined;
|
|
@@ -9381,7 +9475,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9381
9475
|
listApiConfigMeta?: {
|
|
9382
9476
|
id: string;
|
|
9383
9477
|
name: string;
|
|
9384
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
9478
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
9385
9479
|
}[] | undefined;
|
|
9386
9480
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
9387
9481
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -9530,7 +9624,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9530
9624
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
9531
9625
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
9532
9626
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
9533
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
9627
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
9534
9628
|
includeMaxTokens?: boolean | undefined;
|
|
9535
9629
|
diffEnabled?: boolean | undefined;
|
|
9536
9630
|
todoListEnabled?: boolean | undefined;
|
|
@@ -9685,7 +9779,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9685
9779
|
listApiConfigMeta?: {
|
|
9686
9780
|
id: string;
|
|
9687
9781
|
name: string;
|
|
9688
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
9782
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
9689
9783
|
}[] | undefined;
|
|
9690
9784
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
9691
9785
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -9834,7 +9928,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9834
9928
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
9835
9929
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
9836
9930
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
9837
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
9931
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
9838
9932
|
includeMaxTokens?: boolean | undefined;
|
|
9839
9933
|
diffEnabled?: boolean | undefined;
|
|
9840
9934
|
todoListEnabled?: boolean | undefined;
|
|
@@ -9989,7 +10083,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9989
10083
|
listApiConfigMeta?: {
|
|
9990
10084
|
id: string;
|
|
9991
10085
|
name: string;
|
|
9992
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
10086
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
9993
10087
|
}[] | undefined;
|
|
9994
10088
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
9995
10089
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -10414,21 +10508,21 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10414
10508
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
10415
10509
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
10416
10510
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
10417
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
10511
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence", "roo"]>>;
|
|
10418
10512
|
} & {
|
|
10419
10513
|
currentApiConfigName: z.ZodOptional<z.ZodString>;
|
|
10420
10514
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10421
10515
|
id: z.ZodString;
|
|
10422
10516
|
name: z.ZodString;
|
|
10423
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
10517
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence", "roo"]>>;
|
|
10424
10518
|
}, "strip", z.ZodTypeAny, {
|
|
10425
10519
|
id: string;
|
|
10426
10520
|
name: string;
|
|
10427
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
10521
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
10428
10522
|
}, {
|
|
10429
10523
|
id: string;
|
|
10430
10524
|
name: string;
|
|
10431
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
10525
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
10432
10526
|
}>, "many">>;
|
|
10433
10527
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
10434
10528
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -10744,7 +10838,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10744
10838
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
10745
10839
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
10746
10840
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
10747
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
10841
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
10748
10842
|
includeMaxTokens?: boolean | undefined;
|
|
10749
10843
|
diffEnabled?: boolean | undefined;
|
|
10750
10844
|
todoListEnabled?: boolean | undefined;
|
|
@@ -10899,7 +10993,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10899
10993
|
listApiConfigMeta?: {
|
|
10900
10994
|
id: string;
|
|
10901
10995
|
name: string;
|
|
10902
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
10996
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
10903
10997
|
}[] | undefined;
|
|
10904
10998
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
10905
10999
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -11040,7 +11134,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11040
11134
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
11041
11135
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
11042
11136
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
11043
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
11137
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
11044
11138
|
includeMaxTokens?: boolean | undefined;
|
|
11045
11139
|
diffEnabled?: boolean | undefined;
|
|
11046
11140
|
todoListEnabled?: boolean | undefined;
|
|
@@ -11195,7 +11289,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11195
11289
|
listApiConfigMeta?: {
|
|
11196
11290
|
id: string;
|
|
11197
11291
|
name: string;
|
|
11198
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
11292
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
11199
11293
|
}[] | undefined;
|
|
11200
11294
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
11201
11295
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -11342,7 +11436,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11342
11436
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
11343
11437
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
11344
11438
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
11345
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
11439
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
11346
11440
|
includeMaxTokens?: boolean | undefined;
|
|
11347
11441
|
diffEnabled?: boolean | undefined;
|
|
11348
11442
|
todoListEnabled?: boolean | undefined;
|
|
@@ -11497,7 +11591,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11497
11591
|
listApiConfigMeta?: {
|
|
11498
11592
|
id: string;
|
|
11499
11593
|
name: string;
|
|
11500
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
11594
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
11501
11595
|
}[] | undefined;
|
|
11502
11596
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
11503
11597
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -11643,7 +11737,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11643
11737
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
11644
11738
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
11645
11739
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
11646
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
11740
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
11647
11741
|
includeMaxTokens?: boolean | undefined;
|
|
11648
11742
|
diffEnabled?: boolean | undefined;
|
|
11649
11743
|
todoListEnabled?: boolean | undefined;
|
|
@@ -11798,7 +11892,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11798
11892
|
listApiConfigMeta?: {
|
|
11799
11893
|
id: string;
|
|
11800
11894
|
name: string;
|
|
11801
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
11895
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
11802
11896
|
}[] | undefined;
|
|
11803
11897
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
11804
11898
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -11947,7 +12041,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11947
12041
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
11948
12042
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
11949
12043
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
11950
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
12044
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
11951
12045
|
includeMaxTokens?: boolean | undefined;
|
|
11952
12046
|
diffEnabled?: boolean | undefined;
|
|
11953
12047
|
todoListEnabled?: boolean | undefined;
|
|
@@ -12102,7 +12196,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12102
12196
|
listApiConfigMeta?: {
|
|
12103
12197
|
id: string;
|
|
12104
12198
|
name: string;
|
|
12105
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
12199
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
12106
12200
|
}[] | undefined;
|
|
12107
12201
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
12108
12202
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -12251,7 +12345,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12251
12345
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
12252
12346
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
12253
12347
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
12254
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
12348
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
12255
12349
|
includeMaxTokens?: boolean | undefined;
|
|
12256
12350
|
diffEnabled?: boolean | undefined;
|
|
12257
12351
|
todoListEnabled?: boolean | undefined;
|
|
@@ -12406,7 +12500,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12406
12500
|
listApiConfigMeta?: {
|
|
12407
12501
|
id: string;
|
|
12408
12502
|
name: string;
|
|
12409
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
12503
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
12410
12504
|
}[] | undefined;
|
|
12411
12505
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
12412
12506
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -12586,7 +12680,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12586
12680
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
12587
12681
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
12588
12682
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
12589
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
12683
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
12590
12684
|
includeMaxTokens?: boolean | undefined;
|
|
12591
12685
|
diffEnabled?: boolean | undefined;
|
|
12592
12686
|
todoListEnabled?: boolean | undefined;
|
|
@@ -12741,7 +12835,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12741
12835
|
listApiConfigMeta?: {
|
|
12742
12836
|
id: string;
|
|
12743
12837
|
name: string;
|
|
12744
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
12838
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
12745
12839
|
}[] | undefined;
|
|
12746
12840
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
12747
12841
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -12904,7 +12998,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12904
12998
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
12905
12999
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
12906
13000
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
12907
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
13001
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
12908
13002
|
includeMaxTokens?: boolean | undefined;
|
|
12909
13003
|
diffEnabled?: boolean | undefined;
|
|
12910
13004
|
todoListEnabled?: boolean | undefined;
|
|
@@ -13059,7 +13153,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13059
13153
|
listApiConfigMeta?: {
|
|
13060
13154
|
id: string;
|
|
13061
13155
|
name: string;
|
|
13062
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
13156
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
13063
13157
|
}[] | undefined;
|
|
13064
13158
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
13065
13159
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -15786,7 +15880,7 @@ declare const appPropertiesSchema: z.ZodObject<{
|
|
|
15786
15880
|
type AppProperties = z.infer<typeof appPropertiesSchema>;
|
|
15787
15881
|
declare const taskPropertiesSchema: z.ZodObject<{
|
|
15788
15882
|
taskId: z.ZodOptional<z.ZodString>;
|
|
15789
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
15883
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence", "roo"]>>;
|
|
15790
15884
|
modelId: z.ZodOptional<z.ZodString>;
|
|
15791
15885
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
15792
15886
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -15809,7 +15903,7 @@ declare const taskPropertiesSchema: z.ZodObject<{
|
|
|
15809
15903
|
}, "strip", z.ZodTypeAny, {
|
|
15810
15904
|
isSubtask?: boolean | undefined;
|
|
15811
15905
|
taskId?: string | undefined;
|
|
15812
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
15906
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
15813
15907
|
modelId?: string | undefined;
|
|
15814
15908
|
diffStrategy?: string | undefined;
|
|
15815
15909
|
todos?: {
|
|
@@ -15821,7 +15915,7 @@ declare const taskPropertiesSchema: z.ZodObject<{
|
|
|
15821
15915
|
}, {
|
|
15822
15916
|
isSubtask?: boolean | undefined;
|
|
15823
15917
|
taskId?: string | undefined;
|
|
15824
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
15918
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
15825
15919
|
modelId?: string | undefined;
|
|
15826
15920
|
diffStrategy?: string | undefined;
|
|
15827
15921
|
todos?: {
|
|
@@ -15851,7 +15945,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
15851
15945
|
repositoryName: z.ZodOptional<z.ZodString>;
|
|
15852
15946
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
15853
15947
|
taskId: z.ZodOptional<z.ZodString>;
|
|
15854
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
15948
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence", "roo"]>>;
|
|
15855
15949
|
modelId: z.ZodOptional<z.ZodString>;
|
|
15856
15950
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
15857
15951
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -15889,7 +15983,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
15889
15983
|
language: string;
|
|
15890
15984
|
isSubtask?: boolean | undefined;
|
|
15891
15985
|
taskId?: string | undefined;
|
|
15892
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
15986
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
15893
15987
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15894
15988
|
modelId?: string | undefined;
|
|
15895
15989
|
diffStrategy?: string | undefined;
|
|
@@ -15912,7 +16006,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
15912
16006
|
language: string;
|
|
15913
16007
|
isSubtask?: boolean | undefined;
|
|
15914
16008
|
taskId?: string | undefined;
|
|
15915
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
16009
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
15916
16010
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15917
16011
|
modelId?: string | undefined;
|
|
15918
16012
|
diffStrategy?: string | undefined;
|
|
@@ -15944,7 +16038,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
15944
16038
|
repositoryName: z.ZodOptional<z.ZodString>;
|
|
15945
16039
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
15946
16040
|
taskId: z.ZodOptional<z.ZodString>;
|
|
15947
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
16041
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence", "roo"]>>;
|
|
15948
16042
|
modelId: z.ZodOptional<z.ZodString>;
|
|
15949
16043
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
15950
16044
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -15982,7 +16076,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
15982
16076
|
language: string;
|
|
15983
16077
|
isSubtask?: boolean | undefined;
|
|
15984
16078
|
taskId?: string | undefined;
|
|
15985
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
16079
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
15986
16080
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15987
16081
|
modelId?: string | undefined;
|
|
15988
16082
|
diffStrategy?: string | undefined;
|
|
@@ -16005,7 +16099,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16005
16099
|
language: string;
|
|
16006
16100
|
isSubtask?: boolean | undefined;
|
|
16007
16101
|
taskId?: string | undefined;
|
|
16008
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
16102
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
16009
16103
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16010
16104
|
modelId?: string | undefined;
|
|
16011
16105
|
diffStrategy?: string | undefined;
|
|
@@ -16031,7 +16125,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16031
16125
|
language: string;
|
|
16032
16126
|
isSubtask?: boolean | undefined;
|
|
16033
16127
|
taskId?: string | undefined;
|
|
16034
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
16128
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
16035
16129
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16036
16130
|
modelId?: string | undefined;
|
|
16037
16131
|
diffStrategy?: string | undefined;
|
|
@@ -16057,7 +16151,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16057
16151
|
language: string;
|
|
16058
16152
|
isSubtask?: boolean | undefined;
|
|
16059
16153
|
taskId?: string | undefined;
|
|
16060
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
16154
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
16061
16155
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16062
16156
|
modelId?: string | undefined;
|
|
16063
16157
|
diffStrategy?: string | undefined;
|
|
@@ -16205,7 +16299,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16205
16299
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
16206
16300
|
repositoryName: z.ZodOptional<z.ZodString>;
|
|
16207
16301
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
16208
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
16302
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence", "roo"]>>;
|
|
16209
16303
|
modelId: z.ZodOptional<z.ZodString>;
|
|
16210
16304
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
16211
16305
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -16274,7 +16368,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16274
16368
|
editorName: string;
|
|
16275
16369
|
language: string;
|
|
16276
16370
|
isSubtask?: boolean | undefined;
|
|
16277
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
16371
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
16278
16372
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16279
16373
|
modelId?: string | undefined;
|
|
16280
16374
|
diffStrategy?: string | undefined;
|
|
@@ -16328,7 +16422,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16328
16422
|
editorName: string;
|
|
16329
16423
|
language: string;
|
|
16330
16424
|
isSubtask?: boolean | undefined;
|
|
16331
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
16425
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
16332
16426
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16333
16427
|
modelId?: string | undefined;
|
|
16334
16428
|
diffStrategy?: string | undefined;
|
|
@@ -16385,7 +16479,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16385
16479
|
editorName: string;
|
|
16386
16480
|
language: string;
|
|
16387
16481
|
isSubtask?: boolean | undefined;
|
|
16388
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
16482
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
16389
16483
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16390
16484
|
modelId?: string | undefined;
|
|
16391
16485
|
diffStrategy?: string | undefined;
|
|
@@ -16442,7 +16536,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16442
16536
|
editorName: string;
|
|
16443
16537
|
language: string;
|
|
16444
16538
|
isSubtask?: boolean | undefined;
|
|
16445
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
16539
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
16446
16540
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16447
16541
|
modelId?: string | undefined;
|
|
16448
16542
|
diffStrategy?: string | undefined;
|
|
@@ -16468,7 +16562,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16468
16562
|
repositoryName: z.ZodOptional<z.ZodString>;
|
|
16469
16563
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
16470
16564
|
taskId: z.ZodOptional<z.ZodString>;
|
|
16471
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
16565
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence", "roo"]>>;
|
|
16472
16566
|
modelId: z.ZodOptional<z.ZodString>;
|
|
16473
16567
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
16474
16568
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -16509,7 +16603,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16509
16603
|
cost?: number | undefined;
|
|
16510
16604
|
isSubtask?: boolean | undefined;
|
|
16511
16605
|
taskId?: string | undefined;
|
|
16512
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
16606
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
16513
16607
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16514
16608
|
modelId?: string | undefined;
|
|
16515
16609
|
diffStrategy?: string | undefined;
|
|
@@ -16537,7 +16631,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16537
16631
|
cost?: number | undefined;
|
|
16538
16632
|
isSubtask?: boolean | undefined;
|
|
16539
16633
|
taskId?: string | undefined;
|
|
16540
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
16634
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
16541
16635
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16542
16636
|
modelId?: string | undefined;
|
|
16543
16637
|
diffStrategy?: string | undefined;
|
|
@@ -16568,7 +16662,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16568
16662
|
cost?: number | undefined;
|
|
16569
16663
|
isSubtask?: boolean | undefined;
|
|
16570
16664
|
taskId?: string | undefined;
|
|
16571
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
16665
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
16572
16666
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16573
16667
|
modelId?: string | undefined;
|
|
16574
16668
|
diffStrategy?: string | undefined;
|
|
@@ -16599,7 +16693,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16599
16693
|
cost?: number | undefined;
|
|
16600
16694
|
isSubtask?: boolean | undefined;
|
|
16601
16695
|
taskId?: string | undefined;
|
|
16602
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
16696
|
+
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | "roo" | undefined;
|
|
16603
16697
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16604
16698
|
modelId?: string | undefined;
|
|
16605
16699
|
diffStrategy?: string | undefined;
|
|
@@ -19425,4 +19519,18 @@ declare const fireworksModels: {
|
|
|
19425
19519
|
};
|
|
19426
19520
|
};
|
|
19427
19521
|
|
|
19428
|
-
|
|
19522
|
+
type RooModelId = "roo/sonic";
|
|
19523
|
+
declare const rooDefaultModelId: RooModelId;
|
|
19524
|
+
declare const rooModels: {
|
|
19525
|
+
readonly "roo/sonic": {
|
|
19526
|
+
readonly maxTokens: 8192;
|
|
19527
|
+
readonly contextWindow: 262144;
|
|
19528
|
+
readonly supportsImages: false;
|
|
19529
|
+
readonly supportsPromptCache: false;
|
|
19530
|
+
readonly inputPrice: 0;
|
|
19531
|
+
readonly outputPrice: 0;
|
|
19532
|
+
readonly description: "Stealth coding model with 262K context window, accessible for free through Roo Code Cloud for a limited time. (Note: prompts and completions are logged by the model creator and used to improve the model.)";
|
|
19533
|
+
};
|
|
19534
|
+
};
|
|
19535
|
+
|
|
19536
|
+
export { ANTHROPIC_DEFAULT_MAX_TOKENS, ANTHROPIC_STYLE_PROVIDERS, AWS_INFERENCE_PROFILE_MAPPING, type Ack, type AnthropicModelId, type AppProperties, type AssertEqual, BEDROCK_CLAUDE_SONNET_4_MODEL_ID, BEDROCK_DEFAULT_CONTEXT, BEDROCK_DEFAULT_TEMPERATURE, BEDROCK_MAX_TOKENS, BEDROCK_REGIONS, type BedrockModelId, CLAUDE_CODE_DEFAULT_MAX_OUTPUT_TOKENS, CODEBASE_INDEX_DEFAULTS, type CerebrasModelId, type ChutesModelId, type ClaudeCodeModelId, type ClineAsk, type ClineMessage, type ClineSay, type CloudAppProperties, type CodeActionId, type CodeActionName, type CodebaseIndexConfig, type CodebaseIndexModels, type CodebaseIndexProvider, type CommandExecutionStatus, type CommandId, type ContextCondense, type CustomModePrompts, type CustomModesSettings, type CustomSupportPrompts, DEEP_SEEK_DEFAULT_TEMPERATURE, 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, EVALS_SETTINGS, EVALS_TIMEOUT, type Equals, type ExperimentId, type Experiments, type FireworksModelId, type FollowUpData, type FollowUpDataType, GLAMA_DEFAULT_TEMPERATURE, GLOBAL_SETTINGS_KEYS, GLOBAL_STATE_KEYS, GPT5_DEFAULT_TEMPERATURE, type GeminiModelId, type GitProperties, type GlobalSettings, type GlobalState, type GroqModelId, type GroupEntry, type GroupOptions, 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, type IOIntelligenceModelId, IO_INTELLIGENCE_CACHE_DURATION, type IdleAsk, type InstallMarketplaceItemOptions, type InteractiveAsk, type InternationalZAiModelId, type IpcClientEvents, type IpcMessage, IpcMessageType, IpcOrigin, type IpcServerEvents, type Keys, LITELLM_COMPUTER_USE_MODELS, LMSTUDIO_DEFAULT_TEMPERATURE, type Language, MISTRAL_DEFAULT_TEMPERATURE, MODEL_ID_KEYS, MOONSHOT_DEFAULT_TEMPERATURE, type MainlandZAiModelId, type MarketplaceItem, type MarketplaceItemType, type McpExecutionStatus, type McpInstallationMethod, type McpMarketplaceItem, type McpParameter, type MistralModelId, type ModeConfig, type ModeMarketplaceItem, type ModelInfo, type ModelParameter, type MoonshotModelId, OPENAI_AZURE_AI_INFERENCE_PATH, OPENAI_NATIVE_DEFAULT_TEMPERATURE, OPENROUTER_DEFAULT_PROVIDER_NAME, OPEN_ROUTER_COMPUTER_USE_MODELS, OPEN_ROUTER_PROMPT_CACHING_MODELS, OPEN_ROUTER_REASONING_BUDGET_MODELS, OPEN_ROUTER_REQUIRED_REASONING_BUDGET_MODELS, type OpenAiNativeModelId, PROVIDER_SETTINGS_KEYS, type PromptComponent, type ProviderName, type ProviderSettings, type ProviderSettingsEntry, type ProviderSettingsWithId, type QueuedMessage, type ReasoningEffort, type ReasoningEffortWithMinimal, type ResumableAsk, type RooCodeAPI, type RooCodeAPIEvents, RooCodeEventName, type RooCodeEvents, type RooCodeIpcServer, type RooCodeSettings, type RooCodeTelemetryEvent, type RooModelId, SECRET_STATE_KEYS, type SambaNovaModelId, type SecretState, type StaticAppProperties, type SuggestionItem, type TaskCommand, TaskCommandName, type TaskEvent, type TaskEvents, type TaskLike, type TaskMetadata, type TaskProperties, type TaskProviderEvents, type TaskProviderLike, type TaskProviderState, 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 ToolUsage, VERTEX_REGIONS, type Values, type VerbosityLevel, type VertexModelId, type VscodeLlmModelId, type XAIModelId, ZAI_DEFAULT_TEMPERATURE, ackSchema, anthropicDefaultModelId, anthropicModels, appPropertiesSchema, azureOpenAiDefaultApiVersion, bedrockDefaultModelId, bedrockDefaultPromptRouterModelId, bedrockModels, cerebrasDefaultModelId, cerebrasModels, chutesDefaultModelId, chutesModels, claudeCodeDefaultModelId, claudeCodeModels, clineAskSchema, clineAsks, clineMessageSchema, clineSaySchema, clineSays, cloudAppPropertiesSchema, codeActionIds, codebaseIndexConfigSchema, codebaseIndexModelsSchema, codebaseIndexProviderSchema, commandExecutionStatusSchema, commandIds, contextCondenseSchema, convertModelNameForVertex, customModePromptsSchema, customModesSettingsSchema, customSupportPromptsSchema, deepSeekDefaultModelId, deepSeekModels, discriminatedProviderSettingsWithIdSchema, doubaoDefaultModelId, doubaoDefaultModelInfo, doubaoModels, dynamicAppPropertiesSchema, experimentIds, experimentIdsSchema, experimentsSchema, extendedReasoningEffortsSchema, fireworksDefaultModelId, fireworksModels, followUpDataSchema, geminiDefaultModelId, geminiModels, getApiProtocol, getClaudeCodeModelId, getModelId, gitPropertiesSchema, glamaDefaultModelId, glamaDefaultModelInfo, globalSettingsSchema, groqDefaultModelId, groqModels, groupEntrySchema, groupOptionsSchema, historyItemSchema, idleAsks, installMarketplaceItemOptionsSchema, interactiveAsks, internationalZAiDefaultModelId, internationalZAiModels, ioIntelligenceDefaultBaseUrl, ioIntelligenceDefaultModelId, ioIntelligenceModels, ipcMessageSchema, isGlobalStateKey, isIdleAsk, isInteractiveAsk, isLanguage, isModelParameter, isResumableAsk, isSecretStateKey, lMStudioDefaultModelId, lMStudioDefaultModelInfo, languages, languagesSchema, litellmDefaultModelId, litellmDefaultModelInfo, mainlandZAiDefaultModelId, mainlandZAiModels, marketplaceItemSchema, marketplaceItemTypeSchema, mcpExecutionStatusSchema, mcpInstallationMethodSchema, mcpMarketplaceItemSchema, mcpParameterSchema, mistralDefaultModelId, mistralModels, modeConfigSchema, modeMarketplaceItemSchema, modelInfoSchema, modelParameters, modelParametersSchema, moonshotDefaultModelId, moonshotModels, ollamaDefaultModelId, ollamaDefaultModelInfo, openAiModelInfoSaneDefaults, openAiNativeDefaultModelId, openAiNativeModels, openRouterDefaultModelId, openRouterDefaultModelInfo, promptComponentSchema, providerNames, providerNamesSchema, providerSettingsEntrySchema, providerSettingsSchema, providerSettingsSchemaDiscriminated, providerSettingsWithIdSchema, reasoningEfforts, reasoningEffortsSchema, requestyDefaultModelId, requestyDefaultModelInfo, resumableAsks, rooCodeEventsSchema, rooCodeSettingsSchema, rooCodeTelemetryEventSchema, rooDefaultModelId, rooModels, sambaNovaDefaultModelId, sambaNovaModels, staticAppPropertiesSchema, suggestionItemSchema, taskCommandSchema, taskEventSchema, taskMetadataSchema, taskPropertiesSchema, telemetryPropertiesSchema, telemetrySettings, telemetrySettingsSchema, terminalActionIds, todoItemSchema, todoStatusSchema, tokenUsageSchema, toolGroups, toolGroupsSchema, toolNames, toolNamesSchema, toolProgressStatusSchema, toolUsageSchema, unboundDefaultModelId, unboundDefaultModelInfo, verbosityLevels, verbosityLevelsSchema, vertexDefaultModelId, vertexModels, vscodeLlmDefaultModelId, vscodeLlmModels, xaiDefaultModelId, xaiModels };
|