@roo-code/types 1.54.0 → 1.55.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 +126 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +318 -92
- package/dist/index.d.ts +318 -92
- package/dist/index.js +122 -8
- 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", "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"]>;
|
|
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", "featherless", "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", "featherless", "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", "roo"]>>;
|
|
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", "featherless", "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" | "roo" | 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" | "featherless" | "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" | "roo" | 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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
1092
1092
|
}>;
|
|
1093
1093
|
type ProviderSettingsEntry = z.infer<typeof providerSettingsEntrySchema>;
|
|
1094
1094
|
/**
|
|
@@ -2942,6 +2942,57 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
2942
2942
|
verbosity: z.ZodOptional<z.ZodEnum<["low", "medium", "high"]>>;
|
|
2943
2943
|
} & {
|
|
2944
2944
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
2945
|
+
} & {
|
|
2946
|
+
featherlessApiKey: z.ZodOptional<z.ZodString>;
|
|
2947
|
+
} & {
|
|
2948
|
+
apiProvider: z.ZodLiteral<"featherless">;
|
|
2949
|
+
}, "strip", z.ZodTypeAny, {
|
|
2950
|
+
apiProvider: "featherless";
|
|
2951
|
+
reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
|
|
2952
|
+
includeMaxTokens?: boolean | undefined;
|
|
2953
|
+
diffEnabled?: boolean | undefined;
|
|
2954
|
+
todoListEnabled?: boolean | undefined;
|
|
2955
|
+
fuzzyMatchThreshold?: number | undefined;
|
|
2956
|
+
modelTemperature?: number | null | undefined;
|
|
2957
|
+
rateLimitSeconds?: number | undefined;
|
|
2958
|
+
consecutiveMistakeLimit?: number | undefined;
|
|
2959
|
+
enableReasoningEffort?: boolean | undefined;
|
|
2960
|
+
modelMaxTokens?: number | undefined;
|
|
2961
|
+
modelMaxThinkingTokens?: number | undefined;
|
|
2962
|
+
verbosity?: "low" | "medium" | "high" | undefined;
|
|
2963
|
+
apiModelId?: string | undefined;
|
|
2964
|
+
featherlessApiKey?: string | undefined;
|
|
2965
|
+
}, {
|
|
2966
|
+
apiProvider: "featherless";
|
|
2967
|
+
reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
|
|
2968
|
+
includeMaxTokens?: boolean | undefined;
|
|
2969
|
+
diffEnabled?: boolean | undefined;
|
|
2970
|
+
todoListEnabled?: boolean | undefined;
|
|
2971
|
+
fuzzyMatchThreshold?: number | undefined;
|
|
2972
|
+
modelTemperature?: number | null | undefined;
|
|
2973
|
+
rateLimitSeconds?: number | undefined;
|
|
2974
|
+
consecutiveMistakeLimit?: number | undefined;
|
|
2975
|
+
enableReasoningEffort?: boolean | undefined;
|
|
2976
|
+
modelMaxTokens?: number | undefined;
|
|
2977
|
+
modelMaxThinkingTokens?: number | undefined;
|
|
2978
|
+
verbosity?: "low" | "medium" | "high" | undefined;
|
|
2979
|
+
apiModelId?: string | undefined;
|
|
2980
|
+
featherlessApiKey?: string | undefined;
|
|
2981
|
+
}>, z.ZodObject<{
|
|
2982
|
+
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
2983
|
+
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
2984
|
+
todoListEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
2985
|
+
fuzzyMatchThreshold: z.ZodOptional<z.ZodNumber>;
|
|
2986
|
+
modelTemperature: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2987
|
+
rateLimitSeconds: z.ZodOptional<z.ZodNumber>;
|
|
2988
|
+
consecutiveMistakeLimit: z.ZodOptional<z.ZodNumber>;
|
|
2989
|
+
enableReasoningEffort: z.ZodOptional<z.ZodBoolean>;
|
|
2990
|
+
reasoningEffort: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["low", "medium", "high"]>, z.ZodLiteral<"minimal">]>>;
|
|
2991
|
+
modelMaxTokens: z.ZodOptional<z.ZodNumber>;
|
|
2992
|
+
modelMaxThinkingTokens: z.ZodOptional<z.ZodNumber>;
|
|
2993
|
+
verbosity: z.ZodOptional<z.ZodEnum<["low", "medium", "high"]>>;
|
|
2994
|
+
} & {
|
|
2995
|
+
apiModelId: z.ZodOptional<z.ZodString>;
|
|
2945
2996
|
} & {
|
|
2946
2997
|
ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
|
|
2947
2998
|
ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
|
|
@@ -3058,6 +3109,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3058
3109
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
3059
3110
|
ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
|
|
3060
3111
|
ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
|
|
3112
|
+
featherlessApiKey: z.ZodOptional<z.ZodString>;
|
|
3061
3113
|
fireworksApiKey: z.ZodOptional<z.ZodString>;
|
|
3062
3114
|
zaiApiKey: z.ZodOptional<z.ZodString>;
|
|
3063
3115
|
zaiApiLine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"china">, z.ZodLiteral<"international">]>>;
|
|
@@ -3256,7 +3308,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3256
3308
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
3257
3309
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
3258
3310
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
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"]>>;
|
|
3311
|
+
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", "featherless", "io-intelligence", "roo"]>>;
|
|
3260
3312
|
}, "strip", z.ZodTypeAny, {
|
|
3261
3313
|
reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
|
|
3262
3314
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
@@ -3266,7 +3318,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3266
3318
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
3267
3319
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
3268
3320
|
codebaseIndexMistralApiKey?: string | 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;
|
|
3321
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
3270
3322
|
includeMaxTokens?: boolean | undefined;
|
|
3271
3323
|
diffEnabled?: boolean | undefined;
|
|
3272
3324
|
todoListEnabled?: boolean | undefined;
|
|
@@ -3399,6 +3451,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3399
3451
|
zaiApiKey?: string | undefined;
|
|
3400
3452
|
zaiApiLine?: "china" | "international" | undefined;
|
|
3401
3453
|
fireworksApiKey?: string | undefined;
|
|
3454
|
+
featherlessApiKey?: string | undefined;
|
|
3402
3455
|
ioIntelligenceModelId?: string | undefined;
|
|
3403
3456
|
ioIntelligenceApiKey?: string | undefined;
|
|
3404
3457
|
}, {
|
|
@@ -3410,7 +3463,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3410
3463
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
3411
3464
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
3412
3465
|
codebaseIndexMistralApiKey?: string | 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;
|
|
3466
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
3414
3467
|
includeMaxTokens?: boolean | undefined;
|
|
3415
3468
|
diffEnabled?: boolean | undefined;
|
|
3416
3469
|
todoListEnabled?: boolean | undefined;
|
|
@@ -3543,6 +3596,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3543
3596
|
zaiApiKey?: string | undefined;
|
|
3544
3597
|
zaiApiLine?: "china" | "international" | undefined;
|
|
3545
3598
|
fireworksApiKey?: string | undefined;
|
|
3599
|
+
featherlessApiKey?: string | undefined;
|
|
3546
3600
|
ioIntelligenceModelId?: string | undefined;
|
|
3547
3601
|
ioIntelligenceApiKey?: string | undefined;
|
|
3548
3602
|
}>;
|
|
@@ -3570,6 +3624,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3570
3624
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
3571
3625
|
ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
|
|
3572
3626
|
ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
|
|
3627
|
+
featherlessApiKey: z.ZodOptional<z.ZodString>;
|
|
3573
3628
|
fireworksApiKey: z.ZodOptional<z.ZodString>;
|
|
3574
3629
|
zaiApiKey: z.ZodOptional<z.ZodString>;
|
|
3575
3630
|
zaiApiLine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"china">, z.ZodLiteral<"international">]>>;
|
|
@@ -3768,7 +3823,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3768
3823
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
3769
3824
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
3770
3825
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
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"]>>;
|
|
3826
|
+
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", "featherless", "io-intelligence", "roo"]>>;
|
|
3772
3827
|
} & {
|
|
3773
3828
|
id: z.ZodOptional<z.ZodString>;
|
|
3774
3829
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3781,7 +3836,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3781
3836
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
3782
3837
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
3783
3838
|
id?: string | 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;
|
|
3839
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
3785
3840
|
includeMaxTokens?: boolean | undefined;
|
|
3786
3841
|
diffEnabled?: boolean | undefined;
|
|
3787
3842
|
todoListEnabled?: boolean | undefined;
|
|
@@ -3914,6 +3969,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3914
3969
|
zaiApiKey?: string | undefined;
|
|
3915
3970
|
zaiApiLine?: "china" | "international" | undefined;
|
|
3916
3971
|
fireworksApiKey?: string | undefined;
|
|
3972
|
+
featherlessApiKey?: string | undefined;
|
|
3917
3973
|
ioIntelligenceModelId?: string | undefined;
|
|
3918
3974
|
ioIntelligenceApiKey?: string | undefined;
|
|
3919
3975
|
}, {
|
|
@@ -3926,7 +3982,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3926
3982
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
3927
3983
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
3928
3984
|
id?: string | 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;
|
|
3985
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
3930
3986
|
includeMaxTokens?: boolean | undefined;
|
|
3931
3987
|
diffEnabled?: boolean | undefined;
|
|
3932
3988
|
todoListEnabled?: boolean | undefined;
|
|
@@ -4059,6 +4115,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4059
4115
|
zaiApiKey?: string | undefined;
|
|
4060
4116
|
zaiApiLine?: "china" | "international" | undefined;
|
|
4061
4117
|
fireworksApiKey?: string | undefined;
|
|
4118
|
+
featherlessApiKey?: string | undefined;
|
|
4062
4119
|
ioIntelligenceModelId?: string | undefined;
|
|
4063
4120
|
ioIntelligenceApiKey?: string | undefined;
|
|
4064
4121
|
}>;
|
|
@@ -5906,6 +5963,57 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
5906
5963
|
verbosity: z.ZodOptional<z.ZodEnum<["low", "medium", "high"]>>;
|
|
5907
5964
|
} & {
|
|
5908
5965
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
5966
|
+
} & {
|
|
5967
|
+
featherlessApiKey: z.ZodOptional<z.ZodString>;
|
|
5968
|
+
} & {
|
|
5969
|
+
apiProvider: z.ZodLiteral<"featherless">;
|
|
5970
|
+
}, "strip", z.ZodTypeAny, {
|
|
5971
|
+
apiProvider: "featherless";
|
|
5972
|
+
reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
|
|
5973
|
+
includeMaxTokens?: boolean | undefined;
|
|
5974
|
+
diffEnabled?: boolean | undefined;
|
|
5975
|
+
todoListEnabled?: boolean | undefined;
|
|
5976
|
+
fuzzyMatchThreshold?: number | undefined;
|
|
5977
|
+
modelTemperature?: number | null | undefined;
|
|
5978
|
+
rateLimitSeconds?: number | undefined;
|
|
5979
|
+
consecutiveMistakeLimit?: number | undefined;
|
|
5980
|
+
enableReasoningEffort?: boolean | undefined;
|
|
5981
|
+
modelMaxTokens?: number | undefined;
|
|
5982
|
+
modelMaxThinkingTokens?: number | undefined;
|
|
5983
|
+
verbosity?: "low" | "medium" | "high" | undefined;
|
|
5984
|
+
apiModelId?: string | undefined;
|
|
5985
|
+
featherlessApiKey?: string | undefined;
|
|
5986
|
+
}, {
|
|
5987
|
+
apiProvider: "featherless";
|
|
5988
|
+
reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
|
|
5989
|
+
includeMaxTokens?: boolean | undefined;
|
|
5990
|
+
diffEnabled?: boolean | undefined;
|
|
5991
|
+
todoListEnabled?: boolean | undefined;
|
|
5992
|
+
fuzzyMatchThreshold?: number | undefined;
|
|
5993
|
+
modelTemperature?: number | null | undefined;
|
|
5994
|
+
rateLimitSeconds?: number | undefined;
|
|
5995
|
+
consecutiveMistakeLimit?: number | undefined;
|
|
5996
|
+
enableReasoningEffort?: boolean | undefined;
|
|
5997
|
+
modelMaxTokens?: number | undefined;
|
|
5998
|
+
modelMaxThinkingTokens?: number | undefined;
|
|
5999
|
+
verbosity?: "low" | "medium" | "high" | undefined;
|
|
6000
|
+
apiModelId?: string | undefined;
|
|
6001
|
+
featherlessApiKey?: string | undefined;
|
|
6002
|
+
}>, z.ZodObject<{
|
|
6003
|
+
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
6004
|
+
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
6005
|
+
todoListEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
6006
|
+
fuzzyMatchThreshold: z.ZodOptional<z.ZodNumber>;
|
|
6007
|
+
modelTemperature: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6008
|
+
rateLimitSeconds: z.ZodOptional<z.ZodNumber>;
|
|
6009
|
+
consecutiveMistakeLimit: z.ZodOptional<z.ZodNumber>;
|
|
6010
|
+
enableReasoningEffort: z.ZodOptional<z.ZodBoolean>;
|
|
6011
|
+
reasoningEffort: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["low", "medium", "high"]>, z.ZodLiteral<"minimal">]>>;
|
|
6012
|
+
modelMaxTokens: z.ZodOptional<z.ZodNumber>;
|
|
6013
|
+
modelMaxThinkingTokens: z.ZodOptional<z.ZodNumber>;
|
|
6014
|
+
verbosity: z.ZodOptional<z.ZodEnum<["low", "medium", "high"]>>;
|
|
6015
|
+
} & {
|
|
6016
|
+
apiModelId: z.ZodOptional<z.ZodString>;
|
|
5909
6017
|
} & {
|
|
5910
6018
|
ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
|
|
5911
6019
|
ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
|
|
@@ -6006,7 +6114,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
6006
6114
|
id?: string | undefined;
|
|
6007
6115
|
}>>;
|
|
6008
6116
|
type ProviderSettingsWithId = z.infer<typeof providerSettingsWithIdSchema>;
|
|
6009
|
-
declare const PROVIDER_SETTINGS_KEYS: ["reasoningEffort", "codebaseIndexOpenAiCompatibleBaseUrl", "codebaseIndexOpenAiCompatibleModelDimension", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexGeminiApiKey", "codebaseIndexMistralApiKey", "apiProvider", "includeMaxTokens", "diffEnabled", "todoListEnabled", "fuzzyMatchThreshold", "modelTemperature", "rateLimitSeconds", "consecutiveMistakeLimit", "enableReasoningEffort", "modelMaxTokens", "modelMaxThinkingTokens", "verbosity", "apiModelId", "apiKey", "anthropicBaseUrl", "anthropicUseAuthToken", "anthropicBeta1MContext", "claudeCodePath", "claudeCodeMaxOutputTokens", "glamaModelId", "glamaApiKey", "openRouterApiKey", "openRouterModelId", "openRouterBaseUrl", "openRouterSpecificProvider", "openRouterUseMiddleOutTransform", "awsAccessKey", "awsSecretKey", "awsSessionToken", "awsRegion", "awsUseCrossRegionInference", "awsUsePromptCache", "awsProfile", "awsUseProfile", "awsApiKey", "awsUseApiKey", "awsCustomArn", "awsModelContextWindow", "awsBedrockEndpointEnabled", "awsBedrockEndpoint", "awsBedrock1MContext", "vertexKeyFile", "vertexJsonCredentials", "vertexProjectId", "vertexRegion", "openAiBaseUrl", "openAiApiKey", "openAiLegacyFormat", "openAiR1FormatEnabled", "openAiModelId", "openAiCustomModelInfo", "openAiUseAzure", "azureApiVersion", "openAiStreamingEnabled", "openAiHostHeader", "openAiHeaders", "ollamaModelId", "ollamaBaseUrl", "vsCodeLmModelSelector", "lmStudioModelId", "lmStudioBaseUrl", "lmStudioDraftModelId", "lmStudioSpeculativeDecodingEnabled", "geminiApiKey", "googleGeminiBaseUrl", "enableUrlContext", "enableGrounding", "geminiCliOAuthPath", "geminiCliProjectId", "openAiNativeApiKey", "openAiNativeBaseUrl", "mistralApiKey", "mistralCodestralUrl", "deepSeekBaseUrl", "deepSeekApiKey", "doubaoBaseUrl", "doubaoApiKey", "moonshotBaseUrl", "moonshotApiKey", "unboundApiKey", "unboundModelId", "requestyBaseUrl", "requestyApiKey", "requestyModelId", "fakeAi", "xaiApiKey", "groqApiKey", "huggingFaceApiKey", "huggingFaceModelId", "huggingFaceInferenceProvider", "chutesApiKey", "litellmBaseUrl", "litellmApiKey", "litellmModelId", "litellmUsePromptCache", "cerebrasApiKey", "sambaNovaApiKey", "zaiApiKey", "zaiApiLine", "fireworksApiKey", "ioIntelligenceModelId", "ioIntelligenceApiKey"];
|
|
6117
|
+
declare const PROVIDER_SETTINGS_KEYS: ["reasoningEffort", "codebaseIndexOpenAiCompatibleBaseUrl", "codebaseIndexOpenAiCompatibleModelDimension", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexGeminiApiKey", "codebaseIndexMistralApiKey", "apiProvider", "includeMaxTokens", "diffEnabled", "todoListEnabled", "fuzzyMatchThreshold", "modelTemperature", "rateLimitSeconds", "consecutiveMistakeLimit", "enableReasoningEffort", "modelMaxTokens", "modelMaxThinkingTokens", "verbosity", "apiModelId", "apiKey", "anthropicBaseUrl", "anthropicUseAuthToken", "anthropicBeta1MContext", "claudeCodePath", "claudeCodeMaxOutputTokens", "glamaModelId", "glamaApiKey", "openRouterApiKey", "openRouterModelId", "openRouterBaseUrl", "openRouterSpecificProvider", "openRouterUseMiddleOutTransform", "awsAccessKey", "awsSecretKey", "awsSessionToken", "awsRegion", "awsUseCrossRegionInference", "awsUsePromptCache", "awsProfile", "awsUseProfile", "awsApiKey", "awsUseApiKey", "awsCustomArn", "awsModelContextWindow", "awsBedrockEndpointEnabled", "awsBedrockEndpoint", "awsBedrock1MContext", "vertexKeyFile", "vertexJsonCredentials", "vertexProjectId", "vertexRegion", "openAiBaseUrl", "openAiApiKey", "openAiLegacyFormat", "openAiR1FormatEnabled", "openAiModelId", "openAiCustomModelInfo", "openAiUseAzure", "azureApiVersion", "openAiStreamingEnabled", "openAiHostHeader", "openAiHeaders", "ollamaModelId", "ollamaBaseUrl", "vsCodeLmModelSelector", "lmStudioModelId", "lmStudioBaseUrl", "lmStudioDraftModelId", "lmStudioSpeculativeDecodingEnabled", "geminiApiKey", "googleGeminiBaseUrl", "enableUrlContext", "enableGrounding", "geminiCliOAuthPath", "geminiCliProjectId", "openAiNativeApiKey", "openAiNativeBaseUrl", "mistralApiKey", "mistralCodestralUrl", "deepSeekBaseUrl", "deepSeekApiKey", "doubaoBaseUrl", "doubaoApiKey", "moonshotBaseUrl", "moonshotApiKey", "unboundApiKey", "unboundModelId", "requestyBaseUrl", "requestyApiKey", "requestyModelId", "fakeAi", "xaiApiKey", "groqApiKey", "huggingFaceApiKey", "huggingFaceModelId", "huggingFaceInferenceProvider", "chutesApiKey", "litellmBaseUrl", "litellmApiKey", "litellmModelId", "litellmUsePromptCache", "cerebrasApiKey", "sambaNovaApiKey", "zaiApiKey", "zaiApiLine", "fireworksApiKey", "featherlessApiKey", "ioIntelligenceModelId", "ioIntelligenceApiKey"];
|
|
6010
6118
|
declare const MODEL_ID_KEYS: Partial<keyof ProviderSettings>[];
|
|
6011
6119
|
declare const getModelId: (settings: ProviderSettings) => string | undefined;
|
|
6012
6120
|
declare const ANTHROPIC_STYLE_PROVIDERS: ProviderName[];
|
|
@@ -6032,15 +6140,15 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6032
6140
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6033
6141
|
id: z.ZodString;
|
|
6034
6142
|
name: z.ZodString;
|
|
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"]>>;
|
|
6143
|
+
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", "featherless", "io-intelligence", "roo"]>>;
|
|
6036
6144
|
}, "strip", z.ZodTypeAny, {
|
|
6037
6145
|
id: string;
|
|
6038
6146
|
name: string;
|
|
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;
|
|
6147
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
6040
6148
|
}, {
|
|
6041
6149
|
id: string;
|
|
6042
6150
|
name: string;
|
|
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;
|
|
6151
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
6044
6152
|
}>, "many">>;
|
|
6045
6153
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
6046
6154
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -6379,7 +6487,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6379
6487
|
listApiConfigMeta?: {
|
|
6380
6488
|
id: string;
|
|
6381
6489
|
name: string;
|
|
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;
|
|
6490
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
6383
6491
|
}[] | undefined;
|
|
6384
6492
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
6385
6493
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -6535,7 +6643,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6535
6643
|
listApiConfigMeta?: {
|
|
6536
6644
|
id: string;
|
|
6537
6645
|
name: string;
|
|
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;
|
|
6646
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
6539
6647
|
}[] | undefined;
|
|
6540
6648
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
6541
6649
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -6693,6 +6801,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
6693
6801
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
6694
6802
|
ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
|
|
6695
6803
|
ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
|
|
6804
|
+
featherlessApiKey: z.ZodOptional<z.ZodString>;
|
|
6696
6805
|
fireworksApiKey: z.ZodOptional<z.ZodString>;
|
|
6697
6806
|
zaiApiKey: z.ZodOptional<z.ZodString>;
|
|
6698
6807
|
zaiApiLine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"china">, z.ZodLiteral<"international">]>>;
|
|
@@ -6891,21 +7000,21 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
6891
7000
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
6892
7001
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
6893
7002
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
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"]>>;
|
|
7003
|
+
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", "featherless", "io-intelligence", "roo"]>>;
|
|
6895
7004
|
} & {
|
|
6896
7005
|
currentApiConfigName: z.ZodOptional<z.ZodString>;
|
|
6897
7006
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6898
7007
|
id: z.ZodString;
|
|
6899
7008
|
name: z.ZodString;
|
|
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"]>>;
|
|
7009
|
+
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", "featherless", "io-intelligence", "roo"]>>;
|
|
6901
7010
|
}, "strip", z.ZodTypeAny, {
|
|
6902
7011
|
id: string;
|
|
6903
7012
|
name: string;
|
|
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;
|
|
7013
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
6905
7014
|
}, {
|
|
6906
7015
|
id: string;
|
|
6907
7016
|
name: string;
|
|
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;
|
|
7017
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
6909
7018
|
}>, "many">>;
|
|
6910
7019
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
6911
7020
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -7221,7 +7330,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7221
7330
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
7222
7331
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
7223
7332
|
codebaseIndexMistralApiKey?: string | 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;
|
|
7333
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
7225
7334
|
includeMaxTokens?: boolean | undefined;
|
|
7226
7335
|
diffEnabled?: boolean | undefined;
|
|
7227
7336
|
todoListEnabled?: boolean | undefined;
|
|
@@ -7354,6 +7463,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7354
7463
|
zaiApiKey?: string | undefined;
|
|
7355
7464
|
zaiApiLine?: "china" | "international" | undefined;
|
|
7356
7465
|
fireworksApiKey?: string | undefined;
|
|
7466
|
+
featherlessApiKey?: string | undefined;
|
|
7357
7467
|
ioIntelligenceModelId?: string | undefined;
|
|
7358
7468
|
ioIntelligenceApiKey?: string | undefined;
|
|
7359
7469
|
mode?: string | undefined;
|
|
@@ -7376,7 +7486,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7376
7486
|
listApiConfigMeta?: {
|
|
7377
7487
|
id: string;
|
|
7378
7488
|
name: string;
|
|
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;
|
|
7489
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
7380
7490
|
}[] | undefined;
|
|
7381
7491
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
7382
7492
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -7517,7 +7627,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7517
7627
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
7518
7628
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
7519
7629
|
codebaseIndexMistralApiKey?: string | 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;
|
|
7630
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
7521
7631
|
includeMaxTokens?: boolean | undefined;
|
|
7522
7632
|
diffEnabled?: boolean | undefined;
|
|
7523
7633
|
todoListEnabled?: boolean | undefined;
|
|
@@ -7650,6 +7760,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7650
7760
|
zaiApiKey?: string | undefined;
|
|
7651
7761
|
zaiApiLine?: "china" | "international" | undefined;
|
|
7652
7762
|
fireworksApiKey?: string | undefined;
|
|
7763
|
+
featherlessApiKey?: string | undefined;
|
|
7653
7764
|
ioIntelligenceModelId?: string | undefined;
|
|
7654
7765
|
ioIntelligenceApiKey?: string | undefined;
|
|
7655
7766
|
mode?: string | undefined;
|
|
@@ -7672,7 +7783,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7672
7783
|
listApiConfigMeta?: {
|
|
7673
7784
|
id: string;
|
|
7674
7785
|
name: string;
|
|
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;
|
|
7786
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
7676
7787
|
}[] | undefined;
|
|
7677
7788
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
7678
7789
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -7809,7 +7920,7 @@ type RooCodeSettings = GlobalSettings & ProviderSettings;
|
|
|
7809
7920
|
/**
|
|
7810
7921
|
* SecretState
|
|
7811
7922
|
*/
|
|
7812
|
-
declare const SECRET_STATE_KEYS: readonly ["apiKey", "glamaApiKey", "openRouterApiKey", "awsAccessKey", "awsApiKey", "awsSecretKey", "awsSessionToken", "openAiApiKey", "geminiApiKey", "openAiNativeApiKey", "cerebrasApiKey", "deepSeekApiKey", "moonshotApiKey", "mistralApiKey", "unboundApiKey", "requestyApiKey", "xaiApiKey", "groqApiKey", "chutesApiKey", "litellmApiKey", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexGeminiApiKey", "codebaseIndexMistralApiKey", "huggingFaceApiKey", "sambaNovaApiKey", "fireworksApiKey", "ioIntelligenceApiKey"];
|
|
7923
|
+
declare const SECRET_STATE_KEYS: readonly ["apiKey", "glamaApiKey", "openRouterApiKey", "awsAccessKey", "awsApiKey", "awsSecretKey", "awsSessionToken", "openAiApiKey", "geminiApiKey", "openAiNativeApiKey", "cerebrasApiKey", "deepSeekApiKey", "doubaoApiKey", "moonshotApiKey", "mistralApiKey", "unboundApiKey", "requestyApiKey", "xaiApiKey", "groqApiKey", "chutesApiKey", "litellmApiKey", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexGeminiApiKey", "codebaseIndexMistralApiKey", "huggingFaceApiKey", "sambaNovaApiKey", "zaiApiKey", "fireworksApiKey", "featherlessApiKey", "ioIntelligenceApiKey"];
|
|
7813
7924
|
type SecretState = Pick<ProviderSettings, (typeof SECRET_STATE_KEYS)[number]>;
|
|
7814
7925
|
declare const isSecretStateKey: (key: string) => key is Keys<SecretState>;
|
|
7815
7926
|
/**
|
|
@@ -7893,6 +8004,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
7893
8004
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
7894
8005
|
ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
|
|
7895
8006
|
ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
|
|
8007
|
+
featherlessApiKey: z.ZodOptional<z.ZodString>;
|
|
7896
8008
|
fireworksApiKey: z.ZodOptional<z.ZodString>;
|
|
7897
8009
|
zaiApiKey: z.ZodOptional<z.ZodString>;
|
|
7898
8010
|
zaiApiLine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"china">, z.ZodLiteral<"international">]>>;
|
|
@@ -8091,21 +8203,21 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8091
8203
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
8092
8204
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
8093
8205
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
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"]>>;
|
|
8206
|
+
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", "featherless", "io-intelligence", "roo"]>>;
|
|
8095
8207
|
} & {
|
|
8096
8208
|
currentApiConfigName: z.ZodOptional<z.ZodString>;
|
|
8097
8209
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8098
8210
|
id: z.ZodString;
|
|
8099
8211
|
name: z.ZodString;
|
|
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"]>>;
|
|
8212
|
+
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", "featherless", "io-intelligence", "roo"]>>;
|
|
8101
8213
|
}, "strip", z.ZodTypeAny, {
|
|
8102
8214
|
id: string;
|
|
8103
8215
|
name: string;
|
|
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;
|
|
8216
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
8105
8217
|
}, {
|
|
8106
8218
|
id: string;
|
|
8107
8219
|
name: string;
|
|
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;
|
|
8220
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
8109
8221
|
}>, "many">>;
|
|
8110
8222
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
8111
8223
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -8421,7 +8533,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8421
8533
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
8422
8534
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
8423
8535
|
codebaseIndexMistralApiKey?: string | 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;
|
|
8536
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
8425
8537
|
includeMaxTokens?: boolean | undefined;
|
|
8426
8538
|
diffEnabled?: boolean | undefined;
|
|
8427
8539
|
todoListEnabled?: boolean | undefined;
|
|
@@ -8554,6 +8666,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8554
8666
|
zaiApiKey?: string | undefined;
|
|
8555
8667
|
zaiApiLine?: "china" | "international" | undefined;
|
|
8556
8668
|
fireworksApiKey?: string | undefined;
|
|
8669
|
+
featherlessApiKey?: string | undefined;
|
|
8557
8670
|
ioIntelligenceModelId?: string | undefined;
|
|
8558
8671
|
ioIntelligenceApiKey?: string | undefined;
|
|
8559
8672
|
mode?: string | undefined;
|
|
@@ -8576,7 +8689,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8576
8689
|
listApiConfigMeta?: {
|
|
8577
8690
|
id: string;
|
|
8578
8691
|
name: string;
|
|
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;
|
|
8692
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
8580
8693
|
}[] | undefined;
|
|
8581
8694
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
8582
8695
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -8717,7 +8830,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8717
8830
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
8718
8831
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
8719
8832
|
codebaseIndexMistralApiKey?: string | 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;
|
|
8833
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
8721
8834
|
includeMaxTokens?: boolean | undefined;
|
|
8722
8835
|
diffEnabled?: boolean | undefined;
|
|
8723
8836
|
todoListEnabled?: boolean | undefined;
|
|
@@ -8850,6 +8963,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8850
8963
|
zaiApiKey?: string | undefined;
|
|
8851
8964
|
zaiApiLine?: "china" | "international" | undefined;
|
|
8852
8965
|
fireworksApiKey?: string | undefined;
|
|
8966
|
+
featherlessApiKey?: string | undefined;
|
|
8853
8967
|
ioIntelligenceModelId?: string | undefined;
|
|
8854
8968
|
ioIntelligenceApiKey?: string | undefined;
|
|
8855
8969
|
mode?: string | undefined;
|
|
@@ -8872,7 +8986,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8872
8986
|
listApiConfigMeta?: {
|
|
8873
8987
|
id: string;
|
|
8874
8988
|
name: string;
|
|
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;
|
|
8989
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
8876
8990
|
}[] | undefined;
|
|
8877
8991
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
8878
8992
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -9019,7 +9133,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9019
9133
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
9020
9134
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
9021
9135
|
codebaseIndexMistralApiKey?: string | 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;
|
|
9136
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
9023
9137
|
includeMaxTokens?: boolean | undefined;
|
|
9024
9138
|
diffEnabled?: boolean | undefined;
|
|
9025
9139
|
todoListEnabled?: boolean | undefined;
|
|
@@ -9152,6 +9266,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9152
9266
|
zaiApiKey?: string | undefined;
|
|
9153
9267
|
zaiApiLine?: "china" | "international" | undefined;
|
|
9154
9268
|
fireworksApiKey?: string | undefined;
|
|
9269
|
+
featherlessApiKey?: string | undefined;
|
|
9155
9270
|
ioIntelligenceModelId?: string | undefined;
|
|
9156
9271
|
ioIntelligenceApiKey?: string | undefined;
|
|
9157
9272
|
mode?: string | undefined;
|
|
@@ -9174,7 +9289,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9174
9289
|
listApiConfigMeta?: {
|
|
9175
9290
|
id: string;
|
|
9176
9291
|
name: string;
|
|
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;
|
|
9292
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
9178
9293
|
}[] | undefined;
|
|
9179
9294
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
9180
9295
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -9320,7 +9435,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9320
9435
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
9321
9436
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
9322
9437
|
codebaseIndexMistralApiKey?: string | 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;
|
|
9438
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
9324
9439
|
includeMaxTokens?: boolean | undefined;
|
|
9325
9440
|
diffEnabled?: boolean | undefined;
|
|
9326
9441
|
todoListEnabled?: boolean | undefined;
|
|
@@ -9453,6 +9568,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9453
9568
|
zaiApiKey?: string | undefined;
|
|
9454
9569
|
zaiApiLine?: "china" | "international" | undefined;
|
|
9455
9570
|
fireworksApiKey?: string | undefined;
|
|
9571
|
+
featherlessApiKey?: string | undefined;
|
|
9456
9572
|
ioIntelligenceModelId?: string | undefined;
|
|
9457
9573
|
ioIntelligenceApiKey?: string | undefined;
|
|
9458
9574
|
mode?: string | undefined;
|
|
@@ -9475,7 +9591,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9475
9591
|
listApiConfigMeta?: {
|
|
9476
9592
|
id: string;
|
|
9477
9593
|
name: string;
|
|
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;
|
|
9594
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
9479
9595
|
}[] | undefined;
|
|
9480
9596
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
9481
9597
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -9624,7 +9740,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9624
9740
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
9625
9741
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
9626
9742
|
codebaseIndexMistralApiKey?: string | 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;
|
|
9743
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
9628
9744
|
includeMaxTokens?: boolean | undefined;
|
|
9629
9745
|
diffEnabled?: boolean | undefined;
|
|
9630
9746
|
todoListEnabled?: boolean | undefined;
|
|
@@ -9757,6 +9873,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9757
9873
|
zaiApiKey?: string | undefined;
|
|
9758
9874
|
zaiApiLine?: "china" | "international" | undefined;
|
|
9759
9875
|
fireworksApiKey?: string | undefined;
|
|
9876
|
+
featherlessApiKey?: string | undefined;
|
|
9760
9877
|
ioIntelligenceModelId?: string | undefined;
|
|
9761
9878
|
ioIntelligenceApiKey?: string | undefined;
|
|
9762
9879
|
mode?: string | undefined;
|
|
@@ -9779,7 +9896,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9779
9896
|
listApiConfigMeta?: {
|
|
9780
9897
|
id: string;
|
|
9781
9898
|
name: string;
|
|
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;
|
|
9899
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
9783
9900
|
}[] | undefined;
|
|
9784
9901
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
9785
9902
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -9928,7 +10045,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9928
10045
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
9929
10046
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
9930
10047
|
codebaseIndexMistralApiKey?: string | 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;
|
|
10048
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
9932
10049
|
includeMaxTokens?: boolean | undefined;
|
|
9933
10050
|
diffEnabled?: boolean | undefined;
|
|
9934
10051
|
todoListEnabled?: boolean | undefined;
|
|
@@ -10061,6 +10178,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10061
10178
|
zaiApiKey?: string | undefined;
|
|
10062
10179
|
zaiApiLine?: "china" | "international" | undefined;
|
|
10063
10180
|
fireworksApiKey?: string | undefined;
|
|
10181
|
+
featherlessApiKey?: string | undefined;
|
|
10064
10182
|
ioIntelligenceModelId?: string | undefined;
|
|
10065
10183
|
ioIntelligenceApiKey?: string | undefined;
|
|
10066
10184
|
mode?: string | undefined;
|
|
@@ -10083,7 +10201,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10083
10201
|
listApiConfigMeta?: {
|
|
10084
10202
|
id: string;
|
|
10085
10203
|
name: string;
|
|
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;
|
|
10204
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
10087
10205
|
}[] | undefined;
|
|
10088
10206
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
10089
10207
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -10310,6 +10428,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10310
10428
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
10311
10429
|
ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
|
|
10312
10430
|
ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
|
|
10431
|
+
featherlessApiKey: z.ZodOptional<z.ZodString>;
|
|
10313
10432
|
fireworksApiKey: z.ZodOptional<z.ZodString>;
|
|
10314
10433
|
zaiApiKey: z.ZodOptional<z.ZodString>;
|
|
10315
10434
|
zaiApiLine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"china">, z.ZodLiteral<"international">]>>;
|
|
@@ -10508,21 +10627,21 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10508
10627
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
10509
10628
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
10510
10629
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
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"]>>;
|
|
10630
|
+
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", "featherless", "io-intelligence", "roo"]>>;
|
|
10512
10631
|
} & {
|
|
10513
10632
|
currentApiConfigName: z.ZodOptional<z.ZodString>;
|
|
10514
10633
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10515
10634
|
id: z.ZodString;
|
|
10516
10635
|
name: z.ZodString;
|
|
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"]>>;
|
|
10636
|
+
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", "featherless", "io-intelligence", "roo"]>>;
|
|
10518
10637
|
}, "strip", z.ZodTypeAny, {
|
|
10519
10638
|
id: string;
|
|
10520
10639
|
name: string;
|
|
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;
|
|
10640
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
10522
10641
|
}, {
|
|
10523
10642
|
id: string;
|
|
10524
10643
|
name: string;
|
|
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;
|
|
10644
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
10526
10645
|
}>, "many">>;
|
|
10527
10646
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
10528
10647
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -10838,7 +10957,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10838
10957
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
10839
10958
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
10840
10959
|
codebaseIndexMistralApiKey?: string | 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;
|
|
10960
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
10842
10961
|
includeMaxTokens?: boolean | undefined;
|
|
10843
10962
|
diffEnabled?: boolean | undefined;
|
|
10844
10963
|
todoListEnabled?: boolean | undefined;
|
|
@@ -10971,6 +11090,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10971
11090
|
zaiApiKey?: string | undefined;
|
|
10972
11091
|
zaiApiLine?: "china" | "international" | undefined;
|
|
10973
11092
|
fireworksApiKey?: string | undefined;
|
|
11093
|
+
featherlessApiKey?: string | undefined;
|
|
10974
11094
|
ioIntelligenceModelId?: string | undefined;
|
|
10975
11095
|
ioIntelligenceApiKey?: string | undefined;
|
|
10976
11096
|
mode?: string | undefined;
|
|
@@ -10993,7 +11113,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10993
11113
|
listApiConfigMeta?: {
|
|
10994
11114
|
id: string;
|
|
10995
11115
|
name: string;
|
|
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;
|
|
11116
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
10997
11117
|
}[] | undefined;
|
|
10998
11118
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
10999
11119
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -11134,7 +11254,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11134
11254
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
11135
11255
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
11136
11256
|
codebaseIndexMistralApiKey?: string | 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;
|
|
11257
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
11138
11258
|
includeMaxTokens?: boolean | undefined;
|
|
11139
11259
|
diffEnabled?: boolean | undefined;
|
|
11140
11260
|
todoListEnabled?: boolean | undefined;
|
|
@@ -11267,6 +11387,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11267
11387
|
zaiApiKey?: string | undefined;
|
|
11268
11388
|
zaiApiLine?: "china" | "international" | undefined;
|
|
11269
11389
|
fireworksApiKey?: string | undefined;
|
|
11390
|
+
featherlessApiKey?: string | undefined;
|
|
11270
11391
|
ioIntelligenceModelId?: string | undefined;
|
|
11271
11392
|
ioIntelligenceApiKey?: string | undefined;
|
|
11272
11393
|
mode?: string | undefined;
|
|
@@ -11289,7 +11410,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11289
11410
|
listApiConfigMeta?: {
|
|
11290
11411
|
id: string;
|
|
11291
11412
|
name: string;
|
|
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;
|
|
11413
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
11293
11414
|
}[] | undefined;
|
|
11294
11415
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
11295
11416
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -11436,7 +11557,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11436
11557
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
11437
11558
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
11438
11559
|
codebaseIndexMistralApiKey?: string | 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;
|
|
11560
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
11440
11561
|
includeMaxTokens?: boolean | undefined;
|
|
11441
11562
|
diffEnabled?: boolean | undefined;
|
|
11442
11563
|
todoListEnabled?: boolean | undefined;
|
|
@@ -11569,6 +11690,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11569
11690
|
zaiApiKey?: string | undefined;
|
|
11570
11691
|
zaiApiLine?: "china" | "international" | undefined;
|
|
11571
11692
|
fireworksApiKey?: string | undefined;
|
|
11693
|
+
featherlessApiKey?: string | undefined;
|
|
11572
11694
|
ioIntelligenceModelId?: string | undefined;
|
|
11573
11695
|
ioIntelligenceApiKey?: string | undefined;
|
|
11574
11696
|
mode?: string | undefined;
|
|
@@ -11591,7 +11713,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11591
11713
|
listApiConfigMeta?: {
|
|
11592
11714
|
id: string;
|
|
11593
11715
|
name: string;
|
|
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;
|
|
11716
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
11595
11717
|
}[] | undefined;
|
|
11596
11718
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
11597
11719
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -11737,7 +11859,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11737
11859
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
11738
11860
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
11739
11861
|
codebaseIndexMistralApiKey?: string | 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;
|
|
11862
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
11741
11863
|
includeMaxTokens?: boolean | undefined;
|
|
11742
11864
|
diffEnabled?: boolean | undefined;
|
|
11743
11865
|
todoListEnabled?: boolean | undefined;
|
|
@@ -11870,6 +11992,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11870
11992
|
zaiApiKey?: string | undefined;
|
|
11871
11993
|
zaiApiLine?: "china" | "international" | undefined;
|
|
11872
11994
|
fireworksApiKey?: string | undefined;
|
|
11995
|
+
featherlessApiKey?: string | undefined;
|
|
11873
11996
|
ioIntelligenceModelId?: string | undefined;
|
|
11874
11997
|
ioIntelligenceApiKey?: string | undefined;
|
|
11875
11998
|
mode?: string | undefined;
|
|
@@ -11892,7 +12015,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11892
12015
|
listApiConfigMeta?: {
|
|
11893
12016
|
id: string;
|
|
11894
12017
|
name: string;
|
|
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;
|
|
12018
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
11896
12019
|
}[] | undefined;
|
|
11897
12020
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
11898
12021
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -12041,7 +12164,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12041
12164
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
12042
12165
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
12043
12166
|
codebaseIndexMistralApiKey?: string | 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;
|
|
12167
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
12045
12168
|
includeMaxTokens?: boolean | undefined;
|
|
12046
12169
|
diffEnabled?: boolean | undefined;
|
|
12047
12170
|
todoListEnabled?: boolean | undefined;
|
|
@@ -12174,6 +12297,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12174
12297
|
zaiApiKey?: string | undefined;
|
|
12175
12298
|
zaiApiLine?: "china" | "international" | undefined;
|
|
12176
12299
|
fireworksApiKey?: string | undefined;
|
|
12300
|
+
featherlessApiKey?: string | undefined;
|
|
12177
12301
|
ioIntelligenceModelId?: string | undefined;
|
|
12178
12302
|
ioIntelligenceApiKey?: string | undefined;
|
|
12179
12303
|
mode?: string | undefined;
|
|
@@ -12196,7 +12320,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12196
12320
|
listApiConfigMeta?: {
|
|
12197
12321
|
id: string;
|
|
12198
12322
|
name: string;
|
|
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;
|
|
12323
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
12200
12324
|
}[] | undefined;
|
|
12201
12325
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
12202
12326
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -12345,7 +12469,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12345
12469
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
12346
12470
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
12347
12471
|
codebaseIndexMistralApiKey?: string | 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;
|
|
12472
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
12349
12473
|
includeMaxTokens?: boolean | undefined;
|
|
12350
12474
|
diffEnabled?: boolean | undefined;
|
|
12351
12475
|
todoListEnabled?: boolean | undefined;
|
|
@@ -12478,6 +12602,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12478
12602
|
zaiApiKey?: string | undefined;
|
|
12479
12603
|
zaiApiLine?: "china" | "international" | undefined;
|
|
12480
12604
|
fireworksApiKey?: string | undefined;
|
|
12605
|
+
featherlessApiKey?: string | undefined;
|
|
12481
12606
|
ioIntelligenceModelId?: string | undefined;
|
|
12482
12607
|
ioIntelligenceApiKey?: string | undefined;
|
|
12483
12608
|
mode?: string | undefined;
|
|
@@ -12500,7 +12625,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12500
12625
|
listApiConfigMeta?: {
|
|
12501
12626
|
id: string;
|
|
12502
12627
|
name: string;
|
|
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;
|
|
12628
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
12504
12629
|
}[] | undefined;
|
|
12505
12630
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
12506
12631
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -12680,7 +12805,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12680
12805
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
12681
12806
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
12682
12807
|
codebaseIndexMistralApiKey?: string | 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;
|
|
12808
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
12684
12809
|
includeMaxTokens?: boolean | undefined;
|
|
12685
12810
|
diffEnabled?: boolean | undefined;
|
|
12686
12811
|
todoListEnabled?: boolean | undefined;
|
|
@@ -12813,6 +12938,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12813
12938
|
zaiApiKey?: string | undefined;
|
|
12814
12939
|
zaiApiLine?: "china" | "international" | undefined;
|
|
12815
12940
|
fireworksApiKey?: string | undefined;
|
|
12941
|
+
featherlessApiKey?: string | undefined;
|
|
12816
12942
|
ioIntelligenceModelId?: string | undefined;
|
|
12817
12943
|
ioIntelligenceApiKey?: string | undefined;
|
|
12818
12944
|
mode?: string | undefined;
|
|
@@ -12835,7 +12961,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12835
12961
|
listApiConfigMeta?: {
|
|
12836
12962
|
id: string;
|
|
12837
12963
|
name: string;
|
|
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;
|
|
12964
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
12839
12965
|
}[] | undefined;
|
|
12840
12966
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
12841
12967
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -12998,7 +13124,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12998
13124
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
12999
13125
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
13000
13126
|
codebaseIndexMistralApiKey?: string | 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;
|
|
13127
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
13002
13128
|
includeMaxTokens?: boolean | undefined;
|
|
13003
13129
|
diffEnabled?: boolean | undefined;
|
|
13004
13130
|
todoListEnabled?: boolean | undefined;
|
|
@@ -13131,6 +13257,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13131
13257
|
zaiApiKey?: string | undefined;
|
|
13132
13258
|
zaiApiLine?: "china" | "international" | undefined;
|
|
13133
13259
|
fireworksApiKey?: string | undefined;
|
|
13260
|
+
featherlessApiKey?: string | undefined;
|
|
13134
13261
|
ioIntelligenceModelId?: string | undefined;
|
|
13135
13262
|
ioIntelligenceApiKey?: string | undefined;
|
|
13136
13263
|
mode?: string | undefined;
|
|
@@ -13153,7 +13280,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13153
13280
|
listApiConfigMeta?: {
|
|
13154
13281
|
id: string;
|
|
13155
13282
|
name: string;
|
|
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;
|
|
13283
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
13157
13284
|
}[] | undefined;
|
|
13158
13285
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
13159
13286
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -15731,6 +15858,19 @@ declare const modelInfoSchema: z.ZodObject<{
|
|
|
15731
15858
|
}>;
|
|
15732
15859
|
type ModelInfo = z.infer<typeof modelInfoSchema>;
|
|
15733
15860
|
|
|
15861
|
+
/**
|
|
15862
|
+
* Configuration for models that should use simplified single-file read_file tool
|
|
15863
|
+
* These models will use the simpler <read_file><path>...</path></read_file> format
|
|
15864
|
+
* instead of the more complex multi-file args format
|
|
15865
|
+
*/
|
|
15866
|
+
declare const SINGLE_FILE_READ_MODELS: Set<string>;
|
|
15867
|
+
/**
|
|
15868
|
+
* Check if a model should use single file read format
|
|
15869
|
+
* @param modelId The model ID to check
|
|
15870
|
+
* @returns true if the model should use single file reads
|
|
15871
|
+
*/
|
|
15872
|
+
declare function shouldUseSingleFileRead(modelId: string): boolean;
|
|
15873
|
+
|
|
15734
15874
|
/**
|
|
15735
15875
|
* ToolGroup
|
|
15736
15876
|
*/
|
|
@@ -15880,7 +16020,7 @@ declare const appPropertiesSchema: z.ZodObject<{
|
|
|
15880
16020
|
type AppProperties = z.infer<typeof appPropertiesSchema>;
|
|
15881
16021
|
declare const taskPropertiesSchema: z.ZodObject<{
|
|
15882
16022
|
taskId: z.ZodOptional<z.ZodString>;
|
|
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"]>>;
|
|
16023
|
+
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", "featherless", "io-intelligence", "roo"]>>;
|
|
15884
16024
|
modelId: z.ZodOptional<z.ZodString>;
|
|
15885
16025
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
15886
16026
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -15903,7 +16043,7 @@ declare const taskPropertiesSchema: z.ZodObject<{
|
|
|
15903
16043
|
}, "strip", z.ZodTypeAny, {
|
|
15904
16044
|
isSubtask?: boolean | undefined;
|
|
15905
16045
|
taskId?: string | 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;
|
|
16046
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
15907
16047
|
modelId?: string | undefined;
|
|
15908
16048
|
diffStrategy?: string | undefined;
|
|
15909
16049
|
todos?: {
|
|
@@ -15915,7 +16055,7 @@ declare const taskPropertiesSchema: z.ZodObject<{
|
|
|
15915
16055
|
}, {
|
|
15916
16056
|
isSubtask?: boolean | undefined;
|
|
15917
16057
|
taskId?: string | 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;
|
|
16058
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
15919
16059
|
modelId?: string | undefined;
|
|
15920
16060
|
diffStrategy?: string | undefined;
|
|
15921
16061
|
todos?: {
|
|
@@ -15945,7 +16085,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
15945
16085
|
repositoryName: z.ZodOptional<z.ZodString>;
|
|
15946
16086
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
15947
16087
|
taskId: z.ZodOptional<z.ZodString>;
|
|
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"]>>;
|
|
16088
|
+
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", "featherless", "io-intelligence", "roo"]>>;
|
|
15949
16089
|
modelId: z.ZodOptional<z.ZodString>;
|
|
15950
16090
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
15951
16091
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -15983,7 +16123,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
15983
16123
|
language: string;
|
|
15984
16124
|
isSubtask?: boolean | undefined;
|
|
15985
16125
|
taskId?: string | 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;
|
|
16126
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
15987
16127
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15988
16128
|
modelId?: string | undefined;
|
|
15989
16129
|
diffStrategy?: string | undefined;
|
|
@@ -16006,7 +16146,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
16006
16146
|
language: string;
|
|
16007
16147
|
isSubtask?: boolean | undefined;
|
|
16008
16148
|
taskId?: string | 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;
|
|
16149
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16010
16150
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16011
16151
|
modelId?: string | undefined;
|
|
16012
16152
|
diffStrategy?: string | undefined;
|
|
@@ -16038,7 +16178,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16038
16178
|
repositoryName: z.ZodOptional<z.ZodString>;
|
|
16039
16179
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
16040
16180
|
taskId: z.ZodOptional<z.ZodString>;
|
|
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"]>>;
|
|
16181
|
+
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", "featherless", "io-intelligence", "roo"]>>;
|
|
16042
16182
|
modelId: z.ZodOptional<z.ZodString>;
|
|
16043
16183
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
16044
16184
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -16076,7 +16216,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16076
16216
|
language: string;
|
|
16077
16217
|
isSubtask?: boolean | undefined;
|
|
16078
16218
|
taskId?: string | 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;
|
|
16219
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16080
16220
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16081
16221
|
modelId?: string | undefined;
|
|
16082
16222
|
diffStrategy?: string | undefined;
|
|
@@ -16099,7 +16239,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16099
16239
|
language: string;
|
|
16100
16240
|
isSubtask?: boolean | undefined;
|
|
16101
16241
|
taskId?: string | 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;
|
|
16242
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16103
16243
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16104
16244
|
modelId?: string | undefined;
|
|
16105
16245
|
diffStrategy?: string | undefined;
|
|
@@ -16125,7 +16265,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16125
16265
|
language: string;
|
|
16126
16266
|
isSubtask?: boolean | undefined;
|
|
16127
16267
|
taskId?: string | 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;
|
|
16268
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16129
16269
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16130
16270
|
modelId?: string | undefined;
|
|
16131
16271
|
diffStrategy?: string | undefined;
|
|
@@ -16151,7 +16291,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16151
16291
|
language: string;
|
|
16152
16292
|
isSubtask?: boolean | undefined;
|
|
16153
16293
|
taskId?: string | 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;
|
|
16294
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16155
16295
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16156
16296
|
modelId?: string | undefined;
|
|
16157
16297
|
diffStrategy?: string | undefined;
|
|
@@ -16299,7 +16439,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16299
16439
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
16300
16440
|
repositoryName: z.ZodOptional<z.ZodString>;
|
|
16301
16441
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
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"]>>;
|
|
16442
|
+
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", "featherless", "io-intelligence", "roo"]>>;
|
|
16303
16443
|
modelId: z.ZodOptional<z.ZodString>;
|
|
16304
16444
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
16305
16445
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -16368,7 +16508,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16368
16508
|
editorName: string;
|
|
16369
16509
|
language: string;
|
|
16370
16510
|
isSubtask?: boolean | 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;
|
|
16511
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16372
16512
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16373
16513
|
modelId?: string | undefined;
|
|
16374
16514
|
diffStrategy?: string | undefined;
|
|
@@ -16422,7 +16562,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16422
16562
|
editorName: string;
|
|
16423
16563
|
language: string;
|
|
16424
16564
|
isSubtask?: boolean | 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;
|
|
16565
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16426
16566
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16427
16567
|
modelId?: string | undefined;
|
|
16428
16568
|
diffStrategy?: string | undefined;
|
|
@@ -16479,7 +16619,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16479
16619
|
editorName: string;
|
|
16480
16620
|
language: string;
|
|
16481
16621
|
isSubtask?: boolean | 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;
|
|
16622
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16483
16623
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16484
16624
|
modelId?: string | undefined;
|
|
16485
16625
|
diffStrategy?: string | undefined;
|
|
@@ -16536,7 +16676,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16536
16676
|
editorName: string;
|
|
16537
16677
|
language: string;
|
|
16538
16678
|
isSubtask?: boolean | 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;
|
|
16679
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16540
16680
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16541
16681
|
modelId?: string | undefined;
|
|
16542
16682
|
diffStrategy?: string | undefined;
|
|
@@ -16562,7 +16702,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16562
16702
|
repositoryName: z.ZodOptional<z.ZodString>;
|
|
16563
16703
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
16564
16704
|
taskId: z.ZodOptional<z.ZodString>;
|
|
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"]>>;
|
|
16705
|
+
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", "featherless", "io-intelligence", "roo"]>>;
|
|
16566
16706
|
modelId: z.ZodOptional<z.ZodString>;
|
|
16567
16707
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
16568
16708
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -16603,7 +16743,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16603
16743
|
cost?: number | undefined;
|
|
16604
16744
|
isSubtask?: boolean | undefined;
|
|
16605
16745
|
taskId?: string | 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;
|
|
16746
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16607
16747
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16608
16748
|
modelId?: string | undefined;
|
|
16609
16749
|
diffStrategy?: string | undefined;
|
|
@@ -16631,7 +16771,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16631
16771
|
cost?: number | undefined;
|
|
16632
16772
|
isSubtask?: boolean | undefined;
|
|
16633
16773
|
taskId?: string | 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;
|
|
16774
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16635
16775
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16636
16776
|
modelId?: string | undefined;
|
|
16637
16777
|
diffStrategy?: string | undefined;
|
|
@@ -16662,7 +16802,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16662
16802
|
cost?: number | undefined;
|
|
16663
16803
|
isSubtask?: boolean | undefined;
|
|
16664
16804
|
taskId?: string | 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;
|
|
16805
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16666
16806
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16667
16807
|
modelId?: string | undefined;
|
|
16668
16808
|
diffStrategy?: string | undefined;
|
|
@@ -16693,7 +16833,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16693
16833
|
cost?: number | undefined;
|
|
16694
16834
|
isSubtask?: boolean | undefined;
|
|
16695
16835
|
taskId?: string | 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;
|
|
16836
|
+
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" | "featherless" | "io-intelligence" | "roo" | undefined;
|
|
16697
16837
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16698
16838
|
modelId?: string | undefined;
|
|
16699
16839
|
diffStrategy?: string | undefined;
|
|
@@ -19177,6 +19317,18 @@ declare const vscodeLlmModels: {
|
|
|
19177
19317
|
readonly supportsToolCalling: true;
|
|
19178
19318
|
readonly maxInputTokens: 81638;
|
|
19179
19319
|
};
|
|
19320
|
+
readonly "claude-4-sonnet": {
|
|
19321
|
+
readonly contextWindow: 128000;
|
|
19322
|
+
readonly supportsImages: true;
|
|
19323
|
+
readonly supportsPromptCache: false;
|
|
19324
|
+
readonly inputPrice: 0;
|
|
19325
|
+
readonly outputPrice: 0;
|
|
19326
|
+
readonly family: "claude-sonnet-4";
|
|
19327
|
+
readonly version: "claude-sonnet-4";
|
|
19328
|
+
readonly name: "Claude Sonnet 4";
|
|
19329
|
+
readonly supportsToolCalling: true;
|
|
19330
|
+
readonly maxInputTokens: 111836;
|
|
19331
|
+
};
|
|
19180
19332
|
readonly "gemini-2.0-flash-001": {
|
|
19181
19333
|
readonly contextWindow: 127827;
|
|
19182
19334
|
readonly supportsImages: true;
|
|
@@ -19190,7 +19342,7 @@ declare const vscodeLlmModels: {
|
|
|
19190
19342
|
readonly maxInputTokens: 127827;
|
|
19191
19343
|
};
|
|
19192
19344
|
readonly "gemini-2.5-pro": {
|
|
19193
|
-
readonly contextWindow:
|
|
19345
|
+
readonly contextWindow: 128000;
|
|
19194
19346
|
readonly supportsImages: true;
|
|
19195
19347
|
readonly supportsPromptCache: false;
|
|
19196
19348
|
readonly inputPrice: 0;
|
|
@@ -19199,10 +19351,10 @@ declare const vscodeLlmModels: {
|
|
|
19199
19351
|
readonly version: "gemini-2.5-pro-preview-03-25";
|
|
19200
19352
|
readonly name: "Gemini 2.5 Pro (Preview)";
|
|
19201
19353
|
readonly supportsToolCalling: true;
|
|
19202
|
-
readonly maxInputTokens:
|
|
19354
|
+
readonly maxInputTokens: 108637;
|
|
19203
19355
|
};
|
|
19204
19356
|
readonly "o4-mini": {
|
|
19205
|
-
readonly contextWindow:
|
|
19357
|
+
readonly contextWindow: 128000;
|
|
19206
19358
|
readonly supportsImages: false;
|
|
19207
19359
|
readonly supportsPromptCache: false;
|
|
19208
19360
|
readonly inputPrice: 0;
|
|
@@ -19211,10 +19363,10 @@ declare const vscodeLlmModels: {
|
|
|
19211
19363
|
readonly version: "o4-mini-2025-04-16";
|
|
19212
19364
|
readonly name: "o4-mini (Preview)";
|
|
19213
19365
|
readonly supportsToolCalling: true;
|
|
19214
|
-
readonly maxInputTokens:
|
|
19366
|
+
readonly maxInputTokens: 111452;
|
|
19215
19367
|
};
|
|
19216
19368
|
readonly "gpt-4.1": {
|
|
19217
|
-
readonly contextWindow:
|
|
19369
|
+
readonly contextWindow: 128000;
|
|
19218
19370
|
readonly supportsImages: true;
|
|
19219
19371
|
readonly supportsPromptCache: false;
|
|
19220
19372
|
readonly inputPrice: 0;
|
|
@@ -19223,7 +19375,31 @@ declare const vscodeLlmModels: {
|
|
|
19223
19375
|
readonly version: "gpt-4.1-2025-04-14";
|
|
19224
19376
|
readonly name: "GPT-4.1 (Preview)";
|
|
19225
19377
|
readonly supportsToolCalling: true;
|
|
19226
|
-
readonly maxInputTokens:
|
|
19378
|
+
readonly maxInputTokens: 111452;
|
|
19379
|
+
};
|
|
19380
|
+
readonly "gpt-5-mini": {
|
|
19381
|
+
readonly contextWindow: 128000;
|
|
19382
|
+
readonly supportsImages: true;
|
|
19383
|
+
readonly supportsPromptCache: false;
|
|
19384
|
+
readonly inputPrice: 0;
|
|
19385
|
+
readonly outputPrice: 0;
|
|
19386
|
+
readonly family: "gpt-5-mini";
|
|
19387
|
+
readonly version: "gpt-5-mini";
|
|
19388
|
+
readonly name: "GPT-5 mini (Preview)";
|
|
19389
|
+
readonly supportsToolCalling: true;
|
|
19390
|
+
readonly maxInputTokens: 108637;
|
|
19391
|
+
};
|
|
19392
|
+
readonly "gpt-5": {
|
|
19393
|
+
readonly contextWindow: 128000;
|
|
19394
|
+
readonly supportsImages: true;
|
|
19395
|
+
readonly supportsPromptCache: false;
|
|
19396
|
+
readonly inputPrice: 0;
|
|
19397
|
+
readonly outputPrice: 0;
|
|
19398
|
+
readonly family: "gpt-5";
|
|
19399
|
+
readonly version: "gpt-5";
|
|
19400
|
+
readonly name: "GPT-5 (Preview)";
|
|
19401
|
+
readonly supportsToolCalling: true;
|
|
19402
|
+
readonly maxInputTokens: 108637;
|
|
19227
19403
|
};
|
|
19228
19404
|
};
|
|
19229
19405
|
|
|
@@ -19523,14 +19699,64 @@ type RooModelId = "roo/sonic";
|
|
|
19523
19699
|
declare const rooDefaultModelId: RooModelId;
|
|
19524
19700
|
declare const rooModels: {
|
|
19525
19701
|
readonly "roo/sonic": {
|
|
19526
|
-
readonly maxTokens:
|
|
19702
|
+
readonly maxTokens: 16384;
|
|
19527
19703
|
readonly contextWindow: 262144;
|
|
19528
19704
|
readonly supportsImages: false;
|
|
19705
|
+
readonly supportsPromptCache: true;
|
|
19706
|
+
readonly inputPrice: 0;
|
|
19707
|
+
readonly outputPrice: 0;
|
|
19708
|
+
readonly description: "A stealth reasoning model that is blazing fast and excels at agentic coding, 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.)";
|
|
19709
|
+
};
|
|
19710
|
+
};
|
|
19711
|
+
|
|
19712
|
+
type FeatherlessModelId = "deepseek-ai/DeepSeek-V3-0324" | "deepseek-ai/DeepSeek-R1-0528" | "moonshotai/Kimi-K2-Instruct" | "openai/gpt-oss-120b" | "Qwen/Qwen3-Coder-480B-A35B-Instruct";
|
|
19713
|
+
declare const featherlessModels: {
|
|
19714
|
+
readonly "deepseek-ai/DeepSeek-V3-0324": {
|
|
19715
|
+
readonly maxTokens: 4096;
|
|
19716
|
+
readonly contextWindow: 32678;
|
|
19717
|
+
readonly supportsImages: false;
|
|
19718
|
+
readonly supportsPromptCache: false;
|
|
19719
|
+
readonly inputPrice: 0;
|
|
19720
|
+
readonly outputPrice: 0;
|
|
19721
|
+
readonly description: "DeepSeek V3 0324 model.";
|
|
19722
|
+
};
|
|
19723
|
+
readonly "deepseek-ai/DeepSeek-R1-0528": {
|
|
19724
|
+
readonly maxTokens: 4096;
|
|
19725
|
+
readonly contextWindow: 32678;
|
|
19726
|
+
readonly supportsImages: false;
|
|
19727
|
+
readonly supportsPromptCache: false;
|
|
19728
|
+
readonly inputPrice: 0;
|
|
19729
|
+
readonly outputPrice: 0;
|
|
19730
|
+
readonly description: "DeepSeek R1 0528 model.";
|
|
19731
|
+
};
|
|
19732
|
+
readonly "moonshotai/Kimi-K2-Instruct": {
|
|
19733
|
+
readonly maxTokens: 4096;
|
|
19734
|
+
readonly contextWindow: 32678;
|
|
19735
|
+
readonly supportsImages: false;
|
|
19736
|
+
readonly supportsPromptCache: false;
|
|
19737
|
+
readonly inputPrice: 0;
|
|
19738
|
+
readonly outputPrice: 0;
|
|
19739
|
+
readonly description: "Kimi K2 Instruct model.";
|
|
19740
|
+
};
|
|
19741
|
+
readonly "openai/gpt-oss-120b": {
|
|
19742
|
+
readonly maxTokens: 4096;
|
|
19743
|
+
readonly contextWindow: 32678;
|
|
19744
|
+
readonly supportsImages: false;
|
|
19745
|
+
readonly supportsPromptCache: false;
|
|
19746
|
+
readonly inputPrice: 0;
|
|
19747
|
+
readonly outputPrice: 0;
|
|
19748
|
+
readonly description: "GPT-OSS 120B model.";
|
|
19749
|
+
};
|
|
19750
|
+
readonly "Qwen/Qwen3-Coder-480B-A35B-Instruct": {
|
|
19751
|
+
readonly maxTokens: 4096;
|
|
19752
|
+
readonly contextWindow: 32678;
|
|
19753
|
+
readonly supportsImages: false;
|
|
19529
19754
|
readonly supportsPromptCache: false;
|
|
19530
19755
|
readonly inputPrice: 0;
|
|
19531
19756
|
readonly outputPrice: 0;
|
|
19532
|
-
readonly description: "
|
|
19757
|
+
readonly description: "Qwen3 Coder 480B A35B Instruct model.";
|
|
19533
19758
|
};
|
|
19534
19759
|
};
|
|
19760
|
+
declare const featherlessDefaultModelId: FeatherlessModelId;
|
|
19535
19761
|
|
|
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 };
|
|
19762
|
+
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 FeatherlessModelId, 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, SINGLE_FILE_READ_MODELS, 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, featherlessDefaultModelId, featherlessModels, 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, shouldUseSingleFileRead, 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 };
|