@roo-code/types 1.53.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 +149 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +424 -90
- package/dist/index.d.ts +424 -90
- package/dist/index.js +143 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1071,8 +1071,8 @@ type ReasoningEffortWithMinimal = z.infer<typeof extendedReasoningEffortsSchema>
|
|
|
1071
1071
|
/**
|
|
1072
1072
|
* ProviderName
|
|
1073
1073
|
*/
|
|
1074
|
-
declare const providerNames: readonly ["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"];
|
|
1075
|
-
declare const providerNamesSchema: z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>;
|
|
1074
|
+
declare const providerNames: readonly ["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "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"]>>;
|
|
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" | 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" | 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>;
|
|
@@ -2981,6 +3032,53 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
2981
3032
|
apiModelId?: string | undefined;
|
|
2982
3033
|
ioIntelligenceModelId?: string | undefined;
|
|
2983
3034
|
ioIntelligenceApiKey?: string | undefined;
|
|
3035
|
+
}>, z.ZodObject<{
|
|
3036
|
+
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
3037
|
+
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
3038
|
+
todoListEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
3039
|
+
fuzzyMatchThreshold: z.ZodOptional<z.ZodNumber>;
|
|
3040
|
+
modelTemperature: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3041
|
+
rateLimitSeconds: z.ZodOptional<z.ZodNumber>;
|
|
3042
|
+
consecutiveMistakeLimit: z.ZodOptional<z.ZodNumber>;
|
|
3043
|
+
enableReasoningEffort: z.ZodOptional<z.ZodBoolean>;
|
|
3044
|
+
reasoningEffort: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["low", "medium", "high"]>, z.ZodLiteral<"minimal">]>>;
|
|
3045
|
+
modelMaxTokens: z.ZodOptional<z.ZodNumber>;
|
|
3046
|
+
modelMaxThinkingTokens: z.ZodOptional<z.ZodNumber>;
|
|
3047
|
+
verbosity: z.ZodOptional<z.ZodEnum<["low", "medium", "high"]>>;
|
|
3048
|
+
} & {
|
|
3049
|
+
apiModelId: z.ZodOptional<z.ZodString>;
|
|
3050
|
+
} & {
|
|
3051
|
+
apiProvider: z.ZodLiteral<"roo">;
|
|
3052
|
+
}, "strip", z.ZodTypeAny, {
|
|
3053
|
+
apiProvider: "roo";
|
|
3054
|
+
reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
|
|
3055
|
+
includeMaxTokens?: boolean | undefined;
|
|
3056
|
+
diffEnabled?: boolean | undefined;
|
|
3057
|
+
todoListEnabled?: boolean | undefined;
|
|
3058
|
+
fuzzyMatchThreshold?: number | undefined;
|
|
3059
|
+
modelTemperature?: number | null | undefined;
|
|
3060
|
+
rateLimitSeconds?: number | undefined;
|
|
3061
|
+
consecutiveMistakeLimit?: number | undefined;
|
|
3062
|
+
enableReasoningEffort?: boolean | undefined;
|
|
3063
|
+
modelMaxTokens?: number | undefined;
|
|
3064
|
+
modelMaxThinkingTokens?: number | undefined;
|
|
3065
|
+
verbosity?: "low" | "medium" | "high" | undefined;
|
|
3066
|
+
apiModelId?: string | undefined;
|
|
3067
|
+
}, {
|
|
3068
|
+
apiProvider: "roo";
|
|
3069
|
+
reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
|
|
3070
|
+
includeMaxTokens?: boolean | undefined;
|
|
3071
|
+
diffEnabled?: boolean | undefined;
|
|
3072
|
+
todoListEnabled?: boolean | undefined;
|
|
3073
|
+
fuzzyMatchThreshold?: number | undefined;
|
|
3074
|
+
modelTemperature?: number | null | undefined;
|
|
3075
|
+
rateLimitSeconds?: number | undefined;
|
|
3076
|
+
consecutiveMistakeLimit?: number | undefined;
|
|
3077
|
+
enableReasoningEffort?: boolean | undefined;
|
|
3078
|
+
modelMaxTokens?: number | undefined;
|
|
3079
|
+
modelMaxThinkingTokens?: number | undefined;
|
|
3080
|
+
verbosity?: "low" | "medium" | "high" | undefined;
|
|
3081
|
+
apiModelId?: string | undefined;
|
|
2984
3082
|
}>, z.ZodObject<{
|
|
2985
3083
|
apiProvider: z.ZodUndefined;
|
|
2986
3084
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3011,6 +3109,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3011
3109
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
3012
3110
|
ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
|
|
3013
3111
|
ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
|
|
3112
|
+
featherlessApiKey: z.ZodOptional<z.ZodString>;
|
|
3014
3113
|
fireworksApiKey: z.ZodOptional<z.ZodString>;
|
|
3015
3114
|
zaiApiKey: z.ZodOptional<z.ZodString>;
|
|
3016
3115
|
zaiApiLine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"china">, z.ZodLiteral<"international">]>>;
|
|
@@ -3209,7 +3308,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3209
3308
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
3210
3309
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
3211
3310
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
3212
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
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"]>>;
|
|
3213
3312
|
}, "strip", z.ZodTypeAny, {
|
|
3214
3313
|
reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
|
|
3215
3314
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
@@ -3219,7 +3318,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3219
3318
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
3220
3319
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
3221
3320
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
3222
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
3223
3322
|
includeMaxTokens?: boolean | undefined;
|
|
3224
3323
|
diffEnabled?: boolean | undefined;
|
|
3225
3324
|
todoListEnabled?: boolean | undefined;
|
|
@@ -3352,6 +3451,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3352
3451
|
zaiApiKey?: string | undefined;
|
|
3353
3452
|
zaiApiLine?: "china" | "international" | undefined;
|
|
3354
3453
|
fireworksApiKey?: string | undefined;
|
|
3454
|
+
featherlessApiKey?: string | undefined;
|
|
3355
3455
|
ioIntelligenceModelId?: string | undefined;
|
|
3356
3456
|
ioIntelligenceApiKey?: string | undefined;
|
|
3357
3457
|
}, {
|
|
@@ -3363,7 +3463,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3363
3463
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
3364
3464
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
3365
3465
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
3366
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
3367
3467
|
includeMaxTokens?: boolean | undefined;
|
|
3368
3468
|
diffEnabled?: boolean | undefined;
|
|
3369
3469
|
todoListEnabled?: boolean | undefined;
|
|
@@ -3496,6 +3596,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3496
3596
|
zaiApiKey?: string | undefined;
|
|
3497
3597
|
zaiApiLine?: "china" | "international" | undefined;
|
|
3498
3598
|
fireworksApiKey?: string | undefined;
|
|
3599
|
+
featherlessApiKey?: string | undefined;
|
|
3499
3600
|
ioIntelligenceModelId?: string | undefined;
|
|
3500
3601
|
ioIntelligenceApiKey?: string | undefined;
|
|
3501
3602
|
}>;
|
|
@@ -3523,6 +3624,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3523
3624
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
3524
3625
|
ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
|
|
3525
3626
|
ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
|
|
3627
|
+
featherlessApiKey: z.ZodOptional<z.ZodString>;
|
|
3526
3628
|
fireworksApiKey: z.ZodOptional<z.ZodString>;
|
|
3527
3629
|
zaiApiKey: z.ZodOptional<z.ZodString>;
|
|
3528
3630
|
zaiApiLine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"china">, z.ZodLiteral<"international">]>>;
|
|
@@ -3721,7 +3823,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3721
3823
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
3722
3824
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
3723
3825
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
3724
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
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"]>>;
|
|
3725
3827
|
} & {
|
|
3726
3828
|
id: z.ZodOptional<z.ZodString>;
|
|
3727
3829
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3734,7 +3836,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3734
3836
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
3735
3837
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
3736
3838
|
id?: string | undefined;
|
|
3737
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
3738
3840
|
includeMaxTokens?: boolean | undefined;
|
|
3739
3841
|
diffEnabled?: boolean | undefined;
|
|
3740
3842
|
todoListEnabled?: boolean | undefined;
|
|
@@ -3867,6 +3969,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3867
3969
|
zaiApiKey?: string | undefined;
|
|
3868
3970
|
zaiApiLine?: "china" | "international" | undefined;
|
|
3869
3971
|
fireworksApiKey?: string | undefined;
|
|
3972
|
+
featherlessApiKey?: string | undefined;
|
|
3870
3973
|
ioIntelligenceModelId?: string | undefined;
|
|
3871
3974
|
ioIntelligenceApiKey?: string | undefined;
|
|
3872
3975
|
}, {
|
|
@@ -3879,7 +3982,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3879
3982
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
3880
3983
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
3881
3984
|
id?: string | undefined;
|
|
3882
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
3883
3986
|
includeMaxTokens?: boolean | undefined;
|
|
3884
3987
|
diffEnabled?: boolean | undefined;
|
|
3885
3988
|
todoListEnabled?: boolean | undefined;
|
|
@@ -4012,6 +4115,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4012
4115
|
zaiApiKey?: string | undefined;
|
|
4013
4116
|
zaiApiLine?: "china" | "international" | undefined;
|
|
4014
4117
|
fireworksApiKey?: string | undefined;
|
|
4118
|
+
featherlessApiKey?: string | undefined;
|
|
4015
4119
|
ioIntelligenceModelId?: string | undefined;
|
|
4016
4120
|
ioIntelligenceApiKey?: string | undefined;
|
|
4017
4121
|
}>;
|
|
@@ -5859,6 +5963,57 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
5859
5963
|
verbosity: z.ZodOptional<z.ZodEnum<["low", "medium", "high"]>>;
|
|
5860
5964
|
} & {
|
|
5861
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>;
|
|
5862
6017
|
} & {
|
|
5863
6018
|
ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
|
|
5864
6019
|
ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
|
|
@@ -5898,6 +6053,53 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
5898
6053
|
apiModelId?: string | undefined;
|
|
5899
6054
|
ioIntelligenceModelId?: string | undefined;
|
|
5900
6055
|
ioIntelligenceApiKey?: string | undefined;
|
|
6056
|
+
}>, z.ZodObject<{
|
|
6057
|
+
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
6058
|
+
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
6059
|
+
todoListEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
6060
|
+
fuzzyMatchThreshold: z.ZodOptional<z.ZodNumber>;
|
|
6061
|
+
modelTemperature: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6062
|
+
rateLimitSeconds: z.ZodOptional<z.ZodNumber>;
|
|
6063
|
+
consecutiveMistakeLimit: z.ZodOptional<z.ZodNumber>;
|
|
6064
|
+
enableReasoningEffort: z.ZodOptional<z.ZodBoolean>;
|
|
6065
|
+
reasoningEffort: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["low", "medium", "high"]>, z.ZodLiteral<"minimal">]>>;
|
|
6066
|
+
modelMaxTokens: z.ZodOptional<z.ZodNumber>;
|
|
6067
|
+
modelMaxThinkingTokens: z.ZodOptional<z.ZodNumber>;
|
|
6068
|
+
verbosity: z.ZodOptional<z.ZodEnum<["low", "medium", "high"]>>;
|
|
6069
|
+
} & {
|
|
6070
|
+
apiModelId: z.ZodOptional<z.ZodString>;
|
|
6071
|
+
} & {
|
|
6072
|
+
apiProvider: z.ZodLiteral<"roo">;
|
|
6073
|
+
}, "strip", z.ZodTypeAny, {
|
|
6074
|
+
apiProvider: "roo";
|
|
6075
|
+
reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
|
|
6076
|
+
includeMaxTokens?: boolean | undefined;
|
|
6077
|
+
diffEnabled?: boolean | undefined;
|
|
6078
|
+
todoListEnabled?: boolean | undefined;
|
|
6079
|
+
fuzzyMatchThreshold?: number | undefined;
|
|
6080
|
+
modelTemperature?: number | null | undefined;
|
|
6081
|
+
rateLimitSeconds?: number | undefined;
|
|
6082
|
+
consecutiveMistakeLimit?: number | undefined;
|
|
6083
|
+
enableReasoningEffort?: boolean | undefined;
|
|
6084
|
+
modelMaxTokens?: number | undefined;
|
|
6085
|
+
modelMaxThinkingTokens?: number | undefined;
|
|
6086
|
+
verbosity?: "low" | "medium" | "high" | undefined;
|
|
6087
|
+
apiModelId?: string | undefined;
|
|
6088
|
+
}, {
|
|
6089
|
+
apiProvider: "roo";
|
|
6090
|
+
reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
|
|
6091
|
+
includeMaxTokens?: boolean | undefined;
|
|
6092
|
+
diffEnabled?: boolean | undefined;
|
|
6093
|
+
todoListEnabled?: boolean | undefined;
|
|
6094
|
+
fuzzyMatchThreshold?: number | undefined;
|
|
6095
|
+
modelTemperature?: number | null | undefined;
|
|
6096
|
+
rateLimitSeconds?: number | undefined;
|
|
6097
|
+
consecutiveMistakeLimit?: number | undefined;
|
|
6098
|
+
enableReasoningEffort?: boolean | undefined;
|
|
6099
|
+
modelMaxTokens?: number | undefined;
|
|
6100
|
+
modelMaxThinkingTokens?: number | undefined;
|
|
6101
|
+
verbosity?: "low" | "medium" | "high" | undefined;
|
|
6102
|
+
apiModelId?: string | undefined;
|
|
5901
6103
|
}>, z.ZodObject<{
|
|
5902
6104
|
apiProvider: z.ZodUndefined;
|
|
5903
6105
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5912,7 +6114,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
5912
6114
|
id?: string | undefined;
|
|
5913
6115
|
}>>;
|
|
5914
6116
|
type ProviderSettingsWithId = z.infer<typeof providerSettingsWithIdSchema>;
|
|
5915
|
-
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"];
|
|
5916
6118
|
declare const MODEL_ID_KEYS: Partial<keyof ProviderSettings>[];
|
|
5917
6119
|
declare const getModelId: (settings: ProviderSettings) => string | undefined;
|
|
5918
6120
|
declare const ANTHROPIC_STYLE_PROVIDERS: ProviderName[];
|
|
@@ -5938,15 +6140,15 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
5938
6140
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5939
6141
|
id: z.ZodString;
|
|
5940
6142
|
name: z.ZodString;
|
|
5941
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
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"]>>;
|
|
5942
6144
|
}, "strip", z.ZodTypeAny, {
|
|
5943
6145
|
id: string;
|
|
5944
6146
|
name: string;
|
|
5945
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
5946
6148
|
}, {
|
|
5947
6149
|
id: string;
|
|
5948
6150
|
name: string;
|
|
5949
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
5950
6152
|
}>, "many">>;
|
|
5951
6153
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
5952
6154
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -6285,7 +6487,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6285
6487
|
listApiConfigMeta?: {
|
|
6286
6488
|
id: string;
|
|
6287
6489
|
name: string;
|
|
6288
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
6289
6491
|
}[] | undefined;
|
|
6290
6492
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
6291
6493
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -6441,7 +6643,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
6441
6643
|
listApiConfigMeta?: {
|
|
6442
6644
|
id: string;
|
|
6443
6645
|
name: string;
|
|
6444
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
6445
6647
|
}[] | undefined;
|
|
6446
6648
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
6447
6649
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -6599,6 +6801,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
6599
6801
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
6600
6802
|
ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
|
|
6601
6803
|
ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
|
|
6804
|
+
featherlessApiKey: z.ZodOptional<z.ZodString>;
|
|
6602
6805
|
fireworksApiKey: z.ZodOptional<z.ZodString>;
|
|
6603
6806
|
zaiApiKey: z.ZodOptional<z.ZodString>;
|
|
6604
6807
|
zaiApiLine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"china">, z.ZodLiteral<"international">]>>;
|
|
@@ -6797,21 +7000,21 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
6797
7000
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
6798
7001
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
6799
7002
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
6800
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
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"]>>;
|
|
6801
7004
|
} & {
|
|
6802
7005
|
currentApiConfigName: z.ZodOptional<z.ZodString>;
|
|
6803
7006
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6804
7007
|
id: z.ZodString;
|
|
6805
7008
|
name: z.ZodString;
|
|
6806
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
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"]>>;
|
|
6807
7010
|
}, "strip", z.ZodTypeAny, {
|
|
6808
7011
|
id: string;
|
|
6809
7012
|
name: string;
|
|
6810
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
6811
7014
|
}, {
|
|
6812
7015
|
id: string;
|
|
6813
7016
|
name: string;
|
|
6814
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
6815
7018
|
}>, "many">>;
|
|
6816
7019
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
6817
7020
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -7127,7 +7330,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7127
7330
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
7128
7331
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
7129
7332
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
7130
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
7131
7334
|
includeMaxTokens?: boolean | undefined;
|
|
7132
7335
|
diffEnabled?: boolean | undefined;
|
|
7133
7336
|
todoListEnabled?: boolean | undefined;
|
|
@@ -7260,6 +7463,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7260
7463
|
zaiApiKey?: string | undefined;
|
|
7261
7464
|
zaiApiLine?: "china" | "international" | undefined;
|
|
7262
7465
|
fireworksApiKey?: string | undefined;
|
|
7466
|
+
featherlessApiKey?: string | undefined;
|
|
7263
7467
|
ioIntelligenceModelId?: string | undefined;
|
|
7264
7468
|
ioIntelligenceApiKey?: string | undefined;
|
|
7265
7469
|
mode?: string | undefined;
|
|
@@ -7282,7 +7486,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7282
7486
|
listApiConfigMeta?: {
|
|
7283
7487
|
id: string;
|
|
7284
7488
|
name: string;
|
|
7285
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
7286
7490
|
}[] | undefined;
|
|
7287
7491
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
7288
7492
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -7423,7 +7627,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7423
7627
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
7424
7628
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
7425
7629
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
7426
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
7427
7631
|
includeMaxTokens?: boolean | undefined;
|
|
7428
7632
|
diffEnabled?: boolean | undefined;
|
|
7429
7633
|
todoListEnabled?: boolean | undefined;
|
|
@@ -7556,6 +7760,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7556
7760
|
zaiApiKey?: string | undefined;
|
|
7557
7761
|
zaiApiLine?: "china" | "international" | undefined;
|
|
7558
7762
|
fireworksApiKey?: string | undefined;
|
|
7763
|
+
featherlessApiKey?: string | undefined;
|
|
7559
7764
|
ioIntelligenceModelId?: string | undefined;
|
|
7560
7765
|
ioIntelligenceApiKey?: string | undefined;
|
|
7561
7766
|
mode?: string | undefined;
|
|
@@ -7578,7 +7783,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7578
7783
|
listApiConfigMeta?: {
|
|
7579
7784
|
id: string;
|
|
7580
7785
|
name: string;
|
|
7581
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
7582
7787
|
}[] | undefined;
|
|
7583
7788
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
7584
7789
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -7715,7 +7920,7 @@ type RooCodeSettings = GlobalSettings & ProviderSettings;
|
|
|
7715
7920
|
/**
|
|
7716
7921
|
* SecretState
|
|
7717
7922
|
*/
|
|
7718
|
-
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"];
|
|
7719
7924
|
type SecretState = Pick<ProviderSettings, (typeof SECRET_STATE_KEYS)[number]>;
|
|
7720
7925
|
declare const isSecretStateKey: (key: string) => key is Keys<SecretState>;
|
|
7721
7926
|
/**
|
|
@@ -7799,6 +8004,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
7799
8004
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
7800
8005
|
ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
|
|
7801
8006
|
ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
|
|
8007
|
+
featherlessApiKey: z.ZodOptional<z.ZodString>;
|
|
7802
8008
|
fireworksApiKey: z.ZodOptional<z.ZodString>;
|
|
7803
8009
|
zaiApiKey: z.ZodOptional<z.ZodString>;
|
|
7804
8010
|
zaiApiLine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"china">, z.ZodLiteral<"international">]>>;
|
|
@@ -7997,21 +8203,21 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
7997
8203
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
7998
8204
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
7999
8205
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
8000
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
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"]>>;
|
|
8001
8207
|
} & {
|
|
8002
8208
|
currentApiConfigName: z.ZodOptional<z.ZodString>;
|
|
8003
8209
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8004
8210
|
id: z.ZodString;
|
|
8005
8211
|
name: z.ZodString;
|
|
8006
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
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"]>>;
|
|
8007
8213
|
}, "strip", z.ZodTypeAny, {
|
|
8008
8214
|
id: string;
|
|
8009
8215
|
name: string;
|
|
8010
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
8011
8217
|
}, {
|
|
8012
8218
|
id: string;
|
|
8013
8219
|
name: string;
|
|
8014
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
8015
8221
|
}>, "many">>;
|
|
8016
8222
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
8017
8223
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -8327,7 +8533,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8327
8533
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
8328
8534
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
8329
8535
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
8330
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
8331
8537
|
includeMaxTokens?: boolean | undefined;
|
|
8332
8538
|
diffEnabled?: boolean | undefined;
|
|
8333
8539
|
todoListEnabled?: boolean | undefined;
|
|
@@ -8460,6 +8666,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8460
8666
|
zaiApiKey?: string | undefined;
|
|
8461
8667
|
zaiApiLine?: "china" | "international" | undefined;
|
|
8462
8668
|
fireworksApiKey?: string | undefined;
|
|
8669
|
+
featherlessApiKey?: string | undefined;
|
|
8463
8670
|
ioIntelligenceModelId?: string | undefined;
|
|
8464
8671
|
ioIntelligenceApiKey?: string | undefined;
|
|
8465
8672
|
mode?: string | undefined;
|
|
@@ -8482,7 +8689,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8482
8689
|
listApiConfigMeta?: {
|
|
8483
8690
|
id: string;
|
|
8484
8691
|
name: string;
|
|
8485
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
8486
8693
|
}[] | undefined;
|
|
8487
8694
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
8488
8695
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -8623,7 +8830,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8623
8830
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
8624
8831
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
8625
8832
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
8626
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
8627
8834
|
includeMaxTokens?: boolean | undefined;
|
|
8628
8835
|
diffEnabled?: boolean | undefined;
|
|
8629
8836
|
todoListEnabled?: boolean | undefined;
|
|
@@ -8756,6 +8963,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8756
8963
|
zaiApiKey?: string | undefined;
|
|
8757
8964
|
zaiApiLine?: "china" | "international" | undefined;
|
|
8758
8965
|
fireworksApiKey?: string | undefined;
|
|
8966
|
+
featherlessApiKey?: string | undefined;
|
|
8759
8967
|
ioIntelligenceModelId?: string | undefined;
|
|
8760
8968
|
ioIntelligenceApiKey?: string | undefined;
|
|
8761
8969
|
mode?: string | undefined;
|
|
@@ -8778,7 +8986,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8778
8986
|
listApiConfigMeta?: {
|
|
8779
8987
|
id: string;
|
|
8780
8988
|
name: string;
|
|
8781
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
8782
8990
|
}[] | undefined;
|
|
8783
8991
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
8784
8992
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -8925,7 +9133,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8925
9133
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
8926
9134
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
8927
9135
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
8928
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
8929
9137
|
includeMaxTokens?: boolean | undefined;
|
|
8930
9138
|
diffEnabled?: boolean | undefined;
|
|
8931
9139
|
todoListEnabled?: boolean | undefined;
|
|
@@ -9058,6 +9266,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9058
9266
|
zaiApiKey?: string | undefined;
|
|
9059
9267
|
zaiApiLine?: "china" | "international" | undefined;
|
|
9060
9268
|
fireworksApiKey?: string | undefined;
|
|
9269
|
+
featherlessApiKey?: string | undefined;
|
|
9061
9270
|
ioIntelligenceModelId?: string | undefined;
|
|
9062
9271
|
ioIntelligenceApiKey?: string | undefined;
|
|
9063
9272
|
mode?: string | undefined;
|
|
@@ -9080,7 +9289,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9080
9289
|
listApiConfigMeta?: {
|
|
9081
9290
|
id: string;
|
|
9082
9291
|
name: string;
|
|
9083
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
9084
9293
|
}[] | undefined;
|
|
9085
9294
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
9086
9295
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -9226,7 +9435,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9226
9435
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
9227
9436
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
9228
9437
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
9229
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
9230
9439
|
includeMaxTokens?: boolean | undefined;
|
|
9231
9440
|
diffEnabled?: boolean | undefined;
|
|
9232
9441
|
todoListEnabled?: boolean | undefined;
|
|
@@ -9359,6 +9568,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9359
9568
|
zaiApiKey?: string | undefined;
|
|
9360
9569
|
zaiApiLine?: "china" | "international" | undefined;
|
|
9361
9570
|
fireworksApiKey?: string | undefined;
|
|
9571
|
+
featherlessApiKey?: string | undefined;
|
|
9362
9572
|
ioIntelligenceModelId?: string | undefined;
|
|
9363
9573
|
ioIntelligenceApiKey?: string | undefined;
|
|
9364
9574
|
mode?: string | undefined;
|
|
@@ -9381,7 +9591,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9381
9591
|
listApiConfigMeta?: {
|
|
9382
9592
|
id: string;
|
|
9383
9593
|
name: string;
|
|
9384
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
9385
9595
|
}[] | undefined;
|
|
9386
9596
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
9387
9597
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -9530,7 +9740,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9530
9740
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
9531
9741
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
9532
9742
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
9533
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
9534
9744
|
includeMaxTokens?: boolean | undefined;
|
|
9535
9745
|
diffEnabled?: boolean | undefined;
|
|
9536
9746
|
todoListEnabled?: boolean | undefined;
|
|
@@ -9663,6 +9873,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9663
9873
|
zaiApiKey?: string | undefined;
|
|
9664
9874
|
zaiApiLine?: "china" | "international" | undefined;
|
|
9665
9875
|
fireworksApiKey?: string | undefined;
|
|
9876
|
+
featherlessApiKey?: string | undefined;
|
|
9666
9877
|
ioIntelligenceModelId?: string | undefined;
|
|
9667
9878
|
ioIntelligenceApiKey?: string | undefined;
|
|
9668
9879
|
mode?: string | undefined;
|
|
@@ -9685,7 +9896,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9685
9896
|
listApiConfigMeta?: {
|
|
9686
9897
|
id: string;
|
|
9687
9898
|
name: string;
|
|
9688
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
9689
9900
|
}[] | undefined;
|
|
9690
9901
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
9691
9902
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -9834,7 +10045,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9834
10045
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
9835
10046
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
9836
10047
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
9837
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
9838
10049
|
includeMaxTokens?: boolean | undefined;
|
|
9839
10050
|
diffEnabled?: boolean | undefined;
|
|
9840
10051
|
todoListEnabled?: boolean | undefined;
|
|
@@ -9967,6 +10178,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9967
10178
|
zaiApiKey?: string | undefined;
|
|
9968
10179
|
zaiApiLine?: "china" | "international" | undefined;
|
|
9969
10180
|
fireworksApiKey?: string | undefined;
|
|
10181
|
+
featherlessApiKey?: string | undefined;
|
|
9970
10182
|
ioIntelligenceModelId?: string | undefined;
|
|
9971
10183
|
ioIntelligenceApiKey?: string | undefined;
|
|
9972
10184
|
mode?: string | undefined;
|
|
@@ -9989,7 +10201,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9989
10201
|
listApiConfigMeta?: {
|
|
9990
10202
|
id: string;
|
|
9991
10203
|
name: string;
|
|
9992
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
9993
10205
|
}[] | undefined;
|
|
9994
10206
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
9995
10207
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -10216,6 +10428,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10216
10428
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
10217
10429
|
ioIntelligenceModelId: z.ZodOptional<z.ZodString>;
|
|
10218
10430
|
ioIntelligenceApiKey: z.ZodOptional<z.ZodString>;
|
|
10431
|
+
featherlessApiKey: z.ZodOptional<z.ZodString>;
|
|
10219
10432
|
fireworksApiKey: z.ZodOptional<z.ZodString>;
|
|
10220
10433
|
zaiApiKey: z.ZodOptional<z.ZodString>;
|
|
10221
10434
|
zaiApiLine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"china">, z.ZodLiteral<"international">]>>;
|
|
@@ -10414,21 +10627,21 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10414
10627
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
10415
10628
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
10416
10629
|
anthropicBeta1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
10417
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
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"]>>;
|
|
10418
10631
|
} & {
|
|
10419
10632
|
currentApiConfigName: z.ZodOptional<z.ZodString>;
|
|
10420
10633
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10421
10634
|
id: z.ZodString;
|
|
10422
10635
|
name: z.ZodString;
|
|
10423
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
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"]>>;
|
|
10424
10637
|
}, "strip", z.ZodTypeAny, {
|
|
10425
10638
|
id: string;
|
|
10426
10639
|
name: string;
|
|
10427
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
10428
10641
|
}, {
|
|
10429
10642
|
id: string;
|
|
10430
10643
|
name: string;
|
|
10431
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
10432
10645
|
}>, "many">>;
|
|
10433
10646
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
10434
10647
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -10744,7 +10957,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10744
10957
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
10745
10958
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
10746
10959
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
10747
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
10748
10961
|
includeMaxTokens?: boolean | undefined;
|
|
10749
10962
|
diffEnabled?: boolean | undefined;
|
|
10750
10963
|
todoListEnabled?: boolean | undefined;
|
|
@@ -10877,6 +11090,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10877
11090
|
zaiApiKey?: string | undefined;
|
|
10878
11091
|
zaiApiLine?: "china" | "international" | undefined;
|
|
10879
11092
|
fireworksApiKey?: string | undefined;
|
|
11093
|
+
featherlessApiKey?: string | undefined;
|
|
10880
11094
|
ioIntelligenceModelId?: string | undefined;
|
|
10881
11095
|
ioIntelligenceApiKey?: string | undefined;
|
|
10882
11096
|
mode?: string | undefined;
|
|
@@ -10899,7 +11113,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10899
11113
|
listApiConfigMeta?: {
|
|
10900
11114
|
id: string;
|
|
10901
11115
|
name: string;
|
|
10902
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
10903
11117
|
}[] | undefined;
|
|
10904
11118
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
10905
11119
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -11040,7 +11254,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11040
11254
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
11041
11255
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
11042
11256
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
11043
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
11044
11258
|
includeMaxTokens?: boolean | undefined;
|
|
11045
11259
|
diffEnabled?: boolean | undefined;
|
|
11046
11260
|
todoListEnabled?: boolean | undefined;
|
|
@@ -11173,6 +11387,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11173
11387
|
zaiApiKey?: string | undefined;
|
|
11174
11388
|
zaiApiLine?: "china" | "international" | undefined;
|
|
11175
11389
|
fireworksApiKey?: string | undefined;
|
|
11390
|
+
featherlessApiKey?: string | undefined;
|
|
11176
11391
|
ioIntelligenceModelId?: string | undefined;
|
|
11177
11392
|
ioIntelligenceApiKey?: string | undefined;
|
|
11178
11393
|
mode?: string | undefined;
|
|
@@ -11195,7 +11410,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11195
11410
|
listApiConfigMeta?: {
|
|
11196
11411
|
id: string;
|
|
11197
11412
|
name: string;
|
|
11198
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
11199
11414
|
}[] | undefined;
|
|
11200
11415
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
11201
11416
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -11342,7 +11557,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11342
11557
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
11343
11558
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
11344
11559
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
11345
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
11346
11561
|
includeMaxTokens?: boolean | undefined;
|
|
11347
11562
|
diffEnabled?: boolean | undefined;
|
|
11348
11563
|
todoListEnabled?: boolean | undefined;
|
|
@@ -11475,6 +11690,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11475
11690
|
zaiApiKey?: string | undefined;
|
|
11476
11691
|
zaiApiLine?: "china" | "international" | undefined;
|
|
11477
11692
|
fireworksApiKey?: string | undefined;
|
|
11693
|
+
featherlessApiKey?: string | undefined;
|
|
11478
11694
|
ioIntelligenceModelId?: string | undefined;
|
|
11479
11695
|
ioIntelligenceApiKey?: string | undefined;
|
|
11480
11696
|
mode?: string | undefined;
|
|
@@ -11497,7 +11713,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11497
11713
|
listApiConfigMeta?: {
|
|
11498
11714
|
id: string;
|
|
11499
11715
|
name: string;
|
|
11500
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
11501
11717
|
}[] | undefined;
|
|
11502
11718
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
11503
11719
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -11643,7 +11859,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11643
11859
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
11644
11860
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
11645
11861
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
11646
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
11647
11863
|
includeMaxTokens?: boolean | undefined;
|
|
11648
11864
|
diffEnabled?: boolean | undefined;
|
|
11649
11865
|
todoListEnabled?: boolean | undefined;
|
|
@@ -11776,6 +11992,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11776
11992
|
zaiApiKey?: string | undefined;
|
|
11777
11993
|
zaiApiLine?: "china" | "international" | undefined;
|
|
11778
11994
|
fireworksApiKey?: string | undefined;
|
|
11995
|
+
featherlessApiKey?: string | undefined;
|
|
11779
11996
|
ioIntelligenceModelId?: string | undefined;
|
|
11780
11997
|
ioIntelligenceApiKey?: string | undefined;
|
|
11781
11998
|
mode?: string | undefined;
|
|
@@ -11798,7 +12015,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11798
12015
|
listApiConfigMeta?: {
|
|
11799
12016
|
id: string;
|
|
11800
12017
|
name: string;
|
|
11801
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
11802
12019
|
}[] | undefined;
|
|
11803
12020
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
11804
12021
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -11947,7 +12164,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11947
12164
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
11948
12165
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
11949
12166
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
11950
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
11951
12168
|
includeMaxTokens?: boolean | undefined;
|
|
11952
12169
|
diffEnabled?: boolean | undefined;
|
|
11953
12170
|
todoListEnabled?: boolean | undefined;
|
|
@@ -12080,6 +12297,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12080
12297
|
zaiApiKey?: string | undefined;
|
|
12081
12298
|
zaiApiLine?: "china" | "international" | undefined;
|
|
12082
12299
|
fireworksApiKey?: string | undefined;
|
|
12300
|
+
featherlessApiKey?: string | undefined;
|
|
12083
12301
|
ioIntelligenceModelId?: string | undefined;
|
|
12084
12302
|
ioIntelligenceApiKey?: string | undefined;
|
|
12085
12303
|
mode?: string | undefined;
|
|
@@ -12102,7 +12320,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12102
12320
|
listApiConfigMeta?: {
|
|
12103
12321
|
id: string;
|
|
12104
12322
|
name: string;
|
|
12105
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
12106
12324
|
}[] | undefined;
|
|
12107
12325
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
12108
12326
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -12251,7 +12469,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12251
12469
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
12252
12470
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
12253
12471
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
12254
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
12255
12473
|
includeMaxTokens?: boolean | undefined;
|
|
12256
12474
|
diffEnabled?: boolean | undefined;
|
|
12257
12475
|
todoListEnabled?: boolean | undefined;
|
|
@@ -12384,6 +12602,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12384
12602
|
zaiApiKey?: string | undefined;
|
|
12385
12603
|
zaiApiLine?: "china" | "international" | undefined;
|
|
12386
12604
|
fireworksApiKey?: string | undefined;
|
|
12605
|
+
featherlessApiKey?: string | undefined;
|
|
12387
12606
|
ioIntelligenceModelId?: string | undefined;
|
|
12388
12607
|
ioIntelligenceApiKey?: string | undefined;
|
|
12389
12608
|
mode?: string | undefined;
|
|
@@ -12406,7 +12625,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12406
12625
|
listApiConfigMeta?: {
|
|
12407
12626
|
id: string;
|
|
12408
12627
|
name: string;
|
|
12409
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
12410
12629
|
}[] | undefined;
|
|
12411
12630
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
12412
12631
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -12586,7 +12805,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12586
12805
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
12587
12806
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
12588
12807
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
12589
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
12590
12809
|
includeMaxTokens?: boolean | undefined;
|
|
12591
12810
|
diffEnabled?: boolean | undefined;
|
|
12592
12811
|
todoListEnabled?: boolean | undefined;
|
|
@@ -12719,6 +12938,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12719
12938
|
zaiApiKey?: string | undefined;
|
|
12720
12939
|
zaiApiLine?: "china" | "international" | undefined;
|
|
12721
12940
|
fireworksApiKey?: string | undefined;
|
|
12941
|
+
featherlessApiKey?: string | undefined;
|
|
12722
12942
|
ioIntelligenceModelId?: string | undefined;
|
|
12723
12943
|
ioIntelligenceApiKey?: string | undefined;
|
|
12724
12944
|
mode?: string | undefined;
|
|
@@ -12741,7 +12961,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12741
12961
|
listApiConfigMeta?: {
|
|
12742
12962
|
id: string;
|
|
12743
12963
|
name: string;
|
|
12744
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
12745
12965
|
}[] | undefined;
|
|
12746
12966
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
12747
12967
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -12904,7 +13124,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12904
13124
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
12905
13125
|
codebaseIndexGeminiApiKey?: string | undefined;
|
|
12906
13126
|
codebaseIndexMistralApiKey?: string | undefined;
|
|
12907
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
12908
13128
|
includeMaxTokens?: boolean | undefined;
|
|
12909
13129
|
diffEnabled?: boolean | undefined;
|
|
12910
13130
|
todoListEnabled?: boolean | undefined;
|
|
@@ -13037,6 +13257,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13037
13257
|
zaiApiKey?: string | undefined;
|
|
13038
13258
|
zaiApiLine?: "china" | "international" | undefined;
|
|
13039
13259
|
fireworksApiKey?: string | undefined;
|
|
13260
|
+
featherlessApiKey?: string | undefined;
|
|
13040
13261
|
ioIntelligenceModelId?: string | undefined;
|
|
13041
13262
|
ioIntelligenceApiKey?: string | undefined;
|
|
13042
13263
|
mode?: string | undefined;
|
|
@@ -13059,7 +13280,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13059
13280
|
listApiConfigMeta?: {
|
|
13060
13281
|
id: string;
|
|
13061
13282
|
name: string;
|
|
13062
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
13063
13284
|
}[] | undefined;
|
|
13064
13285
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
13065
13286
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -15637,6 +15858,19 @@ declare const modelInfoSchema: z.ZodObject<{
|
|
|
15637
15858
|
}>;
|
|
15638
15859
|
type ModelInfo = z.infer<typeof modelInfoSchema>;
|
|
15639
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
|
+
|
|
15640
15874
|
/**
|
|
15641
15875
|
* ToolGroup
|
|
15642
15876
|
*/
|
|
@@ -15786,7 +16020,7 @@ declare const appPropertiesSchema: z.ZodObject<{
|
|
|
15786
16020
|
type AppProperties = z.infer<typeof appPropertiesSchema>;
|
|
15787
16021
|
declare const taskPropertiesSchema: z.ZodObject<{
|
|
15788
16022
|
taskId: z.ZodOptional<z.ZodString>;
|
|
15789
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
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"]>>;
|
|
15790
16024
|
modelId: z.ZodOptional<z.ZodString>;
|
|
15791
16025
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
15792
16026
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -15809,7 +16043,7 @@ declare const taskPropertiesSchema: z.ZodObject<{
|
|
|
15809
16043
|
}, "strip", z.ZodTypeAny, {
|
|
15810
16044
|
isSubtask?: boolean | undefined;
|
|
15811
16045
|
taskId?: string | undefined;
|
|
15812
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
15813
16047
|
modelId?: string | undefined;
|
|
15814
16048
|
diffStrategy?: string | undefined;
|
|
15815
16049
|
todos?: {
|
|
@@ -15821,7 +16055,7 @@ declare const taskPropertiesSchema: z.ZodObject<{
|
|
|
15821
16055
|
}, {
|
|
15822
16056
|
isSubtask?: boolean | undefined;
|
|
15823
16057
|
taskId?: string | undefined;
|
|
15824
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
15825
16059
|
modelId?: string | undefined;
|
|
15826
16060
|
diffStrategy?: string | undefined;
|
|
15827
16061
|
todos?: {
|
|
@@ -15851,7 +16085,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
15851
16085
|
repositoryName: z.ZodOptional<z.ZodString>;
|
|
15852
16086
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
15853
16087
|
taskId: z.ZodOptional<z.ZodString>;
|
|
15854
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
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"]>>;
|
|
15855
16089
|
modelId: z.ZodOptional<z.ZodString>;
|
|
15856
16090
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
15857
16091
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -15889,7 +16123,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
15889
16123
|
language: string;
|
|
15890
16124
|
isSubtask?: boolean | undefined;
|
|
15891
16125
|
taskId?: string | undefined;
|
|
15892
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
15893
16127
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15894
16128
|
modelId?: string | undefined;
|
|
15895
16129
|
diffStrategy?: string | undefined;
|
|
@@ -15912,7 +16146,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
15912
16146
|
language: string;
|
|
15913
16147
|
isSubtask?: boolean | undefined;
|
|
15914
16148
|
taskId?: string | undefined;
|
|
15915
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
15916
16150
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15917
16151
|
modelId?: string | undefined;
|
|
15918
16152
|
diffStrategy?: string | undefined;
|
|
@@ -15944,7 +16178,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
15944
16178
|
repositoryName: z.ZodOptional<z.ZodString>;
|
|
15945
16179
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
15946
16180
|
taskId: z.ZodOptional<z.ZodString>;
|
|
15947
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
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"]>>;
|
|
15948
16182
|
modelId: z.ZodOptional<z.ZodString>;
|
|
15949
16183
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
15950
16184
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -15982,7 +16216,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
15982
16216
|
language: string;
|
|
15983
16217
|
isSubtask?: boolean | undefined;
|
|
15984
16218
|
taskId?: string | undefined;
|
|
15985
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
15986
16220
|
cloudIsAuthenticated?: boolean | undefined;
|
|
15987
16221
|
modelId?: string | undefined;
|
|
15988
16222
|
diffStrategy?: string | undefined;
|
|
@@ -16005,7 +16239,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16005
16239
|
language: string;
|
|
16006
16240
|
isSubtask?: boolean | undefined;
|
|
16007
16241
|
taskId?: string | undefined;
|
|
16008
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
16009
16243
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16010
16244
|
modelId?: string | undefined;
|
|
16011
16245
|
diffStrategy?: string | undefined;
|
|
@@ -16031,7 +16265,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16031
16265
|
language: string;
|
|
16032
16266
|
isSubtask?: boolean | undefined;
|
|
16033
16267
|
taskId?: string | undefined;
|
|
16034
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
16035
16269
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16036
16270
|
modelId?: string | undefined;
|
|
16037
16271
|
diffStrategy?: string | undefined;
|
|
@@ -16057,7 +16291,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16057
16291
|
language: string;
|
|
16058
16292
|
isSubtask?: boolean | undefined;
|
|
16059
16293
|
taskId?: string | undefined;
|
|
16060
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
16061
16295
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16062
16296
|
modelId?: string | undefined;
|
|
16063
16297
|
diffStrategy?: string | undefined;
|
|
@@ -16205,7 +16439,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16205
16439
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
16206
16440
|
repositoryName: z.ZodOptional<z.ZodString>;
|
|
16207
16441
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
16208
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
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"]>>;
|
|
16209
16443
|
modelId: z.ZodOptional<z.ZodString>;
|
|
16210
16444
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
16211
16445
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -16274,7 +16508,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16274
16508
|
editorName: string;
|
|
16275
16509
|
language: string;
|
|
16276
16510
|
isSubtask?: boolean | undefined;
|
|
16277
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
16278
16512
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16279
16513
|
modelId?: string | undefined;
|
|
16280
16514
|
diffStrategy?: string | undefined;
|
|
@@ -16328,7 +16562,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16328
16562
|
editorName: string;
|
|
16329
16563
|
language: string;
|
|
16330
16564
|
isSubtask?: boolean | undefined;
|
|
16331
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
16332
16566
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16333
16567
|
modelId?: string | undefined;
|
|
16334
16568
|
diffStrategy?: string | undefined;
|
|
@@ -16385,7 +16619,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16385
16619
|
editorName: string;
|
|
16386
16620
|
language: string;
|
|
16387
16621
|
isSubtask?: boolean | undefined;
|
|
16388
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
16389
16623
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16390
16624
|
modelId?: string | undefined;
|
|
16391
16625
|
diffStrategy?: string | undefined;
|
|
@@ -16442,7 +16676,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16442
16676
|
editorName: string;
|
|
16443
16677
|
language: string;
|
|
16444
16678
|
isSubtask?: boolean | undefined;
|
|
16445
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
16446
16680
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16447
16681
|
modelId?: string | undefined;
|
|
16448
16682
|
diffStrategy?: string | undefined;
|
|
@@ -16468,7 +16702,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16468
16702
|
repositoryName: z.ZodOptional<z.ZodString>;
|
|
16469
16703
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
16470
16704
|
taskId: z.ZodOptional<z.ZodString>;
|
|
16471
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "moonshot", "deepseek", "doubao", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm", "huggingface", "cerebras", "sambanova", "zai", "fireworks", "io-intelligence"]>>;
|
|
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"]>>;
|
|
16472
16706
|
modelId: z.ZodOptional<z.ZodString>;
|
|
16473
16707
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
16474
16708
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -16509,7 +16743,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16509
16743
|
cost?: number | undefined;
|
|
16510
16744
|
isSubtask?: boolean | undefined;
|
|
16511
16745
|
taskId?: string | undefined;
|
|
16512
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
16513
16747
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16514
16748
|
modelId?: string | undefined;
|
|
16515
16749
|
diffStrategy?: string | undefined;
|
|
@@ -16537,7 +16771,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16537
16771
|
cost?: number | undefined;
|
|
16538
16772
|
isSubtask?: boolean | undefined;
|
|
16539
16773
|
taskId?: string | undefined;
|
|
16540
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
16541
16775
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16542
16776
|
modelId?: string | undefined;
|
|
16543
16777
|
diffStrategy?: string | undefined;
|
|
@@ -16568,7 +16802,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16568
16802
|
cost?: number | undefined;
|
|
16569
16803
|
isSubtask?: boolean | undefined;
|
|
16570
16804
|
taskId?: string | undefined;
|
|
16571
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
16572
16806
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16573
16807
|
modelId?: string | undefined;
|
|
16574
16808
|
diffStrategy?: string | undefined;
|
|
@@ -16599,7 +16833,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
16599
16833
|
cost?: number | undefined;
|
|
16600
16834
|
isSubtask?: boolean | undefined;
|
|
16601
16835
|
taskId?: string | undefined;
|
|
16602
|
-
apiProvider?: "openai" | "anthropic" | "ollama" | "gemini" | "mistral" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini-cli" | "openai-native" | "moonshot" | "deepseek" | "doubao" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | "huggingface" | "cerebras" | "sambanova" | "zai" | "fireworks" | "io-intelligence" | undefined;
|
|
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;
|
|
16603
16837
|
cloudIsAuthenticated?: boolean | undefined;
|
|
16604
16838
|
modelId?: string | undefined;
|
|
16605
16839
|
diffStrategy?: string | undefined;
|
|
@@ -19083,6 +19317,18 @@ declare const vscodeLlmModels: {
|
|
|
19083
19317
|
readonly supportsToolCalling: true;
|
|
19084
19318
|
readonly maxInputTokens: 81638;
|
|
19085
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
|
+
};
|
|
19086
19332
|
readonly "gemini-2.0-flash-001": {
|
|
19087
19333
|
readonly contextWindow: 127827;
|
|
19088
19334
|
readonly supportsImages: true;
|
|
@@ -19096,7 +19342,7 @@ declare const vscodeLlmModels: {
|
|
|
19096
19342
|
readonly maxInputTokens: 127827;
|
|
19097
19343
|
};
|
|
19098
19344
|
readonly "gemini-2.5-pro": {
|
|
19099
|
-
readonly contextWindow:
|
|
19345
|
+
readonly contextWindow: 128000;
|
|
19100
19346
|
readonly supportsImages: true;
|
|
19101
19347
|
readonly supportsPromptCache: false;
|
|
19102
19348
|
readonly inputPrice: 0;
|
|
@@ -19105,10 +19351,10 @@ declare const vscodeLlmModels: {
|
|
|
19105
19351
|
readonly version: "gemini-2.5-pro-preview-03-25";
|
|
19106
19352
|
readonly name: "Gemini 2.5 Pro (Preview)";
|
|
19107
19353
|
readonly supportsToolCalling: true;
|
|
19108
|
-
readonly maxInputTokens:
|
|
19354
|
+
readonly maxInputTokens: 108637;
|
|
19109
19355
|
};
|
|
19110
19356
|
readonly "o4-mini": {
|
|
19111
|
-
readonly contextWindow:
|
|
19357
|
+
readonly contextWindow: 128000;
|
|
19112
19358
|
readonly supportsImages: false;
|
|
19113
19359
|
readonly supportsPromptCache: false;
|
|
19114
19360
|
readonly inputPrice: 0;
|
|
@@ -19117,10 +19363,10 @@ declare const vscodeLlmModels: {
|
|
|
19117
19363
|
readonly version: "o4-mini-2025-04-16";
|
|
19118
19364
|
readonly name: "o4-mini (Preview)";
|
|
19119
19365
|
readonly supportsToolCalling: true;
|
|
19120
|
-
readonly maxInputTokens:
|
|
19366
|
+
readonly maxInputTokens: 111452;
|
|
19121
19367
|
};
|
|
19122
19368
|
readonly "gpt-4.1": {
|
|
19123
|
-
readonly contextWindow:
|
|
19369
|
+
readonly contextWindow: 128000;
|
|
19124
19370
|
readonly supportsImages: true;
|
|
19125
19371
|
readonly supportsPromptCache: false;
|
|
19126
19372
|
readonly inputPrice: 0;
|
|
@@ -19129,7 +19375,31 @@ declare const vscodeLlmModels: {
|
|
|
19129
19375
|
readonly version: "gpt-4.1-2025-04-14";
|
|
19130
19376
|
readonly name: "GPT-4.1 (Preview)";
|
|
19131
19377
|
readonly supportsToolCalling: true;
|
|
19132
|
-
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;
|
|
19133
19403
|
};
|
|
19134
19404
|
};
|
|
19135
19405
|
|
|
@@ -19425,4 +19695,68 @@ declare const fireworksModels: {
|
|
|
19425
19695
|
};
|
|
19426
19696
|
};
|
|
19427
19697
|
|
|
19428
|
-
|
|
19698
|
+
type RooModelId = "roo/sonic";
|
|
19699
|
+
declare const rooDefaultModelId: RooModelId;
|
|
19700
|
+
declare const rooModels: {
|
|
19701
|
+
readonly "roo/sonic": {
|
|
19702
|
+
readonly maxTokens: 16384;
|
|
19703
|
+
readonly contextWindow: 262144;
|
|
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;
|
|
19754
|
+
readonly supportsPromptCache: false;
|
|
19755
|
+
readonly inputPrice: 0;
|
|
19756
|
+
readonly outputPrice: 0;
|
|
19757
|
+
readonly description: "Qwen3 Coder 480B A35B Instruct model.";
|
|
19758
|
+
};
|
|
19759
|
+
};
|
|
19760
|
+
declare const featherlessDefaultModelId: FeatherlessModelId;
|
|
19761
|
+
|
|
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 };
|