@roo-code/types 1.29.0 → 1.30.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 +281 -234
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +418 -150
- package/dist/index.d.ts +418 -150
- package/dist/index.js +278 -232
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -444,12 +444,7 @@ declare const bedrockModels: {
|
|
|
444
444
|
declare const BEDROCK_DEFAULT_TEMPERATURE = 0.3;
|
|
445
445
|
declare const BEDROCK_MAX_TOKENS = 4096;
|
|
446
446
|
declare const BEDROCK_DEFAULT_CONTEXT = 128000;
|
|
447
|
-
declare const
|
|
448
|
-
regionId: string;
|
|
449
|
-
description: string;
|
|
450
|
-
pattern?: string;
|
|
451
|
-
multiRegion?: boolean;
|
|
452
|
-
}>;
|
|
447
|
+
declare const AWS_INFERENCE_PROFILE_MAPPING: Array<[string, string]>;
|
|
453
448
|
declare const BEDROCK_REGIONS: {
|
|
454
449
|
value: string;
|
|
455
450
|
label: string;
|
|
@@ -663,7 +658,10 @@ declare const claudeCodeDefaultModelId: ClaudeCodeModelId;
|
|
|
663
658
|
declare const claudeCodeModels: {
|
|
664
659
|
readonly "claude-sonnet-4-20250514": {
|
|
665
660
|
readonly supportsImages: false;
|
|
666
|
-
readonly supportsPromptCache:
|
|
661
|
+
readonly supportsPromptCache: true;
|
|
662
|
+
readonly supportsReasoningEffort: false;
|
|
663
|
+
readonly supportsReasoningBudget: false;
|
|
664
|
+
readonly requiredReasoningBudget: false;
|
|
667
665
|
readonly maxTokens: 64000;
|
|
668
666
|
readonly contextWindow: 200000;
|
|
669
667
|
readonly supportsComputerUse: true;
|
|
@@ -671,11 +669,13 @@ declare const claudeCodeModels: {
|
|
|
671
669
|
readonly outputPrice: 15;
|
|
672
670
|
readonly cacheWritesPrice: 3.75;
|
|
673
671
|
readonly cacheReadsPrice: 0.3;
|
|
674
|
-
readonly supportsReasoningBudget: true;
|
|
675
672
|
};
|
|
676
673
|
readonly "claude-opus-4-20250514": {
|
|
677
674
|
readonly supportsImages: false;
|
|
678
|
-
readonly supportsPromptCache:
|
|
675
|
+
readonly supportsPromptCache: true;
|
|
676
|
+
readonly supportsReasoningEffort: false;
|
|
677
|
+
readonly supportsReasoningBudget: false;
|
|
678
|
+
readonly requiredReasoningBudget: false;
|
|
679
679
|
readonly maxTokens: 32000;
|
|
680
680
|
readonly contextWindow: 200000;
|
|
681
681
|
readonly supportsComputerUse: true;
|
|
@@ -683,11 +683,13 @@ declare const claudeCodeModels: {
|
|
|
683
683
|
readonly outputPrice: 75;
|
|
684
684
|
readonly cacheWritesPrice: 18.75;
|
|
685
685
|
readonly cacheReadsPrice: 1.5;
|
|
686
|
-
readonly supportsReasoningBudget: true;
|
|
687
686
|
};
|
|
688
687
|
readonly "claude-3-7-sonnet-20250219": {
|
|
689
688
|
readonly supportsImages: false;
|
|
690
|
-
readonly supportsPromptCache:
|
|
689
|
+
readonly supportsPromptCache: true;
|
|
690
|
+
readonly supportsReasoningEffort: false;
|
|
691
|
+
readonly supportsReasoningBudget: false;
|
|
692
|
+
readonly requiredReasoningBudget: false;
|
|
691
693
|
readonly maxTokens: 8192;
|
|
692
694
|
readonly contextWindow: 200000;
|
|
693
695
|
readonly supportsComputerUse: true;
|
|
@@ -698,7 +700,10 @@ declare const claudeCodeModels: {
|
|
|
698
700
|
};
|
|
699
701
|
readonly "claude-3-5-sonnet-20241022": {
|
|
700
702
|
readonly supportsImages: false;
|
|
701
|
-
readonly supportsPromptCache:
|
|
703
|
+
readonly supportsPromptCache: true;
|
|
704
|
+
readonly supportsReasoningEffort: false;
|
|
705
|
+
readonly supportsReasoningBudget: false;
|
|
706
|
+
readonly requiredReasoningBudget: false;
|
|
702
707
|
readonly maxTokens: 8192;
|
|
703
708
|
readonly contextWindow: 200000;
|
|
704
709
|
readonly supportsComputerUse: true;
|
|
@@ -709,7 +714,10 @@ declare const claudeCodeModels: {
|
|
|
709
714
|
};
|
|
710
715
|
readonly "claude-3-5-haiku-20241022": {
|
|
711
716
|
readonly supportsImages: false;
|
|
712
|
-
readonly supportsPromptCache:
|
|
717
|
+
readonly supportsPromptCache: true;
|
|
718
|
+
readonly supportsReasoningEffort: false;
|
|
719
|
+
readonly supportsReasoningBudget: false;
|
|
720
|
+
readonly requiredReasoningBudget: false;
|
|
713
721
|
readonly maxTokens: 8192;
|
|
714
722
|
readonly contextWindow: 200000;
|
|
715
723
|
readonly inputPrice: 1;
|
|
@@ -1200,7 +1208,7 @@ declare const groqModels: {
|
|
|
1200
1208
|
readonly description: "Alibaba Qwen QwQ 32B model, 128K context.";
|
|
1201
1209
|
};
|
|
1202
1210
|
readonly "qwen/qwen3-32b": {
|
|
1203
|
-
readonly maxTokens:
|
|
1211
|
+
readonly maxTokens: 40960;
|
|
1204
1212
|
readonly contextWindow: 131072;
|
|
1205
1213
|
readonly supportsImages: false;
|
|
1206
1214
|
readonly supportsPromptCache: false;
|
|
@@ -1999,8 +2007,8 @@ type AssertEqual<T extends true> = T;
|
|
|
1999
2007
|
/**
|
|
2000
2008
|
* ProviderName
|
|
2001
2009
|
*/
|
|
2002
|
-
declare const providerNames: readonly ["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"];
|
|
2003
|
-
declare const providerNamesSchema: z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>;
|
|
2010
|
+
declare const providerNames: readonly ["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"];
|
|
2011
|
+
declare const providerNamesSchema: z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>;
|
|
2004
2012
|
type ProviderName = z.infer<typeof providerNamesSchema>;
|
|
2005
2013
|
/**
|
|
2006
2014
|
* ProviderSettingsEntry
|
|
@@ -2008,15 +2016,15 @@ type ProviderName = z.infer<typeof providerNamesSchema>;
|
|
|
2008
2016
|
declare const providerSettingsEntrySchema: z.ZodObject<{
|
|
2009
2017
|
id: z.ZodString;
|
|
2010
2018
|
name: z.ZodString;
|
|
2011
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
2019
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
2012
2020
|
}, "strip", z.ZodTypeAny, {
|
|
2013
2021
|
name: string;
|
|
2014
2022
|
id: string;
|
|
2015
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
2023
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
2016
2024
|
}, {
|
|
2017
2025
|
name: string;
|
|
2018
2026
|
id: string;
|
|
2019
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
2027
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
2020
2028
|
}>;
|
|
2021
2029
|
type ProviderSettingsEntry = z.infer<typeof providerSettingsEntrySchema>;
|
|
2022
2030
|
declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiProvider", [z.ZodObject<{
|
|
@@ -2749,6 +2757,51 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
2749
2757
|
modelMaxThinkingTokens: z.ZodOptional<z.ZodNumber>;
|
|
2750
2758
|
} & {
|
|
2751
2759
|
apiModelId: z.ZodOptional<z.ZodString>;
|
|
2760
|
+
} & {
|
|
2761
|
+
geminiCliOAuthPath: z.ZodOptional<z.ZodString>;
|
|
2762
|
+
geminiCliProjectId: z.ZodOptional<z.ZodString>;
|
|
2763
|
+
} & {
|
|
2764
|
+
apiProvider: z.ZodLiteral<"gemini-cli">;
|
|
2765
|
+
}, "strip", z.ZodTypeAny, {
|
|
2766
|
+
apiProvider: "gemini-cli";
|
|
2767
|
+
reasoningEffort?: "low" | "medium" | "high" | undefined;
|
|
2768
|
+
includeMaxTokens?: boolean | undefined;
|
|
2769
|
+
diffEnabled?: boolean | undefined;
|
|
2770
|
+
fuzzyMatchThreshold?: number | undefined;
|
|
2771
|
+
modelTemperature?: number | null | undefined;
|
|
2772
|
+
rateLimitSeconds?: number | undefined;
|
|
2773
|
+
enableReasoningEffort?: boolean | undefined;
|
|
2774
|
+
modelMaxTokens?: number | undefined;
|
|
2775
|
+
modelMaxThinkingTokens?: number | undefined;
|
|
2776
|
+
apiModelId?: string | undefined;
|
|
2777
|
+
geminiCliOAuthPath?: string | undefined;
|
|
2778
|
+
geminiCliProjectId?: string | undefined;
|
|
2779
|
+
}, {
|
|
2780
|
+
apiProvider: "gemini-cli";
|
|
2781
|
+
reasoningEffort?: "low" | "medium" | "high" | undefined;
|
|
2782
|
+
includeMaxTokens?: boolean | undefined;
|
|
2783
|
+
diffEnabled?: boolean | undefined;
|
|
2784
|
+
fuzzyMatchThreshold?: number | undefined;
|
|
2785
|
+
modelTemperature?: number | null | undefined;
|
|
2786
|
+
rateLimitSeconds?: number | undefined;
|
|
2787
|
+
enableReasoningEffort?: boolean | undefined;
|
|
2788
|
+
modelMaxTokens?: number | undefined;
|
|
2789
|
+
modelMaxThinkingTokens?: number | undefined;
|
|
2790
|
+
apiModelId?: string | undefined;
|
|
2791
|
+
geminiCliOAuthPath?: string | undefined;
|
|
2792
|
+
geminiCliProjectId?: string | undefined;
|
|
2793
|
+
}>, z.ZodObject<{
|
|
2794
|
+
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
2795
|
+
diffEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
2796
|
+
fuzzyMatchThreshold: z.ZodOptional<z.ZodNumber>;
|
|
2797
|
+
modelTemperature: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2798
|
+
rateLimitSeconds: z.ZodOptional<z.ZodNumber>;
|
|
2799
|
+
enableReasoningEffort: z.ZodOptional<z.ZodBoolean>;
|
|
2800
|
+
reasoningEffort: z.ZodOptional<z.ZodEnum<["low", "medium", "high"]>>;
|
|
2801
|
+
modelMaxTokens: z.ZodOptional<z.ZodNumber>;
|
|
2802
|
+
modelMaxThinkingTokens: z.ZodOptional<z.ZodNumber>;
|
|
2803
|
+
} & {
|
|
2804
|
+
apiModelId: z.ZodOptional<z.ZodString>;
|
|
2752
2805
|
} & {
|
|
2753
2806
|
openAiNativeApiKey: z.ZodOptional<z.ZodString>;
|
|
2754
2807
|
openAiNativeBaseUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -3236,6 +3289,8 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3236
3289
|
mistralCodestralUrl: z.ZodOptional<z.ZodString>;
|
|
3237
3290
|
openAiNativeApiKey: z.ZodOptional<z.ZodString>;
|
|
3238
3291
|
openAiNativeBaseUrl: z.ZodOptional<z.ZodString>;
|
|
3292
|
+
geminiCliOAuthPath: z.ZodOptional<z.ZodString>;
|
|
3293
|
+
geminiCliProjectId: z.ZodOptional<z.ZodString>;
|
|
3239
3294
|
geminiApiKey: z.ZodOptional<z.ZodString>;
|
|
3240
3295
|
googleGeminiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
3241
3296
|
lmStudioModelId: z.ZodOptional<z.ZodString>;
|
|
@@ -3391,7 +3446,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3391
3446
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
3392
3447
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
3393
3448
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
3394
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
3449
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
3395
3450
|
}, "strip", z.ZodTypeAny, {
|
|
3396
3451
|
reasoningEffort?: "low" | "medium" | "high" | undefined;
|
|
3397
3452
|
codeIndexOpenAiKey?: string | undefined;
|
|
@@ -3399,7 +3454,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3399
3454
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
3400
3455
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
3401
3456
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
3402
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
3457
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
3403
3458
|
includeMaxTokens?: boolean | undefined;
|
|
3404
3459
|
diffEnabled?: boolean | undefined;
|
|
3405
3460
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -3488,6 +3543,8 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3488
3543
|
lmStudioSpeculativeDecodingEnabled?: boolean | undefined;
|
|
3489
3544
|
geminiApiKey?: string | undefined;
|
|
3490
3545
|
googleGeminiBaseUrl?: string | undefined;
|
|
3546
|
+
geminiCliOAuthPath?: string | undefined;
|
|
3547
|
+
geminiCliProjectId?: string | undefined;
|
|
3491
3548
|
openAiNativeApiKey?: string | undefined;
|
|
3492
3549
|
openAiNativeBaseUrl?: string | undefined;
|
|
3493
3550
|
mistralApiKey?: string | undefined;
|
|
@@ -3512,7 +3569,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3512
3569
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
3513
3570
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
3514
3571
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
3515
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
3572
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
3516
3573
|
includeMaxTokens?: boolean | undefined;
|
|
3517
3574
|
diffEnabled?: boolean | undefined;
|
|
3518
3575
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -3601,6 +3658,8 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3601
3658
|
lmStudioSpeculativeDecodingEnabled?: boolean | undefined;
|
|
3602
3659
|
geminiApiKey?: string | undefined;
|
|
3603
3660
|
googleGeminiBaseUrl?: string | undefined;
|
|
3661
|
+
geminiCliOAuthPath?: string | undefined;
|
|
3662
|
+
geminiCliProjectId?: string | undefined;
|
|
3604
3663
|
openAiNativeApiKey?: string | undefined;
|
|
3605
3664
|
openAiNativeBaseUrl?: string | undefined;
|
|
3606
3665
|
mistralApiKey?: string | undefined;
|
|
@@ -3620,7 +3679,7 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3620
3679
|
litellmModelId?: string | undefined;
|
|
3621
3680
|
}>;
|
|
3622
3681
|
type ProviderSettings = z.infer<typeof providerSettingsSchema>;
|
|
3623
|
-
declare const PROVIDER_SETTINGS_KEYS: ["reasoningEffort", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleBaseUrl", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexOpenAiCompatibleModelDimension", "apiProvider", "includeMaxTokens", "diffEnabled", "fuzzyMatchThreshold", "modelTemperature", "rateLimitSeconds", "enableReasoningEffort", "modelMaxTokens", "modelMaxThinkingTokens", "apiModelId", "apiKey", "anthropicBaseUrl", "anthropicUseAuthToken", "claudeCodePath", "glamaModelId", "glamaApiKey", "openRouterApiKey", "openRouterModelId", "openRouterBaseUrl", "openRouterSpecificProvider", "openRouterUseMiddleOutTransform", "awsAccessKey", "awsSecretKey", "awsSessionToken", "awsRegion", "awsUseCrossRegionInference", "awsUsePromptCache", "awsProfile", "awsUseProfile", "awsCustomArn", "awsModelContextWindow", "awsBedrockEndpointEnabled", "awsBedrockEndpoint", "vertexKeyFile", "vertexJsonCredentials", "vertexProjectId", "vertexRegion", "openAiBaseUrl", "openAiApiKey", "openAiLegacyFormat", "openAiR1FormatEnabled", "openAiModelId", "openAiCustomModelInfo", "openAiUseAzure", "azureApiVersion", "openAiStreamingEnabled", "openAiHostHeader", "openAiHeaders", "ollamaModelId", "ollamaBaseUrl", "vsCodeLmModelSelector", "lmStudioModelId", "lmStudioBaseUrl", "lmStudioDraftModelId", "lmStudioSpeculativeDecodingEnabled", "geminiApiKey", "googleGeminiBaseUrl", "openAiNativeApiKey", "openAiNativeBaseUrl", "mistralApiKey", "mistralCodestralUrl", "deepSeekBaseUrl", "deepSeekApiKey", "unboundApiKey", "unboundModelId", "requestyApiKey", "requestyModelId", "fakeAi", "xaiApiKey", "groqApiKey", "chutesApiKey", "litellmBaseUrl", "litellmApiKey", "litellmModelId"];
|
|
3682
|
+
declare const PROVIDER_SETTINGS_KEYS: ["reasoningEffort", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleBaseUrl", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexOpenAiCompatibleModelDimension", "apiProvider", "includeMaxTokens", "diffEnabled", "fuzzyMatchThreshold", "modelTemperature", "rateLimitSeconds", "enableReasoningEffort", "modelMaxTokens", "modelMaxThinkingTokens", "apiModelId", "apiKey", "anthropicBaseUrl", "anthropicUseAuthToken", "claudeCodePath", "glamaModelId", "glamaApiKey", "openRouterApiKey", "openRouterModelId", "openRouterBaseUrl", "openRouterSpecificProvider", "openRouterUseMiddleOutTransform", "awsAccessKey", "awsSecretKey", "awsSessionToken", "awsRegion", "awsUseCrossRegionInference", "awsUsePromptCache", "awsProfile", "awsUseProfile", "awsCustomArn", "awsModelContextWindow", "awsBedrockEndpointEnabled", "awsBedrockEndpoint", "vertexKeyFile", "vertexJsonCredentials", "vertexProjectId", "vertexRegion", "openAiBaseUrl", "openAiApiKey", "openAiLegacyFormat", "openAiR1FormatEnabled", "openAiModelId", "openAiCustomModelInfo", "openAiUseAzure", "azureApiVersion", "openAiStreamingEnabled", "openAiHostHeader", "openAiHeaders", "ollamaModelId", "ollamaBaseUrl", "vsCodeLmModelSelector", "lmStudioModelId", "lmStudioBaseUrl", "lmStudioDraftModelId", "lmStudioSpeculativeDecodingEnabled", "geminiApiKey", "googleGeminiBaseUrl", "geminiCliOAuthPath", "geminiCliProjectId", "openAiNativeApiKey", "openAiNativeBaseUrl", "mistralApiKey", "mistralCodestralUrl", "deepSeekBaseUrl", "deepSeekApiKey", "unboundApiKey", "unboundModelId", "requestyApiKey", "requestyModelId", "fakeAi", "xaiApiKey", "groqApiKey", "chutesApiKey", "litellmBaseUrl", "litellmApiKey", "litellmModelId"];
|
|
3624
3683
|
declare const MODEL_ID_KEYS: Partial<keyof ProviderSettings>[];
|
|
3625
3684
|
declare const getModelId: (settings: ProviderSettings) => string | undefined;
|
|
3626
3685
|
|
|
@@ -3632,15 +3691,15 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
3632
3691
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3633
3692
|
id: z.ZodString;
|
|
3634
3693
|
name: z.ZodString;
|
|
3635
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
3694
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
3636
3695
|
}, "strip", z.ZodTypeAny, {
|
|
3637
3696
|
name: string;
|
|
3638
3697
|
id: string;
|
|
3639
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
3698
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
3640
3699
|
}, {
|
|
3641
3700
|
name: string;
|
|
3642
3701
|
id: string;
|
|
3643
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
3702
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
3644
3703
|
}>, "many">>;
|
|
3645
3704
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
3646
3705
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -3698,6 +3757,8 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
3698
3757
|
alwaysAllowModeSwitch: z.ZodOptional<z.ZodBoolean>;
|
|
3699
3758
|
alwaysAllowSubtasks: z.ZodOptional<z.ZodBoolean>;
|
|
3700
3759
|
alwaysAllowExecute: z.ZodOptional<z.ZodBoolean>;
|
|
3760
|
+
alwaysAllowFollowupQuestions: z.ZodOptional<z.ZodBoolean>;
|
|
3761
|
+
followupAutoApproveTimeoutMs: z.ZodOptional<z.ZodNumber>;
|
|
3701
3762
|
allowedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3702
3763
|
allowedMaxRequests: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3703
3764
|
autoCondenseContext: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3790,18 +3851,21 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
3790
3851
|
codebaseIndexEmbedderProvider: z.ZodOptional<z.ZodEnum<["openai", "ollama", "openai-compatible"]>>;
|
|
3791
3852
|
codebaseIndexEmbedderBaseUrl: z.ZodOptional<z.ZodString>;
|
|
3792
3853
|
codebaseIndexEmbedderModelId: z.ZodOptional<z.ZodString>;
|
|
3854
|
+
codebaseIndexSearchMinScore: z.ZodOptional<z.ZodNumber>;
|
|
3793
3855
|
}, "strip", z.ZodTypeAny, {
|
|
3794
3856
|
codebaseIndexEnabled?: boolean | undefined;
|
|
3795
3857
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
3796
3858
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
3797
3859
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
3798
3860
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
3861
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
3799
3862
|
}, {
|
|
3800
3863
|
codebaseIndexEnabled?: boolean | undefined;
|
|
3801
3864
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
3802
3865
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
3803
3866
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
3804
3867
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
3868
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
3805
3869
|
}>>;
|
|
3806
3870
|
language: z.ZodOptional<z.ZodEnum<["ca", "de", "en", "es", "fr", "hi", "id", "it", "ja", "ko", "nl", "pl", "pt-BR", "ru", "tr", "vi", "zh-CN", "zh-TW"]>>;
|
|
3807
3871
|
telemetrySetting: z.ZodOptional<z.ZodEnum<["unset", "enabled", "disabled"]>>;
|
|
@@ -3879,6 +3943,8 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
3879
3943
|
historyPreviewCollapsed: z.ZodOptional<z.ZodBoolean>;
|
|
3880
3944
|
profileThresholds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
3881
3945
|
hasOpenedModeSelector: z.ZodOptional<z.ZodBoolean>;
|
|
3946
|
+
lastModeExportPath: z.ZodOptional<z.ZodString>;
|
|
3947
|
+
lastModeImportPath: z.ZodOptional<z.ZodString>;
|
|
3882
3948
|
}, "strip", z.ZodTypeAny, {
|
|
3883
3949
|
diffEnabled?: boolean | undefined;
|
|
3884
3950
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -3903,7 +3969,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
3903
3969
|
listApiConfigMeta?: {
|
|
3904
3970
|
name: string;
|
|
3905
3971
|
id: string;
|
|
3906
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
3972
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
3907
3973
|
}[] | undefined;
|
|
3908
3974
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
3909
3975
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -3936,6 +4002,8 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
3936
4002
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
3937
4003
|
alwaysAllowSubtasks?: boolean | undefined;
|
|
3938
4004
|
alwaysAllowExecute?: boolean | undefined;
|
|
4005
|
+
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
4006
|
+
followupAutoApproveTimeoutMs?: number | undefined;
|
|
3939
4007
|
allowedCommands?: string[] | undefined;
|
|
3940
4008
|
allowedMaxRequests?: number | null | undefined;
|
|
3941
4009
|
autoCondenseContext?: boolean | undefined;
|
|
@@ -3987,6 +4055,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
3987
4055
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
3988
4056
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
3989
4057
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
4058
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
3990
4059
|
} | undefined;
|
|
3991
4060
|
telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
|
|
3992
4061
|
mcpEnabled?: boolean | undefined;
|
|
@@ -4003,6 +4072,8 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
4003
4072
|
historyPreviewCollapsed?: boolean | undefined;
|
|
4004
4073
|
profileThresholds?: Record<string, number> | undefined;
|
|
4005
4074
|
hasOpenedModeSelector?: boolean | undefined;
|
|
4075
|
+
lastModeExportPath?: string | undefined;
|
|
4076
|
+
lastModeImportPath?: string | undefined;
|
|
4006
4077
|
}, {
|
|
4007
4078
|
diffEnabled?: boolean | undefined;
|
|
4008
4079
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -4027,7 +4098,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
4027
4098
|
listApiConfigMeta?: {
|
|
4028
4099
|
name: string;
|
|
4029
4100
|
id: string;
|
|
4030
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
4101
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
4031
4102
|
}[] | undefined;
|
|
4032
4103
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
4033
4104
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -4060,6 +4131,8 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
4060
4131
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
4061
4132
|
alwaysAllowSubtasks?: boolean | undefined;
|
|
4062
4133
|
alwaysAllowExecute?: boolean | undefined;
|
|
4134
|
+
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
4135
|
+
followupAutoApproveTimeoutMs?: number | undefined;
|
|
4063
4136
|
allowedCommands?: string[] | undefined;
|
|
4064
4137
|
allowedMaxRequests?: number | null | undefined;
|
|
4065
4138
|
autoCondenseContext?: boolean | undefined;
|
|
@@ -4111,6 +4184,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
4111
4184
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
4112
4185
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
4113
4186
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
4187
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
4114
4188
|
} | undefined;
|
|
4115
4189
|
telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
|
|
4116
4190
|
mcpEnabled?: boolean | undefined;
|
|
@@ -4127,9 +4201,11 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
4127
4201
|
historyPreviewCollapsed?: boolean | undefined;
|
|
4128
4202
|
profileThresholds?: Record<string, number> | undefined;
|
|
4129
4203
|
hasOpenedModeSelector?: boolean | undefined;
|
|
4204
|
+
lastModeExportPath?: string | undefined;
|
|
4205
|
+
lastModeImportPath?: string | undefined;
|
|
4130
4206
|
}>;
|
|
4131
4207
|
type GlobalSettings = z.infer<typeof globalSettingsSchema>;
|
|
4132
|
-
declare const GLOBAL_SETTINGS_KEYS: ["diffEnabled", "fuzzyMatchThreshold", "rateLimitSeconds", "language", "mode", "customInstructions", "customModes", "currentApiConfigName", "listApiConfigMeta", "pinnedApiConfigs", "lastShownAnnouncementId", "taskHistory", "condensingApiConfigId", "customCondensingPrompt", "autoApprovalEnabled", "alwaysAllowReadOnly", "alwaysAllowReadOnlyOutsideWorkspace", "alwaysAllowWrite", "alwaysAllowWriteOutsideWorkspace", "alwaysAllowWriteProtected", "writeDelayMs", "alwaysAllowBrowser", "alwaysApproveResubmit", "requestDelaySeconds", "alwaysAllowMcp", "alwaysAllowModeSwitch", "alwaysAllowSubtasks", "alwaysAllowExecute", "allowedCommands", "allowedMaxRequests", "autoCondenseContext", "autoCondenseContextPercent", "maxConcurrentFileReads", "browserToolEnabled", "browserViewportSize", "screenshotQuality", "remoteBrowserEnabled", "remoteBrowserHost", "cachedChromeHostUrl", "enableCheckpoints", "ttsEnabled", "ttsSpeed", "soundEnabled", "soundVolume", "maxOpenTabsContext", "maxWorkspaceFiles", "showRooIgnoredFiles", "maxReadFileLine", "terminalOutputLineLimit", "terminalShellIntegrationTimeout", "terminalShellIntegrationDisabled", "terminalCommandDelay", "terminalPowershellCounter", "terminalZshClearEolMark", "terminalZshOhMy", "terminalZshP10k", "terminalZdotdir", "terminalCompressProgressBar", "experiments", "codebaseIndexModels", "codebaseIndexConfig", "telemetrySetting", "mcpEnabled", "enableMcpServerCreation", "modeApiConfigs", "customModePrompts", "customSupportPrompts", "enhancementApiConfigId", "historyPreviewCollapsed", "profileThresholds", "hasOpenedModeSelector"];
|
|
4208
|
+
declare const GLOBAL_SETTINGS_KEYS: ["diffEnabled", "fuzzyMatchThreshold", "rateLimitSeconds", "language", "mode", "customInstructions", "customModes", "currentApiConfigName", "listApiConfigMeta", "pinnedApiConfigs", "lastShownAnnouncementId", "taskHistory", "condensingApiConfigId", "customCondensingPrompt", "autoApprovalEnabled", "alwaysAllowReadOnly", "alwaysAllowReadOnlyOutsideWorkspace", "alwaysAllowWrite", "alwaysAllowWriteOutsideWorkspace", "alwaysAllowWriteProtected", "writeDelayMs", "alwaysAllowBrowser", "alwaysApproveResubmit", "requestDelaySeconds", "alwaysAllowMcp", "alwaysAllowModeSwitch", "alwaysAllowSubtasks", "alwaysAllowExecute", "alwaysAllowFollowupQuestions", "followupAutoApproveTimeoutMs", "allowedCommands", "allowedMaxRequests", "autoCondenseContext", "autoCondenseContextPercent", "maxConcurrentFileReads", "browserToolEnabled", "browserViewportSize", "screenshotQuality", "remoteBrowserEnabled", "remoteBrowserHost", "cachedChromeHostUrl", "enableCheckpoints", "ttsEnabled", "ttsSpeed", "soundEnabled", "soundVolume", "maxOpenTabsContext", "maxWorkspaceFiles", "showRooIgnoredFiles", "maxReadFileLine", "terminalOutputLineLimit", "terminalShellIntegrationTimeout", "terminalShellIntegrationDisabled", "terminalCommandDelay", "terminalPowershellCounter", "terminalZshClearEolMark", "terminalZshOhMy", "terminalZshP10k", "terminalZdotdir", "terminalCompressProgressBar", "experiments", "codebaseIndexModels", "codebaseIndexConfig", "telemetrySetting", "mcpEnabled", "enableMcpServerCreation", "modeApiConfigs", "customModePrompts", "customSupportPrompts", "enhancementApiConfigId", "historyPreviewCollapsed", "profileThresholds", "hasOpenedModeSelector", "lastModeExportPath", "lastModeImportPath"];
|
|
4133
4209
|
/**
|
|
4134
4210
|
* RooCodeSettings
|
|
4135
4211
|
*/
|
|
@@ -4163,6 +4239,8 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
4163
4239
|
mistralCodestralUrl: z.ZodOptional<z.ZodString>;
|
|
4164
4240
|
openAiNativeApiKey: z.ZodOptional<z.ZodString>;
|
|
4165
4241
|
openAiNativeBaseUrl: z.ZodOptional<z.ZodString>;
|
|
4242
|
+
geminiCliOAuthPath: z.ZodOptional<z.ZodString>;
|
|
4243
|
+
geminiCliProjectId: z.ZodOptional<z.ZodString>;
|
|
4166
4244
|
geminiApiKey: z.ZodOptional<z.ZodString>;
|
|
4167
4245
|
googleGeminiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
4168
4246
|
lmStudioModelId: z.ZodOptional<z.ZodString>;
|
|
@@ -4318,21 +4396,21 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
4318
4396
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
4319
4397
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
4320
4398
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
4321
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
4399
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
4322
4400
|
} & {
|
|
4323
4401
|
currentApiConfigName: z.ZodOptional<z.ZodString>;
|
|
4324
4402
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4325
4403
|
id: z.ZodString;
|
|
4326
4404
|
name: z.ZodString;
|
|
4327
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
4405
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
4328
4406
|
}, "strip", z.ZodTypeAny, {
|
|
4329
4407
|
name: string;
|
|
4330
4408
|
id: string;
|
|
4331
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
4409
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
4332
4410
|
}, {
|
|
4333
4411
|
name: string;
|
|
4334
4412
|
id: string;
|
|
4335
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
4413
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
4336
4414
|
}>, "many">>;
|
|
4337
4415
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
4338
4416
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -4390,6 +4468,8 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
4390
4468
|
alwaysAllowModeSwitch: z.ZodOptional<z.ZodBoolean>;
|
|
4391
4469
|
alwaysAllowSubtasks: z.ZodOptional<z.ZodBoolean>;
|
|
4392
4470
|
alwaysAllowExecute: z.ZodOptional<z.ZodBoolean>;
|
|
4471
|
+
alwaysAllowFollowupQuestions: z.ZodOptional<z.ZodBoolean>;
|
|
4472
|
+
followupAutoApproveTimeoutMs: z.ZodOptional<z.ZodNumber>;
|
|
4393
4473
|
allowedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4394
4474
|
allowedMaxRequests: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4395
4475
|
autoCondenseContext: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4482,18 +4562,21 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
4482
4562
|
codebaseIndexEmbedderProvider: z.ZodOptional<z.ZodEnum<["openai", "ollama", "openai-compatible"]>>;
|
|
4483
4563
|
codebaseIndexEmbedderBaseUrl: z.ZodOptional<z.ZodString>;
|
|
4484
4564
|
codebaseIndexEmbedderModelId: z.ZodOptional<z.ZodString>;
|
|
4565
|
+
codebaseIndexSearchMinScore: z.ZodOptional<z.ZodNumber>;
|
|
4485
4566
|
}, "strip", z.ZodTypeAny, {
|
|
4486
4567
|
codebaseIndexEnabled?: boolean | undefined;
|
|
4487
4568
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
4488
4569
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
4489
4570
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
4490
4571
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
4572
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
4491
4573
|
}, {
|
|
4492
4574
|
codebaseIndexEnabled?: boolean | undefined;
|
|
4493
4575
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
4494
4576
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
4495
4577
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
4496
4578
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
4579
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
4497
4580
|
}>>;
|
|
4498
4581
|
language: z.ZodOptional<z.ZodEnum<["ca", "de", "en", "es", "fr", "hi", "id", "it", "ja", "ko", "nl", "pl", "pt-BR", "ru", "tr", "vi", "zh-CN", "zh-TW"]>>;
|
|
4499
4582
|
telemetrySetting: z.ZodOptional<z.ZodEnum<["unset", "enabled", "disabled"]>>;
|
|
@@ -4571,6 +4654,8 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
4571
4654
|
historyPreviewCollapsed: z.ZodOptional<z.ZodBoolean>;
|
|
4572
4655
|
profileThresholds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
4573
4656
|
hasOpenedModeSelector: z.ZodOptional<z.ZodBoolean>;
|
|
4657
|
+
lastModeExportPath: z.ZodOptional<z.ZodString>;
|
|
4658
|
+
lastModeImportPath: z.ZodOptional<z.ZodString>;
|
|
4574
4659
|
}, "strip", z.ZodTypeAny, {
|
|
4575
4660
|
reasoningEffort?: "low" | "medium" | "high" | undefined;
|
|
4576
4661
|
codeIndexOpenAiKey?: string | undefined;
|
|
@@ -4578,7 +4663,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
4578
4663
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
4579
4664
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
4580
4665
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
4581
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
4666
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
4582
4667
|
includeMaxTokens?: boolean | undefined;
|
|
4583
4668
|
diffEnabled?: boolean | undefined;
|
|
4584
4669
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -4667,6 +4752,8 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
4667
4752
|
lmStudioSpeculativeDecodingEnabled?: boolean | undefined;
|
|
4668
4753
|
geminiApiKey?: string | undefined;
|
|
4669
4754
|
googleGeminiBaseUrl?: string | undefined;
|
|
4755
|
+
geminiCliOAuthPath?: string | undefined;
|
|
4756
|
+
geminiCliProjectId?: string | undefined;
|
|
4670
4757
|
openAiNativeApiKey?: string | undefined;
|
|
4671
4758
|
openAiNativeBaseUrl?: string | undefined;
|
|
4672
4759
|
mistralApiKey?: string | undefined;
|
|
@@ -4704,7 +4791,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
4704
4791
|
listApiConfigMeta?: {
|
|
4705
4792
|
name: string;
|
|
4706
4793
|
id: string;
|
|
4707
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
4794
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
4708
4795
|
}[] | undefined;
|
|
4709
4796
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
4710
4797
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -4737,6 +4824,8 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
4737
4824
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
4738
4825
|
alwaysAllowSubtasks?: boolean | undefined;
|
|
4739
4826
|
alwaysAllowExecute?: boolean | undefined;
|
|
4827
|
+
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
4828
|
+
followupAutoApproveTimeoutMs?: number | undefined;
|
|
4740
4829
|
allowedCommands?: string[] | undefined;
|
|
4741
4830
|
allowedMaxRequests?: number | null | undefined;
|
|
4742
4831
|
autoCondenseContext?: boolean | undefined;
|
|
@@ -4788,6 +4877,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
4788
4877
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
4789
4878
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
4790
4879
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
4880
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
4791
4881
|
} | undefined;
|
|
4792
4882
|
telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
|
|
4793
4883
|
mcpEnabled?: boolean | undefined;
|
|
@@ -4804,6 +4894,8 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
4804
4894
|
historyPreviewCollapsed?: boolean | undefined;
|
|
4805
4895
|
profileThresholds?: Record<string, number> | undefined;
|
|
4806
4896
|
hasOpenedModeSelector?: boolean | undefined;
|
|
4897
|
+
lastModeExportPath?: string | undefined;
|
|
4898
|
+
lastModeImportPath?: string | undefined;
|
|
4807
4899
|
}, {
|
|
4808
4900
|
reasoningEffort?: "low" | "medium" | "high" | undefined;
|
|
4809
4901
|
codeIndexOpenAiKey?: string | undefined;
|
|
@@ -4811,7 +4903,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
4811
4903
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
4812
4904
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
4813
4905
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
4814
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
4906
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
4815
4907
|
includeMaxTokens?: boolean | undefined;
|
|
4816
4908
|
diffEnabled?: boolean | undefined;
|
|
4817
4909
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -4900,6 +4992,8 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
4900
4992
|
lmStudioSpeculativeDecodingEnabled?: boolean | undefined;
|
|
4901
4993
|
geminiApiKey?: string | undefined;
|
|
4902
4994
|
googleGeminiBaseUrl?: string | undefined;
|
|
4995
|
+
geminiCliOAuthPath?: string | undefined;
|
|
4996
|
+
geminiCliProjectId?: string | undefined;
|
|
4903
4997
|
openAiNativeApiKey?: string | undefined;
|
|
4904
4998
|
openAiNativeBaseUrl?: string | undefined;
|
|
4905
4999
|
mistralApiKey?: string | undefined;
|
|
@@ -4937,7 +5031,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
4937
5031
|
listApiConfigMeta?: {
|
|
4938
5032
|
name: string;
|
|
4939
5033
|
id: string;
|
|
4940
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
5034
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
4941
5035
|
}[] | undefined;
|
|
4942
5036
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
4943
5037
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -4970,6 +5064,8 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
4970
5064
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
4971
5065
|
alwaysAllowSubtasks?: boolean | undefined;
|
|
4972
5066
|
alwaysAllowExecute?: boolean | undefined;
|
|
5067
|
+
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
5068
|
+
followupAutoApproveTimeoutMs?: number | undefined;
|
|
4973
5069
|
allowedCommands?: string[] | undefined;
|
|
4974
5070
|
allowedMaxRequests?: number | null | undefined;
|
|
4975
5071
|
autoCondenseContext?: boolean | undefined;
|
|
@@ -5021,6 +5117,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
5021
5117
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
5022
5118
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
5023
5119
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
5120
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
5024
5121
|
} | undefined;
|
|
5025
5122
|
telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
|
|
5026
5123
|
mcpEnabled?: boolean | undefined;
|
|
@@ -5037,6 +5134,8 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
5037
5134
|
historyPreviewCollapsed?: boolean | undefined;
|
|
5038
5135
|
profileThresholds?: Record<string, number> | undefined;
|
|
5039
5136
|
hasOpenedModeSelector?: boolean | undefined;
|
|
5137
|
+
lastModeExportPath?: string | undefined;
|
|
5138
|
+
lastModeImportPath?: string | undefined;
|
|
5040
5139
|
}>;
|
|
5041
5140
|
type RooCodeSettings = GlobalSettings & ProviderSettings;
|
|
5042
5141
|
/**
|
|
@@ -5712,6 +5811,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
5712
5811
|
mistralCodestralUrl: z.ZodOptional<z.ZodString>;
|
|
5713
5812
|
openAiNativeApiKey: z.ZodOptional<z.ZodString>;
|
|
5714
5813
|
openAiNativeBaseUrl: z.ZodOptional<z.ZodString>;
|
|
5814
|
+
geminiCliOAuthPath: z.ZodOptional<z.ZodString>;
|
|
5815
|
+
geminiCliProjectId: z.ZodOptional<z.ZodString>;
|
|
5715
5816
|
geminiApiKey: z.ZodOptional<z.ZodString>;
|
|
5716
5817
|
googleGeminiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
5717
5818
|
lmStudioModelId: z.ZodOptional<z.ZodString>;
|
|
@@ -5867,21 +5968,21 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
5867
5968
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
5868
5969
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
5869
5970
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
5870
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
5971
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
5871
5972
|
} & {
|
|
5872
5973
|
currentApiConfigName: z.ZodOptional<z.ZodString>;
|
|
5873
5974
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5874
5975
|
id: z.ZodString;
|
|
5875
5976
|
name: z.ZodString;
|
|
5876
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
5977
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
5877
5978
|
}, "strip", z.ZodTypeAny, {
|
|
5878
5979
|
name: string;
|
|
5879
5980
|
id: string;
|
|
5880
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
5981
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
5881
5982
|
}, {
|
|
5882
5983
|
name: string;
|
|
5883
5984
|
id: string;
|
|
5884
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
5985
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
5885
5986
|
}>, "many">>;
|
|
5886
5987
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
5887
5988
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -5939,6 +6040,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
5939
6040
|
alwaysAllowModeSwitch: z.ZodOptional<z.ZodBoolean>;
|
|
5940
6041
|
alwaysAllowSubtasks: z.ZodOptional<z.ZodBoolean>;
|
|
5941
6042
|
alwaysAllowExecute: z.ZodOptional<z.ZodBoolean>;
|
|
6043
|
+
alwaysAllowFollowupQuestions: z.ZodOptional<z.ZodBoolean>;
|
|
6044
|
+
followupAutoApproveTimeoutMs: z.ZodOptional<z.ZodNumber>;
|
|
5942
6045
|
allowedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5943
6046
|
allowedMaxRequests: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5944
6047
|
autoCondenseContext: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -6031,18 +6134,21 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6031
6134
|
codebaseIndexEmbedderProvider: z.ZodOptional<z.ZodEnum<["openai", "ollama", "openai-compatible"]>>;
|
|
6032
6135
|
codebaseIndexEmbedderBaseUrl: z.ZodOptional<z.ZodString>;
|
|
6033
6136
|
codebaseIndexEmbedderModelId: z.ZodOptional<z.ZodString>;
|
|
6137
|
+
codebaseIndexSearchMinScore: z.ZodOptional<z.ZodNumber>;
|
|
6034
6138
|
}, "strip", z.ZodTypeAny, {
|
|
6035
6139
|
codebaseIndexEnabled?: boolean | undefined;
|
|
6036
6140
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
6037
6141
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
6038
6142
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
6039
6143
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
6144
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
6040
6145
|
}, {
|
|
6041
6146
|
codebaseIndexEnabled?: boolean | undefined;
|
|
6042
6147
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
6043
6148
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
6044
6149
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
6045
6150
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
6151
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
6046
6152
|
}>>;
|
|
6047
6153
|
language: z.ZodOptional<z.ZodEnum<["ca", "de", "en", "es", "fr", "hi", "id", "it", "ja", "ko", "nl", "pl", "pt-BR", "ru", "tr", "vi", "zh-CN", "zh-TW"]>>;
|
|
6048
6154
|
telemetrySetting: z.ZodOptional<z.ZodEnum<["unset", "enabled", "disabled"]>>;
|
|
@@ -6120,6 +6226,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6120
6226
|
historyPreviewCollapsed: z.ZodOptional<z.ZodBoolean>;
|
|
6121
6227
|
profileThresholds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
6122
6228
|
hasOpenedModeSelector: z.ZodOptional<z.ZodBoolean>;
|
|
6229
|
+
lastModeExportPath: z.ZodOptional<z.ZodString>;
|
|
6230
|
+
lastModeImportPath: z.ZodOptional<z.ZodString>;
|
|
6123
6231
|
}, "strip", z.ZodTypeAny, {
|
|
6124
6232
|
reasoningEffort?: "low" | "medium" | "high" | undefined;
|
|
6125
6233
|
codeIndexOpenAiKey?: string | undefined;
|
|
@@ -6127,7 +6235,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6127
6235
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
6128
6236
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
6129
6237
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
6130
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
6238
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
6131
6239
|
includeMaxTokens?: boolean | undefined;
|
|
6132
6240
|
diffEnabled?: boolean | undefined;
|
|
6133
6241
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -6216,6 +6324,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6216
6324
|
lmStudioSpeculativeDecodingEnabled?: boolean | undefined;
|
|
6217
6325
|
geminiApiKey?: string | undefined;
|
|
6218
6326
|
googleGeminiBaseUrl?: string | undefined;
|
|
6327
|
+
geminiCliOAuthPath?: string | undefined;
|
|
6328
|
+
geminiCliProjectId?: string | undefined;
|
|
6219
6329
|
openAiNativeApiKey?: string | undefined;
|
|
6220
6330
|
openAiNativeBaseUrl?: string | undefined;
|
|
6221
6331
|
mistralApiKey?: string | undefined;
|
|
@@ -6253,7 +6363,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6253
6363
|
listApiConfigMeta?: {
|
|
6254
6364
|
name: string;
|
|
6255
6365
|
id: string;
|
|
6256
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
6366
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
6257
6367
|
}[] | undefined;
|
|
6258
6368
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
6259
6369
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -6286,6 +6396,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6286
6396
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
6287
6397
|
alwaysAllowSubtasks?: boolean | undefined;
|
|
6288
6398
|
alwaysAllowExecute?: boolean | undefined;
|
|
6399
|
+
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
6400
|
+
followupAutoApproveTimeoutMs?: number | undefined;
|
|
6289
6401
|
allowedCommands?: string[] | undefined;
|
|
6290
6402
|
allowedMaxRequests?: number | null | undefined;
|
|
6291
6403
|
autoCondenseContext?: boolean | undefined;
|
|
@@ -6337,6 +6449,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6337
6449
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
6338
6450
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
6339
6451
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
6452
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
6340
6453
|
} | undefined;
|
|
6341
6454
|
telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
|
|
6342
6455
|
mcpEnabled?: boolean | undefined;
|
|
@@ -6353,6 +6466,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6353
6466
|
historyPreviewCollapsed?: boolean | undefined;
|
|
6354
6467
|
profileThresholds?: Record<string, number> | undefined;
|
|
6355
6468
|
hasOpenedModeSelector?: boolean | undefined;
|
|
6469
|
+
lastModeExportPath?: string | undefined;
|
|
6470
|
+
lastModeImportPath?: string | undefined;
|
|
6356
6471
|
}, {
|
|
6357
6472
|
reasoningEffort?: "low" | "medium" | "high" | undefined;
|
|
6358
6473
|
codeIndexOpenAiKey?: string | undefined;
|
|
@@ -6360,7 +6475,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6360
6475
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
6361
6476
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
6362
6477
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
6363
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
6478
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
6364
6479
|
includeMaxTokens?: boolean | undefined;
|
|
6365
6480
|
diffEnabled?: boolean | undefined;
|
|
6366
6481
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -6449,6 +6564,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6449
6564
|
lmStudioSpeculativeDecodingEnabled?: boolean | undefined;
|
|
6450
6565
|
geminiApiKey?: string | undefined;
|
|
6451
6566
|
googleGeminiBaseUrl?: string | undefined;
|
|
6567
|
+
geminiCliOAuthPath?: string | undefined;
|
|
6568
|
+
geminiCliProjectId?: string | undefined;
|
|
6452
6569
|
openAiNativeApiKey?: string | undefined;
|
|
6453
6570
|
openAiNativeBaseUrl?: string | undefined;
|
|
6454
6571
|
mistralApiKey?: string | undefined;
|
|
@@ -6486,7 +6603,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6486
6603
|
listApiConfigMeta?: {
|
|
6487
6604
|
name: string;
|
|
6488
6605
|
id: string;
|
|
6489
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
6606
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
6490
6607
|
}[] | undefined;
|
|
6491
6608
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
6492
6609
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -6519,6 +6636,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6519
6636
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
6520
6637
|
alwaysAllowSubtasks?: boolean | undefined;
|
|
6521
6638
|
alwaysAllowExecute?: boolean | undefined;
|
|
6639
|
+
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
6640
|
+
followupAutoApproveTimeoutMs?: number | undefined;
|
|
6522
6641
|
allowedCommands?: string[] | undefined;
|
|
6523
6642
|
allowedMaxRequests?: number | null | undefined;
|
|
6524
6643
|
autoCondenseContext?: boolean | undefined;
|
|
@@ -6570,6 +6689,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6570
6689
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
6571
6690
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
6572
6691
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
6692
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
6573
6693
|
} | undefined;
|
|
6574
6694
|
telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
|
|
6575
6695
|
mcpEnabled?: boolean | undefined;
|
|
@@ -6586,6 +6706,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6586
6706
|
historyPreviewCollapsed?: boolean | undefined;
|
|
6587
6707
|
profileThresholds?: Record<string, number> | undefined;
|
|
6588
6708
|
hasOpenedModeSelector?: boolean | undefined;
|
|
6709
|
+
lastModeExportPath?: string | undefined;
|
|
6710
|
+
lastModeImportPath?: string | undefined;
|
|
6589
6711
|
}>;
|
|
6590
6712
|
text: z.ZodString;
|
|
6591
6713
|
images: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -6599,7 +6721,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6599
6721
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
6600
6722
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
6601
6723
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
6602
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
6724
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
6603
6725
|
includeMaxTokens?: boolean | undefined;
|
|
6604
6726
|
diffEnabled?: boolean | undefined;
|
|
6605
6727
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -6688,6 +6810,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6688
6810
|
lmStudioSpeculativeDecodingEnabled?: boolean | undefined;
|
|
6689
6811
|
geminiApiKey?: string | undefined;
|
|
6690
6812
|
googleGeminiBaseUrl?: string | undefined;
|
|
6813
|
+
geminiCliOAuthPath?: string | undefined;
|
|
6814
|
+
geminiCliProjectId?: string | undefined;
|
|
6691
6815
|
openAiNativeApiKey?: string | undefined;
|
|
6692
6816
|
openAiNativeBaseUrl?: string | undefined;
|
|
6693
6817
|
mistralApiKey?: string | undefined;
|
|
@@ -6725,7 +6849,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6725
6849
|
listApiConfigMeta?: {
|
|
6726
6850
|
name: string;
|
|
6727
6851
|
id: string;
|
|
6728
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
6852
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
6729
6853
|
}[] | undefined;
|
|
6730
6854
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
6731
6855
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -6758,6 +6882,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6758
6882
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
6759
6883
|
alwaysAllowSubtasks?: boolean | undefined;
|
|
6760
6884
|
alwaysAllowExecute?: boolean | undefined;
|
|
6885
|
+
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
6886
|
+
followupAutoApproveTimeoutMs?: number | undefined;
|
|
6761
6887
|
allowedCommands?: string[] | undefined;
|
|
6762
6888
|
allowedMaxRequests?: number | null | undefined;
|
|
6763
6889
|
autoCondenseContext?: boolean | undefined;
|
|
@@ -6809,6 +6935,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6809
6935
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
6810
6936
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
6811
6937
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
6938
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
6812
6939
|
} | undefined;
|
|
6813
6940
|
telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
|
|
6814
6941
|
mcpEnabled?: boolean | undefined;
|
|
@@ -6825,6 +6952,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6825
6952
|
historyPreviewCollapsed?: boolean | undefined;
|
|
6826
6953
|
profileThresholds?: Record<string, number> | undefined;
|
|
6827
6954
|
hasOpenedModeSelector?: boolean | undefined;
|
|
6955
|
+
lastModeExportPath?: string | undefined;
|
|
6956
|
+
lastModeImportPath?: string | undefined;
|
|
6828
6957
|
};
|
|
6829
6958
|
images?: string[] | undefined;
|
|
6830
6959
|
newTab?: boolean | undefined;
|
|
@@ -6837,7 +6966,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6837
6966
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
6838
6967
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
6839
6968
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
6840
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
6969
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
6841
6970
|
includeMaxTokens?: boolean | undefined;
|
|
6842
6971
|
diffEnabled?: boolean | undefined;
|
|
6843
6972
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -6926,6 +7055,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6926
7055
|
lmStudioSpeculativeDecodingEnabled?: boolean | undefined;
|
|
6927
7056
|
geminiApiKey?: string | undefined;
|
|
6928
7057
|
googleGeminiBaseUrl?: string | undefined;
|
|
7058
|
+
geminiCliOAuthPath?: string | undefined;
|
|
7059
|
+
geminiCliProjectId?: string | undefined;
|
|
6929
7060
|
openAiNativeApiKey?: string | undefined;
|
|
6930
7061
|
openAiNativeBaseUrl?: string | undefined;
|
|
6931
7062
|
mistralApiKey?: string | undefined;
|
|
@@ -6963,7 +7094,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6963
7094
|
listApiConfigMeta?: {
|
|
6964
7095
|
name: string;
|
|
6965
7096
|
id: string;
|
|
6966
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
7097
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
6967
7098
|
}[] | undefined;
|
|
6968
7099
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
6969
7100
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -6996,6 +7127,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
6996
7127
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
6997
7128
|
alwaysAllowSubtasks?: boolean | undefined;
|
|
6998
7129
|
alwaysAllowExecute?: boolean | undefined;
|
|
7130
|
+
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
7131
|
+
followupAutoApproveTimeoutMs?: number | undefined;
|
|
6999
7132
|
allowedCommands?: string[] | undefined;
|
|
7000
7133
|
allowedMaxRequests?: number | null | undefined;
|
|
7001
7134
|
autoCondenseContext?: boolean | undefined;
|
|
@@ -7047,6 +7180,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
7047
7180
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
7048
7181
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
7049
7182
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
7183
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
7050
7184
|
} | undefined;
|
|
7051
7185
|
telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
|
|
7052
7186
|
mcpEnabled?: boolean | undefined;
|
|
@@ -7063,6 +7197,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
7063
7197
|
historyPreviewCollapsed?: boolean | undefined;
|
|
7064
7198
|
profileThresholds?: Record<string, number> | undefined;
|
|
7065
7199
|
hasOpenedModeSelector?: boolean | undefined;
|
|
7200
|
+
lastModeExportPath?: string | undefined;
|
|
7201
|
+
lastModeImportPath?: string | undefined;
|
|
7066
7202
|
};
|
|
7067
7203
|
images?: string[] | undefined;
|
|
7068
7204
|
newTab?: boolean | undefined;
|
|
@@ -7078,7 +7214,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
7078
7214
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
7079
7215
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
7080
7216
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
7081
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
7217
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
7082
7218
|
includeMaxTokens?: boolean | undefined;
|
|
7083
7219
|
diffEnabled?: boolean | undefined;
|
|
7084
7220
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -7167,6 +7303,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
7167
7303
|
lmStudioSpeculativeDecodingEnabled?: boolean | undefined;
|
|
7168
7304
|
geminiApiKey?: string | undefined;
|
|
7169
7305
|
googleGeminiBaseUrl?: string | undefined;
|
|
7306
|
+
geminiCliOAuthPath?: string | undefined;
|
|
7307
|
+
geminiCliProjectId?: string | undefined;
|
|
7170
7308
|
openAiNativeApiKey?: string | undefined;
|
|
7171
7309
|
openAiNativeBaseUrl?: string | undefined;
|
|
7172
7310
|
mistralApiKey?: string | undefined;
|
|
@@ -7204,7 +7342,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
7204
7342
|
listApiConfigMeta?: {
|
|
7205
7343
|
name: string;
|
|
7206
7344
|
id: string;
|
|
7207
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
7345
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
7208
7346
|
}[] | undefined;
|
|
7209
7347
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
7210
7348
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -7237,6 +7375,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
7237
7375
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
7238
7376
|
alwaysAllowSubtasks?: boolean | undefined;
|
|
7239
7377
|
alwaysAllowExecute?: boolean | undefined;
|
|
7378
|
+
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
7379
|
+
followupAutoApproveTimeoutMs?: number | undefined;
|
|
7240
7380
|
allowedCommands?: string[] | undefined;
|
|
7241
7381
|
allowedMaxRequests?: number | null | undefined;
|
|
7242
7382
|
autoCondenseContext?: boolean | undefined;
|
|
@@ -7288,6 +7428,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
7288
7428
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
7289
7429
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
7290
7430
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
7431
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
7291
7432
|
} | undefined;
|
|
7292
7433
|
telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
|
|
7293
7434
|
mcpEnabled?: boolean | undefined;
|
|
@@ -7304,6 +7445,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
7304
7445
|
historyPreviewCollapsed?: boolean | undefined;
|
|
7305
7446
|
profileThresholds?: Record<string, number> | undefined;
|
|
7306
7447
|
hasOpenedModeSelector?: boolean | undefined;
|
|
7448
|
+
lastModeExportPath?: string | undefined;
|
|
7449
|
+
lastModeImportPath?: string | undefined;
|
|
7307
7450
|
};
|
|
7308
7451
|
images?: string[] | undefined;
|
|
7309
7452
|
newTab?: boolean | undefined;
|
|
@@ -7319,7 +7462,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
7319
7462
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
7320
7463
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
7321
7464
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
7322
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
7465
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
7323
7466
|
includeMaxTokens?: boolean | undefined;
|
|
7324
7467
|
diffEnabled?: boolean | undefined;
|
|
7325
7468
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -7408,6 +7551,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
7408
7551
|
lmStudioSpeculativeDecodingEnabled?: boolean | undefined;
|
|
7409
7552
|
geminiApiKey?: string | undefined;
|
|
7410
7553
|
googleGeminiBaseUrl?: string | undefined;
|
|
7554
|
+
geminiCliOAuthPath?: string | undefined;
|
|
7555
|
+
geminiCliProjectId?: string | undefined;
|
|
7411
7556
|
openAiNativeApiKey?: string | undefined;
|
|
7412
7557
|
openAiNativeBaseUrl?: string | undefined;
|
|
7413
7558
|
mistralApiKey?: string | undefined;
|
|
@@ -7445,7 +7590,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
7445
7590
|
listApiConfigMeta?: {
|
|
7446
7591
|
name: string;
|
|
7447
7592
|
id: string;
|
|
7448
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
7593
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
7449
7594
|
}[] | undefined;
|
|
7450
7595
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
7451
7596
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -7478,6 +7623,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
7478
7623
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
7479
7624
|
alwaysAllowSubtasks?: boolean | undefined;
|
|
7480
7625
|
alwaysAllowExecute?: boolean | undefined;
|
|
7626
|
+
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
7627
|
+
followupAutoApproveTimeoutMs?: number | undefined;
|
|
7481
7628
|
allowedCommands?: string[] | undefined;
|
|
7482
7629
|
allowedMaxRequests?: number | null | undefined;
|
|
7483
7630
|
autoCondenseContext?: boolean | undefined;
|
|
@@ -7529,6 +7676,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
7529
7676
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
7530
7677
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
7531
7678
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
7679
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
7532
7680
|
} | undefined;
|
|
7533
7681
|
telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
|
|
7534
7682
|
mcpEnabled?: boolean | undefined;
|
|
@@ -7545,6 +7693,8 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
7545
7693
|
historyPreviewCollapsed?: boolean | undefined;
|
|
7546
7694
|
profileThresholds?: Record<string, number> | undefined;
|
|
7547
7695
|
hasOpenedModeSelector?: boolean | undefined;
|
|
7696
|
+
lastModeExportPath?: string | undefined;
|
|
7697
|
+
lastModeImportPath?: string | undefined;
|
|
7548
7698
|
};
|
|
7549
7699
|
images?: string[] | undefined;
|
|
7550
7700
|
newTab?: boolean | undefined;
|
|
@@ -8110,6 +8260,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
8110
8260
|
mistralCodestralUrl: z.ZodOptional<z.ZodString>;
|
|
8111
8261
|
openAiNativeApiKey: z.ZodOptional<z.ZodString>;
|
|
8112
8262
|
openAiNativeBaseUrl: z.ZodOptional<z.ZodString>;
|
|
8263
|
+
geminiCliOAuthPath: z.ZodOptional<z.ZodString>;
|
|
8264
|
+
geminiCliProjectId: z.ZodOptional<z.ZodString>;
|
|
8113
8265
|
geminiApiKey: z.ZodOptional<z.ZodString>;
|
|
8114
8266
|
googleGeminiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
8115
8267
|
lmStudioModelId: z.ZodOptional<z.ZodString>;
|
|
@@ -8265,21 +8417,21 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
8265
8417
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
8266
8418
|
anthropicBaseUrl: z.ZodOptional<z.ZodString>;
|
|
8267
8419
|
anthropicUseAuthToken: z.ZodOptional<z.ZodBoolean>;
|
|
8268
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
8420
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
8269
8421
|
} & {
|
|
8270
8422
|
currentApiConfigName: z.ZodOptional<z.ZodString>;
|
|
8271
8423
|
listApiConfigMeta: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8272
8424
|
id: z.ZodString;
|
|
8273
8425
|
name: z.ZodString;
|
|
8274
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
8426
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
8275
8427
|
}, "strip", z.ZodTypeAny, {
|
|
8276
8428
|
name: string;
|
|
8277
8429
|
id: string;
|
|
8278
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
8430
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
8279
8431
|
}, {
|
|
8280
8432
|
name: string;
|
|
8281
8433
|
id: string;
|
|
8282
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
8434
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
8283
8435
|
}>, "many">>;
|
|
8284
8436
|
pinnedApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
8285
8437
|
lastShownAnnouncementId: z.ZodOptional<z.ZodString>;
|
|
@@ -8337,6 +8489,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
8337
8489
|
alwaysAllowModeSwitch: z.ZodOptional<z.ZodBoolean>;
|
|
8338
8490
|
alwaysAllowSubtasks: z.ZodOptional<z.ZodBoolean>;
|
|
8339
8491
|
alwaysAllowExecute: z.ZodOptional<z.ZodBoolean>;
|
|
8492
|
+
alwaysAllowFollowupQuestions: z.ZodOptional<z.ZodBoolean>;
|
|
8493
|
+
followupAutoApproveTimeoutMs: z.ZodOptional<z.ZodNumber>;
|
|
8340
8494
|
allowedCommands: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8341
8495
|
allowedMaxRequests: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
8342
8496
|
autoCondenseContext: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -8429,18 +8583,21 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
8429
8583
|
codebaseIndexEmbedderProvider: z.ZodOptional<z.ZodEnum<["openai", "ollama", "openai-compatible"]>>;
|
|
8430
8584
|
codebaseIndexEmbedderBaseUrl: z.ZodOptional<z.ZodString>;
|
|
8431
8585
|
codebaseIndexEmbedderModelId: z.ZodOptional<z.ZodString>;
|
|
8586
|
+
codebaseIndexSearchMinScore: z.ZodOptional<z.ZodNumber>;
|
|
8432
8587
|
}, "strip", z.ZodTypeAny, {
|
|
8433
8588
|
codebaseIndexEnabled?: boolean | undefined;
|
|
8434
8589
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
8435
8590
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
8436
8591
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
8437
8592
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
8593
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
8438
8594
|
}, {
|
|
8439
8595
|
codebaseIndexEnabled?: boolean | undefined;
|
|
8440
8596
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
8441
8597
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
8442
8598
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
8443
8599
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
8600
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
8444
8601
|
}>>;
|
|
8445
8602
|
language: z.ZodOptional<z.ZodEnum<["ca", "de", "en", "es", "fr", "hi", "id", "it", "ja", "ko", "nl", "pl", "pt-BR", "ru", "tr", "vi", "zh-CN", "zh-TW"]>>;
|
|
8446
8603
|
telemetrySetting: z.ZodOptional<z.ZodEnum<["unset", "enabled", "disabled"]>>;
|
|
@@ -8518,6 +8675,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
8518
8675
|
historyPreviewCollapsed: z.ZodOptional<z.ZodBoolean>;
|
|
8519
8676
|
profileThresholds: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodNumber>>;
|
|
8520
8677
|
hasOpenedModeSelector: z.ZodOptional<z.ZodBoolean>;
|
|
8678
|
+
lastModeExportPath: z.ZodOptional<z.ZodString>;
|
|
8679
|
+
lastModeImportPath: z.ZodOptional<z.ZodString>;
|
|
8521
8680
|
}, "strip", z.ZodTypeAny, {
|
|
8522
8681
|
reasoningEffort?: "low" | "medium" | "high" | undefined;
|
|
8523
8682
|
codeIndexOpenAiKey?: string | undefined;
|
|
@@ -8525,7 +8684,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
8525
8684
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
8526
8685
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
8527
8686
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
8528
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
8687
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
8529
8688
|
includeMaxTokens?: boolean | undefined;
|
|
8530
8689
|
diffEnabled?: boolean | undefined;
|
|
8531
8690
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -8614,6 +8773,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
8614
8773
|
lmStudioSpeculativeDecodingEnabled?: boolean | undefined;
|
|
8615
8774
|
geminiApiKey?: string | undefined;
|
|
8616
8775
|
googleGeminiBaseUrl?: string | undefined;
|
|
8776
|
+
geminiCliOAuthPath?: string | undefined;
|
|
8777
|
+
geminiCliProjectId?: string | undefined;
|
|
8617
8778
|
openAiNativeApiKey?: string | undefined;
|
|
8618
8779
|
openAiNativeBaseUrl?: string | undefined;
|
|
8619
8780
|
mistralApiKey?: string | undefined;
|
|
@@ -8651,7 +8812,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
8651
8812
|
listApiConfigMeta?: {
|
|
8652
8813
|
name: string;
|
|
8653
8814
|
id: string;
|
|
8654
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
8815
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
8655
8816
|
}[] | undefined;
|
|
8656
8817
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
8657
8818
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -8684,6 +8845,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
8684
8845
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
8685
8846
|
alwaysAllowSubtasks?: boolean | undefined;
|
|
8686
8847
|
alwaysAllowExecute?: boolean | undefined;
|
|
8848
|
+
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
8849
|
+
followupAutoApproveTimeoutMs?: number | undefined;
|
|
8687
8850
|
allowedCommands?: string[] | undefined;
|
|
8688
8851
|
allowedMaxRequests?: number | null | undefined;
|
|
8689
8852
|
autoCondenseContext?: boolean | undefined;
|
|
@@ -8735,6 +8898,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
8735
8898
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
8736
8899
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
8737
8900
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
8901
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
8738
8902
|
} | undefined;
|
|
8739
8903
|
telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
|
|
8740
8904
|
mcpEnabled?: boolean | undefined;
|
|
@@ -8751,6 +8915,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
8751
8915
|
historyPreviewCollapsed?: boolean | undefined;
|
|
8752
8916
|
profileThresholds?: Record<string, number> | undefined;
|
|
8753
8917
|
hasOpenedModeSelector?: boolean | undefined;
|
|
8918
|
+
lastModeExportPath?: string | undefined;
|
|
8919
|
+
lastModeImportPath?: string | undefined;
|
|
8754
8920
|
}, {
|
|
8755
8921
|
reasoningEffort?: "low" | "medium" | "high" | undefined;
|
|
8756
8922
|
codeIndexOpenAiKey?: string | undefined;
|
|
@@ -8758,7 +8924,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
8758
8924
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
8759
8925
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
8760
8926
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
8761
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
8927
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
8762
8928
|
includeMaxTokens?: boolean | undefined;
|
|
8763
8929
|
diffEnabled?: boolean | undefined;
|
|
8764
8930
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -8847,6 +9013,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
8847
9013
|
lmStudioSpeculativeDecodingEnabled?: boolean | undefined;
|
|
8848
9014
|
geminiApiKey?: string | undefined;
|
|
8849
9015
|
googleGeminiBaseUrl?: string | undefined;
|
|
9016
|
+
geminiCliOAuthPath?: string | undefined;
|
|
9017
|
+
geminiCliProjectId?: string | undefined;
|
|
8850
9018
|
openAiNativeApiKey?: string | undefined;
|
|
8851
9019
|
openAiNativeBaseUrl?: string | undefined;
|
|
8852
9020
|
mistralApiKey?: string | undefined;
|
|
@@ -8884,7 +9052,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
8884
9052
|
listApiConfigMeta?: {
|
|
8885
9053
|
name: string;
|
|
8886
9054
|
id: string;
|
|
8887
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
9055
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
8888
9056
|
}[] | undefined;
|
|
8889
9057
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
8890
9058
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -8917,6 +9085,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
8917
9085
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
8918
9086
|
alwaysAllowSubtasks?: boolean | undefined;
|
|
8919
9087
|
alwaysAllowExecute?: boolean | undefined;
|
|
9088
|
+
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
9089
|
+
followupAutoApproveTimeoutMs?: number | undefined;
|
|
8920
9090
|
allowedCommands?: string[] | undefined;
|
|
8921
9091
|
allowedMaxRequests?: number | null | undefined;
|
|
8922
9092
|
autoCondenseContext?: boolean | undefined;
|
|
@@ -8968,6 +9138,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
8968
9138
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
8969
9139
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
8970
9140
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
9141
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
8971
9142
|
} | undefined;
|
|
8972
9143
|
telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
|
|
8973
9144
|
mcpEnabled?: boolean | undefined;
|
|
@@ -8984,6 +9155,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
8984
9155
|
historyPreviewCollapsed?: boolean | undefined;
|
|
8985
9156
|
profileThresholds?: Record<string, number> | undefined;
|
|
8986
9157
|
hasOpenedModeSelector?: boolean | undefined;
|
|
9158
|
+
lastModeExportPath?: string | undefined;
|
|
9159
|
+
lastModeImportPath?: string | undefined;
|
|
8987
9160
|
}>;
|
|
8988
9161
|
text: z.ZodString;
|
|
8989
9162
|
images: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -8997,7 +9170,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
8997
9170
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
8998
9171
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
8999
9172
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
9000
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
9173
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
9001
9174
|
includeMaxTokens?: boolean | undefined;
|
|
9002
9175
|
diffEnabled?: boolean | undefined;
|
|
9003
9176
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -9086,6 +9259,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9086
9259
|
lmStudioSpeculativeDecodingEnabled?: boolean | undefined;
|
|
9087
9260
|
geminiApiKey?: string | undefined;
|
|
9088
9261
|
googleGeminiBaseUrl?: string | undefined;
|
|
9262
|
+
geminiCliOAuthPath?: string | undefined;
|
|
9263
|
+
geminiCliProjectId?: string | undefined;
|
|
9089
9264
|
openAiNativeApiKey?: string | undefined;
|
|
9090
9265
|
openAiNativeBaseUrl?: string | undefined;
|
|
9091
9266
|
mistralApiKey?: string | undefined;
|
|
@@ -9123,7 +9298,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9123
9298
|
listApiConfigMeta?: {
|
|
9124
9299
|
name: string;
|
|
9125
9300
|
id: string;
|
|
9126
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
9301
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
9127
9302
|
}[] | undefined;
|
|
9128
9303
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
9129
9304
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -9156,6 +9331,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9156
9331
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
9157
9332
|
alwaysAllowSubtasks?: boolean | undefined;
|
|
9158
9333
|
alwaysAllowExecute?: boolean | undefined;
|
|
9334
|
+
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
9335
|
+
followupAutoApproveTimeoutMs?: number | undefined;
|
|
9159
9336
|
allowedCommands?: string[] | undefined;
|
|
9160
9337
|
allowedMaxRequests?: number | null | undefined;
|
|
9161
9338
|
autoCondenseContext?: boolean | undefined;
|
|
@@ -9207,6 +9384,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9207
9384
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
9208
9385
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
9209
9386
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
9387
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
9210
9388
|
} | undefined;
|
|
9211
9389
|
telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
|
|
9212
9390
|
mcpEnabled?: boolean | undefined;
|
|
@@ -9223,6 +9401,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9223
9401
|
historyPreviewCollapsed?: boolean | undefined;
|
|
9224
9402
|
profileThresholds?: Record<string, number> | undefined;
|
|
9225
9403
|
hasOpenedModeSelector?: boolean | undefined;
|
|
9404
|
+
lastModeExportPath?: string | undefined;
|
|
9405
|
+
lastModeImportPath?: string | undefined;
|
|
9226
9406
|
};
|
|
9227
9407
|
images?: string[] | undefined;
|
|
9228
9408
|
newTab?: boolean | undefined;
|
|
@@ -9235,7 +9415,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9235
9415
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
9236
9416
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
9237
9417
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
9238
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
9418
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
9239
9419
|
includeMaxTokens?: boolean | undefined;
|
|
9240
9420
|
diffEnabled?: boolean | undefined;
|
|
9241
9421
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -9324,6 +9504,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9324
9504
|
lmStudioSpeculativeDecodingEnabled?: boolean | undefined;
|
|
9325
9505
|
geminiApiKey?: string | undefined;
|
|
9326
9506
|
googleGeminiBaseUrl?: string | undefined;
|
|
9507
|
+
geminiCliOAuthPath?: string | undefined;
|
|
9508
|
+
geminiCliProjectId?: string | undefined;
|
|
9327
9509
|
openAiNativeApiKey?: string | undefined;
|
|
9328
9510
|
openAiNativeBaseUrl?: string | undefined;
|
|
9329
9511
|
mistralApiKey?: string | undefined;
|
|
@@ -9361,7 +9543,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9361
9543
|
listApiConfigMeta?: {
|
|
9362
9544
|
name: string;
|
|
9363
9545
|
id: string;
|
|
9364
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
9546
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
9365
9547
|
}[] | undefined;
|
|
9366
9548
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
9367
9549
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -9394,6 +9576,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9394
9576
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
9395
9577
|
alwaysAllowSubtasks?: boolean | undefined;
|
|
9396
9578
|
alwaysAllowExecute?: boolean | undefined;
|
|
9579
|
+
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
9580
|
+
followupAutoApproveTimeoutMs?: number | undefined;
|
|
9397
9581
|
allowedCommands?: string[] | undefined;
|
|
9398
9582
|
allowedMaxRequests?: number | null | undefined;
|
|
9399
9583
|
autoCondenseContext?: boolean | undefined;
|
|
@@ -9445,6 +9629,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9445
9629
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
9446
9630
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
9447
9631
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
9632
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
9448
9633
|
} | undefined;
|
|
9449
9634
|
telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
|
|
9450
9635
|
mcpEnabled?: boolean | undefined;
|
|
@@ -9461,6 +9646,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9461
9646
|
historyPreviewCollapsed?: boolean | undefined;
|
|
9462
9647
|
profileThresholds?: Record<string, number> | undefined;
|
|
9463
9648
|
hasOpenedModeSelector?: boolean | undefined;
|
|
9649
|
+
lastModeExportPath?: string | undefined;
|
|
9650
|
+
lastModeImportPath?: string | undefined;
|
|
9464
9651
|
};
|
|
9465
9652
|
images?: string[] | undefined;
|
|
9466
9653
|
newTab?: boolean | undefined;
|
|
@@ -9476,7 +9663,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9476
9663
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
9477
9664
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
9478
9665
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
9479
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
9666
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
9480
9667
|
includeMaxTokens?: boolean | undefined;
|
|
9481
9668
|
diffEnabled?: boolean | undefined;
|
|
9482
9669
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -9565,6 +9752,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9565
9752
|
lmStudioSpeculativeDecodingEnabled?: boolean | undefined;
|
|
9566
9753
|
geminiApiKey?: string | undefined;
|
|
9567
9754
|
googleGeminiBaseUrl?: string | undefined;
|
|
9755
|
+
geminiCliOAuthPath?: string | undefined;
|
|
9756
|
+
geminiCliProjectId?: string | undefined;
|
|
9568
9757
|
openAiNativeApiKey?: string | undefined;
|
|
9569
9758
|
openAiNativeBaseUrl?: string | undefined;
|
|
9570
9759
|
mistralApiKey?: string | undefined;
|
|
@@ -9602,7 +9791,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9602
9791
|
listApiConfigMeta?: {
|
|
9603
9792
|
name: string;
|
|
9604
9793
|
id: string;
|
|
9605
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
9794
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
9606
9795
|
}[] | undefined;
|
|
9607
9796
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
9608
9797
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -9635,6 +9824,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9635
9824
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
9636
9825
|
alwaysAllowSubtasks?: boolean | undefined;
|
|
9637
9826
|
alwaysAllowExecute?: boolean | undefined;
|
|
9827
|
+
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
9828
|
+
followupAutoApproveTimeoutMs?: number | undefined;
|
|
9638
9829
|
allowedCommands?: string[] | undefined;
|
|
9639
9830
|
allowedMaxRequests?: number | null | undefined;
|
|
9640
9831
|
autoCondenseContext?: boolean | undefined;
|
|
@@ -9686,6 +9877,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9686
9877
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
9687
9878
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
9688
9879
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
9880
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
9689
9881
|
} | undefined;
|
|
9690
9882
|
telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
|
|
9691
9883
|
mcpEnabled?: boolean | undefined;
|
|
@@ -9702,6 +9894,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9702
9894
|
historyPreviewCollapsed?: boolean | undefined;
|
|
9703
9895
|
profileThresholds?: Record<string, number> | undefined;
|
|
9704
9896
|
hasOpenedModeSelector?: boolean | undefined;
|
|
9897
|
+
lastModeExportPath?: string | undefined;
|
|
9898
|
+
lastModeImportPath?: string | undefined;
|
|
9705
9899
|
};
|
|
9706
9900
|
images?: string[] | undefined;
|
|
9707
9901
|
newTab?: boolean | undefined;
|
|
@@ -9717,7 +9911,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9717
9911
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
9718
9912
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
9719
9913
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
9720
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
9914
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
9721
9915
|
includeMaxTokens?: boolean | undefined;
|
|
9722
9916
|
diffEnabled?: boolean | undefined;
|
|
9723
9917
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -9806,6 +10000,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9806
10000
|
lmStudioSpeculativeDecodingEnabled?: boolean | undefined;
|
|
9807
10001
|
geminiApiKey?: string | undefined;
|
|
9808
10002
|
googleGeminiBaseUrl?: string | undefined;
|
|
10003
|
+
geminiCliOAuthPath?: string | undefined;
|
|
10004
|
+
geminiCliProjectId?: string | undefined;
|
|
9809
10005
|
openAiNativeApiKey?: string | undefined;
|
|
9810
10006
|
openAiNativeBaseUrl?: string | undefined;
|
|
9811
10007
|
mistralApiKey?: string | undefined;
|
|
@@ -9843,7 +10039,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9843
10039
|
listApiConfigMeta?: {
|
|
9844
10040
|
name: string;
|
|
9845
10041
|
id: string;
|
|
9846
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
10042
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
9847
10043
|
}[] | undefined;
|
|
9848
10044
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
9849
10045
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -9876,6 +10072,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9876
10072
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
9877
10073
|
alwaysAllowSubtasks?: boolean | undefined;
|
|
9878
10074
|
alwaysAllowExecute?: boolean | undefined;
|
|
10075
|
+
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
10076
|
+
followupAutoApproveTimeoutMs?: number | undefined;
|
|
9879
10077
|
allowedCommands?: string[] | undefined;
|
|
9880
10078
|
allowedMaxRequests?: number | null | undefined;
|
|
9881
10079
|
autoCondenseContext?: boolean | undefined;
|
|
@@ -9927,6 +10125,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9927
10125
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
9928
10126
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
9929
10127
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
10128
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
9930
10129
|
} | undefined;
|
|
9931
10130
|
telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
|
|
9932
10131
|
mcpEnabled?: boolean | undefined;
|
|
@@ -9943,6 +10142,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9943
10142
|
historyPreviewCollapsed?: boolean | undefined;
|
|
9944
10143
|
profileThresholds?: Record<string, number> | undefined;
|
|
9945
10144
|
hasOpenedModeSelector?: boolean | undefined;
|
|
10145
|
+
lastModeExportPath?: string | undefined;
|
|
10146
|
+
lastModeImportPath?: string | undefined;
|
|
9946
10147
|
};
|
|
9947
10148
|
images?: string[] | undefined;
|
|
9948
10149
|
newTab?: boolean | undefined;
|
|
@@ -9980,7 +10181,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
9980
10181
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
9981
10182
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
9982
10183
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
9983
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
10184
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
9984
10185
|
includeMaxTokens?: boolean | undefined;
|
|
9985
10186
|
diffEnabled?: boolean | undefined;
|
|
9986
10187
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -10069,6 +10270,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10069
10270
|
lmStudioSpeculativeDecodingEnabled?: boolean | undefined;
|
|
10070
10271
|
geminiApiKey?: string | undefined;
|
|
10071
10272
|
googleGeminiBaseUrl?: string | undefined;
|
|
10273
|
+
geminiCliOAuthPath?: string | undefined;
|
|
10274
|
+
geminiCliProjectId?: string | undefined;
|
|
10072
10275
|
openAiNativeApiKey?: string | undefined;
|
|
10073
10276
|
openAiNativeBaseUrl?: string | undefined;
|
|
10074
10277
|
mistralApiKey?: string | undefined;
|
|
@@ -10106,7 +10309,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10106
10309
|
listApiConfigMeta?: {
|
|
10107
10310
|
name: string;
|
|
10108
10311
|
id: string;
|
|
10109
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
10312
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
10110
10313
|
}[] | undefined;
|
|
10111
10314
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
10112
10315
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -10139,6 +10342,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10139
10342
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
10140
10343
|
alwaysAllowSubtasks?: boolean | undefined;
|
|
10141
10344
|
alwaysAllowExecute?: boolean | undefined;
|
|
10345
|
+
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
10346
|
+
followupAutoApproveTimeoutMs?: number | undefined;
|
|
10142
10347
|
allowedCommands?: string[] | undefined;
|
|
10143
10348
|
allowedMaxRequests?: number | null | undefined;
|
|
10144
10349
|
autoCondenseContext?: boolean | undefined;
|
|
@@ -10190,6 +10395,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10190
10395
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
10191
10396
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
10192
10397
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
10398
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
10193
10399
|
} | undefined;
|
|
10194
10400
|
telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
|
|
10195
10401
|
mcpEnabled?: boolean | undefined;
|
|
@@ -10206,6 +10412,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10206
10412
|
historyPreviewCollapsed?: boolean | undefined;
|
|
10207
10413
|
profileThresholds?: Record<string, number> | undefined;
|
|
10208
10414
|
hasOpenedModeSelector?: boolean | undefined;
|
|
10415
|
+
lastModeExportPath?: string | undefined;
|
|
10416
|
+
lastModeImportPath?: string | undefined;
|
|
10209
10417
|
};
|
|
10210
10418
|
images?: string[] | undefined;
|
|
10211
10419
|
newTab?: boolean | undefined;
|
|
@@ -10232,7 +10440,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10232
10440
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
10233
10441
|
codebaseIndexOpenAiCompatibleApiKey?: string | undefined;
|
|
10234
10442
|
codebaseIndexOpenAiCompatibleModelDimension?: number | undefined;
|
|
10235
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
10443
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
10236
10444
|
includeMaxTokens?: boolean | undefined;
|
|
10237
10445
|
diffEnabled?: boolean | undefined;
|
|
10238
10446
|
fuzzyMatchThreshold?: number | undefined;
|
|
@@ -10321,6 +10529,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10321
10529
|
lmStudioSpeculativeDecodingEnabled?: boolean | undefined;
|
|
10322
10530
|
geminiApiKey?: string | undefined;
|
|
10323
10531
|
googleGeminiBaseUrl?: string | undefined;
|
|
10532
|
+
geminiCliOAuthPath?: string | undefined;
|
|
10533
|
+
geminiCliProjectId?: string | undefined;
|
|
10324
10534
|
openAiNativeApiKey?: string | undefined;
|
|
10325
10535
|
openAiNativeBaseUrl?: string | undefined;
|
|
10326
10536
|
mistralApiKey?: string | undefined;
|
|
@@ -10358,7 +10568,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10358
10568
|
listApiConfigMeta?: {
|
|
10359
10569
|
name: string;
|
|
10360
10570
|
id: string;
|
|
10361
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
10571
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
10362
10572
|
}[] | undefined;
|
|
10363
10573
|
pinnedApiConfigs?: Record<string, boolean> | undefined;
|
|
10364
10574
|
lastShownAnnouncementId?: string | undefined;
|
|
@@ -10391,6 +10601,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10391
10601
|
alwaysAllowModeSwitch?: boolean | undefined;
|
|
10392
10602
|
alwaysAllowSubtasks?: boolean | undefined;
|
|
10393
10603
|
alwaysAllowExecute?: boolean | undefined;
|
|
10604
|
+
alwaysAllowFollowupQuestions?: boolean | undefined;
|
|
10605
|
+
followupAutoApproveTimeoutMs?: number | undefined;
|
|
10394
10606
|
allowedCommands?: string[] | undefined;
|
|
10395
10607
|
allowedMaxRequests?: number | null | undefined;
|
|
10396
10608
|
autoCondenseContext?: boolean | undefined;
|
|
@@ -10442,6 +10654,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10442
10654
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
10443
10655
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
10444
10656
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
10657
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
10445
10658
|
} | undefined;
|
|
10446
10659
|
telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
|
|
10447
10660
|
mcpEnabled?: boolean | undefined;
|
|
@@ -10458,6 +10671,8 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
10458
10671
|
historyPreviewCollapsed?: boolean | undefined;
|
|
10459
10672
|
profileThresholds?: Record<string, number> | undefined;
|
|
10460
10673
|
hasOpenedModeSelector?: boolean | undefined;
|
|
10674
|
+
lastModeExportPath?: string | undefined;
|
|
10675
|
+
lastModeImportPath?: string | undefined;
|
|
10461
10676
|
};
|
|
10462
10677
|
images?: string[] | undefined;
|
|
10463
10678
|
newTab?: boolean | undefined;
|
|
@@ -11318,18 +11533,21 @@ declare const codebaseIndexConfigSchema: z.ZodObject<{
|
|
|
11318
11533
|
codebaseIndexEmbedderProvider: z.ZodOptional<z.ZodEnum<["openai", "ollama", "openai-compatible"]>>;
|
|
11319
11534
|
codebaseIndexEmbedderBaseUrl: z.ZodOptional<z.ZodString>;
|
|
11320
11535
|
codebaseIndexEmbedderModelId: z.ZodOptional<z.ZodString>;
|
|
11536
|
+
codebaseIndexSearchMinScore: z.ZodOptional<z.ZodNumber>;
|
|
11321
11537
|
}, "strip", z.ZodTypeAny, {
|
|
11322
11538
|
codebaseIndexEnabled?: boolean | undefined;
|
|
11323
11539
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
11324
11540
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
11325
11541
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
11326
11542
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
11543
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
11327
11544
|
}, {
|
|
11328
11545
|
codebaseIndexEnabled?: boolean | undefined;
|
|
11329
11546
|
codebaseIndexQdrantUrl?: string | undefined;
|
|
11330
11547
|
codebaseIndexEmbedderProvider?: "openai" | "ollama" | "openai-compatible" | undefined;
|
|
11331
11548
|
codebaseIndexEmbedderBaseUrl?: string | undefined;
|
|
11332
11549
|
codebaseIndexEmbedderModelId?: string | undefined;
|
|
11550
|
+
codebaseIndexSearchMinScore?: number | undefined;
|
|
11333
11551
|
}>;
|
|
11334
11552
|
type CodebaseIndexConfig = z.infer<typeof codebaseIndexConfigSchema>;
|
|
11335
11553
|
/**
|
|
@@ -11718,6 +11936,69 @@ declare const experimentsSchema: z.ZodObject<{
|
|
|
11718
11936
|
}>;
|
|
11719
11937
|
type Experiments = z.infer<typeof experimentsSchema>;
|
|
11720
11938
|
|
|
11939
|
+
/**
|
|
11940
|
+
* Interface for follow-up data structure used in follow-up questions
|
|
11941
|
+
* This represents the data structure for follow-up questions that the LLM can ask
|
|
11942
|
+
* to gather more information needed to complete a task.
|
|
11943
|
+
*/
|
|
11944
|
+
interface FollowUpData {
|
|
11945
|
+
/** The question being asked by the LLM */
|
|
11946
|
+
question?: string;
|
|
11947
|
+
/** Array of suggested answers that the user can select */
|
|
11948
|
+
suggest?: Array<SuggestionItem>;
|
|
11949
|
+
}
|
|
11950
|
+
/**
|
|
11951
|
+
* Interface for a suggestion item with optional mode switching
|
|
11952
|
+
*/
|
|
11953
|
+
interface SuggestionItem {
|
|
11954
|
+
/** The text of the suggestion */
|
|
11955
|
+
answer: string;
|
|
11956
|
+
/** Optional mode to switch to when selecting this suggestion */
|
|
11957
|
+
mode?: string;
|
|
11958
|
+
}
|
|
11959
|
+
/**
|
|
11960
|
+
* Zod schema for SuggestionItem
|
|
11961
|
+
*/
|
|
11962
|
+
declare const suggestionItemSchema: z.ZodObject<{
|
|
11963
|
+
answer: z.ZodString;
|
|
11964
|
+
mode: z.ZodOptional<z.ZodString>;
|
|
11965
|
+
}, "strip", z.ZodTypeAny, {
|
|
11966
|
+
answer: string;
|
|
11967
|
+
mode?: string | undefined;
|
|
11968
|
+
}, {
|
|
11969
|
+
answer: string;
|
|
11970
|
+
mode?: string | undefined;
|
|
11971
|
+
}>;
|
|
11972
|
+
/**
|
|
11973
|
+
* Zod schema for FollowUpData
|
|
11974
|
+
*/
|
|
11975
|
+
declare const followUpDataSchema: z.ZodObject<{
|
|
11976
|
+
question: z.ZodOptional<z.ZodString>;
|
|
11977
|
+
suggest: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11978
|
+
answer: z.ZodString;
|
|
11979
|
+
mode: z.ZodOptional<z.ZodString>;
|
|
11980
|
+
}, "strip", z.ZodTypeAny, {
|
|
11981
|
+
answer: string;
|
|
11982
|
+
mode?: string | undefined;
|
|
11983
|
+
}, {
|
|
11984
|
+
answer: string;
|
|
11985
|
+
mode?: string | undefined;
|
|
11986
|
+
}>, "many">>;
|
|
11987
|
+
}, "strip", z.ZodTypeAny, {
|
|
11988
|
+
question?: string | undefined;
|
|
11989
|
+
suggest?: {
|
|
11990
|
+
answer: string;
|
|
11991
|
+
mode?: string | undefined;
|
|
11992
|
+
}[] | undefined;
|
|
11993
|
+
}, {
|
|
11994
|
+
question?: string | undefined;
|
|
11995
|
+
suggest?: {
|
|
11996
|
+
answer: string;
|
|
11997
|
+
mode?: string | undefined;
|
|
11998
|
+
}[] | undefined;
|
|
11999
|
+
}>;
|
|
12000
|
+
type FollowUpDataType = z.infer<typeof followUpDataSchema>;
|
|
12001
|
+
|
|
11721
12002
|
/**
|
|
11722
12003
|
* HistoryItem
|
|
11723
12004
|
*/
|
|
@@ -12447,6 +12728,14 @@ type CustomModePrompts = z.infer<typeof customModePromptsSchema>;
|
|
|
12447
12728
|
declare const customSupportPromptsSchema: z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodString>>;
|
|
12448
12729
|
type CustomSupportPrompts = z.infer<typeof customSupportPromptsSchema>;
|
|
12449
12730
|
|
|
12731
|
+
/**
|
|
12732
|
+
* Types related to task sharing functionality
|
|
12733
|
+
*/
|
|
12734
|
+
/**
|
|
12735
|
+
* Visibility options for sharing tasks
|
|
12736
|
+
*/
|
|
12737
|
+
type ShareVisibility = "organization" | "public";
|
|
12738
|
+
|
|
12450
12739
|
/**
|
|
12451
12740
|
* TelemetrySetting
|
|
12452
12741
|
*/
|
|
@@ -12464,6 +12753,7 @@ declare enum TelemetryEventName {
|
|
|
12464
12753
|
TASK_CONVERSATION_MESSAGE = "Conversation Message",
|
|
12465
12754
|
LLM_COMPLETION = "LLM Completion",
|
|
12466
12755
|
MODE_SWITCH = "Mode Switched",
|
|
12756
|
+
MODE_SELECTOR_OPENED = "Mode Selector Opened",
|
|
12467
12757
|
TOOL_USED = "Tool Used",
|
|
12468
12758
|
CHECKPOINT_CREATED = "Checkpoint Created",
|
|
12469
12759
|
CHECKPOINT_RESTORED = "Checkpoint Restored",
|
|
@@ -12481,6 +12771,14 @@ declare enum TelemetryEventName {
|
|
|
12481
12771
|
MARKETPLACE_ITEM_REMOVED = "Marketplace Item Removed",
|
|
12482
12772
|
MARKETPLACE_TAB_VIEWED = "Marketplace Tab Viewed",
|
|
12483
12773
|
MARKETPLACE_INSTALL_BUTTON_CLICKED = "Marketplace Install Button Clicked",
|
|
12774
|
+
SHARE_BUTTON_CLICKED = "Share Button Clicked",
|
|
12775
|
+
SHARE_ORGANIZATION_CLICKED = "Share Organization Clicked",
|
|
12776
|
+
SHARE_PUBLIC_CLICKED = "Share Public Clicked",
|
|
12777
|
+
SHARE_CONNECT_TO_CLOUD_CLICKED = "Share Connect To Cloud Clicked",
|
|
12778
|
+
ACCOUNT_CONNECT_CLICKED = "Account Connect Clicked",
|
|
12779
|
+
ACCOUNT_CONNECT_SUCCESS = "Account Connect Success",
|
|
12780
|
+
ACCOUNT_LOGOUT_CLICKED = "Account Logout Clicked",
|
|
12781
|
+
ACCOUNT_LOGOUT_SUCCESS = "Account Logout Success",
|
|
12484
12782
|
SCHEMA_VALIDATION_ERROR = "Schema Validation Error",
|
|
12485
12783
|
DIFF_APPLICATION_ERROR = "Diff Application Error",
|
|
12486
12784
|
SHELL_INTEGRATION_ERROR = "Shell Integration Error",
|
|
@@ -12497,6 +12795,7 @@ declare const appPropertiesSchema: z.ZodObject<{
|
|
|
12497
12795
|
editorName: z.ZodString;
|
|
12498
12796
|
language: z.ZodString;
|
|
12499
12797
|
mode: z.ZodString;
|
|
12798
|
+
cloudIsAuthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
12500
12799
|
}, "strip", z.ZodTypeAny, {
|
|
12501
12800
|
appName: string;
|
|
12502
12801
|
appVersion: string;
|
|
@@ -12505,6 +12804,7 @@ declare const appPropertiesSchema: z.ZodObject<{
|
|
|
12505
12804
|
editorName: string;
|
|
12506
12805
|
language: string;
|
|
12507
12806
|
mode: string;
|
|
12807
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
12508
12808
|
}, {
|
|
12509
12809
|
appName: string;
|
|
12510
12810
|
appVersion: string;
|
|
@@ -12513,21 +12813,22 @@ declare const appPropertiesSchema: z.ZodObject<{
|
|
|
12513
12813
|
editorName: string;
|
|
12514
12814
|
language: string;
|
|
12515
12815
|
mode: string;
|
|
12816
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
12516
12817
|
}>;
|
|
12517
12818
|
declare const taskPropertiesSchema: z.ZodObject<{
|
|
12518
12819
|
taskId: z.ZodOptional<z.ZodString>;
|
|
12519
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
12820
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
12520
12821
|
modelId: z.ZodOptional<z.ZodString>;
|
|
12521
12822
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
12522
12823
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
12523
12824
|
}, "strip", z.ZodTypeAny, {
|
|
12524
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
12825
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
12525
12826
|
taskId?: string | undefined;
|
|
12526
12827
|
modelId?: string | undefined;
|
|
12527
12828
|
diffStrategy?: string | undefined;
|
|
12528
12829
|
isSubtask?: boolean | undefined;
|
|
12529
12830
|
}, {
|
|
12530
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
12831
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
12531
12832
|
taskId?: string | undefined;
|
|
12532
12833
|
modelId?: string | undefined;
|
|
12533
12834
|
diffStrategy?: string | undefined;
|
|
@@ -12551,56 +12852,7 @@ declare const telemetryPropertiesSchema: z.ZodObject<{
|
|
|
12551
12852
|
repositoryName: z.ZodOptional<z.ZodString>;
|
|
12552
12853
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
12553
12854
|
taskId: z.ZodOptional<z.ZodString>;
|
|
12554
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
12555
|
-
modelId: z.ZodOptional<z.ZodString>;
|
|
12556
|
-
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
12557
|
-
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
12558
|
-
appName: z.ZodString;
|
|
12559
|
-
appVersion: z.ZodString;
|
|
12560
|
-
vscodeVersion: z.ZodString;
|
|
12561
|
-
platform: z.ZodString;
|
|
12562
|
-
editorName: z.ZodString;
|
|
12563
|
-
language: z.ZodString;
|
|
12564
|
-
mode: z.ZodString;
|
|
12565
|
-
}, "strip", z.ZodTypeAny, {
|
|
12566
|
-
appName: string;
|
|
12567
|
-
appVersion: string;
|
|
12568
|
-
vscodeVersion: string;
|
|
12569
|
-
platform: string;
|
|
12570
|
-
editorName: string;
|
|
12571
|
-
language: string;
|
|
12572
|
-
mode: string;
|
|
12573
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
12574
|
-
taskId?: string | undefined;
|
|
12575
|
-
modelId?: string | undefined;
|
|
12576
|
-
diffStrategy?: string | undefined;
|
|
12577
|
-
isSubtask?: boolean | undefined;
|
|
12578
|
-
repositoryUrl?: string | undefined;
|
|
12579
|
-
repositoryName?: string | undefined;
|
|
12580
|
-
defaultBranch?: string | undefined;
|
|
12581
|
-
}, {
|
|
12582
|
-
appName: string;
|
|
12583
|
-
appVersion: string;
|
|
12584
|
-
vscodeVersion: string;
|
|
12585
|
-
platform: string;
|
|
12586
|
-
editorName: string;
|
|
12587
|
-
language: string;
|
|
12588
|
-
mode: string;
|
|
12589
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
12590
|
-
taskId?: string | undefined;
|
|
12591
|
-
modelId?: string | undefined;
|
|
12592
|
-
diffStrategy?: string | undefined;
|
|
12593
|
-
isSubtask?: boolean | undefined;
|
|
12594
|
-
repositoryUrl?: string | undefined;
|
|
12595
|
-
repositoryName?: string | undefined;
|
|
12596
|
-
defaultBranch?: string | undefined;
|
|
12597
|
-
}>;
|
|
12598
|
-
declare const cloudTelemetryPropertiesSchema: z.ZodObject<{
|
|
12599
|
-
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
12600
|
-
repositoryName: z.ZodOptional<z.ZodString>;
|
|
12601
|
-
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
12602
|
-
taskId: z.ZodOptional<z.ZodString>;
|
|
12603
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
12855
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
12604
12856
|
modelId: z.ZodOptional<z.ZodString>;
|
|
12605
12857
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
12606
12858
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -12611,6 +12863,7 @@ declare const cloudTelemetryPropertiesSchema: z.ZodObject<{
|
|
|
12611
12863
|
editorName: z.ZodString;
|
|
12612
12864
|
language: z.ZodString;
|
|
12613
12865
|
mode: z.ZodString;
|
|
12866
|
+
cloudIsAuthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
12614
12867
|
}, "strip", z.ZodTypeAny, {
|
|
12615
12868
|
appName: string;
|
|
12616
12869
|
appVersion: string;
|
|
@@ -12619,7 +12872,8 @@ declare const cloudTelemetryPropertiesSchema: z.ZodObject<{
|
|
|
12619
12872
|
editorName: string;
|
|
12620
12873
|
language: string;
|
|
12621
12874
|
mode: string;
|
|
12622
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
12875
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
12876
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
12623
12877
|
taskId?: string | undefined;
|
|
12624
12878
|
modelId?: string | undefined;
|
|
12625
12879
|
diffStrategy?: string | undefined;
|
|
@@ -12635,7 +12889,8 @@ declare const cloudTelemetryPropertiesSchema: z.ZodObject<{
|
|
|
12635
12889
|
editorName: string;
|
|
12636
12890
|
language: string;
|
|
12637
12891
|
mode: string;
|
|
12638
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
12892
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
12893
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
12639
12894
|
taskId?: string | undefined;
|
|
12640
12895
|
modelId?: string | undefined;
|
|
12641
12896
|
diffStrategy?: string | undefined;
|
|
@@ -12645,7 +12900,6 @@ declare const cloudTelemetryPropertiesSchema: z.ZodObject<{
|
|
|
12645
12900
|
defaultBranch?: string | undefined;
|
|
12646
12901
|
}>;
|
|
12647
12902
|
type TelemetryProperties = z.infer<typeof telemetryPropertiesSchema>;
|
|
12648
|
-
type CloudTelemetryProperties = z.infer<typeof cloudTelemetryPropertiesSchema>;
|
|
12649
12903
|
type GitProperties = z.infer<typeof gitPropertiesSchema>;
|
|
12650
12904
|
/**
|
|
12651
12905
|
* TelemetryEvent
|
|
@@ -12658,13 +12912,13 @@ type TelemetryEvent = {
|
|
|
12658
12912
|
* RooCodeTelemetryEvent
|
|
12659
12913
|
*/
|
|
12660
12914
|
declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
12661
|
-
type: z.ZodEnum<[TelemetryEventName.TASK_CREATED, TelemetryEventName.TASK_RESTARTED, TelemetryEventName.TASK_COMPLETED, TelemetryEventName.TASK_CONVERSATION_MESSAGE, TelemetryEventName.MODE_SWITCH, TelemetryEventName.TOOL_USED, TelemetryEventName.CHECKPOINT_CREATED, TelemetryEventName.CHECKPOINT_RESTORED, TelemetryEventName.CHECKPOINT_DIFFED, TelemetryEventName.CODE_ACTION_USED, TelemetryEventName.PROMPT_ENHANCED, TelemetryEventName.TITLE_BUTTON_CLICKED, TelemetryEventName.AUTHENTICATION_INITIATED, TelemetryEventName.MARKETPLACE_ITEM_INSTALLED, TelemetryEventName.MARKETPLACE_ITEM_REMOVED, TelemetryEventName.SCHEMA_VALIDATION_ERROR, TelemetryEventName.DIFF_APPLICATION_ERROR, TelemetryEventName.SHELL_INTEGRATION_ERROR, TelemetryEventName.CONSECUTIVE_MISTAKE_ERROR, TelemetryEventName.CONTEXT_CONDENSED, TelemetryEventName.SLIDING_WINDOW_TRUNCATION, TelemetryEventName.TAB_SHOWN, TelemetryEventName.MODE_SETTINGS_CHANGED, TelemetryEventName.CUSTOM_MODE_CREATED]>;
|
|
12915
|
+
type: z.ZodEnum<[TelemetryEventName.TASK_CREATED, TelemetryEventName.TASK_RESTARTED, TelemetryEventName.TASK_COMPLETED, TelemetryEventName.TASK_CONVERSATION_MESSAGE, TelemetryEventName.MODE_SWITCH, TelemetryEventName.MODE_SELECTOR_OPENED, TelemetryEventName.TOOL_USED, TelemetryEventName.CHECKPOINT_CREATED, TelemetryEventName.CHECKPOINT_RESTORED, TelemetryEventName.CHECKPOINT_DIFFED, TelemetryEventName.CODE_ACTION_USED, TelemetryEventName.PROMPT_ENHANCED, TelemetryEventName.TITLE_BUTTON_CLICKED, TelemetryEventName.AUTHENTICATION_INITIATED, TelemetryEventName.MARKETPLACE_ITEM_INSTALLED, TelemetryEventName.MARKETPLACE_ITEM_REMOVED, TelemetryEventName.MARKETPLACE_TAB_VIEWED, TelemetryEventName.MARKETPLACE_INSTALL_BUTTON_CLICKED, TelemetryEventName.SHARE_BUTTON_CLICKED, TelemetryEventName.SHARE_ORGANIZATION_CLICKED, TelemetryEventName.SHARE_PUBLIC_CLICKED, TelemetryEventName.SHARE_CONNECT_TO_CLOUD_CLICKED, TelemetryEventName.ACCOUNT_CONNECT_CLICKED, TelemetryEventName.ACCOUNT_CONNECT_SUCCESS, TelemetryEventName.ACCOUNT_LOGOUT_CLICKED, TelemetryEventName.ACCOUNT_LOGOUT_SUCCESS, TelemetryEventName.SCHEMA_VALIDATION_ERROR, TelemetryEventName.DIFF_APPLICATION_ERROR, TelemetryEventName.SHELL_INTEGRATION_ERROR, TelemetryEventName.CONSECUTIVE_MISTAKE_ERROR, TelemetryEventName.CONTEXT_CONDENSED, TelemetryEventName.SLIDING_WINDOW_TRUNCATION, TelemetryEventName.TAB_SHOWN, TelemetryEventName.MODE_SETTINGS_CHANGED, TelemetryEventName.CUSTOM_MODE_CREATED]>;
|
|
12662
12916
|
properties: z.ZodObject<{
|
|
12663
12917
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
12664
12918
|
repositoryName: z.ZodOptional<z.ZodString>;
|
|
12665
12919
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
12666
12920
|
taskId: z.ZodOptional<z.ZodString>;
|
|
12667
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
12921
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
12668
12922
|
modelId: z.ZodOptional<z.ZodString>;
|
|
12669
12923
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
12670
12924
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -12675,6 +12929,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
12675
12929
|
editorName: z.ZodString;
|
|
12676
12930
|
language: z.ZodString;
|
|
12677
12931
|
mode: z.ZodString;
|
|
12932
|
+
cloudIsAuthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
12678
12933
|
}, "strip", z.ZodTypeAny, {
|
|
12679
12934
|
appName: string;
|
|
12680
12935
|
appVersion: string;
|
|
@@ -12683,7 +12938,8 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
12683
12938
|
editorName: string;
|
|
12684
12939
|
language: string;
|
|
12685
12940
|
mode: string;
|
|
12686
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
12941
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
12942
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
12687
12943
|
taskId?: string | undefined;
|
|
12688
12944
|
modelId?: string | undefined;
|
|
12689
12945
|
diffStrategy?: string | undefined;
|
|
@@ -12699,7 +12955,8 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
12699
12955
|
editorName: string;
|
|
12700
12956
|
language: string;
|
|
12701
12957
|
mode: string;
|
|
12702
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
12958
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
12959
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
12703
12960
|
taskId?: string | undefined;
|
|
12704
12961
|
modelId?: string | undefined;
|
|
12705
12962
|
diffStrategy?: string | undefined;
|
|
@@ -12709,7 +12966,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
12709
12966
|
defaultBranch?: string | undefined;
|
|
12710
12967
|
}>;
|
|
12711
12968
|
}, "strip", z.ZodTypeAny, {
|
|
12712
|
-
type: TelemetryEventName.TASK_CREATED | TelemetryEventName.TASK_RESTARTED | TelemetryEventName.TASK_COMPLETED | TelemetryEventName.TASK_CONVERSATION_MESSAGE | TelemetryEventName.MODE_SWITCH | TelemetryEventName.TOOL_USED | TelemetryEventName.CHECKPOINT_CREATED | TelemetryEventName.CHECKPOINT_RESTORED | TelemetryEventName.CHECKPOINT_DIFFED | TelemetryEventName.TAB_SHOWN | TelemetryEventName.MODE_SETTINGS_CHANGED | TelemetryEventName.CUSTOM_MODE_CREATED | TelemetryEventName.CONTEXT_CONDENSED | TelemetryEventName.SLIDING_WINDOW_TRUNCATION | TelemetryEventName.CODE_ACTION_USED | TelemetryEventName.PROMPT_ENHANCED | TelemetryEventName.TITLE_BUTTON_CLICKED | TelemetryEventName.AUTHENTICATION_INITIATED | TelemetryEventName.MARKETPLACE_ITEM_INSTALLED | TelemetryEventName.MARKETPLACE_ITEM_REMOVED | TelemetryEventName.SCHEMA_VALIDATION_ERROR | TelemetryEventName.DIFF_APPLICATION_ERROR | TelemetryEventName.SHELL_INTEGRATION_ERROR | TelemetryEventName.CONSECUTIVE_MISTAKE_ERROR;
|
|
12969
|
+
type: TelemetryEventName.TASK_CREATED | TelemetryEventName.TASK_RESTARTED | TelemetryEventName.TASK_COMPLETED | TelemetryEventName.TASK_CONVERSATION_MESSAGE | TelemetryEventName.MODE_SWITCH | TelemetryEventName.MODE_SELECTOR_OPENED | TelemetryEventName.TOOL_USED | TelemetryEventName.CHECKPOINT_CREATED | TelemetryEventName.CHECKPOINT_RESTORED | TelemetryEventName.CHECKPOINT_DIFFED | TelemetryEventName.TAB_SHOWN | TelemetryEventName.MODE_SETTINGS_CHANGED | TelemetryEventName.CUSTOM_MODE_CREATED | TelemetryEventName.CONTEXT_CONDENSED | TelemetryEventName.SLIDING_WINDOW_TRUNCATION | TelemetryEventName.CODE_ACTION_USED | TelemetryEventName.PROMPT_ENHANCED | TelemetryEventName.TITLE_BUTTON_CLICKED | TelemetryEventName.AUTHENTICATION_INITIATED | TelemetryEventName.MARKETPLACE_ITEM_INSTALLED | TelemetryEventName.MARKETPLACE_ITEM_REMOVED | TelemetryEventName.MARKETPLACE_TAB_VIEWED | TelemetryEventName.MARKETPLACE_INSTALL_BUTTON_CLICKED | TelemetryEventName.SHARE_BUTTON_CLICKED | TelemetryEventName.SHARE_ORGANIZATION_CLICKED | TelemetryEventName.SHARE_PUBLIC_CLICKED | TelemetryEventName.SHARE_CONNECT_TO_CLOUD_CLICKED | TelemetryEventName.ACCOUNT_CONNECT_CLICKED | TelemetryEventName.ACCOUNT_CONNECT_SUCCESS | TelemetryEventName.ACCOUNT_LOGOUT_CLICKED | TelemetryEventName.ACCOUNT_LOGOUT_SUCCESS | TelemetryEventName.SCHEMA_VALIDATION_ERROR | TelemetryEventName.DIFF_APPLICATION_ERROR | TelemetryEventName.SHELL_INTEGRATION_ERROR | TelemetryEventName.CONSECUTIVE_MISTAKE_ERROR;
|
|
12713
12970
|
properties: {
|
|
12714
12971
|
appName: string;
|
|
12715
12972
|
appVersion: string;
|
|
@@ -12718,7 +12975,8 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
12718
12975
|
editorName: string;
|
|
12719
12976
|
language: string;
|
|
12720
12977
|
mode: string;
|
|
12721
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
12978
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
12979
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
12722
12980
|
taskId?: string | undefined;
|
|
12723
12981
|
modelId?: string | undefined;
|
|
12724
12982
|
diffStrategy?: string | undefined;
|
|
@@ -12728,7 +12986,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
12728
12986
|
defaultBranch?: string | undefined;
|
|
12729
12987
|
};
|
|
12730
12988
|
}, {
|
|
12731
|
-
type: TelemetryEventName.TASK_CREATED | TelemetryEventName.TASK_RESTARTED | TelemetryEventName.TASK_COMPLETED | TelemetryEventName.TASK_CONVERSATION_MESSAGE | TelemetryEventName.MODE_SWITCH | TelemetryEventName.TOOL_USED | TelemetryEventName.CHECKPOINT_CREATED | TelemetryEventName.CHECKPOINT_RESTORED | TelemetryEventName.CHECKPOINT_DIFFED | TelemetryEventName.TAB_SHOWN | TelemetryEventName.MODE_SETTINGS_CHANGED | TelemetryEventName.CUSTOM_MODE_CREATED | TelemetryEventName.CONTEXT_CONDENSED | TelemetryEventName.SLIDING_WINDOW_TRUNCATION | TelemetryEventName.CODE_ACTION_USED | TelemetryEventName.PROMPT_ENHANCED | TelemetryEventName.TITLE_BUTTON_CLICKED | TelemetryEventName.AUTHENTICATION_INITIATED | TelemetryEventName.MARKETPLACE_ITEM_INSTALLED | TelemetryEventName.MARKETPLACE_ITEM_REMOVED | TelemetryEventName.SCHEMA_VALIDATION_ERROR | TelemetryEventName.DIFF_APPLICATION_ERROR | TelemetryEventName.SHELL_INTEGRATION_ERROR | TelemetryEventName.CONSECUTIVE_MISTAKE_ERROR;
|
|
12989
|
+
type: TelemetryEventName.TASK_CREATED | TelemetryEventName.TASK_RESTARTED | TelemetryEventName.TASK_COMPLETED | TelemetryEventName.TASK_CONVERSATION_MESSAGE | TelemetryEventName.MODE_SWITCH | TelemetryEventName.MODE_SELECTOR_OPENED | TelemetryEventName.TOOL_USED | TelemetryEventName.CHECKPOINT_CREATED | TelemetryEventName.CHECKPOINT_RESTORED | TelemetryEventName.CHECKPOINT_DIFFED | TelemetryEventName.TAB_SHOWN | TelemetryEventName.MODE_SETTINGS_CHANGED | TelemetryEventName.CUSTOM_MODE_CREATED | TelemetryEventName.CONTEXT_CONDENSED | TelemetryEventName.SLIDING_WINDOW_TRUNCATION | TelemetryEventName.CODE_ACTION_USED | TelemetryEventName.PROMPT_ENHANCED | TelemetryEventName.TITLE_BUTTON_CLICKED | TelemetryEventName.AUTHENTICATION_INITIATED | TelemetryEventName.MARKETPLACE_ITEM_INSTALLED | TelemetryEventName.MARKETPLACE_ITEM_REMOVED | TelemetryEventName.MARKETPLACE_TAB_VIEWED | TelemetryEventName.MARKETPLACE_INSTALL_BUTTON_CLICKED | TelemetryEventName.SHARE_BUTTON_CLICKED | TelemetryEventName.SHARE_ORGANIZATION_CLICKED | TelemetryEventName.SHARE_PUBLIC_CLICKED | TelemetryEventName.SHARE_CONNECT_TO_CLOUD_CLICKED | TelemetryEventName.ACCOUNT_CONNECT_CLICKED | TelemetryEventName.ACCOUNT_CONNECT_SUCCESS | TelemetryEventName.ACCOUNT_LOGOUT_CLICKED | TelemetryEventName.ACCOUNT_LOGOUT_SUCCESS | TelemetryEventName.SCHEMA_VALIDATION_ERROR | TelemetryEventName.DIFF_APPLICATION_ERROR | TelemetryEventName.SHELL_INTEGRATION_ERROR | TelemetryEventName.CONSECUTIVE_MISTAKE_ERROR;
|
|
12732
12990
|
properties: {
|
|
12733
12991
|
appName: string;
|
|
12734
12992
|
appVersion: string;
|
|
@@ -12737,7 +12995,8 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
12737
12995
|
editorName: string;
|
|
12738
12996
|
language: string;
|
|
12739
12997
|
mode: string;
|
|
12740
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
12998
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
12999
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
12741
13000
|
taskId?: string | undefined;
|
|
12742
13001
|
modelId?: string | undefined;
|
|
12743
13002
|
diffStrategy?: string | undefined;
|
|
@@ -12836,7 +13095,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
12836
13095
|
repositoryUrl: z.ZodOptional<z.ZodString>;
|
|
12837
13096
|
repositoryName: z.ZodOptional<z.ZodString>;
|
|
12838
13097
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
12839
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
13098
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
12840
13099
|
modelId: z.ZodOptional<z.ZodString>;
|
|
12841
13100
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
12842
13101
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -12847,6 +13106,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
12847
13106
|
editorName: z.ZodString;
|
|
12848
13107
|
language: z.ZodString;
|
|
12849
13108
|
mode: z.ZodString;
|
|
13109
|
+
cloudIsAuthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
12850
13110
|
}, "strip", z.ZodTypeAny, {
|
|
12851
13111
|
message: {
|
|
12852
13112
|
type: "ask" | "say";
|
|
@@ -12879,7 +13139,8 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
12879
13139
|
language: string;
|
|
12880
13140
|
mode: string;
|
|
12881
13141
|
taskId: string;
|
|
12882
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
13142
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
13143
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
12883
13144
|
modelId?: string | undefined;
|
|
12884
13145
|
diffStrategy?: string | undefined;
|
|
12885
13146
|
isSubtask?: boolean | undefined;
|
|
@@ -12918,7 +13179,8 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
12918
13179
|
language: string;
|
|
12919
13180
|
mode: string;
|
|
12920
13181
|
taskId: string;
|
|
12921
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
13182
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
13183
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
12922
13184
|
modelId?: string | undefined;
|
|
12923
13185
|
diffStrategy?: string | undefined;
|
|
12924
13186
|
isSubtask?: boolean | undefined;
|
|
@@ -12960,7 +13222,8 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
12960
13222
|
language: string;
|
|
12961
13223
|
mode: string;
|
|
12962
13224
|
taskId: string;
|
|
12963
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
13225
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
13226
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
12964
13227
|
modelId?: string | undefined;
|
|
12965
13228
|
diffStrategy?: string | undefined;
|
|
12966
13229
|
isSubtask?: boolean | undefined;
|
|
@@ -13002,7 +13265,8 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
13002
13265
|
language: string;
|
|
13003
13266
|
mode: string;
|
|
13004
13267
|
taskId: string;
|
|
13005
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
13268
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
13269
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
13006
13270
|
modelId?: string | undefined;
|
|
13007
13271
|
diffStrategy?: string | undefined;
|
|
13008
13272
|
isSubtask?: boolean | undefined;
|
|
@@ -13022,7 +13286,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
13022
13286
|
repositoryName: z.ZodOptional<z.ZodString>;
|
|
13023
13287
|
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
13024
13288
|
taskId: z.ZodOptional<z.ZodString>;
|
|
13025
|
-
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
13289
|
+
apiProvider: z.ZodOptional<z.ZodEnum<["anthropic", "claude-code", "glama", "openrouter", "bedrock", "vertex", "openai", "ollama", "vscode-lm", "lmstudio", "gemini", "gemini-cli", "openai-native", "mistral", "deepseek", "unbound", "requesty", "human-relay", "fake-ai", "xai", "groq", "chutes", "litellm"]>>;
|
|
13026
13290
|
modelId: z.ZodOptional<z.ZodString>;
|
|
13027
13291
|
diffStrategy: z.ZodOptional<z.ZodString>;
|
|
13028
13292
|
isSubtask: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -13033,6 +13297,7 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
13033
13297
|
editorName: z.ZodString;
|
|
13034
13298
|
language: z.ZodString;
|
|
13035
13299
|
mode: z.ZodString;
|
|
13300
|
+
cloudIsAuthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
13036
13301
|
}, "strip", z.ZodTypeAny, {
|
|
13037
13302
|
appName: string;
|
|
13038
13303
|
appVersion: string;
|
|
@@ -13043,8 +13308,9 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
13043
13308
|
mode: string;
|
|
13044
13309
|
inputTokens: number;
|
|
13045
13310
|
outputTokens: number;
|
|
13046
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
13311
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
13047
13312
|
cost?: number | undefined;
|
|
13313
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
13048
13314
|
taskId?: string | undefined;
|
|
13049
13315
|
modelId?: string | undefined;
|
|
13050
13316
|
diffStrategy?: string | undefined;
|
|
@@ -13064,8 +13330,9 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
13064
13330
|
mode: string;
|
|
13065
13331
|
inputTokens: number;
|
|
13066
13332
|
outputTokens: number;
|
|
13067
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
13333
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
13068
13334
|
cost?: number | undefined;
|
|
13335
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
13069
13336
|
taskId?: string | undefined;
|
|
13070
13337
|
modelId?: string | undefined;
|
|
13071
13338
|
diffStrategy?: string | undefined;
|
|
@@ -13088,8 +13355,9 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
13088
13355
|
mode: string;
|
|
13089
13356
|
inputTokens: number;
|
|
13090
13357
|
outputTokens: number;
|
|
13091
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
13358
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
13092
13359
|
cost?: number | undefined;
|
|
13360
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
13093
13361
|
taskId?: string | undefined;
|
|
13094
13362
|
modelId?: string | undefined;
|
|
13095
13363
|
diffStrategy?: string | undefined;
|
|
@@ -13112,8 +13380,9 @@ declare const rooCodeTelemetryEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zo
|
|
|
13112
13380
|
mode: string;
|
|
13113
13381
|
inputTokens: number;
|
|
13114
13382
|
outputTokens: number;
|
|
13115
|
-
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
13383
|
+
apiProvider?: "openai" | "ollama" | "anthropic" | "claude-code" | "glama" | "openrouter" | "bedrock" | "vertex" | "vscode-lm" | "lmstudio" | "gemini" | "gemini-cli" | "openai-native" | "mistral" | "deepseek" | "unbound" | "requesty" | "human-relay" | "fake-ai" | "xai" | "groq" | "chutes" | "litellm" | undefined;
|
|
13116
13384
|
cost?: number | undefined;
|
|
13385
|
+
cloudIsAuthenticated?: boolean | undefined;
|
|
13117
13386
|
taskId?: string | undefined;
|
|
13118
13387
|
modelId?: string | undefined;
|
|
13119
13388
|
diffStrategy?: string | undefined;
|
|
@@ -13141,7 +13410,6 @@ type TelemetryEventSubscription = {
|
|
|
13141
13410
|
*/
|
|
13142
13411
|
interface TelemetryPropertiesProvider {
|
|
13143
13412
|
getTelemetryProperties(): Promise<TelemetryProperties>;
|
|
13144
|
-
getCloudTelemetryProperties?(): Promise<CloudTelemetryProperties>;
|
|
13145
13413
|
}
|
|
13146
13414
|
/**
|
|
13147
13415
|
* TelemetryClient
|
|
@@ -13225,7 +13493,7 @@ type TerminalActionPromptType = `TERMINAL_${TerminalActionName}`;
|
|
|
13225
13493
|
/**
|
|
13226
13494
|
* Command
|
|
13227
13495
|
*/
|
|
13228
|
-
declare const commandIds: readonly ["activationCompleted", "plusButtonClicked", "promptsButtonClicked", "mcpButtonClicked", "historyButtonClicked", "marketplaceButtonClicked", "popoutButtonClicked", "accountButtonClicked", "settingsButtonClicked", "openInNewTab", "showHumanRelayDialog", "registerHumanRelayCallback", "unregisterHumanRelayCallback", "handleHumanRelayResponse", "newTask", "setCustomStoragePath", "focusInput", "acceptInput", "focusPanel"];
|
|
13496
|
+
declare const commandIds: readonly ["activationCompleted", "plusButtonClicked", "promptsButtonClicked", "mcpButtonClicked", "historyButtonClicked", "marketplaceButtonClicked", "popoutButtonClicked", "accountButtonClicked", "settingsButtonClicked", "openInNewTab", "showHumanRelayDialog", "registerHumanRelayCallback", "unregisterHumanRelayCallback", "handleHumanRelayResponse", "newTask", "setCustomStoragePath", "importSettings", "focusInput", "acceptInput", "focusPanel"];
|
|
13229
13497
|
type CommandId = (typeof commandIds)[number];
|
|
13230
13498
|
/**
|
|
13231
13499
|
* Language
|
|
@@ -13235,4 +13503,4 @@ declare const languagesSchema: z.ZodEnum<["ca", "de", "en", "es", "fr", "hi", "i
|
|
|
13235
13503
|
type Language = z.infer<typeof languagesSchema>;
|
|
13236
13504
|
declare const isLanguage: (value: string) => value is Language;
|
|
13237
13505
|
|
|
13238
|
-
export { ANTHROPIC_DEFAULT_MAX_TOKENS, type Ack, type AnthropicModelId, type AssertEqual, BEDROCK_DEFAULT_CONTEXT, BEDROCK_DEFAULT_TEMPERATURE, BEDROCK_MAX_TOKENS, BEDROCK_REGIONS,
|
|
13506
|
+
export { ANTHROPIC_DEFAULT_MAX_TOKENS, AWS_INFERENCE_PROFILE_MAPPING, type Ack, type AnthropicModelId, type AssertEqual, BEDROCK_DEFAULT_CONTEXT, BEDROCK_DEFAULT_TEMPERATURE, BEDROCK_MAX_TOKENS, BEDROCK_REGIONS, type BedrockModelId, type ChutesModelId, type ClaudeCodeModelId, type ClineAsk, type ClineMessage, type ClineSay, type CloudOrganization, type CloudOrganizationMembership, type CloudUserInfo, 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, type DeepSeekModelId, EVALS_SETTINGS, EVALS_TIMEOUT, type Equals, type ExperimentId, type Experiments, type FollowUpData, type FollowUpDataType, GLAMA_DEFAULT_TEMPERATURE, GLOBAL_SETTINGS_KEYS, GLOBAL_STATE_KEYS, type GeminiModelId, type GitProperties, type GlobalSettings, type GlobalState, type GroqModelId, type GroupEntry, type GroupOptions, type HistoryItem, type InstallMarketplaceItemOptions, type IpcClientEvents, type IpcMessage, IpcMessageType, IpcOrigin, type IpcServerEvents, type IsSubtask, type Keys, LITELLM_COMPUTER_USE_MODELS, LMSTUDIO_DEFAULT_TEMPERATURE, type Language, MISTRAL_DEFAULT_TEMPERATURE, MODEL_ID_KEYS, type MarketplaceItem, type MarketplaceItemType, type McpExecutionStatus, type McpInstallationMethod, type McpMarketplaceItem, type McpParameter, type MistralModelId, type ModeConfig, type ModeMarketplaceItem, type ModelInfo, type ModelParameter, 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, ORGANIZATION_ALLOW_ALL, ORGANIZATION_DEFAULT, type OpenAiNativeModelId, type OrganizationAllowList, type OrganizationCloudSettings, type OrganizationDefaultSettings, type OrganizationSettings, PROVIDER_SETTINGS_KEYS, type PromptComponent, type ProviderName, type ProviderSettings, type ProviderSettingsEntry, type ReasoningEffort, type RooCodeAPI, type RooCodeAPIEvents, RooCodeEventName, type RooCodeEvents, type RooCodeIpcServer, type RooCodeSettings, type RooCodeTelemetryEvent, SECRET_STATE_KEYS, type SecretState, type ShareResponse, type ShareVisibility, type SuggestionItem, type TaskCommand, TaskCommandName, type TaskEvent, type TelemetryClient, type TelemetryEvent, TelemetryEventName, type TelemetryEventSubscription, type TelemetryProperties, type TelemetryPropertiesProvider, type TelemetrySetting, type TerminalActionId, type TerminalActionName, type TerminalActionPromptType, type TokenUsage, type ToolGroup, type ToolName, type ToolProgressStatus, type ToolUsage, VERTEX_REGIONS, type Values, type VertexModelId, type VscodeLlmModelId, type XAIModelId, ackSchema, anthropicDefaultModelId, anthropicModels, appPropertiesSchema, azureOpenAiDefaultApiVersion, bedrockDefaultModelId, bedrockDefaultPromptRouterModelId, bedrockModels, chutesDefaultModelId, chutesModels, claudeCodeDefaultModelId, claudeCodeModels, clineAskSchema, clineAsks, clineMessageSchema, clineSaySchema, clineSays, codeActionIds, codebaseIndexConfigSchema, codebaseIndexModelsSchema, codebaseIndexProviderSchema, commandExecutionStatusSchema, commandIds, contextCondenseSchema, customModePromptsSchema, customModesSettingsSchema, customSupportPromptsSchema, deepSeekDefaultModelId, deepSeekModels, experimentIds, experimentIdsSchema, experimentsSchema, followUpDataSchema, geminiDefaultModelId, geminiModels, getModelId, gitPropertiesSchema, glamaDefaultModelId, glamaDefaultModelInfo, globalSettingsSchema, groqDefaultModelId, groqModels, groupEntrySchema, groupOptionsSchema, historyItemSchema, installMarketplaceItemOptionsSchema, ipcMessageSchema, isGlobalStateKey, isLanguage, isModelParameter, isSecretStateKey, isSubtaskSchema, lMStudioDefaultModelId, lMStudioDefaultModelInfo, languages, languagesSchema, litellmDefaultModelId, litellmDefaultModelInfo, marketplaceItemSchema, marketplaceItemTypeSchema, mcpExecutionStatusSchema, mcpInstallationMethodSchema, mcpMarketplaceItemSchema, mcpParameterSchema, mistralDefaultModelId, mistralModels, modeConfigSchema, modeMarketplaceItemSchema, modelInfoSchema, modelParameters, modelParametersSchema, ollamaDefaultModelId, ollamaDefaultModelInfo, openAiModelInfoSaneDefaults, openAiNativeDefaultModelId, openAiNativeModels, openRouterDefaultModelId, openRouterDefaultModelInfo, organizationAllowListSchema, organizationCloudSettingsSchema, organizationDefaultSettingsSchema, organizationSettingsSchema, promptComponentSchema, providerNames, providerNamesSchema, providerSettingsEntrySchema, providerSettingsSchema, providerSettingsSchemaDiscriminated, reasoningEfforts, reasoningEffortsSchema, requestyDefaultModelId, requestyDefaultModelInfo, rooCodeEventsSchema, rooCodeSettingsSchema, rooCodeTelemetryEventSchema, shareResponseSchema, suggestionItemSchema, taskCommandSchema, taskEventSchema, taskPropertiesSchema, telemetryPropertiesSchema, telemetrySettings, telemetrySettingsSchema, terminalActionIds, tokenUsageSchema, toolGroups, toolGroupsSchema, toolNames, toolNamesSchema, toolProgressStatusSchema, toolUsageSchema, unboundDefaultModelId, unboundDefaultModelInfo, vertexDefaultModelId, vertexModels, vscodeLlmDefaultModelId, vscodeLlmModels, xaiDefaultModelId, xaiModels };
|