@roo-code/types 1.109.0 → 1.110.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 +9 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +37 -87
- package/dist/index.d.ts +37 -87
- package/dist/index.js +9 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1526,8 +1526,6 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1526
1526
|
vertexJsonCredentials: z.ZodOptional<z.ZodString>;
|
|
1527
1527
|
vertexProjectId: z.ZodOptional<z.ZodString>;
|
|
1528
1528
|
vertexRegion: z.ZodOptional<z.ZodString>;
|
|
1529
|
-
enableUrlContext: z.ZodOptional<z.ZodBoolean>;
|
|
1530
|
-
enableGrounding: z.ZodOptional<z.ZodBoolean>;
|
|
1531
1529
|
vertex1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
1532
1530
|
} & {
|
|
1533
1531
|
apiProvider: z.ZodLiteral<"vertex">;
|
|
@@ -1548,8 +1546,6 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1548
1546
|
vertexJsonCredentials?: string | undefined;
|
|
1549
1547
|
vertexProjectId?: string | undefined;
|
|
1550
1548
|
vertexRegion?: string | undefined;
|
|
1551
|
-
enableUrlContext?: boolean | undefined;
|
|
1552
|
-
enableGrounding?: boolean | undefined;
|
|
1553
1549
|
vertex1MContext?: boolean | undefined;
|
|
1554
1550
|
}, {
|
|
1555
1551
|
apiProvider: "vertex";
|
|
@@ -1568,8 +1564,6 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1568
1564
|
vertexJsonCredentials?: string | undefined;
|
|
1569
1565
|
vertexProjectId?: string | undefined;
|
|
1570
1566
|
vertexRegion?: string | undefined;
|
|
1571
|
-
enableUrlContext?: boolean | undefined;
|
|
1572
|
-
enableGrounding?: boolean | undefined;
|
|
1573
1567
|
vertex1MContext?: boolean | undefined;
|
|
1574
1568
|
}>, z.ZodObject<{
|
|
1575
1569
|
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2030,8 +2024,6 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
2030
2024
|
} & {
|
|
2031
2025
|
geminiApiKey: z.ZodOptional<z.ZodString>;
|
|
2032
2026
|
googleGeminiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
2033
|
-
enableUrlContext: z.ZodOptional<z.ZodBoolean>;
|
|
2034
|
-
enableGrounding: z.ZodOptional<z.ZodBoolean>;
|
|
2035
2027
|
} & {
|
|
2036
2028
|
apiProvider: z.ZodLiteral<"gemini">;
|
|
2037
2029
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2047,8 +2039,6 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
2047
2039
|
modelMaxThinkingTokens?: number | undefined;
|
|
2048
2040
|
verbosity?: "low" | "medium" | "high" | undefined;
|
|
2049
2041
|
apiModelId?: string | undefined;
|
|
2050
|
-
enableUrlContext?: boolean | undefined;
|
|
2051
|
-
enableGrounding?: boolean | undefined;
|
|
2052
2042
|
geminiApiKey?: string | undefined;
|
|
2053
2043
|
googleGeminiBaseUrl?: string | undefined;
|
|
2054
2044
|
}, {
|
|
@@ -2064,8 +2054,6 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
2064
2054
|
modelMaxThinkingTokens?: number | undefined;
|
|
2065
2055
|
verbosity?: "low" | "medium" | "high" | undefined;
|
|
2066
2056
|
apiModelId?: string | undefined;
|
|
2067
|
-
enableUrlContext?: boolean | undefined;
|
|
2068
|
-
enableGrounding?: boolean | undefined;
|
|
2069
2057
|
geminiApiKey?: string | undefined;
|
|
2070
2058
|
googleGeminiBaseUrl?: string | undefined;
|
|
2071
2059
|
}>, z.ZodObject<{
|
|
@@ -3395,8 +3383,6 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3395
3383
|
geminiCliProjectId: z.ZodOptional<z.ZodString>;
|
|
3396
3384
|
geminiApiKey: z.ZodOptional<z.ZodString>;
|
|
3397
3385
|
googleGeminiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
3398
|
-
enableUrlContext: z.ZodOptional<z.ZodBoolean>;
|
|
3399
|
-
enableGrounding: z.ZodOptional<z.ZodBoolean>;
|
|
3400
3386
|
lmStudioModelId: z.ZodOptional<z.ZodString>;
|
|
3401
3387
|
lmStudioBaseUrl: z.ZodOptional<z.ZodString>;
|
|
3402
3388
|
lmStudioDraftModelId: z.ZodOptional<z.ZodString>;
|
|
@@ -3644,8 +3630,6 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3644
3630
|
vertexJsonCredentials?: string | undefined;
|
|
3645
3631
|
vertexProjectId?: string | undefined;
|
|
3646
3632
|
vertexRegion?: string | undefined;
|
|
3647
|
-
enableUrlContext?: boolean | undefined;
|
|
3648
|
-
enableGrounding?: boolean | undefined;
|
|
3649
3633
|
vertex1MContext?: boolean | undefined;
|
|
3650
3634
|
openAiBaseUrl?: string | undefined;
|
|
3651
3635
|
openAiApiKey?: string | undefined;
|
|
@@ -3810,8 +3794,6 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3810
3794
|
vertexJsonCredentials?: string | undefined;
|
|
3811
3795
|
vertexProjectId?: string | undefined;
|
|
3812
3796
|
vertexRegion?: string | undefined;
|
|
3813
|
-
enableUrlContext?: boolean | undefined;
|
|
3814
|
-
enableGrounding?: boolean | undefined;
|
|
3815
3797
|
vertex1MContext?: boolean | undefined;
|
|
3816
3798
|
openAiBaseUrl?: string | undefined;
|
|
3817
3799
|
openAiApiKey?: string | undefined;
|
|
@@ -3997,8 +3979,6 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
3997
3979
|
geminiCliProjectId: z.ZodOptional<z.ZodString>;
|
|
3998
3980
|
geminiApiKey: z.ZodOptional<z.ZodString>;
|
|
3999
3981
|
googleGeminiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
4000
|
-
enableUrlContext: z.ZodOptional<z.ZodBoolean>;
|
|
4001
|
-
enableGrounding: z.ZodOptional<z.ZodBoolean>;
|
|
4002
3982
|
lmStudioModelId: z.ZodOptional<z.ZodString>;
|
|
4003
3983
|
lmStudioBaseUrl: z.ZodOptional<z.ZodString>;
|
|
4004
3984
|
lmStudioDraftModelId: z.ZodOptional<z.ZodString>;
|
|
@@ -4249,8 +4229,6 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4249
4229
|
vertexJsonCredentials?: string | undefined;
|
|
4250
4230
|
vertexProjectId?: string | undefined;
|
|
4251
4231
|
vertexRegion?: string | undefined;
|
|
4252
|
-
enableUrlContext?: boolean | undefined;
|
|
4253
|
-
enableGrounding?: boolean | undefined;
|
|
4254
4232
|
vertex1MContext?: boolean | undefined;
|
|
4255
4233
|
openAiBaseUrl?: string | undefined;
|
|
4256
4234
|
openAiApiKey?: string | undefined;
|
|
@@ -4416,8 +4394,6 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4416
4394
|
vertexJsonCredentials?: string | undefined;
|
|
4417
4395
|
vertexProjectId?: string | undefined;
|
|
4418
4396
|
vertexRegion?: string | undefined;
|
|
4419
|
-
enableUrlContext?: boolean | undefined;
|
|
4420
|
-
enableGrounding?: boolean | undefined;
|
|
4421
4397
|
vertex1MContext?: boolean | undefined;
|
|
4422
4398
|
openAiBaseUrl?: string | undefined;
|
|
4423
4399
|
openAiApiKey?: string | undefined;
|
|
@@ -4747,8 +4723,6 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
4747
4723
|
vertexJsonCredentials: z.ZodOptional<z.ZodString>;
|
|
4748
4724
|
vertexProjectId: z.ZodOptional<z.ZodString>;
|
|
4749
4725
|
vertexRegion: z.ZodOptional<z.ZodString>;
|
|
4750
|
-
enableUrlContext: z.ZodOptional<z.ZodBoolean>;
|
|
4751
|
-
enableGrounding: z.ZodOptional<z.ZodBoolean>;
|
|
4752
4726
|
vertex1MContext: z.ZodOptional<z.ZodBoolean>;
|
|
4753
4727
|
} & {
|
|
4754
4728
|
apiProvider: z.ZodLiteral<"vertex">;
|
|
@@ -4769,8 +4743,6 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
4769
4743
|
vertexJsonCredentials?: string | undefined;
|
|
4770
4744
|
vertexProjectId?: string | undefined;
|
|
4771
4745
|
vertexRegion?: string | undefined;
|
|
4772
|
-
enableUrlContext?: boolean | undefined;
|
|
4773
|
-
enableGrounding?: boolean | undefined;
|
|
4774
4746
|
vertex1MContext?: boolean | undefined;
|
|
4775
4747
|
}, {
|
|
4776
4748
|
apiProvider: "vertex";
|
|
@@ -4789,8 +4761,6 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
4789
4761
|
vertexJsonCredentials?: string | undefined;
|
|
4790
4762
|
vertexProjectId?: string | undefined;
|
|
4791
4763
|
vertexRegion?: string | undefined;
|
|
4792
|
-
enableUrlContext?: boolean | undefined;
|
|
4793
|
-
enableGrounding?: boolean | undefined;
|
|
4794
4764
|
vertex1MContext?: boolean | undefined;
|
|
4795
4765
|
}>, z.ZodObject<{
|
|
4796
4766
|
includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -5251,8 +5221,6 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
5251
5221
|
} & {
|
|
5252
5222
|
geminiApiKey: z.ZodOptional<z.ZodString>;
|
|
5253
5223
|
googleGeminiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
5254
|
-
enableUrlContext: z.ZodOptional<z.ZodBoolean>;
|
|
5255
|
-
enableGrounding: z.ZodOptional<z.ZodBoolean>;
|
|
5256
5224
|
} & {
|
|
5257
5225
|
apiProvider: z.ZodLiteral<"gemini">;
|
|
5258
5226
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5268,8 +5236,6 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
5268
5236
|
modelMaxThinkingTokens?: number | undefined;
|
|
5269
5237
|
verbosity?: "low" | "medium" | "high" | undefined;
|
|
5270
5238
|
apiModelId?: string | undefined;
|
|
5271
|
-
enableUrlContext?: boolean | undefined;
|
|
5272
|
-
enableGrounding?: boolean | undefined;
|
|
5273
5239
|
geminiApiKey?: string | undefined;
|
|
5274
5240
|
googleGeminiBaseUrl?: string | undefined;
|
|
5275
5241
|
}, {
|
|
@@ -5285,8 +5251,6 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
5285
5251
|
modelMaxThinkingTokens?: number | undefined;
|
|
5286
5252
|
verbosity?: "low" | "medium" | "high" | undefined;
|
|
5287
5253
|
apiModelId?: string | undefined;
|
|
5288
|
-
enableUrlContext?: boolean | undefined;
|
|
5289
|
-
enableGrounding?: boolean | undefined;
|
|
5290
5254
|
geminiApiKey?: string | undefined;
|
|
5291
5255
|
googleGeminiBaseUrl?: string | undefined;
|
|
5292
5256
|
}>, z.ZodObject<{
|
|
@@ -6553,7 +6517,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
6553
6517
|
id?: string | undefined;
|
|
6554
6518
|
}>>;
|
|
6555
6519
|
type ProviderSettingsWithId = z.infer<typeof providerSettingsWithIdSchema>;
|
|
6556
|
-
declare const PROVIDER_SETTINGS_KEYS: ["reasoningEffort", "codebaseIndexOpenAiCompatibleBaseUrl", "codebaseIndexOpenAiCompatibleModelDimension", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexGeminiApiKey", "codebaseIndexMistralApiKey", "codebaseIndexVercelAiGatewayApiKey", "codebaseIndexOpenRouterApiKey", "apiProvider", "includeMaxTokens", "todoListEnabled", "modelTemperature", "rateLimitSeconds", "consecutiveMistakeLimit", "enableReasoningEffort", "modelMaxTokens", "modelMaxThinkingTokens", "verbosity", "apiModelId", "apiKey", "anthropicBaseUrl", "anthropicUseAuthToken", "anthropicBeta1MContext", "openRouterApiKey", "openRouterModelId", "openRouterBaseUrl", "openRouterSpecificProvider", "awsAccessKey", "awsSecretKey", "awsSessionToken", "awsRegion", "awsUseCrossRegionInference", "awsUseGlobalInference", "awsUsePromptCache", "awsProfile", "awsUseProfile", "awsApiKey", "awsUseApiKey", "awsCustomArn", "awsModelContextWindow", "awsBedrockEndpointEnabled", "awsBedrockEndpoint", "awsBedrock1MContext", "awsBedrockServiceTier", "vertexKeyFile", "vertexJsonCredentials", "vertexProjectId", "vertexRegion", "
|
|
6520
|
+
declare const PROVIDER_SETTINGS_KEYS: ["reasoningEffort", "codebaseIndexOpenAiCompatibleBaseUrl", "codebaseIndexOpenAiCompatibleModelDimension", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexGeminiApiKey", "codebaseIndexMistralApiKey", "codebaseIndexVercelAiGatewayApiKey", "codebaseIndexOpenRouterApiKey", "apiProvider", "includeMaxTokens", "todoListEnabled", "modelTemperature", "rateLimitSeconds", "consecutiveMistakeLimit", "enableReasoningEffort", "modelMaxTokens", "modelMaxThinkingTokens", "verbosity", "apiModelId", "apiKey", "anthropicBaseUrl", "anthropicUseAuthToken", "anthropicBeta1MContext", "openRouterApiKey", "openRouterModelId", "openRouterBaseUrl", "openRouterSpecificProvider", "awsAccessKey", "awsSecretKey", "awsSessionToken", "awsRegion", "awsUseCrossRegionInference", "awsUseGlobalInference", "awsUsePromptCache", "awsProfile", "awsUseProfile", "awsApiKey", "awsUseApiKey", "awsCustomArn", "awsModelContextWindow", "awsBedrockEndpointEnabled", "awsBedrockEndpoint", "awsBedrock1MContext", "awsBedrockServiceTier", "vertexKeyFile", "vertexJsonCredentials", "vertexProjectId", "vertexRegion", "vertex1MContext", "openAiBaseUrl", "openAiApiKey", "openAiR1FormatEnabled", "openAiModelId", "openAiCustomModelInfo", "openAiUseAzure", "azureApiVersion", "openAiStreamingEnabled", "openAiHostHeader", "openAiHeaders", "ollamaModelId", "ollamaBaseUrl", "ollamaApiKey", "ollamaNumCtx", "vsCodeLmModelSelector", "lmStudioModelId", "lmStudioBaseUrl", "lmStudioDraftModelId", "lmStudioSpeculativeDecodingEnabled", "geminiApiKey", "googleGeminiBaseUrl", "geminiCliOAuthPath", "geminiCliProjectId", "openAiNativeApiKey", "openAiNativeBaseUrl", "openAiNativeServiceTier", "mistralApiKey", "mistralCodestralUrl", "deepSeekBaseUrl", "deepSeekApiKey", "deepInfraBaseUrl", "deepInfraApiKey", "deepInfraModelId", "doubaoBaseUrl", "doubaoApiKey", "moonshotBaseUrl", "moonshotApiKey", "minimaxBaseUrl", "minimaxApiKey", "unboundApiKey", "unboundModelId", "requestyBaseUrl", "requestyApiKey", "requestyModelId", "fakeAi", "xaiApiKey", "groqApiKey", "huggingFaceApiKey", "huggingFaceModelId", "huggingFaceInferenceProvider", "chutesApiKey", "litellmBaseUrl", "litellmApiKey", "litellmModelId", "litellmUsePromptCache", "cerebrasApiKey", "sambaNovaApiKey", "zaiApiKey", "zaiApiLine", "fireworksApiKey", "featherlessApiKey", "ioIntelligenceModelId", "ioIntelligenceApiKey", "qwenCodeOauthPath", "rooApiKey", "vercelAiGatewayApiKey", "vercelAiGatewayModelId", "basetenApiKey"];
|
|
6557
6521
|
/**
|
|
6558
6522
|
* ModelIdKey
|
|
6559
6523
|
*/
|
|
@@ -7068,6 +7032,11 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
7068
7032
|
* @default true
|
|
7069
7033
|
*/
|
|
7070
7034
|
showWorktreesInHomeScreen: z.ZodOptional<z.ZodBoolean>;
|
|
7035
|
+
/**
|
|
7036
|
+
* List of native tool names to globally disable.
|
|
7037
|
+
* Tools in this list will be excluded from prompt generation and rejected at execution time.
|
|
7038
|
+
*/
|
|
7039
|
+
disabledTools: z.ZodOptional<z.ZodArray<z.ZodEnum<["execute_command", "read_file", "read_command_output", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "edit_file", "apply_patch", "search_files", "list_files", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "codebase_search", "update_todo_list", "run_slash_command", "skill", "generate_image", "custom_tool"]>, "many">>;
|
|
7071
7040
|
}, "strip", z.ZodTypeAny, {
|
|
7072
7041
|
language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
|
|
7073
7042
|
rateLimitSeconds?: number | undefined;
|
|
@@ -7251,6 +7220,7 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
7251
7220
|
lastImageSavePath?: string | undefined;
|
|
7252
7221
|
worktreeAutoOpenPath?: string | undefined;
|
|
7253
7222
|
showWorktreesInHomeScreen?: boolean | undefined;
|
|
7223
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
7254
7224
|
}, {
|
|
7255
7225
|
language?: "id" | "ca" | "de" | "en" | "es" | "fr" | "hi" | "it" | "ja" | "ko" | "nl" | "pl" | "pt-BR" | "ru" | "tr" | "vi" | "zh-CN" | "zh-TW" | undefined;
|
|
7256
7226
|
rateLimitSeconds?: number | undefined;
|
|
@@ -7434,9 +7404,10 @@ declare const globalSettingsSchema: z.ZodObject<{
|
|
|
7434
7404
|
lastImageSavePath?: string | undefined;
|
|
7435
7405
|
worktreeAutoOpenPath?: string | undefined;
|
|
7436
7406
|
showWorktreesInHomeScreen?: boolean | undefined;
|
|
7407
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
7437
7408
|
}>;
|
|
7438
7409
|
type GlobalSettings = z.infer<typeof globalSettingsSchema>;
|
|
7439
|
-
declare const GLOBAL_SETTINGS_KEYS: ["rateLimitSeconds", "language", "mode", "customInstructions", "customModes", "currentApiConfigName", "listApiConfigMeta", "pinnedApiConfigs", "lastShownAnnouncementId", "taskHistory", "dismissedUpsells", "imageGenerationProvider", "openRouterImageApiKey", "openRouterImageGenerationSelectedModel", "customCondensingPrompt", "autoApprovalEnabled", "alwaysAllowReadOnly", "alwaysAllowReadOnlyOutsideWorkspace", "alwaysAllowWrite", "alwaysAllowWriteOutsideWorkspace", "alwaysAllowWriteProtected", "writeDelayMs", "alwaysAllowBrowser", "requestDelaySeconds", "alwaysAllowMcp", "alwaysAllowModeSwitch", "alwaysAllowSubtasks", "alwaysAllowExecute", "alwaysAllowFollowupQuestions", "followupAutoApproveTimeoutMs", "allowedCommands", "deniedCommands", "commandExecutionTimeout", "commandTimeoutAllowlist", "preventCompletionWithOpenTodos", "allowedMaxRequests", "allowedMaxCost", "autoCondenseContext", "autoCondenseContextPercent", "includeCurrentTime", "includeCurrentCost", "maxGitStatusFiles", "includeDiagnosticMessages", "maxDiagnosticMessages", "browserToolEnabled", "browserViewportSize", "screenshotQuality", "remoteBrowserEnabled", "remoteBrowserHost", "cachedChromeHostUrl", "enableCheckpoints", "checkpointTimeout", "ttsEnabled", "ttsSpeed", "soundEnabled", "soundVolume", "maxOpenTabsContext", "maxWorkspaceFiles", "showRooIgnoredFiles", "enableSubfolderRules", "maxImageFileSize", "maxTotalImageSize", "terminalOutputPreviewSize", "terminalShellIntegrationTimeout", "terminalShellIntegrationDisabled", "terminalCommandDelay", "terminalPowershellCounter", "terminalZshClearEolMark", "terminalZshOhMy", "terminalZshP10k", "terminalZdotdir", "diagnosticsEnabled", "experiments", "codebaseIndexModels", "codebaseIndexConfig", "telemetrySetting", "mcpEnabled", "modeApiConfigs", "customModePrompts", "customSupportPrompts", "enhancementApiConfigId", "includeTaskHistoryInEnhance", "historyPreviewCollapsed", "reasoningBlockCollapsed", "enterBehavior", "profileThresholds", "hasOpenedModeSelector", "lastModeExportPath", "lastModeImportPath", "lastSettingsExportPath", "lastTaskExportPath", "lastImageSavePath", "worktreeAutoOpenPath", "showWorktreesInHomeScreen"];
|
|
7410
|
+
declare const GLOBAL_SETTINGS_KEYS: ["rateLimitSeconds", "language", "mode", "customInstructions", "customModes", "currentApiConfigName", "listApiConfigMeta", "pinnedApiConfigs", "lastShownAnnouncementId", "taskHistory", "dismissedUpsells", "imageGenerationProvider", "openRouterImageApiKey", "openRouterImageGenerationSelectedModel", "customCondensingPrompt", "autoApprovalEnabled", "alwaysAllowReadOnly", "alwaysAllowReadOnlyOutsideWorkspace", "alwaysAllowWrite", "alwaysAllowWriteOutsideWorkspace", "alwaysAllowWriteProtected", "writeDelayMs", "alwaysAllowBrowser", "requestDelaySeconds", "alwaysAllowMcp", "alwaysAllowModeSwitch", "alwaysAllowSubtasks", "alwaysAllowExecute", "alwaysAllowFollowupQuestions", "followupAutoApproveTimeoutMs", "allowedCommands", "deniedCommands", "commandExecutionTimeout", "commandTimeoutAllowlist", "preventCompletionWithOpenTodos", "allowedMaxRequests", "allowedMaxCost", "autoCondenseContext", "autoCondenseContextPercent", "includeCurrentTime", "includeCurrentCost", "maxGitStatusFiles", "includeDiagnosticMessages", "maxDiagnosticMessages", "browserToolEnabled", "browserViewportSize", "screenshotQuality", "remoteBrowserEnabled", "remoteBrowserHost", "cachedChromeHostUrl", "enableCheckpoints", "checkpointTimeout", "ttsEnabled", "ttsSpeed", "soundEnabled", "soundVolume", "maxOpenTabsContext", "maxWorkspaceFiles", "showRooIgnoredFiles", "enableSubfolderRules", "maxImageFileSize", "maxTotalImageSize", "terminalOutputPreviewSize", "terminalShellIntegrationTimeout", "terminalShellIntegrationDisabled", "terminalCommandDelay", "terminalPowershellCounter", "terminalZshClearEolMark", "terminalZshOhMy", "terminalZshP10k", "terminalZdotdir", "diagnosticsEnabled", "experiments", "codebaseIndexModels", "codebaseIndexConfig", "telemetrySetting", "mcpEnabled", "modeApiConfigs", "customModePrompts", "customSupportPrompts", "enhancementApiConfigId", "includeTaskHistoryInEnhance", "historyPreviewCollapsed", "reasoningBlockCollapsed", "enterBehavior", "profileThresholds", "hasOpenedModeSelector", "lastModeExportPath", "lastModeImportPath", "lastSettingsExportPath", "lastTaskExportPath", "lastImageSavePath", "worktreeAutoOpenPath", "showWorktreesInHomeScreen", "disabledTools"];
|
|
7440
7411
|
/**
|
|
7441
7412
|
* RooCodeSettings
|
|
7442
7413
|
*/
|
|
@@ -7509,8 +7480,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
7509
7480
|
geminiCliProjectId: z.ZodOptional<z.ZodString>;
|
|
7510
7481
|
geminiApiKey: z.ZodOptional<z.ZodString>;
|
|
7511
7482
|
googleGeminiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
7512
|
-
enableUrlContext: z.ZodOptional<z.ZodBoolean>;
|
|
7513
|
-
enableGrounding: z.ZodOptional<z.ZodBoolean>;
|
|
7514
7483
|
lmStudioModelId: z.ZodOptional<z.ZodString>;
|
|
7515
7484
|
lmStudioBaseUrl: z.ZodOptional<z.ZodString>;
|
|
7516
7485
|
lmStudioDraftModelId: z.ZodOptional<z.ZodString>;
|
|
@@ -8110,6 +8079,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8110
8079
|
lastImageSavePath: z.ZodOptional<z.ZodString>;
|
|
8111
8080
|
worktreeAutoOpenPath: z.ZodOptional<z.ZodString>;
|
|
8112
8081
|
showWorktreesInHomeScreen: z.ZodOptional<z.ZodBoolean>;
|
|
8082
|
+
disabledTools: z.ZodOptional<z.ZodArray<z.ZodEnum<["execute_command", "read_file", "read_command_output", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "edit_file", "apply_patch", "search_files", "list_files", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "codebase_search", "update_todo_list", "run_slash_command", "skill", "generate_image", "custom_tool"]>, "many">>;
|
|
8113
8083
|
}, "strip", z.ZodTypeAny, {
|
|
8114
8084
|
reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
|
|
8115
8085
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
@@ -8162,8 +8132,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8162
8132
|
vertexJsonCredentials?: string | undefined;
|
|
8163
8133
|
vertexProjectId?: string | undefined;
|
|
8164
8134
|
vertexRegion?: string | undefined;
|
|
8165
|
-
enableUrlContext?: boolean | undefined;
|
|
8166
|
-
enableGrounding?: boolean | undefined;
|
|
8167
8135
|
vertex1MContext?: boolean | undefined;
|
|
8168
8136
|
openAiBaseUrl?: string | undefined;
|
|
8169
8137
|
openAiApiKey?: string | undefined;
|
|
@@ -8457,6 +8425,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8457
8425
|
lastImageSavePath?: string | undefined;
|
|
8458
8426
|
worktreeAutoOpenPath?: string | undefined;
|
|
8459
8427
|
showWorktreesInHomeScreen?: boolean | undefined;
|
|
8428
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
8460
8429
|
}, {
|
|
8461
8430
|
reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
|
|
8462
8431
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
@@ -8509,8 +8478,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8509
8478
|
vertexJsonCredentials?: string | undefined;
|
|
8510
8479
|
vertexProjectId?: string | undefined;
|
|
8511
8480
|
vertexRegion?: string | undefined;
|
|
8512
|
-
enableUrlContext?: boolean | undefined;
|
|
8513
|
-
enableGrounding?: boolean | undefined;
|
|
8514
8481
|
vertex1MContext?: boolean | undefined;
|
|
8515
8482
|
openAiBaseUrl?: string | undefined;
|
|
8516
8483
|
openAiApiKey?: string | undefined;
|
|
@@ -8804,6 +8771,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8804
8771
|
lastImageSavePath?: string | undefined;
|
|
8805
8772
|
worktreeAutoOpenPath?: string | undefined;
|
|
8806
8773
|
showWorktreesInHomeScreen?: boolean | undefined;
|
|
8774
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
8807
8775
|
}>;
|
|
8808
8776
|
type RooCodeSettings = GlobalSettings & ProviderSettings;
|
|
8809
8777
|
/**
|
|
@@ -8948,8 +8916,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
8948
8916
|
geminiCliProjectId: z.ZodOptional<z.ZodString>;
|
|
8949
8917
|
geminiApiKey: z.ZodOptional<z.ZodString>;
|
|
8950
8918
|
googleGeminiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
8951
|
-
enableUrlContext: z.ZodOptional<z.ZodBoolean>;
|
|
8952
|
-
enableGrounding: z.ZodOptional<z.ZodBoolean>;
|
|
8953
8919
|
lmStudioModelId: z.ZodOptional<z.ZodString>;
|
|
8954
8920
|
lmStudioBaseUrl: z.ZodOptional<z.ZodString>;
|
|
8955
8921
|
lmStudioDraftModelId: z.ZodOptional<z.ZodString>;
|
|
@@ -9549,6 +9515,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9549
9515
|
lastImageSavePath: z.ZodOptional<z.ZodString>;
|
|
9550
9516
|
worktreeAutoOpenPath: z.ZodOptional<z.ZodString>;
|
|
9551
9517
|
showWorktreesInHomeScreen: z.ZodOptional<z.ZodBoolean>;
|
|
9518
|
+
disabledTools: z.ZodOptional<z.ZodArray<z.ZodEnum<["execute_command", "read_file", "read_command_output", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "edit_file", "apply_patch", "search_files", "list_files", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "codebase_search", "update_todo_list", "run_slash_command", "skill", "generate_image", "custom_tool"]>, "many">>;
|
|
9552
9519
|
}, "strip", z.ZodTypeAny, {
|
|
9553
9520
|
reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
|
|
9554
9521
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
@@ -9601,8 +9568,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9601
9568
|
vertexJsonCredentials?: string | undefined;
|
|
9602
9569
|
vertexProjectId?: string | undefined;
|
|
9603
9570
|
vertexRegion?: string | undefined;
|
|
9604
|
-
enableUrlContext?: boolean | undefined;
|
|
9605
|
-
enableGrounding?: boolean | undefined;
|
|
9606
9571
|
vertex1MContext?: boolean | undefined;
|
|
9607
9572
|
openAiBaseUrl?: string | undefined;
|
|
9608
9573
|
openAiApiKey?: string | undefined;
|
|
@@ -9896,6 +9861,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9896
9861
|
lastImageSavePath?: string | undefined;
|
|
9897
9862
|
worktreeAutoOpenPath?: string | undefined;
|
|
9898
9863
|
showWorktreesInHomeScreen?: boolean | undefined;
|
|
9864
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
9899
9865
|
}, {
|
|
9900
9866
|
reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
|
|
9901
9867
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
@@ -9948,8 +9914,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9948
9914
|
vertexJsonCredentials?: string | undefined;
|
|
9949
9915
|
vertexProjectId?: string | undefined;
|
|
9950
9916
|
vertexRegion?: string | undefined;
|
|
9951
|
-
enableUrlContext?: boolean | undefined;
|
|
9952
|
-
enableGrounding?: boolean | undefined;
|
|
9953
9917
|
vertex1MContext?: boolean | undefined;
|
|
9954
9918
|
openAiBaseUrl?: string | undefined;
|
|
9955
9919
|
openAiApiKey?: string | undefined;
|
|
@@ -10243,6 +10207,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10243
10207
|
lastImageSavePath?: string | undefined;
|
|
10244
10208
|
worktreeAutoOpenPath?: string | undefined;
|
|
10245
10209
|
showWorktreesInHomeScreen?: boolean | undefined;
|
|
10210
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
10246
10211
|
}>;
|
|
10247
10212
|
text: z.ZodString;
|
|
10248
10213
|
images: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -10301,8 +10266,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10301
10266
|
vertexJsonCredentials?: string | undefined;
|
|
10302
10267
|
vertexProjectId?: string | undefined;
|
|
10303
10268
|
vertexRegion?: string | undefined;
|
|
10304
|
-
enableUrlContext?: boolean | undefined;
|
|
10305
|
-
enableGrounding?: boolean | undefined;
|
|
10306
10269
|
vertex1MContext?: boolean | undefined;
|
|
10307
10270
|
openAiBaseUrl?: string | undefined;
|
|
10308
10271
|
openAiApiKey?: string | undefined;
|
|
@@ -10596,6 +10559,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10596
10559
|
lastImageSavePath?: string | undefined;
|
|
10597
10560
|
worktreeAutoOpenPath?: string | undefined;
|
|
10598
10561
|
showWorktreesInHomeScreen?: boolean | undefined;
|
|
10562
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
10599
10563
|
};
|
|
10600
10564
|
images?: string[] | undefined;
|
|
10601
10565
|
newTab?: boolean | undefined;
|
|
@@ -10653,8 +10617,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10653
10617
|
vertexJsonCredentials?: string | undefined;
|
|
10654
10618
|
vertexProjectId?: string | undefined;
|
|
10655
10619
|
vertexRegion?: string | undefined;
|
|
10656
|
-
enableUrlContext?: boolean | undefined;
|
|
10657
|
-
enableGrounding?: boolean | undefined;
|
|
10658
10620
|
vertex1MContext?: boolean | undefined;
|
|
10659
10621
|
openAiBaseUrl?: string | undefined;
|
|
10660
10622
|
openAiApiKey?: string | undefined;
|
|
@@ -10948,6 +10910,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10948
10910
|
lastImageSavePath?: string | undefined;
|
|
10949
10911
|
worktreeAutoOpenPath?: string | undefined;
|
|
10950
10912
|
showWorktreesInHomeScreen?: boolean | undefined;
|
|
10913
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
10951
10914
|
};
|
|
10952
10915
|
images?: string[] | undefined;
|
|
10953
10916
|
newTab?: boolean | undefined;
|
|
@@ -11007,8 +10970,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11007
10970
|
vertexJsonCredentials?: string | undefined;
|
|
11008
10971
|
vertexProjectId?: string | undefined;
|
|
11009
10972
|
vertexRegion?: string | undefined;
|
|
11010
|
-
enableUrlContext?: boolean | undefined;
|
|
11011
|
-
enableGrounding?: boolean | undefined;
|
|
11012
10973
|
vertex1MContext?: boolean | undefined;
|
|
11013
10974
|
openAiBaseUrl?: string | undefined;
|
|
11014
10975
|
openAiApiKey?: string | undefined;
|
|
@@ -11302,6 +11263,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11302
11263
|
lastImageSavePath?: string | undefined;
|
|
11303
11264
|
worktreeAutoOpenPath?: string | undefined;
|
|
11304
11265
|
showWorktreesInHomeScreen?: boolean | undefined;
|
|
11266
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
11305
11267
|
};
|
|
11306
11268
|
images?: string[] | undefined;
|
|
11307
11269
|
newTab?: boolean | undefined;
|
|
@@ -11362,8 +11324,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11362
11324
|
vertexJsonCredentials?: string | undefined;
|
|
11363
11325
|
vertexProjectId?: string | undefined;
|
|
11364
11326
|
vertexRegion?: string | undefined;
|
|
11365
|
-
enableUrlContext?: boolean | undefined;
|
|
11366
|
-
enableGrounding?: boolean | undefined;
|
|
11367
11327
|
vertex1MContext?: boolean | undefined;
|
|
11368
11328
|
openAiBaseUrl?: string | undefined;
|
|
11369
11329
|
openAiApiKey?: string | undefined;
|
|
@@ -11657,6 +11617,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11657
11617
|
lastImageSavePath?: string | undefined;
|
|
11658
11618
|
worktreeAutoOpenPath?: string | undefined;
|
|
11659
11619
|
showWorktreesInHomeScreen?: boolean | undefined;
|
|
11620
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
11660
11621
|
};
|
|
11661
11622
|
images?: string[] | undefined;
|
|
11662
11623
|
newTab?: boolean | undefined;
|
|
@@ -11820,8 +11781,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
11820
11781
|
geminiCliProjectId: z.ZodOptional<z.ZodString>;
|
|
11821
11782
|
geminiApiKey: z.ZodOptional<z.ZodString>;
|
|
11822
11783
|
googleGeminiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
11823
|
-
enableUrlContext: z.ZodOptional<z.ZodBoolean>;
|
|
11824
|
-
enableGrounding: z.ZodOptional<z.ZodBoolean>;
|
|
11825
11784
|
lmStudioModelId: z.ZodOptional<z.ZodString>;
|
|
11826
11785
|
lmStudioBaseUrl: z.ZodOptional<z.ZodString>;
|
|
11827
11786
|
lmStudioDraftModelId: z.ZodOptional<z.ZodString>;
|
|
@@ -12421,6 +12380,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12421
12380
|
lastImageSavePath: z.ZodOptional<z.ZodString>;
|
|
12422
12381
|
worktreeAutoOpenPath: z.ZodOptional<z.ZodString>;
|
|
12423
12382
|
showWorktreesInHomeScreen: z.ZodOptional<z.ZodBoolean>;
|
|
12383
|
+
disabledTools: z.ZodOptional<z.ZodArray<z.ZodEnum<["execute_command", "read_file", "read_command_output", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "edit_file", "apply_patch", "search_files", "list_files", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "codebase_search", "update_todo_list", "run_slash_command", "skill", "generate_image", "custom_tool"]>, "many">>;
|
|
12424
12384
|
}, "strip", z.ZodTypeAny, {
|
|
12425
12385
|
reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
|
|
12426
12386
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
@@ -12473,8 +12433,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12473
12433
|
vertexJsonCredentials?: string | undefined;
|
|
12474
12434
|
vertexProjectId?: string | undefined;
|
|
12475
12435
|
vertexRegion?: string | undefined;
|
|
12476
|
-
enableUrlContext?: boolean | undefined;
|
|
12477
|
-
enableGrounding?: boolean | undefined;
|
|
12478
12436
|
vertex1MContext?: boolean | undefined;
|
|
12479
12437
|
openAiBaseUrl?: string | undefined;
|
|
12480
12438
|
openAiApiKey?: string | undefined;
|
|
@@ -12768,6 +12726,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12768
12726
|
lastImageSavePath?: string | undefined;
|
|
12769
12727
|
worktreeAutoOpenPath?: string | undefined;
|
|
12770
12728
|
showWorktreesInHomeScreen?: boolean | undefined;
|
|
12729
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
12771
12730
|
}, {
|
|
12772
12731
|
reasoningEffort?: "low" | "medium" | "high" | "minimal" | "none" | "xhigh" | "disable" | undefined;
|
|
12773
12732
|
codebaseIndexOpenAiCompatibleBaseUrl?: string | undefined;
|
|
@@ -12820,8 +12779,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12820
12779
|
vertexJsonCredentials?: string | undefined;
|
|
12821
12780
|
vertexProjectId?: string | undefined;
|
|
12822
12781
|
vertexRegion?: string | undefined;
|
|
12823
|
-
enableUrlContext?: boolean | undefined;
|
|
12824
|
-
enableGrounding?: boolean | undefined;
|
|
12825
12782
|
vertex1MContext?: boolean | undefined;
|
|
12826
12783
|
openAiBaseUrl?: string | undefined;
|
|
12827
12784
|
openAiApiKey?: string | undefined;
|
|
@@ -13115,6 +13072,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13115
13072
|
lastImageSavePath?: string | undefined;
|
|
13116
13073
|
worktreeAutoOpenPath?: string | undefined;
|
|
13117
13074
|
showWorktreesInHomeScreen?: boolean | undefined;
|
|
13075
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
13118
13076
|
}>;
|
|
13119
13077
|
text: z.ZodString;
|
|
13120
13078
|
images: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -13173,8 +13131,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13173
13131
|
vertexJsonCredentials?: string | undefined;
|
|
13174
13132
|
vertexProjectId?: string | undefined;
|
|
13175
13133
|
vertexRegion?: string | undefined;
|
|
13176
|
-
enableUrlContext?: boolean | undefined;
|
|
13177
|
-
enableGrounding?: boolean | undefined;
|
|
13178
13134
|
vertex1MContext?: boolean | undefined;
|
|
13179
13135
|
openAiBaseUrl?: string | undefined;
|
|
13180
13136
|
openAiApiKey?: string | undefined;
|
|
@@ -13468,6 +13424,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13468
13424
|
lastImageSavePath?: string | undefined;
|
|
13469
13425
|
worktreeAutoOpenPath?: string | undefined;
|
|
13470
13426
|
showWorktreesInHomeScreen?: boolean | undefined;
|
|
13427
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
13471
13428
|
};
|
|
13472
13429
|
images?: string[] | undefined;
|
|
13473
13430
|
newTab?: boolean | undefined;
|
|
@@ -13525,8 +13482,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13525
13482
|
vertexJsonCredentials?: string | undefined;
|
|
13526
13483
|
vertexProjectId?: string | undefined;
|
|
13527
13484
|
vertexRegion?: string | undefined;
|
|
13528
|
-
enableUrlContext?: boolean | undefined;
|
|
13529
|
-
enableGrounding?: boolean | undefined;
|
|
13530
13485
|
vertex1MContext?: boolean | undefined;
|
|
13531
13486
|
openAiBaseUrl?: string | undefined;
|
|
13532
13487
|
openAiApiKey?: string | undefined;
|
|
@@ -13820,6 +13775,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13820
13775
|
lastImageSavePath?: string | undefined;
|
|
13821
13776
|
worktreeAutoOpenPath?: string | undefined;
|
|
13822
13777
|
showWorktreesInHomeScreen?: boolean | undefined;
|
|
13778
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
13823
13779
|
};
|
|
13824
13780
|
images?: string[] | undefined;
|
|
13825
13781
|
newTab?: boolean | undefined;
|
|
@@ -13879,8 +13835,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13879
13835
|
vertexJsonCredentials?: string | undefined;
|
|
13880
13836
|
vertexProjectId?: string | undefined;
|
|
13881
13837
|
vertexRegion?: string | undefined;
|
|
13882
|
-
enableUrlContext?: boolean | undefined;
|
|
13883
|
-
enableGrounding?: boolean | undefined;
|
|
13884
13838
|
vertex1MContext?: boolean | undefined;
|
|
13885
13839
|
openAiBaseUrl?: string | undefined;
|
|
13886
13840
|
openAiApiKey?: string | undefined;
|
|
@@ -14174,6 +14128,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14174
14128
|
lastImageSavePath?: string | undefined;
|
|
14175
14129
|
worktreeAutoOpenPath?: string | undefined;
|
|
14176
14130
|
showWorktreesInHomeScreen?: boolean | undefined;
|
|
14131
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
14177
14132
|
};
|
|
14178
14133
|
images?: string[] | undefined;
|
|
14179
14134
|
newTab?: boolean | undefined;
|
|
@@ -14234,8 +14189,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14234
14189
|
vertexJsonCredentials?: string | undefined;
|
|
14235
14190
|
vertexProjectId?: string | undefined;
|
|
14236
14191
|
vertexRegion?: string | undefined;
|
|
14237
|
-
enableUrlContext?: boolean | undefined;
|
|
14238
|
-
enableGrounding?: boolean | undefined;
|
|
14239
14192
|
vertex1MContext?: boolean | undefined;
|
|
14240
14193
|
openAiBaseUrl?: string | undefined;
|
|
14241
14194
|
openAiApiKey?: string | undefined;
|
|
@@ -14529,6 +14482,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14529
14482
|
lastImageSavePath?: string | undefined;
|
|
14530
14483
|
worktreeAutoOpenPath?: string | undefined;
|
|
14531
14484
|
showWorktreesInHomeScreen?: boolean | undefined;
|
|
14485
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
14532
14486
|
};
|
|
14533
14487
|
images?: string[] | undefined;
|
|
14534
14488
|
newTab?: boolean | undefined;
|
|
@@ -14637,8 +14591,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14637
14591
|
vertexJsonCredentials?: string | undefined;
|
|
14638
14592
|
vertexProjectId?: string | undefined;
|
|
14639
14593
|
vertexRegion?: string | undefined;
|
|
14640
|
-
enableUrlContext?: boolean | undefined;
|
|
14641
|
-
enableGrounding?: boolean | undefined;
|
|
14642
14594
|
vertex1MContext?: boolean | undefined;
|
|
14643
14595
|
openAiBaseUrl?: string | undefined;
|
|
14644
14596
|
openAiApiKey?: string | undefined;
|
|
@@ -14932,6 +14884,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14932
14884
|
lastImageSavePath?: string | undefined;
|
|
14933
14885
|
worktreeAutoOpenPath?: string | undefined;
|
|
14934
14886
|
showWorktreesInHomeScreen?: boolean | undefined;
|
|
14887
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
14935
14888
|
};
|
|
14936
14889
|
images?: string[] | undefined;
|
|
14937
14890
|
newTab?: boolean | undefined;
|
|
@@ -15010,8 +14963,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15010
14963
|
vertexJsonCredentials?: string | undefined;
|
|
15011
14964
|
vertexProjectId?: string | undefined;
|
|
15012
14965
|
vertexRegion?: string | undefined;
|
|
15013
|
-
enableUrlContext?: boolean | undefined;
|
|
15014
|
-
enableGrounding?: boolean | undefined;
|
|
15015
14966
|
vertex1MContext?: boolean | undefined;
|
|
15016
14967
|
openAiBaseUrl?: string | undefined;
|
|
15017
14968
|
openAiApiKey?: string | undefined;
|
|
@@ -15305,6 +15256,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15305
15256
|
lastImageSavePath?: string | undefined;
|
|
15306
15257
|
worktreeAutoOpenPath?: string | undefined;
|
|
15307
15258
|
showWorktreesInHomeScreen?: boolean | undefined;
|
|
15259
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
15308
15260
|
};
|
|
15309
15261
|
images?: string[] | undefined;
|
|
15310
15262
|
newTab?: boolean | undefined;
|
|
@@ -18411,6 +18363,7 @@ declare const organizationDefaultSettingsSchema: z.ZodObject<{
|
|
|
18411
18363
|
showRooIgnoredFiles: z.ZodOptional<z.ZodBoolean>;
|
|
18412
18364
|
terminalShellIntegrationDisabled: z.ZodOptional<z.ZodBoolean>;
|
|
18413
18365
|
terminalZshClearEolMark: z.ZodOptional<z.ZodBoolean>;
|
|
18366
|
+
disabledTools: z.ZodOptional<z.ZodArray<z.ZodEnum<["execute_command", "read_file", "read_command_output", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "edit_file", "apply_patch", "search_files", "list_files", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "codebase_search", "update_todo_list", "run_slash_command", "skill", "generate_image", "custom_tool"]>, "many">>;
|
|
18414
18367
|
} & {
|
|
18415
18368
|
maxOpenTabsContext: z.ZodOptional<z.ZodNumber>;
|
|
18416
18369
|
maxWorkspaceFiles: z.ZodOptional<z.ZodNumber>;
|
|
@@ -18425,6 +18378,7 @@ declare const organizationDefaultSettingsSchema: z.ZodObject<{
|
|
|
18425
18378
|
terminalShellIntegrationDisabled?: boolean | undefined;
|
|
18426
18379
|
terminalCommandDelay?: number | undefined;
|
|
18427
18380
|
terminalZshClearEolMark?: boolean | undefined;
|
|
18381
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
18428
18382
|
}, {
|
|
18429
18383
|
enableCheckpoints?: boolean | undefined;
|
|
18430
18384
|
maxOpenTabsContext?: number | undefined;
|
|
@@ -18434,6 +18388,7 @@ declare const organizationDefaultSettingsSchema: z.ZodObject<{
|
|
|
18434
18388
|
terminalShellIntegrationDisabled?: boolean | undefined;
|
|
18435
18389
|
terminalCommandDelay?: number | undefined;
|
|
18436
18390
|
terminalZshClearEolMark?: boolean | undefined;
|
|
18391
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
18437
18392
|
}>;
|
|
18438
18393
|
type OrganizationDefaultSettings = z.infer<typeof organizationDefaultSettingsSchema>;
|
|
18439
18394
|
/**
|
|
@@ -18516,6 +18471,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
18516
18471
|
showRooIgnoredFiles: z.ZodOptional<z.ZodBoolean>;
|
|
18517
18472
|
terminalShellIntegrationDisabled: z.ZodOptional<z.ZodBoolean>;
|
|
18518
18473
|
terminalZshClearEolMark: z.ZodOptional<z.ZodBoolean>;
|
|
18474
|
+
disabledTools: z.ZodOptional<z.ZodArray<z.ZodEnum<["execute_command", "read_file", "read_command_output", "write_to_file", "apply_diff", "search_and_replace", "search_replace", "edit_file", "apply_patch", "search_files", "list_files", "browser_action", "use_mcp_tool", "access_mcp_resource", "ask_followup_question", "attempt_completion", "switch_mode", "new_task", "codebase_search", "update_todo_list", "run_slash_command", "skill", "generate_image", "custom_tool"]>, "many">>;
|
|
18519
18475
|
} & {
|
|
18520
18476
|
maxOpenTabsContext: z.ZodOptional<z.ZodNumber>;
|
|
18521
18477
|
maxWorkspaceFiles: z.ZodOptional<z.ZodNumber>;
|
|
@@ -18530,6 +18486,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
18530
18486
|
terminalShellIntegrationDisabled?: boolean | undefined;
|
|
18531
18487
|
terminalCommandDelay?: number | undefined;
|
|
18532
18488
|
terminalZshClearEolMark?: boolean | undefined;
|
|
18489
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
18533
18490
|
}, {
|
|
18534
18491
|
enableCheckpoints?: boolean | undefined;
|
|
18535
18492
|
maxOpenTabsContext?: number | undefined;
|
|
@@ -18539,6 +18496,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
18539
18496
|
terminalShellIntegrationDisabled?: boolean | undefined;
|
|
18540
18497
|
terminalCommandDelay?: number | undefined;
|
|
18541
18498
|
terminalZshClearEolMark?: boolean | undefined;
|
|
18499
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
18542
18500
|
}>;
|
|
18543
18501
|
allowList: z.ZodObject<{
|
|
18544
18502
|
allowAll: z.ZodBoolean;
|
|
@@ -18764,8 +18722,6 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
18764
18722
|
geminiCliProjectId: z.ZodOptional<z.ZodString>;
|
|
18765
18723
|
geminiApiKey: z.ZodOptional<z.ZodString>;
|
|
18766
18724
|
googleGeminiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
18767
|
-
enableUrlContext: z.ZodOptional<z.ZodBoolean>;
|
|
18768
|
-
enableGrounding: z.ZodOptional<z.ZodBoolean>;
|
|
18769
18725
|
lmStudioModelId: z.ZodOptional<z.ZodString>;
|
|
18770
18726
|
lmStudioBaseUrl: z.ZodOptional<z.ZodString>;
|
|
18771
18727
|
lmStudioDraftModelId: z.ZodOptional<z.ZodString>;
|
|
@@ -19016,8 +18972,6 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19016
18972
|
vertexJsonCredentials?: string | undefined;
|
|
19017
18973
|
vertexProjectId?: string | undefined;
|
|
19018
18974
|
vertexRegion?: string | undefined;
|
|
19019
|
-
enableUrlContext?: boolean | undefined;
|
|
19020
|
-
enableGrounding?: boolean | undefined;
|
|
19021
18975
|
vertex1MContext?: boolean | undefined;
|
|
19022
18976
|
openAiBaseUrl?: string | undefined;
|
|
19023
18977
|
openAiApiKey?: string | undefined;
|
|
@@ -19183,8 +19137,6 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19183
19137
|
vertexJsonCredentials?: string | undefined;
|
|
19184
19138
|
vertexProjectId?: string | undefined;
|
|
19185
19139
|
vertexRegion?: string | undefined;
|
|
19186
|
-
enableUrlContext?: boolean | undefined;
|
|
19187
|
-
enableGrounding?: boolean | undefined;
|
|
19188
19140
|
vertex1MContext?: boolean | undefined;
|
|
19189
19141
|
openAiBaseUrl?: string | undefined;
|
|
19190
19142
|
openAiApiKey?: string | undefined;
|
|
@@ -19310,6 +19262,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19310
19262
|
terminalShellIntegrationDisabled?: boolean | undefined;
|
|
19311
19263
|
terminalCommandDelay?: number | undefined;
|
|
19312
19264
|
terminalZshClearEolMark?: boolean | undefined;
|
|
19265
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
19313
19266
|
};
|
|
19314
19267
|
allowList: {
|
|
19315
19268
|
allowAll: boolean;
|
|
@@ -19411,8 +19364,6 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19411
19364
|
vertexJsonCredentials?: string | undefined;
|
|
19412
19365
|
vertexProjectId?: string | undefined;
|
|
19413
19366
|
vertexRegion?: string | undefined;
|
|
19414
|
-
enableUrlContext?: boolean | undefined;
|
|
19415
|
-
enableGrounding?: boolean | undefined;
|
|
19416
19367
|
vertex1MContext?: boolean | undefined;
|
|
19417
19368
|
openAiBaseUrl?: string | undefined;
|
|
19418
19369
|
openAiApiKey?: string | undefined;
|
|
@@ -19538,6 +19489,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19538
19489
|
terminalShellIntegrationDisabled?: boolean | undefined;
|
|
19539
19490
|
terminalCommandDelay?: number | undefined;
|
|
19540
19491
|
terminalZshClearEolMark?: boolean | undefined;
|
|
19492
|
+
disabledTools?: ("browser_action" | "execute_command" | "read_file" | "read_command_output" | "write_to_file" | "apply_diff" | "search_and_replace" | "search_replace" | "edit_file" | "apply_patch" | "search_files" | "list_files" | "use_mcp_tool" | "access_mcp_resource" | "ask_followup_question" | "attempt_completion" | "switch_mode" | "new_task" | "codebase_search" | "update_todo_list" | "run_slash_command" | "skill" | "generate_image" | "custom_tool")[] | undefined;
|
|
19541
19493
|
};
|
|
19542
19494
|
allowList: {
|
|
19543
19495
|
allowAll: boolean;
|
|
@@ -19639,8 +19591,6 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19639
19591
|
vertexJsonCredentials?: string | undefined;
|
|
19640
19592
|
vertexProjectId?: string | undefined;
|
|
19641
19593
|
vertexRegion?: string | undefined;
|
|
19642
|
-
enableUrlContext?: boolean | undefined;
|
|
19643
|
-
enableGrounding?: boolean | undefined;
|
|
19644
19594
|
vertex1MContext?: boolean | undefined;
|
|
19645
19595
|
openAiBaseUrl?: string | undefined;
|
|
19646
19596
|
openAiApiKey?: string | undefined;
|
|
@@ -45211,7 +45161,7 @@ interface OpenAiCodexRateLimitsMessage {
|
|
|
45211
45161
|
values?: OpenAiCodexRateLimitInfo;
|
|
45212
45162
|
error?: string;
|
|
45213
45163
|
}
|
|
45214
|
-
type ExtensionState = Pick<GlobalSettings, "currentApiConfigName" | "listApiConfigMeta" | "pinnedApiConfigs" | "customInstructions" | "dismissedUpsells" | "autoApprovalEnabled" | "alwaysAllowReadOnly" | "alwaysAllowReadOnlyOutsideWorkspace" | "alwaysAllowWrite" | "alwaysAllowWriteOutsideWorkspace" | "alwaysAllowWriteProtected" | "alwaysAllowBrowser" | "alwaysAllowMcp" | "alwaysAllowModeSwitch" | "alwaysAllowSubtasks" | "alwaysAllowFollowupQuestions" | "alwaysAllowExecute" | "followupAutoApproveTimeoutMs" | "allowedCommands" | "deniedCommands" | "allowedMaxRequests" | "allowedMaxCost" | "browserToolEnabled" | "browserViewportSize" | "screenshotQuality" | "remoteBrowserEnabled" | "cachedChromeHostUrl" | "remoteBrowserHost" | "ttsEnabled" | "ttsSpeed" | "soundEnabled" | "soundVolume" | "terminalOutputPreviewSize" | "terminalShellIntegrationTimeout" | "terminalShellIntegrationDisabled" | "terminalCommandDelay" | "terminalPowershellCounter" | "terminalZshClearEolMark" | "terminalZshOhMy" | "terminalZshP10k" | "terminalZdotdir" | "diagnosticsEnabled" | "language" | "modeApiConfigs" | "customModePrompts" | "customSupportPrompts" | "enhancementApiConfigId" | "customCondensingPrompt" | "codebaseIndexConfig" | "codebaseIndexModels" | "profileThresholds" | "includeDiagnosticMessages" | "maxDiagnosticMessages" | "imageGenerationProvider" | "openRouterImageGenerationSelectedModel" | "includeTaskHistoryInEnhance" | "reasoningBlockCollapsed" | "enterBehavior" | "includeCurrentTime" | "includeCurrentCost" | "maxGitStatusFiles" | "requestDelaySeconds" | "showWorktreesInHomeScreen"> & {
|
|
45164
|
+
type ExtensionState = Pick<GlobalSettings, "currentApiConfigName" | "listApiConfigMeta" | "pinnedApiConfigs" | "customInstructions" | "dismissedUpsells" | "autoApprovalEnabled" | "alwaysAllowReadOnly" | "alwaysAllowReadOnlyOutsideWorkspace" | "alwaysAllowWrite" | "alwaysAllowWriteOutsideWorkspace" | "alwaysAllowWriteProtected" | "alwaysAllowBrowser" | "alwaysAllowMcp" | "alwaysAllowModeSwitch" | "alwaysAllowSubtasks" | "alwaysAllowFollowupQuestions" | "alwaysAllowExecute" | "followupAutoApproveTimeoutMs" | "allowedCommands" | "deniedCommands" | "allowedMaxRequests" | "allowedMaxCost" | "browserToolEnabled" | "browserViewportSize" | "screenshotQuality" | "remoteBrowserEnabled" | "cachedChromeHostUrl" | "remoteBrowserHost" | "ttsEnabled" | "ttsSpeed" | "soundEnabled" | "soundVolume" | "terminalOutputPreviewSize" | "terminalShellIntegrationTimeout" | "terminalShellIntegrationDisabled" | "terminalCommandDelay" | "terminalPowershellCounter" | "terminalZshClearEolMark" | "terminalZshOhMy" | "terminalZshP10k" | "terminalZdotdir" | "diagnosticsEnabled" | "language" | "modeApiConfigs" | "customModePrompts" | "customSupportPrompts" | "enhancementApiConfigId" | "customCondensingPrompt" | "codebaseIndexConfig" | "codebaseIndexModels" | "profileThresholds" | "includeDiagnosticMessages" | "maxDiagnosticMessages" | "imageGenerationProvider" | "openRouterImageGenerationSelectedModel" | "includeTaskHistoryInEnhance" | "reasoningBlockCollapsed" | "enterBehavior" | "includeCurrentTime" | "includeCurrentCost" | "maxGitStatusFiles" | "requestDelaySeconds" | "showWorktreesInHomeScreen" | "disabledTools"> & {
|
|
45215
45165
|
version: string;
|
|
45216
45166
|
clineMessages: ClineMessage[];
|
|
45217
45167
|
currentTaskItem?: HistoryItem;
|