@roo-code/types 1.100.0 → 1.102.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 +14 -61
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +116 -99
- package/dist/index.d.ts +116 -99
- package/dist/index.js +13 -61
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1608,7 +1608,6 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1608
1608
|
} & {
|
|
1609
1609
|
openAiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
1610
1610
|
openAiApiKey: z.ZodOptional<z.ZodString>;
|
|
1611
|
-
openAiLegacyFormat: z.ZodOptional<z.ZodBoolean>;
|
|
1612
1611
|
openAiR1FormatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1613
1612
|
openAiModelId: z.ZodOptional<z.ZodString>;
|
|
1614
1613
|
openAiCustomModelInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -1773,7 +1772,6 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1773
1772
|
toolProtocol?: "xml" | "native" | undefined;
|
|
1774
1773
|
openAiBaseUrl?: string | undefined;
|
|
1775
1774
|
openAiApiKey?: string | undefined;
|
|
1776
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
1777
1775
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
1778
1776
|
openAiModelId?: string | undefined;
|
|
1779
1777
|
openAiCustomModelInfo?: {
|
|
@@ -1840,7 +1838,6 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
|
|
|
1840
1838
|
toolProtocol?: "xml" | "native" | undefined;
|
|
1841
1839
|
openAiBaseUrl?: string | undefined;
|
|
1842
1840
|
openAiApiKey?: string | undefined;
|
|
1843
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
1844
1841
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
1845
1842
|
openAiModelId?: string | undefined;
|
|
1846
1843
|
openAiCustomModelInfo?: {
|
|
@@ -3697,7 +3694,6 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3697
3694
|
ollamaNumCtx: z.ZodOptional<z.ZodNumber>;
|
|
3698
3695
|
openAiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
3699
3696
|
openAiApiKey: z.ZodOptional<z.ZodString>;
|
|
3700
|
-
openAiLegacyFormat: z.ZodOptional<z.ZodBoolean>;
|
|
3701
3697
|
openAiR1FormatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
3702
3698
|
openAiModelId: z.ZodOptional<z.ZodString>;
|
|
3703
3699
|
openAiCustomModelInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -3933,7 +3929,6 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
3933
3929
|
vertex1MContext?: boolean | undefined;
|
|
3934
3930
|
openAiBaseUrl?: string | undefined;
|
|
3935
3931
|
openAiApiKey?: string | undefined;
|
|
3936
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
3937
3932
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
3938
3933
|
openAiModelId?: string | undefined;
|
|
3939
3934
|
openAiCustomModelInfo?: {
|
|
@@ -4105,7 +4100,6 @@ declare const providerSettingsSchema: z.ZodObject<{
|
|
|
4105
4100
|
vertex1MContext?: boolean | undefined;
|
|
4106
4101
|
openAiBaseUrl?: string | undefined;
|
|
4107
4102
|
openAiApiKey?: string | undefined;
|
|
4108
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
4109
4103
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
4110
4104
|
openAiModelId?: string | undefined;
|
|
4111
4105
|
openAiCustomModelInfo?: {
|
|
@@ -4321,7 +4315,6 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4321
4315
|
ollamaNumCtx: z.ZodOptional<z.ZodNumber>;
|
|
4322
4316
|
openAiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
4323
4317
|
openAiApiKey: z.ZodOptional<z.ZodString>;
|
|
4324
|
-
openAiLegacyFormat: z.ZodOptional<z.ZodBoolean>;
|
|
4325
4318
|
openAiR1FormatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
4326
4319
|
openAiModelId: z.ZodOptional<z.ZodString>;
|
|
4327
4320
|
openAiCustomModelInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -4560,7 +4553,6 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4560
4553
|
vertex1MContext?: boolean | undefined;
|
|
4561
4554
|
openAiBaseUrl?: string | undefined;
|
|
4562
4555
|
openAiApiKey?: string | undefined;
|
|
4563
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
4564
4556
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
4565
4557
|
openAiModelId?: string | undefined;
|
|
4566
4558
|
openAiCustomModelInfo?: {
|
|
@@ -4733,7 +4725,6 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
|
|
|
4733
4725
|
vertex1MContext?: boolean | undefined;
|
|
4734
4726
|
openAiBaseUrl?: string | undefined;
|
|
4735
4727
|
openAiApiKey?: string | undefined;
|
|
4736
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
4737
4728
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
4738
4729
|
openAiModelId?: string | undefined;
|
|
4739
4730
|
openAiCustomModelInfo?: {
|
|
@@ -5210,7 +5201,6 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
5210
5201
|
} & {
|
|
5211
5202
|
openAiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
5212
5203
|
openAiApiKey: z.ZodOptional<z.ZodString>;
|
|
5213
|
-
openAiLegacyFormat: z.ZodOptional<z.ZodBoolean>;
|
|
5214
5204
|
openAiR1FormatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
5215
5205
|
openAiModelId: z.ZodOptional<z.ZodString>;
|
|
5216
5206
|
openAiCustomModelInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -5375,7 +5365,6 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
5375
5365
|
toolProtocol?: "xml" | "native" | undefined;
|
|
5376
5366
|
openAiBaseUrl?: string | undefined;
|
|
5377
5367
|
openAiApiKey?: string | undefined;
|
|
5378
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
5379
5368
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
5380
5369
|
openAiModelId?: string | undefined;
|
|
5381
5370
|
openAiCustomModelInfo?: {
|
|
@@ -5442,7 +5431,6 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
5442
5431
|
toolProtocol?: "xml" | "native" | undefined;
|
|
5443
5432
|
openAiBaseUrl?: string | undefined;
|
|
5444
5433
|
openAiApiKey?: string | undefined;
|
|
5445
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
5446
5434
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
5447
5435
|
openAiModelId?: string | undefined;
|
|
5448
5436
|
openAiCustomModelInfo?: {
|
|
@@ -7205,7 +7193,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
|
|
|
7205
7193
|
id?: string | undefined;
|
|
7206
7194
|
}>>;
|
|
7207
7195
|
type ProviderSettingsWithId = z.infer<typeof providerSettingsWithIdSchema>;
|
|
7208
|
-
declare const PROVIDER_SETTINGS_KEYS: ["reasoningEffort", "codebaseIndexOpenAiCompatibleBaseUrl", "codebaseIndexOpenAiCompatibleModelDimension", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexGeminiApiKey", "codebaseIndexMistralApiKey", "codebaseIndexVercelAiGatewayApiKey", "codebaseIndexOpenRouterApiKey", "apiProvider", "includeMaxTokens", "diffEnabled", "todoListEnabled", "fuzzyMatchThreshold", "modelTemperature", "rateLimitSeconds", "consecutiveMistakeLimit", "enableReasoningEffort", "modelMaxTokens", "modelMaxThinkingTokens", "verbosity", "toolProtocol", "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", "enableUrlContext", "enableGrounding", "vertex1MContext", "openAiBaseUrl", "openAiApiKey", "
|
|
7196
|
+
declare const PROVIDER_SETTINGS_KEYS: ["reasoningEffort", "codebaseIndexOpenAiCompatibleBaseUrl", "codebaseIndexOpenAiCompatibleModelDimension", "codeIndexOpenAiKey", "codeIndexQdrantApiKey", "codebaseIndexOpenAiCompatibleApiKey", "codebaseIndexGeminiApiKey", "codebaseIndexMistralApiKey", "codebaseIndexVercelAiGatewayApiKey", "codebaseIndexOpenRouterApiKey", "apiProvider", "includeMaxTokens", "diffEnabled", "todoListEnabled", "fuzzyMatchThreshold", "modelTemperature", "rateLimitSeconds", "consecutiveMistakeLimit", "enableReasoningEffort", "modelMaxTokens", "modelMaxThinkingTokens", "verbosity", "toolProtocol", "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", "enableUrlContext", "enableGrounding", "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"];
|
|
7209
7197
|
/**
|
|
7210
7198
|
* ModelIdKey
|
|
7211
7199
|
*/
|
|
@@ -8188,7 +8176,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8188
8176
|
ollamaNumCtx: z.ZodOptional<z.ZodNumber>;
|
|
8189
8177
|
openAiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
8190
8178
|
openAiApiKey: z.ZodOptional<z.ZodString>;
|
|
8191
|
-
openAiLegacyFormat: z.ZodOptional<z.ZodBoolean>;
|
|
8192
8179
|
openAiR1FormatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
8193
8180
|
openAiModelId: z.ZodOptional<z.ZodString>;
|
|
8194
8181
|
openAiCustomModelInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -8843,7 +8830,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
8843
8830
|
vertex1MContext?: boolean | undefined;
|
|
8844
8831
|
openAiBaseUrl?: string | undefined;
|
|
8845
8832
|
openAiApiKey?: string | undefined;
|
|
8846
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
8847
8833
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
8848
8834
|
openAiModelId?: string | undefined;
|
|
8849
8835
|
openAiCustomModelInfo?: {
|
|
@@ -9201,7 +9187,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
|
|
|
9201
9187
|
vertex1MContext?: boolean | undefined;
|
|
9202
9188
|
openAiBaseUrl?: string | undefined;
|
|
9203
9189
|
openAiApiKey?: string | undefined;
|
|
9204
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
9205
9190
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
9206
9191
|
openAiModelId?: string | undefined;
|
|
9207
9192
|
openAiCustomModelInfo?: {
|
|
@@ -9672,7 +9657,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
9672
9657
|
ollamaNumCtx: z.ZodOptional<z.ZodNumber>;
|
|
9673
9658
|
openAiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
9674
9659
|
openAiApiKey: z.ZodOptional<z.ZodString>;
|
|
9675
|
-
openAiLegacyFormat: z.ZodOptional<z.ZodBoolean>;
|
|
9676
9660
|
openAiR1FormatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
9677
9661
|
openAiModelId: z.ZodOptional<z.ZodString>;
|
|
9678
9662
|
openAiCustomModelInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -10327,7 +10311,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10327
10311
|
vertex1MContext?: boolean | undefined;
|
|
10328
10312
|
openAiBaseUrl?: string | undefined;
|
|
10329
10313
|
openAiApiKey?: string | undefined;
|
|
10330
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
10331
10314
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
10332
10315
|
openAiModelId?: string | undefined;
|
|
10333
10316
|
openAiCustomModelInfo?: {
|
|
@@ -10685,7 +10668,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
10685
10668
|
vertex1MContext?: boolean | undefined;
|
|
10686
10669
|
openAiBaseUrl?: string | undefined;
|
|
10687
10670
|
openAiApiKey?: string | undefined;
|
|
10688
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
10689
10671
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
10690
10672
|
openAiModelId?: string | undefined;
|
|
10691
10673
|
openAiCustomModelInfo?: {
|
|
@@ -11049,7 +11031,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11049
11031
|
vertex1MContext?: boolean | undefined;
|
|
11050
11032
|
openAiBaseUrl?: string | undefined;
|
|
11051
11033
|
openAiApiKey?: string | undefined;
|
|
11052
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
11053
11034
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
11054
11035
|
openAiModelId?: string | undefined;
|
|
11055
11036
|
openAiCustomModelInfo?: {
|
|
@@ -11412,7 +11393,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11412
11393
|
vertex1MContext?: boolean | undefined;
|
|
11413
11394
|
openAiBaseUrl?: string | undefined;
|
|
11414
11395
|
openAiApiKey?: string | undefined;
|
|
11415
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
11416
11396
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
11417
11397
|
openAiModelId?: string | undefined;
|
|
11418
11398
|
openAiCustomModelInfo?: {
|
|
@@ -11777,7 +11757,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
11777
11757
|
vertex1MContext?: boolean | undefined;
|
|
11778
11758
|
openAiBaseUrl?: string | undefined;
|
|
11779
11759
|
openAiApiKey?: string | undefined;
|
|
11780
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
11781
11760
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
11782
11761
|
openAiModelId?: string | undefined;
|
|
11783
11762
|
openAiCustomModelInfo?: {
|
|
@@ -12143,7 +12122,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
|
|
|
12143
12122
|
vertex1MContext?: boolean | undefined;
|
|
12144
12123
|
openAiBaseUrl?: string | undefined;
|
|
12145
12124
|
openAiApiKey?: string | undefined;
|
|
12146
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
12147
12125
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
12148
12126
|
openAiModelId?: string | undefined;
|
|
12149
12127
|
openAiCustomModelInfo?: {
|
|
@@ -12639,7 +12617,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
12639
12617
|
ollamaNumCtx: z.ZodOptional<z.ZodNumber>;
|
|
12640
12618
|
openAiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
12641
12619
|
openAiApiKey: z.ZodOptional<z.ZodString>;
|
|
12642
|
-
openAiLegacyFormat: z.ZodOptional<z.ZodBoolean>;
|
|
12643
12620
|
openAiR1FormatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
12644
12621
|
openAiModelId: z.ZodOptional<z.ZodString>;
|
|
12645
12622
|
openAiCustomModelInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -13294,7 +13271,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13294
13271
|
vertex1MContext?: boolean | undefined;
|
|
13295
13272
|
openAiBaseUrl?: string | undefined;
|
|
13296
13273
|
openAiApiKey?: string | undefined;
|
|
13297
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
13298
13274
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
13299
13275
|
openAiModelId?: string | undefined;
|
|
13300
13276
|
openAiCustomModelInfo?: {
|
|
@@ -13652,7 +13628,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
13652
13628
|
vertex1MContext?: boolean | undefined;
|
|
13653
13629
|
openAiBaseUrl?: string | undefined;
|
|
13654
13630
|
openAiApiKey?: string | undefined;
|
|
13655
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
13656
13631
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
13657
13632
|
openAiModelId?: string | undefined;
|
|
13658
13633
|
openAiCustomModelInfo?: {
|
|
@@ -14016,7 +13991,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14016
13991
|
vertex1MContext?: boolean | undefined;
|
|
14017
13992
|
openAiBaseUrl?: string | undefined;
|
|
14018
13993
|
openAiApiKey?: string | undefined;
|
|
14019
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
14020
13994
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
14021
13995
|
openAiModelId?: string | undefined;
|
|
14022
13996
|
openAiCustomModelInfo?: {
|
|
@@ -14379,7 +14353,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14379
14353
|
vertex1MContext?: boolean | undefined;
|
|
14380
14354
|
openAiBaseUrl?: string | undefined;
|
|
14381
14355
|
openAiApiKey?: string | undefined;
|
|
14382
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
14383
14356
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
14384
14357
|
openAiModelId?: string | undefined;
|
|
14385
14358
|
openAiCustomModelInfo?: {
|
|
@@ -14744,7 +14717,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
14744
14717
|
vertex1MContext?: boolean | undefined;
|
|
14745
14718
|
openAiBaseUrl?: string | undefined;
|
|
14746
14719
|
openAiApiKey?: string | undefined;
|
|
14747
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
14748
14720
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
14749
14721
|
openAiModelId?: string | undefined;
|
|
14750
14722
|
openAiCustomModelInfo?: {
|
|
@@ -15110,7 +15082,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15110
15082
|
vertex1MContext?: boolean | undefined;
|
|
15111
15083
|
openAiBaseUrl?: string | undefined;
|
|
15112
15084
|
openAiApiKey?: string | undefined;
|
|
15113
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
15114
15085
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
15115
15086
|
openAiModelId?: string | undefined;
|
|
15116
15087
|
openAiCustomModelInfo?: {
|
|
@@ -15530,7 +15501,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15530
15501
|
vertex1MContext?: boolean | undefined;
|
|
15531
15502
|
openAiBaseUrl?: string | undefined;
|
|
15532
15503
|
openAiApiKey?: string | undefined;
|
|
15533
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
15534
15504
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
15535
15505
|
openAiModelId?: string | undefined;
|
|
15536
15506
|
openAiCustomModelInfo?: {
|
|
@@ -15916,7 +15886,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
15916
15886
|
vertex1MContext?: boolean | undefined;
|
|
15917
15887
|
openAiBaseUrl?: string | undefined;
|
|
15918
15888
|
openAiApiKey?: string | undefined;
|
|
15919
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
15920
15889
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
15921
15890
|
openAiModelId?: string | undefined;
|
|
15922
15891
|
openAiCustomModelInfo?: {
|
|
@@ -19704,7 +19673,6 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19704
19673
|
ollamaNumCtx: z.ZodOptional<z.ZodNumber>;
|
|
19705
19674
|
openAiBaseUrl: z.ZodOptional<z.ZodString>;
|
|
19706
19675
|
openAiApiKey: z.ZodOptional<z.ZodString>;
|
|
19707
|
-
openAiLegacyFormat: z.ZodOptional<z.ZodBoolean>;
|
|
19708
19676
|
openAiR1FormatEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
19709
19677
|
openAiModelId: z.ZodOptional<z.ZodString>;
|
|
19710
19678
|
openAiCustomModelInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -19943,7 +19911,6 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19943
19911
|
vertex1MContext?: boolean | undefined;
|
|
19944
19912
|
openAiBaseUrl?: string | undefined;
|
|
19945
19913
|
openAiApiKey?: string | undefined;
|
|
19946
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
19947
19914
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
19948
19915
|
openAiModelId?: string | undefined;
|
|
19949
19916
|
openAiCustomModelInfo?: {
|
|
@@ -20116,7 +20083,6 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20116
20083
|
vertex1MContext?: boolean | undefined;
|
|
20117
20084
|
openAiBaseUrl?: string | undefined;
|
|
20118
20085
|
openAiApiKey?: string | undefined;
|
|
20119
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
20120
20086
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
20121
20087
|
openAiModelId?: string | undefined;
|
|
20122
20088
|
openAiCustomModelInfo?: {
|
|
@@ -20353,7 +20319,6 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20353
20319
|
vertex1MContext?: boolean | undefined;
|
|
20354
20320
|
openAiBaseUrl?: string | undefined;
|
|
20355
20321
|
openAiApiKey?: string | undefined;
|
|
20356
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
20357
20322
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
20358
20323
|
openAiModelId?: string | undefined;
|
|
20359
20324
|
openAiCustomModelInfo?: {
|
|
@@ -20590,7 +20555,6 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20590
20555
|
vertex1MContext?: boolean | undefined;
|
|
20591
20556
|
openAiBaseUrl?: string | undefined;
|
|
20592
20557
|
openAiApiKey?: string | undefined;
|
|
20593
|
-
openAiLegacyFormat?: boolean | undefined;
|
|
20594
20558
|
openAiR1FormatEnabled?: boolean | undefined;
|
|
20595
20559
|
openAiModelId?: string | undefined;
|
|
20596
20560
|
openAiCustomModelInfo?: {
|
|
@@ -44360,6 +44324,18 @@ interface TypedCustomToolDefinition<T extends CustomToolParametersSchema> extend
|
|
|
44360
44324
|
*/
|
|
44361
44325
|
declare function defineCustomTool<T extends CustomToolParametersSchema>(definition: TypedCustomToolDefinition<T>): TypedCustomToolDefinition<T>;
|
|
44362
44326
|
|
|
44327
|
+
type EmbedderProvider = "openai" | "ollama" | "openai-compatible" | "gemini" | "mistral" | "vercel-ai-gateway" | "bedrock" | "openrouter";
|
|
44328
|
+
interface EmbeddingModelProfile {
|
|
44329
|
+
dimension: number;
|
|
44330
|
+
scoreThreshold?: number;
|
|
44331
|
+
queryPrefix?: string;
|
|
44332
|
+
}
|
|
44333
|
+
type EmbeddingModelProfiles = {
|
|
44334
|
+
[provider in EmbedderProvider]?: {
|
|
44335
|
+
[modelId: string]: EmbeddingModelProfile;
|
|
44336
|
+
};
|
|
44337
|
+
};
|
|
44338
|
+
|
|
44363
44339
|
/**
|
|
44364
44340
|
* ExperimentId
|
|
44365
44341
|
*/
|
|
@@ -45840,7 +45816,7 @@ interface UpdateTodoListPayload {
|
|
|
45840
45816
|
}
|
|
45841
45817
|
type EditQueuedMessagePayload = Pick<QueuedMessage, "id" | "text" | "images">;
|
|
45842
45818
|
interface WebviewMessage {
|
|
45843
|
-
type: "updateTodoList" | "deleteMultipleTasksWithIds" | "currentApiConfigName" | "saveApiConfiguration" | "upsertApiConfiguration" | "deleteApiConfiguration" | "loadApiConfiguration" | "loadApiConfigurationById" | "renameApiConfiguration" | "getListApiConfiguration" | "customInstructions" | "webviewDidLaunch" | "newTask" | "askResponse" | "terminalOperation" | "clearTask" | "didShowAnnouncement" | "selectImages" | "exportCurrentTask" | "shareCurrentTask" | "showTaskWithId" | "deleteTaskWithId" | "exportTaskWithId" | "importSettings" | "exportSettings" | "resetState" | "flushRouterModels" | "requestRouterModels" | "requestOpenAiModels" | "requestOllamaModels" | "requestLmStudioModels" | "requestRooModels" | "requestRooCreditBalance" | "requestVsCodeLmModels" | "requestHuggingFaceModels" | "openImage" | "saveImage" | "openFile" | "openMention" | "cancelTask" | "cancelAutoApproval" | "updateVSCodeSetting" | "getVSCodeSetting" | "vsCodeSetting" | "updateCondensingPrompt" | "playSound" | "playTts" | "stopTts" | "ttsEnabled" | "ttsSpeed" | "openKeyboardShortcuts" | "openMcpSettings" | "openProjectMcpSettings" | "restartMcpServer" | "refreshAllMcpServers" | "toggleToolAlwaysAllow" | "toggleToolEnabledForPrompt" | "toggleMcpServer" | "updateMcpTimeout" | "enhancePrompt" | "enhancedPrompt" | "draggedImages" | "deleteMessage" | "deleteMessageConfirm" | "submitEditedMessage" | "editMessageConfirm" | "enableMcpServerCreation" | "remoteControlEnabled" | "taskSyncEnabled" | "searchCommits" | "setApiConfigPassword" | "mode" | "updatePrompt" | "getSystemPrompt" | "copySystemPrompt" | "systemPrompt" | "enhancementApiConfigId" | "autoApprovalEnabled" | "updateCustomMode" | "deleteCustomMode" | "setopenAiCustomModelInfo" | "openCustomModesSettings" | "checkpointDiff" | "checkpointRestore" | "deleteMcpServer" | "codebaseIndexEnabled" | "telemetrySetting" | "testBrowserConnection" | "browserConnectionResult" | "searchFiles" | "toggleApiConfigPin" | "hasOpenedModeSelector" | "clearCloudAuthSkipModel" | "cloudButtonClicked" | "rooCloudSignIn" | "cloudLandingPageSignIn" | "rooCloudSignOut" | "rooCloudManualUrl" | "claudeCodeSignIn" | "claudeCodeSignOut" | "switchOrganization" | "condenseTaskContextRequest" | "requestIndexingStatus" | "startIndexing" | "clearIndexData" | "indexingStatusUpdate" | "indexCleared" | "focusPanelRequest" | "openExternal" | "filterMarketplaceItems" | "marketplaceButtonClicked" | "installMarketplaceItem" | "installMarketplaceItemWithParameters" | "cancelMarketplaceInstall" | "removeInstalledMarketplaceItem" | "marketplaceInstallResult" | "fetchMarketplaceData" | "switchTab" | "shareTaskSuccess" | "exportMode" | "exportModeResult" | "importMode" | "importModeResult" | "checkRulesDirectory" | "checkRulesDirectoryResult" | "saveCodeIndexSettingsAtomic" | "requestCodeIndexSecretStatus" | "requestCommands" | "openCommandFile" | "deleteCommand" | "createCommand" | "insertTextIntoTextarea" | "showMdmAuthRequiredNotification" | "imageGenerationSettings" | "queueMessage" | "removeQueuedMessage" | "editQueuedMessage" | "dismissUpsell" | "getDismissedUpsells" | "updateSettings" | "allowedCommands" | "deniedCommands" | "killBrowserSession" | "openBrowserSessionPanel" | "showBrowserSessionPanelAtStep" | "refreshBrowserSessionPanel" | "browserPanelDidLaunch" | "openDebugApiHistory" | "openDebugUiHistory" | "downloadErrorDiagnostics" | "requestClaudeCodeRateLimits" | "refreshCustomTools" | "requestModes" | "switchMode";
|
|
45819
|
+
type: "updateTodoList" | "deleteMultipleTasksWithIds" | "currentApiConfigName" | "saveApiConfiguration" | "upsertApiConfiguration" | "deleteApiConfiguration" | "loadApiConfiguration" | "loadApiConfigurationById" | "renameApiConfiguration" | "getListApiConfiguration" | "customInstructions" | "webviewDidLaunch" | "newTask" | "askResponse" | "terminalOperation" | "clearTask" | "didShowAnnouncement" | "selectImages" | "exportCurrentTask" | "shareCurrentTask" | "showTaskWithId" | "deleteTaskWithId" | "exportTaskWithId" | "importSettings" | "exportSettings" | "resetState" | "flushRouterModels" | "requestRouterModels" | "requestOpenAiModels" | "requestOllamaModels" | "requestLmStudioModels" | "requestRooModels" | "requestRooCreditBalance" | "requestVsCodeLmModels" | "requestHuggingFaceModels" | "openImage" | "saveImage" | "openFile" | "openMention" | "cancelTask" | "cancelAutoApproval" | "updateVSCodeSetting" | "getVSCodeSetting" | "vsCodeSetting" | "updateCondensingPrompt" | "playSound" | "playTts" | "stopTts" | "ttsEnabled" | "ttsSpeed" | "openKeyboardShortcuts" | "openMcpSettings" | "openProjectMcpSettings" | "restartMcpServer" | "refreshAllMcpServers" | "toggleToolAlwaysAllow" | "toggleToolEnabledForPrompt" | "toggleMcpServer" | "updateMcpTimeout" | "enhancePrompt" | "enhancedPrompt" | "draggedImages" | "deleteMessage" | "deleteMessageConfirm" | "submitEditedMessage" | "editMessageConfirm" | "enableMcpServerCreation" | "remoteControlEnabled" | "taskSyncEnabled" | "searchCommits" | "setApiConfigPassword" | "mode" | "updatePrompt" | "getSystemPrompt" | "copySystemPrompt" | "systemPrompt" | "enhancementApiConfigId" | "autoApprovalEnabled" | "updateCustomMode" | "deleteCustomMode" | "setopenAiCustomModelInfo" | "openCustomModesSettings" | "checkpointDiff" | "checkpointRestore" | "deleteMcpServer" | "codebaseIndexEnabled" | "telemetrySetting" | "testBrowserConnection" | "browserConnectionResult" | "searchFiles" | "toggleApiConfigPin" | "hasOpenedModeSelector" | "clearCloudAuthSkipModel" | "cloudButtonClicked" | "rooCloudSignIn" | "cloudLandingPageSignIn" | "rooCloudSignOut" | "rooCloudManualUrl" | "claudeCodeSignIn" | "claudeCodeSignOut" | "switchOrganization" | "condenseTaskContextRequest" | "requestIndexingStatus" | "startIndexing" | "clearIndexData" | "indexingStatusUpdate" | "indexCleared" | "focusPanelRequest" | "openExternal" | "filterMarketplaceItems" | "marketplaceButtonClicked" | "installMarketplaceItem" | "installMarketplaceItemWithParameters" | "cancelMarketplaceInstall" | "removeInstalledMarketplaceItem" | "marketplaceInstallResult" | "fetchMarketplaceData" | "switchTab" | "shareTaskSuccess" | "exportMode" | "exportModeResult" | "importMode" | "importModeResult" | "checkRulesDirectory" | "checkRulesDirectoryResult" | "saveCodeIndexSettingsAtomic" | "requestCodeIndexSecretStatus" | "requestCommands" | "openCommandFile" | "deleteCommand" | "createCommand" | "insertTextIntoTextarea" | "showMdmAuthRequiredNotification" | "imageGenerationSettings" | "queueMessage" | "removeQueuedMessage" | "editQueuedMessage" | "dismissUpsell" | "getDismissedUpsells" | "updateSettings" | "allowedCommands" | "deniedCommands" | "killBrowserSession" | "openBrowserSessionPanel" | "showBrowserSessionPanelAtStep" | "refreshBrowserSessionPanel" | "browserPanelDidLaunch" | "openDebugApiHistory" | "openDebugUiHistory" | "downloadErrorDiagnostics" | "requestClaudeCodeRateLimits" | "refreshCustomTools" | "requestModes" | "switchMode" | "debugSetting";
|
|
45844
45820
|
text?: string;
|
|
45845
45821
|
editedMessageContent?: string;
|
|
45846
45822
|
tab?: "settings" | "history" | "mcp" | "modes" | "chat" | "marketplace" | "cloud";
|
|
@@ -46200,6 +46176,107 @@ declare const installMarketplaceItemWithParametersPayloadSchema: z.ZodObject<{
|
|
|
46200
46176
|
}>;
|
|
46201
46177
|
type InstallMarketplaceItemWithParametersPayload = z.infer<typeof installMarketplaceItemWithParametersPayloadSchema>;
|
|
46202
46178
|
type WebViewMessagePayload = CheckpointDiffPayload | CheckpointRestorePayload | IndexingStatusPayload | IndexClearedPayload | InstallMarketplaceItemWithParametersPayload | UpdateTodoListPayload | EditQueuedMessagePayload;
|
|
46179
|
+
interface IndexingStatus {
|
|
46180
|
+
systemStatus: string;
|
|
46181
|
+
message?: string;
|
|
46182
|
+
processedItems: number;
|
|
46183
|
+
totalItems: number;
|
|
46184
|
+
currentItemUnit?: string;
|
|
46185
|
+
workspacePath?: string;
|
|
46186
|
+
}
|
|
46187
|
+
interface IndexingStatusUpdateMessage {
|
|
46188
|
+
type: "indexingStatusUpdate";
|
|
46189
|
+
values: IndexingStatus;
|
|
46190
|
+
}
|
|
46191
|
+
interface LanguageModelChatSelector {
|
|
46192
|
+
vendor?: string;
|
|
46193
|
+
family?: string;
|
|
46194
|
+
version?: string;
|
|
46195
|
+
id?: string;
|
|
46196
|
+
}
|
|
46197
|
+
interface ClineSayTool {
|
|
46198
|
+
tool: "editedExistingFile" | "appliedDiff" | "newFileCreated" | "codebaseSearch" | "readFile" | "fetchInstructions" | "listFilesTopLevel" | "listFilesRecursive" | "searchFiles" | "switchMode" | "newTask" | "finishTask" | "generateImage" | "imageGenerated" | "runSlashCommand" | "updateTodoList";
|
|
46199
|
+
path?: string;
|
|
46200
|
+
diff?: string;
|
|
46201
|
+
content?: string;
|
|
46202
|
+
diffStats?: {
|
|
46203
|
+
added: number;
|
|
46204
|
+
removed: number;
|
|
46205
|
+
};
|
|
46206
|
+
regex?: string;
|
|
46207
|
+
filePattern?: string;
|
|
46208
|
+
mode?: string;
|
|
46209
|
+
reason?: string;
|
|
46210
|
+
isOutsideWorkspace?: boolean;
|
|
46211
|
+
isProtected?: boolean;
|
|
46212
|
+
additionalFileCount?: number;
|
|
46213
|
+
lineNumber?: number;
|
|
46214
|
+
query?: string;
|
|
46215
|
+
batchFiles?: Array<{
|
|
46216
|
+
path: string;
|
|
46217
|
+
lineSnippet: string;
|
|
46218
|
+
isOutsideWorkspace?: boolean;
|
|
46219
|
+
key: string;
|
|
46220
|
+
content?: string;
|
|
46221
|
+
}>;
|
|
46222
|
+
batchDiffs?: Array<{
|
|
46223
|
+
path: string;
|
|
46224
|
+
changeCount: number;
|
|
46225
|
+
key: string;
|
|
46226
|
+
content: string;
|
|
46227
|
+
diffStats?: {
|
|
46228
|
+
added: number;
|
|
46229
|
+
removed: number;
|
|
46230
|
+
};
|
|
46231
|
+
diffs?: Array<{
|
|
46232
|
+
content: string;
|
|
46233
|
+
startLine?: number;
|
|
46234
|
+
}>;
|
|
46235
|
+
}>;
|
|
46236
|
+
question?: string;
|
|
46237
|
+
imageData?: string;
|
|
46238
|
+
command?: string;
|
|
46239
|
+
args?: string;
|
|
46240
|
+
source?: string;
|
|
46241
|
+
description?: string;
|
|
46242
|
+
}
|
|
46243
|
+
declare const browserActions: readonly ["launch", "click", "hover", "type", "press", "scroll_down", "scroll_up", "resize", "close", "screenshot"];
|
|
46244
|
+
type BrowserAction = (typeof browserActions)[number];
|
|
46245
|
+
interface ClineSayBrowserAction {
|
|
46246
|
+
action: BrowserAction;
|
|
46247
|
+
coordinate?: string;
|
|
46248
|
+
size?: string;
|
|
46249
|
+
text?: string;
|
|
46250
|
+
executedCoordinate?: string;
|
|
46251
|
+
}
|
|
46252
|
+
type BrowserActionResult = {
|
|
46253
|
+
screenshot?: string;
|
|
46254
|
+
logs?: string;
|
|
46255
|
+
currentUrl?: string;
|
|
46256
|
+
currentMousePosition?: string;
|
|
46257
|
+
viewportWidth?: number;
|
|
46258
|
+
viewportHeight?: number;
|
|
46259
|
+
};
|
|
46260
|
+
interface ClineAskUseMcpServer {
|
|
46261
|
+
serverName: string;
|
|
46262
|
+
type: "use_mcp_tool" | "access_mcp_resource";
|
|
46263
|
+
toolName?: string;
|
|
46264
|
+
arguments?: string;
|
|
46265
|
+
uri?: string;
|
|
46266
|
+
response?: string;
|
|
46267
|
+
}
|
|
46268
|
+
interface ClineApiReqInfo {
|
|
46269
|
+
request?: string;
|
|
46270
|
+
tokensIn?: number;
|
|
46271
|
+
tokensOut?: number;
|
|
46272
|
+
cacheWrites?: number;
|
|
46273
|
+
cacheReads?: number;
|
|
46274
|
+
cost?: number;
|
|
46275
|
+
cancelReason?: ClineApiReqCancelReason;
|
|
46276
|
+
streamingFailedMessage?: string;
|
|
46277
|
+
apiProtocol?: "anthropic" | "openai";
|
|
46278
|
+
}
|
|
46279
|
+
type ClineApiReqCancelReason = "streaming_failed" | "user_cancelled";
|
|
46203
46280
|
|
|
46204
46281
|
/**
|
|
46205
46282
|
* CodeAction
|
|
@@ -47946,8 +48023,6 @@ declare const geminiModels: {
|
|
|
47946
48023
|
readonly supportsPromptCache: true;
|
|
47947
48024
|
readonly supportsReasoningEffort: ["low", "high"];
|
|
47948
48025
|
readonly reasoningEffort: "low";
|
|
47949
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
47950
|
-
readonly excludedTools: ["apply_diff"];
|
|
47951
48026
|
readonly supportsTemperature: true;
|
|
47952
48027
|
readonly defaultTemperature: 1;
|
|
47953
48028
|
readonly inputPrice: 4;
|
|
@@ -47971,8 +48046,6 @@ declare const geminiModels: {
|
|
|
47971
48046
|
readonly supportsPromptCache: true;
|
|
47972
48047
|
readonly supportsReasoningEffort: ["minimal", "low", "medium", "high"];
|
|
47973
48048
|
readonly reasoningEffort: "medium";
|
|
47974
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
47975
|
-
readonly excludedTools: ["apply_diff"];
|
|
47976
48049
|
readonly supportsTemperature: true;
|
|
47977
48050
|
readonly defaultTemperature: 1;
|
|
47978
48051
|
readonly inputPrice: 0.3;
|
|
@@ -47987,8 +48060,6 @@ declare const geminiModels: {
|
|
|
47987
48060
|
readonly supportsNativeTools: true;
|
|
47988
48061
|
readonly defaultToolProtocol: "native";
|
|
47989
48062
|
readonly supportsPromptCache: true;
|
|
47990
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
47991
|
-
readonly excludedTools: ["apply_diff"];
|
|
47992
48063
|
readonly inputPrice: 2.5;
|
|
47993
48064
|
readonly outputPrice: 15;
|
|
47994
48065
|
readonly cacheReadsPrice: 0.625;
|
|
@@ -48015,8 +48086,6 @@ declare const geminiModels: {
|
|
|
48015
48086
|
readonly supportsNativeTools: true;
|
|
48016
48087
|
readonly defaultToolProtocol: "native";
|
|
48017
48088
|
readonly supportsPromptCache: true;
|
|
48018
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
48019
|
-
readonly excludedTools: ["apply_diff"];
|
|
48020
48089
|
readonly inputPrice: 2.5;
|
|
48021
48090
|
readonly outputPrice: 15;
|
|
48022
48091
|
readonly cacheReadsPrice: 0.625;
|
|
@@ -48042,8 +48111,6 @@ declare const geminiModels: {
|
|
|
48042
48111
|
readonly supportsNativeTools: true;
|
|
48043
48112
|
readonly defaultToolProtocol: "native";
|
|
48044
48113
|
readonly supportsPromptCache: true;
|
|
48045
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
48046
|
-
readonly excludedTools: ["apply_diff"];
|
|
48047
48114
|
readonly inputPrice: 2.5;
|
|
48048
48115
|
readonly outputPrice: 15;
|
|
48049
48116
|
readonly cacheReadsPrice: 0.625;
|
|
@@ -48067,8 +48134,6 @@ declare const geminiModels: {
|
|
|
48067
48134
|
readonly supportsNativeTools: true;
|
|
48068
48135
|
readonly defaultToolProtocol: "native";
|
|
48069
48136
|
readonly supportsPromptCache: true;
|
|
48070
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
48071
|
-
readonly excludedTools: ["apply_diff"];
|
|
48072
48137
|
readonly inputPrice: 2.5;
|
|
48073
48138
|
readonly outputPrice: 15;
|
|
48074
48139
|
readonly cacheReadsPrice: 0.625;
|
|
@@ -48094,8 +48159,6 @@ declare const geminiModels: {
|
|
|
48094
48159
|
readonly supportsNativeTools: true;
|
|
48095
48160
|
readonly defaultToolProtocol: "native";
|
|
48096
48161
|
readonly supportsPromptCache: true;
|
|
48097
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
48098
|
-
readonly excludedTools: ["apply_diff"];
|
|
48099
48162
|
readonly inputPrice: 0.3;
|
|
48100
48163
|
readonly outputPrice: 2.5;
|
|
48101
48164
|
readonly cacheReadsPrice: 0.075;
|
|
@@ -48110,8 +48173,6 @@ declare const geminiModels: {
|
|
|
48110
48173
|
readonly supportsNativeTools: true;
|
|
48111
48174
|
readonly defaultToolProtocol: "native";
|
|
48112
48175
|
readonly supportsPromptCache: true;
|
|
48113
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
48114
|
-
readonly excludedTools: ["apply_diff"];
|
|
48115
48176
|
readonly inputPrice: 0.3;
|
|
48116
48177
|
readonly outputPrice: 2.5;
|
|
48117
48178
|
readonly cacheReadsPrice: 0.075;
|
|
@@ -48126,8 +48187,6 @@ declare const geminiModels: {
|
|
|
48126
48187
|
readonly supportsNativeTools: true;
|
|
48127
48188
|
readonly defaultToolProtocol: "native";
|
|
48128
48189
|
readonly supportsPromptCache: true;
|
|
48129
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
48130
|
-
readonly excludedTools: ["apply_diff"];
|
|
48131
48190
|
readonly inputPrice: 0.3;
|
|
48132
48191
|
readonly outputPrice: 2.5;
|
|
48133
48192
|
readonly cacheReadsPrice: 0.075;
|
|
@@ -48142,8 +48201,6 @@ declare const geminiModels: {
|
|
|
48142
48201
|
readonly supportsNativeTools: true;
|
|
48143
48202
|
readonly defaultToolProtocol: "native";
|
|
48144
48203
|
readonly supportsPromptCache: true;
|
|
48145
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
48146
|
-
readonly excludedTools: ["apply_diff"];
|
|
48147
48204
|
readonly inputPrice: 0.1;
|
|
48148
48205
|
readonly outputPrice: 0.4;
|
|
48149
48206
|
readonly cacheReadsPrice: 0.025;
|
|
@@ -48158,8 +48215,6 @@ declare const geminiModels: {
|
|
|
48158
48215
|
readonly supportsNativeTools: true;
|
|
48159
48216
|
readonly defaultToolProtocol: "native";
|
|
48160
48217
|
readonly supportsPromptCache: true;
|
|
48161
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
48162
|
-
readonly excludedTools: ["apply_diff"];
|
|
48163
48218
|
readonly inputPrice: 0.1;
|
|
48164
48219
|
readonly outputPrice: 0.4;
|
|
48165
48220
|
readonly cacheReadsPrice: 0.025;
|
|
@@ -49513,8 +49568,6 @@ declare const vertexModels: {
|
|
|
49513
49568
|
readonly supportsPromptCache: true;
|
|
49514
49569
|
readonly supportsReasoningEffort: ["low", "high"];
|
|
49515
49570
|
readonly reasoningEffort: "low";
|
|
49516
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49517
|
-
readonly excludedTools: ["apply_diff"];
|
|
49518
49571
|
readonly supportsTemperature: true;
|
|
49519
49572
|
readonly defaultTemperature: 1;
|
|
49520
49573
|
readonly inputPrice: 4;
|
|
@@ -49538,8 +49591,6 @@ declare const vertexModels: {
|
|
|
49538
49591
|
readonly supportsPromptCache: true;
|
|
49539
49592
|
readonly supportsReasoningEffort: ["minimal", "low", "medium", "high"];
|
|
49540
49593
|
readonly reasoningEffort: "medium";
|
|
49541
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49542
|
-
readonly excludedTools: ["apply_diff"];
|
|
49543
49594
|
readonly supportsTemperature: true;
|
|
49544
49595
|
readonly defaultTemperature: 1;
|
|
49545
49596
|
readonly inputPrice: 0.3;
|
|
@@ -49554,8 +49605,6 @@ declare const vertexModels: {
|
|
|
49554
49605
|
readonly supportsNativeTools: true;
|
|
49555
49606
|
readonly defaultToolProtocol: "native";
|
|
49556
49607
|
readonly supportsPromptCache: true;
|
|
49557
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49558
|
-
readonly excludedTools: ["apply_diff"];
|
|
49559
49608
|
readonly inputPrice: 0.15;
|
|
49560
49609
|
readonly outputPrice: 3.5;
|
|
49561
49610
|
readonly maxThinkingTokens: 24576;
|
|
@@ -49569,8 +49618,6 @@ declare const vertexModels: {
|
|
|
49569
49618
|
readonly supportsNativeTools: true;
|
|
49570
49619
|
readonly defaultToolProtocol: "native";
|
|
49571
49620
|
readonly supportsPromptCache: true;
|
|
49572
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49573
|
-
readonly excludedTools: ["apply_diff"];
|
|
49574
49621
|
readonly inputPrice: 0.15;
|
|
49575
49622
|
readonly outputPrice: 0.6;
|
|
49576
49623
|
};
|
|
@@ -49581,8 +49628,6 @@ declare const vertexModels: {
|
|
|
49581
49628
|
readonly supportsNativeTools: true;
|
|
49582
49629
|
readonly defaultToolProtocol: "native";
|
|
49583
49630
|
readonly supportsPromptCache: true;
|
|
49584
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49585
|
-
readonly excludedTools: ["apply_diff"];
|
|
49586
49631
|
readonly inputPrice: 0.3;
|
|
49587
49632
|
readonly outputPrice: 2.5;
|
|
49588
49633
|
readonly cacheReadsPrice: 0.075;
|
|
@@ -49597,8 +49642,6 @@ declare const vertexModels: {
|
|
|
49597
49642
|
readonly supportsNativeTools: true;
|
|
49598
49643
|
readonly defaultToolProtocol: "native";
|
|
49599
49644
|
readonly supportsPromptCache: false;
|
|
49600
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49601
|
-
readonly excludedTools: ["apply_diff"];
|
|
49602
49645
|
readonly inputPrice: 0.15;
|
|
49603
49646
|
readonly outputPrice: 3.5;
|
|
49604
49647
|
readonly maxThinkingTokens: 24576;
|
|
@@ -49612,8 +49655,6 @@ declare const vertexModels: {
|
|
|
49612
49655
|
readonly supportsNativeTools: true;
|
|
49613
49656
|
readonly defaultToolProtocol: "native";
|
|
49614
49657
|
readonly supportsPromptCache: false;
|
|
49615
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49616
|
-
readonly excludedTools: ["apply_diff"];
|
|
49617
49658
|
readonly inputPrice: 0.15;
|
|
49618
49659
|
readonly outputPrice: 0.6;
|
|
49619
49660
|
};
|
|
@@ -49624,8 +49665,6 @@ declare const vertexModels: {
|
|
|
49624
49665
|
readonly supportsNativeTools: true;
|
|
49625
49666
|
readonly defaultToolProtocol: "native";
|
|
49626
49667
|
readonly supportsPromptCache: true;
|
|
49627
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49628
|
-
readonly excludedTools: ["apply_diff"];
|
|
49629
49668
|
readonly inputPrice: 2.5;
|
|
49630
49669
|
readonly outputPrice: 15;
|
|
49631
49670
|
};
|
|
@@ -49636,8 +49675,6 @@ declare const vertexModels: {
|
|
|
49636
49675
|
readonly supportsNativeTools: true;
|
|
49637
49676
|
readonly defaultToolProtocol: "native";
|
|
49638
49677
|
readonly supportsPromptCache: true;
|
|
49639
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49640
|
-
readonly excludedTools: ["apply_diff"];
|
|
49641
49678
|
readonly inputPrice: 2.5;
|
|
49642
49679
|
readonly outputPrice: 15;
|
|
49643
49680
|
};
|
|
@@ -49648,8 +49685,6 @@ declare const vertexModels: {
|
|
|
49648
49685
|
readonly supportsNativeTools: true;
|
|
49649
49686
|
readonly defaultToolProtocol: "native";
|
|
49650
49687
|
readonly supportsPromptCache: true;
|
|
49651
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49652
|
-
readonly excludedTools: ["apply_diff"];
|
|
49653
49688
|
readonly inputPrice: 2.5;
|
|
49654
49689
|
readonly outputPrice: 15;
|
|
49655
49690
|
readonly maxThinkingTokens: 32768;
|
|
@@ -49662,8 +49697,6 @@ declare const vertexModels: {
|
|
|
49662
49697
|
readonly supportsNativeTools: true;
|
|
49663
49698
|
readonly defaultToolProtocol: "native";
|
|
49664
49699
|
readonly supportsPromptCache: true;
|
|
49665
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49666
|
-
readonly excludedTools: ["apply_diff"];
|
|
49667
49700
|
readonly inputPrice: 2.5;
|
|
49668
49701
|
readonly outputPrice: 15;
|
|
49669
49702
|
readonly maxThinkingTokens: 32768;
|
|
@@ -49688,8 +49721,6 @@ declare const vertexModels: {
|
|
|
49688
49721
|
readonly supportsNativeTools: true;
|
|
49689
49722
|
readonly defaultToolProtocol: "native";
|
|
49690
49723
|
readonly supportsPromptCache: false;
|
|
49691
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49692
|
-
readonly excludedTools: ["apply_diff"];
|
|
49693
49724
|
readonly inputPrice: 0;
|
|
49694
49725
|
readonly outputPrice: 0;
|
|
49695
49726
|
};
|
|
@@ -49700,8 +49731,6 @@ declare const vertexModels: {
|
|
|
49700
49731
|
readonly supportsNativeTools: true;
|
|
49701
49732
|
readonly defaultToolProtocol: "native";
|
|
49702
49733
|
readonly supportsPromptCache: false;
|
|
49703
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49704
|
-
readonly excludedTools: ["apply_diff"];
|
|
49705
49734
|
readonly inputPrice: 0;
|
|
49706
49735
|
readonly outputPrice: 0;
|
|
49707
49736
|
};
|
|
@@ -49712,8 +49741,6 @@ declare const vertexModels: {
|
|
|
49712
49741
|
readonly supportsNativeTools: true;
|
|
49713
49742
|
readonly defaultToolProtocol: "native";
|
|
49714
49743
|
readonly supportsPromptCache: true;
|
|
49715
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49716
|
-
readonly excludedTools: ["apply_diff"];
|
|
49717
49744
|
readonly inputPrice: 0.15;
|
|
49718
49745
|
readonly outputPrice: 0.6;
|
|
49719
49746
|
};
|
|
@@ -49724,8 +49751,6 @@ declare const vertexModels: {
|
|
|
49724
49751
|
readonly supportsNativeTools: true;
|
|
49725
49752
|
readonly defaultToolProtocol: "native";
|
|
49726
49753
|
readonly supportsPromptCache: false;
|
|
49727
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49728
|
-
readonly excludedTools: ["apply_diff"];
|
|
49729
49754
|
readonly inputPrice: 0.075;
|
|
49730
49755
|
readonly outputPrice: 0.3;
|
|
49731
49756
|
};
|
|
@@ -49736,8 +49761,6 @@ declare const vertexModels: {
|
|
|
49736
49761
|
readonly supportsNativeTools: true;
|
|
49737
49762
|
readonly defaultToolProtocol: "native";
|
|
49738
49763
|
readonly supportsPromptCache: false;
|
|
49739
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49740
|
-
readonly excludedTools: ["apply_diff"];
|
|
49741
49764
|
readonly inputPrice: 0;
|
|
49742
49765
|
readonly outputPrice: 0;
|
|
49743
49766
|
};
|
|
@@ -49748,8 +49771,6 @@ declare const vertexModels: {
|
|
|
49748
49771
|
readonly supportsNativeTools: true;
|
|
49749
49772
|
readonly defaultToolProtocol: "native";
|
|
49750
49773
|
readonly supportsPromptCache: true;
|
|
49751
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49752
|
-
readonly excludedTools: ["apply_diff"];
|
|
49753
49774
|
readonly inputPrice: 0.075;
|
|
49754
49775
|
readonly outputPrice: 0.3;
|
|
49755
49776
|
};
|
|
@@ -49760,8 +49781,6 @@ declare const vertexModels: {
|
|
|
49760
49781
|
readonly supportsNativeTools: true;
|
|
49761
49782
|
readonly defaultToolProtocol: "native";
|
|
49762
49783
|
readonly supportsPromptCache: false;
|
|
49763
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49764
|
-
readonly excludedTools: ["apply_diff"];
|
|
49765
49784
|
readonly inputPrice: 1.25;
|
|
49766
49785
|
readonly outputPrice: 5;
|
|
49767
49786
|
};
|
|
@@ -49949,8 +49968,6 @@ declare const vertexModels: {
|
|
|
49949
49968
|
readonly supportsNativeTools: true;
|
|
49950
49969
|
readonly defaultToolProtocol: "native";
|
|
49951
49970
|
readonly supportsPromptCache: true;
|
|
49952
|
-
readonly includedTools: ["write_file", "edit_file"];
|
|
49953
|
-
readonly excludedTools: ["apply_diff"];
|
|
49954
49971
|
readonly inputPrice: 0.1;
|
|
49955
49972
|
readonly outputPrice: 0.4;
|
|
49956
49973
|
readonly cacheReadsPrice: 0.025;
|
|
@@ -50681,4 +50698,4 @@ declare function getProviderDefaultModelId(provider: ProviderName, options?: {
|
|
|
50681
50698
|
isChina?: boolean;
|
|
50682
50699
|
}): string;
|
|
50683
50700
|
|
|
50684
|
-
export { ANTHROPIC_DEFAULT_MAX_TOKENS, ANTHROPIC_STYLE_PROVIDERS, AWS_INFERENCE_PROFILE_MAPPING, type Ack, type AnthropicModelId, ApiProviderError, type AppProperties, type AssertEqual, type AudioType, type AuthService, type AuthServiceEvents, type AuthState, BEDROCK_1M_CONTEXT_MODEL_IDS, BEDROCK_DEFAULT_CONTEXT, BEDROCK_DEFAULT_TEMPERATURE, BEDROCK_GLOBAL_INFERENCE_MODEL_IDS, BEDROCK_MAX_TOKENS, BEDROCK_REGIONS, BEDROCK_SERVICE_TIER_MODEL_IDS, BEDROCK_SERVICE_TIER_PRICING, type BasetenModelId, type BedrockModelId, type BedrockServiceTier, type BrowserActionParams, CODEBASE_INDEX_DEFAULTS, CONSENT_COOKIE_NAME, CONTEXT_MANAGEMENT_EVENTS, COOKIE_CONSENT_EVENTS, type CerebrasModelId, type CheckpointDiffPayload, type CheckpointRestorePayload, type ChutesModelId, type ClaudeCodeModelId, type ClaudeCodeRateLimitInfo, type ClaudeCodeReasoningLevel, type ClineAsk, type ClineAskResponse, type ClineMessage, type ClineSay, type CloudAppProperties, type CloudOrganization, type CloudOrganizationMembership, type CloudServiceEvents, type CloudUserInfo, type CodeActionId, type CodeActionName, type CodebaseIndexConfig, type CodebaseIndexModels, type CodebaseIndexProvider, type Command, type CommandExecutionStatus, type CommandId, ConnectionState, ConsecutiveMistakeError, type ConsecutiveMistakeReason, type ConsentCookieValue, type ContextCondense, type ContextManagementEvent, type ContextTruncation, type Coordinate, type CreateTaskOptions, type CustomModePrompts, type CustomModesSettings, type CustomProvider, type CustomSupportPrompts, type CustomToolContext, type CustomToolDefinition, type CustomToolParametersSchema, DEEP_SEEK_DEFAULT_TEMPERATURE, DEFAULT_CHECKPOINT_TIMEOUT_SECONDS, DEFAULT_CONSECUTIVE_MISTAKE_LIMIT, DEFAULT_MODES, DEFAULT_TERMINAL_OUTPUT_CHARACTER_LIMIT, DEFAULT_WRITE_DELAY_MS, DOUBAO_API_BASE_URL, DOUBAO_API_CHAT_PATH, type DeepSeekModelId, type DynamicAppProperties, type DynamicProvider, EVALS_SETTINGS, EVALS_TIMEOUT, EXPECTED_API_ERROR_CODES, type EditQueuedMessagePayload, type Equals, type ExperimentId, type Experiments, type ExtensionBridgeCommand, ExtensionBridgeCommandName, type ExtensionBridgeEvent, ExtensionBridgeEventName, type ExtensionInstance, type ExtensionMessage, ExtensionSocketEvents, type ExtensionState, type ExtensionTask, type FauxProvider, type FeatherlessModelId, type FileEntry, type FireworksModelId, type FollowUpData, type FollowUpDataType, GLOBAL_SECRET_KEYS, GLOBAL_SETTINGS_KEYS, GLOBAL_STATE_KEYS, type GeminiModelId, type GenerateImageParams, type GitCommit, type GitProperties, type GitRepositoryInfo, type GlobalSettings, type GlobalState, type GroqModelId, type GroupEntry, type GroupOptions, HEARTBEAT_INTERVAL_MS, HUGGINGFACE_API_URL, HUGGINGFACE_CACHE_DURATION, HUGGINGFACE_DEFAULT_CONTEXT_WINDOW, HUGGINGFACE_DEFAULT_MAX_TOKENS, HUGGINGFACE_MAX_TOKENS_FALLBACK, HUGGINGFACE_SLIDER_MIN, HUGGINGFACE_SLIDER_STEP, HUGGINGFACE_TEMPERATURE_MAX_VALUE, type HistoryItem, IMAGE_GENERATION_MODELS, IMAGE_GENERATION_MODEL_IDS, INSTANCE_TTL_SECONDS, type IOIntelligenceModelId, IO_INTELLIGENCE_CACHE_DURATION, type IdleAsk, type ImageGenerationApiMethod, type ImageGenerationModel, type ImageGenerationProvider, type IndexClearedPayload, type IndexingStatusPayload, type InstallMarketplaceItemOptions, type InstallMarketplaceItemWithParametersPayload, type InteractiveAsk, type InternalProvider, type InternationalZAiModelId, type IpcClientEvents, type IpcMessage, IpcMessageType, IpcOrigin, type IpcServerEvents, type JWTPayload, type JoinResponse, type Keys, LMSTUDIO_DEFAULT_TEMPERATURE, type Language, type LeaveResponse, type LineRange, type LocalProvider, MAX_CHECKPOINT_TIMEOUT_SECONDS, MINIMAX_DEFAULT_MAX_TOKENS, MINIMAX_DEFAULT_TEMPERATURE, MIN_CHECKPOINT_TIMEOUT_SECONDS, MISTRAL_DEFAULT_TEMPERATURE, MODELS_BY_PROVIDER, MOONSHOT_DEFAULT_TEMPERATURE, type MainlandZAiModelId, type MarketplaceInstalledMetadata, type MarketplaceItem, type MarketplaceItemType, type McpErrorEntry, type McpExecutionStatus, type McpInstallationMethod, type McpMarketplaceItem, type McpParameter, type McpResource, type McpResourceResponse, type McpResourceTemplate, type McpServer, type McpServerUse, type McpTool, type McpToolCallResponse, type MinimaxModelId, type MistralModelId, type ModeConfig, type ModeMarketplaceItem, type ModelIdKey, type ModelInfo, type ModelParameter, type ModelRecord, type MoonshotModelId, NATIVE_TOOL_DEFAULTS, type NonBlockingAsk, OPENAI_AZURE_AI_INFERENCE_PATH, OPENAI_NATIVE_DEFAULT_TEMPERATURE, OPENROUTER_DEFAULT_PROVIDER_NAME, 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 OrganizationFeatures, type OrganizationSettings, PROVIDER_SETTINGS_KEYS, type PromptComponent, type ProviderName, type ProviderSettings, type ProviderSettingsEntry, type ProviderSettingsWithId, type QueuedMessage, type QwenCodeModelId, type ReasoningEffort, type ReasoningEffortExtended, type ReasoningEffortWithMinimal, type ResumableAsk, type RetryConfig, type RooCodeAPI, type RooCodeAPIEvents, RooCodeEventName, type RooCodeEvents, type RooCodeIpcServer, type RooCodeSettings, type RooCodeTelemetryEvent, type RooModel, RooModelSchema, type RooModelsResponse, RooModelsResponseSchema, RooPricingSchema, type RouterModels, SECRET_STATE_KEYS, type SambaNovaModelId, type SecretState, type SerializedCustomToolDefinition, type SerializedCustomToolParameters, type ServiceTier, type SettingsService, type SettingsServiceEvents, type ShareResponse, type ShareVisibility, type Size, type StaticAppProperties, type SuggestionItem, TOOL_PROTOCOL, type TaskBridgeCommand, TaskBridgeCommandName, type TaskBridgeEvent, TaskBridgeEventName, type TaskCommand, TaskCommandName, type TaskEvent, type TaskEvents, type TaskLike, type TaskMetadata, type TaskProperties, type TaskProviderEvents, type TaskProviderLike, TaskSocketEvents, TaskStatus, type TelemetryClient, type TelemetryEvent, TelemetryEventName, type TelemetryEventSubscription, type TelemetryProperties, type TelemetryPropertiesProvider, type TelemetrySetting, type TerminalActionId, type TerminalActionName, type TerminalActionPromptType, type TodoItem, type TodoStatus, type TokenUsage, type ToolGroup, type ToolName, type ToolProgressStatus, type ToolProtocol, type ToolUsage, type TypedCustomToolDefinition, type TypicalProvider, type UpdateTodoListPayload, type UsageStats, type UserFeatures, type UserSettingsConfig, type UserSettingsData, VERCEL_AI_GATEWAY_DEFAULT_TEMPERATURE, VERCEL_AI_GATEWAY_PROMPT_CACHING_MODELS, VERCEL_AI_GATEWAY_VISION_AND_TOOLS_MODELS, VERCEL_AI_GATEWAY_VISION_ONLY_MODELS, VERTEX_1M_CONTEXT_MODEL_IDS, VERTEX_REGIONS, type Values, type VerbosityLevel, type VertexModelId, type VscodeLlmModelId, type WebViewMessagePayload, type WebviewMessage, type WorkspaceTaskVisibility, type XAIModelId, ZAI_DEFAULT_TEMPERATURE, type ZaiApiLine, ackSchema, anthropicDefaultModelId, anthropicModels, appPropertiesSchema, azureOpenAiDefaultApiVersion, basetenDefaultModelId, basetenModels, bedrockDefaultModelId, bedrockDefaultPromptRouterModelId, bedrockModels, cerebrasDefaultModelId, cerebrasModels, checkoutDiffPayloadSchema, checkoutRestorePayloadSchema, chutesDefaultModelId, chutesDefaultModelInfo, chutesModels, claudeCodeDefaultModelId, claudeCodeModels, claudeCodeReasoningConfig, clineAskSchema, clineAsks, clineMessageSchema, clineSaySchema, clineSays, cloudAppPropertiesSchema, codeActionIds, codebaseIndexConfigSchema, codebaseIndexModelsSchema, codebaseIndexProviderSchema, commandExecutionStatusSchema, commandIds, contextCondenseSchema, contextTruncationSchema, customModePromptsSchema, customModesSettingsSchema, customProviders, customSupportPromptsSchema, deepInfraDefaultModelId, deepInfraDefaultModelInfo, deepSeekDefaultModelId, deepSeekModels, defineCustomTool, discriminatedProviderSettingsWithIdSchema, doubaoDefaultModelId, doubaoDefaultModelInfo, doubaoModels, dynamicAppPropertiesSchema, dynamicProviders, experimentIds, experimentIdsSchema, experimentsSchema, extensionBridgeCommandSchema, extensionBridgeEventSchema, extensionInstanceSchema, extractApiProviderErrorProperties, extractConsecutiveMistakeErrorProperties, extractMessageFromJsonPayload, fauxProviders, featherlessDefaultModelId, featherlessModels, fireworksDefaultModelId, fireworksModels, followUpDataSchema, geminiDefaultModelId, geminiModels, getApiProtocol, getEffectiveProtocol, getErrorMessage, getErrorStatusCode, getImageGenerationProvider, getModelId, getProviderDefaultModelId, gitPropertiesSchema, globalSettingsSchema, groqDefaultModelId, groqModels, groupEntrySchema, groupOptionsSchema, historyItemSchema, idleAsks, installMarketplaceItemOptionsSchema, installMarketplaceItemWithParametersPayloadSchema, interactiveAsks, internalProviders, internationalZAiDefaultModelId, internationalZAiModels, ioIntelligenceDefaultBaseUrl, ioIntelligenceDefaultModelId, ioIntelligenceModels, ipcMessageSchema, isApiProviderError, isConsecutiveMistakeError, isContextManagementEvent, isCustomProvider, isDynamicProvider, isFauxProvider, isGlobalStateKey, isIdleAsk, isInteractiveAsk, isInternalProvider, isLanguage, isLocalProvider, isModelParameter, isNativeProtocol, isNonBlockingAsk, isProviderName, isResumableAsk, isSecretStateKey, isTypicalProvider, lMStudioDefaultModelId, lMStudioDefaultModelInfo, languages, languagesSchema, litellmDefaultModelId, litellmDefaultModelInfo, localProviders, mainlandZAiDefaultModelId, mainlandZAiModels, marketplaceItemSchema, marketplaceItemTypeSchema, mcpExecutionStatusSchema, mcpInstallationMethodSchema, mcpMarketplaceItemSchema, mcpParameterSchema, minimaxDefaultModelId, minimaxDefaultModelInfo, minimaxModels, mistralDefaultModelId, mistralModels, modeConfigSchema, modeMarketplaceItemSchema, modelIdKeys, modelIdKeysByProvider, modelInfoSchema, modelParameters, modelParametersSchema, moonshotDefaultModelId, moonshotModels, nonBlockingAsks, normalizeClaudeCodeModelId, ollamaDefaultModelId, ollamaDefaultModelInfo, openAiModelInfoSaneDefaults, openAiNativeDefaultModelId, openAiNativeModels, openRouterDefaultModelId, openRouterDefaultModelInfo, organizationAllowListSchema, organizationCloudSettingsSchema, organizationDefaultSettingsSchema, organizationFeaturesSchema, organizationSettingsSchema, promptComponentSchema, providerNames, providerNamesSchema, providerSettingsEntrySchema, providerSettingsSchema, providerSettingsSchemaDiscriminated, providerSettingsWithIdSchema, queuedMessageSchema, qwenCodeDefaultModelId, qwenCodeModels, reasoningEffortExtendedSchema, reasoningEffortSettingSchema, reasoningEffortSettingValues, reasoningEffortWithMinimalSchema, reasoningEfforts, reasoningEffortsExtended, reasoningEffortsSchema, requestyDefaultModelId, requestyDefaultModelInfo, resumableAsks, rooCodeEventsSchema, rooCodeSettingsSchema, rooCodeTelemetryEventSchema, rooDefaultModelId, rooModels, sambaNovaDefaultModelId, sambaNovaModels, serviceTierSchema, serviceTiers, shareResponseSchema, shouldReportApiErrorToTelemetry, staticAppPropertiesSchema, suggestionItemSchema, taskBridgeCommandSchema, taskBridgeEventSchema, taskCommandSchema, taskEventSchema, taskMetadataSchema, taskPropertiesSchema, telemetryPropertiesSchema, telemetrySettings, telemetrySettingsSchema, terminalActionIds, todoItemSchema, todoStatusSchema, tokenUsageSchema, toolGroups, toolGroupsSchema, toolNames, toolNamesSchema, toolProgressStatusSchema, toolUsageSchema, unboundDefaultModelId, unboundDefaultModelInfo, usageStatsSchema, userFeaturesSchema, userSettingsConfigSchema, userSettingsDataSchema, verbosityLevels, verbosityLevelsSchema, vercelAiGatewayDefaultModelId, vercelAiGatewayDefaultModelInfo, vertexDefaultModelId, vertexModels, vscodeLlmDefaultModelId, vscodeLlmModels, xaiDefaultModelId, xaiModels, zaiApiLineConfigs, zaiApiLineSchema };
|
|
50701
|
+
export { ANTHROPIC_DEFAULT_MAX_TOKENS, ANTHROPIC_STYLE_PROVIDERS, AWS_INFERENCE_PROFILE_MAPPING, type Ack, type AnthropicModelId, ApiProviderError, type AppProperties, type AssertEqual, type AudioType, type AuthService, type AuthServiceEvents, type AuthState, BEDROCK_1M_CONTEXT_MODEL_IDS, BEDROCK_DEFAULT_CONTEXT, BEDROCK_DEFAULT_TEMPERATURE, BEDROCK_GLOBAL_INFERENCE_MODEL_IDS, BEDROCK_MAX_TOKENS, BEDROCK_REGIONS, BEDROCK_SERVICE_TIER_MODEL_IDS, BEDROCK_SERVICE_TIER_PRICING, type BasetenModelId, type BedrockModelId, type BedrockServiceTier, type BrowserAction, type BrowserActionParams, type BrowserActionResult, CODEBASE_INDEX_DEFAULTS, CONSENT_COOKIE_NAME, CONTEXT_MANAGEMENT_EVENTS, COOKIE_CONSENT_EVENTS, type CerebrasModelId, type CheckpointDiffPayload, type CheckpointRestorePayload, type ChutesModelId, type ClaudeCodeModelId, type ClaudeCodeRateLimitInfo, type ClaudeCodeReasoningLevel, type ClineApiReqCancelReason, type ClineApiReqInfo, type ClineAsk, type ClineAskResponse, type ClineAskUseMcpServer, type ClineMessage, type ClineSay, type ClineSayBrowserAction, type ClineSayTool, type CloudAppProperties, type CloudOrganization, type CloudOrganizationMembership, type CloudServiceEvents, type CloudUserInfo, type CodeActionId, type CodeActionName, type CodebaseIndexConfig, type CodebaseIndexModels, type CodebaseIndexProvider, type Command, type CommandExecutionStatus, type CommandId, ConnectionState, ConsecutiveMistakeError, type ConsecutiveMistakeReason, type ConsentCookieValue, type ContextCondense, type ContextManagementEvent, type ContextTruncation, type Coordinate, type CreateTaskOptions, type CustomModePrompts, type CustomModesSettings, type CustomProvider, type CustomSupportPrompts, type CustomToolContext, type CustomToolDefinition, type CustomToolParametersSchema, DEEP_SEEK_DEFAULT_TEMPERATURE, DEFAULT_CHECKPOINT_TIMEOUT_SECONDS, DEFAULT_CONSECUTIVE_MISTAKE_LIMIT, DEFAULT_MODES, DEFAULT_TERMINAL_OUTPUT_CHARACTER_LIMIT, DEFAULT_WRITE_DELAY_MS, DOUBAO_API_BASE_URL, DOUBAO_API_CHAT_PATH, type DeepSeekModelId, type DynamicAppProperties, type DynamicProvider, EVALS_SETTINGS, EVALS_TIMEOUT, EXPECTED_API_ERROR_CODES, type EditQueuedMessagePayload, type EmbedderProvider, type EmbeddingModelProfile, type EmbeddingModelProfiles, type Equals, type ExperimentId, type Experiments, type ExtensionBridgeCommand, ExtensionBridgeCommandName, type ExtensionBridgeEvent, ExtensionBridgeEventName, type ExtensionInstance, type ExtensionMessage, ExtensionSocketEvents, type ExtensionState, type ExtensionTask, type FauxProvider, type FeatherlessModelId, type FileEntry, type FireworksModelId, type FollowUpData, type FollowUpDataType, GLOBAL_SECRET_KEYS, GLOBAL_SETTINGS_KEYS, GLOBAL_STATE_KEYS, type GeminiModelId, type GenerateImageParams, type GitCommit, type GitProperties, type GitRepositoryInfo, type GlobalSettings, type GlobalState, type GroqModelId, type GroupEntry, type GroupOptions, HEARTBEAT_INTERVAL_MS, HUGGINGFACE_API_URL, HUGGINGFACE_CACHE_DURATION, HUGGINGFACE_DEFAULT_CONTEXT_WINDOW, HUGGINGFACE_DEFAULT_MAX_TOKENS, HUGGINGFACE_MAX_TOKENS_FALLBACK, HUGGINGFACE_SLIDER_MIN, HUGGINGFACE_SLIDER_STEP, HUGGINGFACE_TEMPERATURE_MAX_VALUE, type HistoryItem, IMAGE_GENERATION_MODELS, IMAGE_GENERATION_MODEL_IDS, INSTANCE_TTL_SECONDS, type IOIntelligenceModelId, IO_INTELLIGENCE_CACHE_DURATION, type IdleAsk, type ImageGenerationApiMethod, type ImageGenerationModel, type ImageGenerationProvider, type IndexClearedPayload, type IndexingStatus, type IndexingStatusPayload, type IndexingStatusUpdateMessage, type InstallMarketplaceItemOptions, type InstallMarketplaceItemWithParametersPayload, type InteractiveAsk, type InternalProvider, type InternationalZAiModelId, type IpcClientEvents, type IpcMessage, IpcMessageType, IpcOrigin, type IpcServerEvents, type JWTPayload, type JoinResponse, type Keys, LMSTUDIO_DEFAULT_TEMPERATURE, type Language, type LanguageModelChatSelector, type LeaveResponse, type LineRange, type LocalProvider, MAX_CHECKPOINT_TIMEOUT_SECONDS, MINIMAX_DEFAULT_MAX_TOKENS, MINIMAX_DEFAULT_TEMPERATURE, MIN_CHECKPOINT_TIMEOUT_SECONDS, MISTRAL_DEFAULT_TEMPERATURE, MODELS_BY_PROVIDER, MOONSHOT_DEFAULT_TEMPERATURE, type MainlandZAiModelId, type MarketplaceInstalledMetadata, type MarketplaceItem, type MarketplaceItemType, type McpErrorEntry, type McpExecutionStatus, type McpInstallationMethod, type McpMarketplaceItem, type McpParameter, type McpResource, type McpResourceResponse, type McpResourceTemplate, type McpServer, type McpServerUse, type McpTool, type McpToolCallResponse, type MinimaxModelId, type MistralModelId, type ModeConfig, type ModeMarketplaceItem, type ModelIdKey, type ModelInfo, type ModelParameter, type ModelRecord, type MoonshotModelId, NATIVE_TOOL_DEFAULTS, type NonBlockingAsk, OPENAI_AZURE_AI_INFERENCE_PATH, OPENAI_NATIVE_DEFAULT_TEMPERATURE, OPENROUTER_DEFAULT_PROVIDER_NAME, 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 OrganizationFeatures, type OrganizationSettings, PROVIDER_SETTINGS_KEYS, type PromptComponent, type ProviderName, type ProviderSettings, type ProviderSettingsEntry, type ProviderSettingsWithId, type QueuedMessage, type QwenCodeModelId, type ReasoningEffort, type ReasoningEffortExtended, type ReasoningEffortWithMinimal, type ResumableAsk, type RetryConfig, type RooCodeAPI, type RooCodeAPIEvents, RooCodeEventName, type RooCodeEvents, type RooCodeIpcServer, type RooCodeSettings, type RooCodeTelemetryEvent, type RooModel, RooModelSchema, type RooModelsResponse, RooModelsResponseSchema, RooPricingSchema, type RouterModels, SECRET_STATE_KEYS, type SambaNovaModelId, type SecretState, type SerializedCustomToolDefinition, type SerializedCustomToolParameters, type ServiceTier, type SettingsService, type SettingsServiceEvents, type ShareResponse, type ShareVisibility, type Size, type StaticAppProperties, type SuggestionItem, TOOL_PROTOCOL, type TaskBridgeCommand, TaskBridgeCommandName, type TaskBridgeEvent, TaskBridgeEventName, type TaskCommand, TaskCommandName, type TaskEvent, type TaskEvents, type TaskLike, type TaskMetadata, type TaskProperties, type TaskProviderEvents, type TaskProviderLike, TaskSocketEvents, TaskStatus, type TelemetryClient, type TelemetryEvent, TelemetryEventName, type TelemetryEventSubscription, type TelemetryProperties, type TelemetryPropertiesProvider, type TelemetrySetting, type TerminalActionId, type TerminalActionName, type TerminalActionPromptType, type TodoItem, type TodoStatus, type TokenUsage, type ToolGroup, type ToolName, type ToolProgressStatus, type ToolProtocol, type ToolUsage, type TypedCustomToolDefinition, type TypicalProvider, type UpdateTodoListPayload, type UsageStats, type UserFeatures, type UserSettingsConfig, type UserSettingsData, VERCEL_AI_GATEWAY_DEFAULT_TEMPERATURE, VERCEL_AI_GATEWAY_PROMPT_CACHING_MODELS, VERCEL_AI_GATEWAY_VISION_AND_TOOLS_MODELS, VERCEL_AI_GATEWAY_VISION_ONLY_MODELS, VERTEX_1M_CONTEXT_MODEL_IDS, VERTEX_REGIONS, type Values, type VerbosityLevel, type VertexModelId, type VscodeLlmModelId, type WebViewMessagePayload, type WebviewMessage, type WorkspaceTaskVisibility, type XAIModelId, ZAI_DEFAULT_TEMPERATURE, type ZaiApiLine, ackSchema, anthropicDefaultModelId, anthropicModels, appPropertiesSchema, azureOpenAiDefaultApiVersion, basetenDefaultModelId, basetenModels, bedrockDefaultModelId, bedrockDefaultPromptRouterModelId, bedrockModels, browserActions, cerebrasDefaultModelId, cerebrasModels, checkoutDiffPayloadSchema, checkoutRestorePayloadSchema, chutesDefaultModelId, chutesDefaultModelInfo, chutesModels, claudeCodeDefaultModelId, claudeCodeModels, claudeCodeReasoningConfig, clineAskSchema, clineAsks, clineMessageSchema, clineSaySchema, clineSays, cloudAppPropertiesSchema, codeActionIds, codebaseIndexConfigSchema, codebaseIndexModelsSchema, codebaseIndexProviderSchema, commandExecutionStatusSchema, commandIds, contextCondenseSchema, contextTruncationSchema, customModePromptsSchema, customModesSettingsSchema, customProviders, customSupportPromptsSchema, deepInfraDefaultModelId, deepInfraDefaultModelInfo, deepSeekDefaultModelId, deepSeekModels, defineCustomTool, discriminatedProviderSettingsWithIdSchema, doubaoDefaultModelId, doubaoDefaultModelInfo, doubaoModels, dynamicAppPropertiesSchema, dynamicProviders, experimentIds, experimentIdsSchema, experimentsSchema, extensionBridgeCommandSchema, extensionBridgeEventSchema, extensionInstanceSchema, extractApiProviderErrorProperties, extractConsecutiveMistakeErrorProperties, extractMessageFromJsonPayload, fauxProviders, featherlessDefaultModelId, featherlessModels, fireworksDefaultModelId, fireworksModels, followUpDataSchema, geminiDefaultModelId, geminiModels, getApiProtocol, getEffectiveProtocol, getErrorMessage, getErrorStatusCode, getImageGenerationProvider, getModelId, getProviderDefaultModelId, gitPropertiesSchema, globalSettingsSchema, groqDefaultModelId, groqModels, groupEntrySchema, groupOptionsSchema, historyItemSchema, idleAsks, installMarketplaceItemOptionsSchema, installMarketplaceItemWithParametersPayloadSchema, interactiveAsks, internalProviders, internationalZAiDefaultModelId, internationalZAiModels, ioIntelligenceDefaultBaseUrl, ioIntelligenceDefaultModelId, ioIntelligenceModels, ipcMessageSchema, isApiProviderError, isConsecutiveMistakeError, isContextManagementEvent, isCustomProvider, isDynamicProvider, isFauxProvider, isGlobalStateKey, isIdleAsk, isInteractiveAsk, isInternalProvider, isLanguage, isLocalProvider, isModelParameter, isNativeProtocol, isNonBlockingAsk, isProviderName, isResumableAsk, isSecretStateKey, isTypicalProvider, lMStudioDefaultModelId, lMStudioDefaultModelInfo, languages, languagesSchema, litellmDefaultModelId, litellmDefaultModelInfo, localProviders, mainlandZAiDefaultModelId, mainlandZAiModels, marketplaceItemSchema, marketplaceItemTypeSchema, mcpExecutionStatusSchema, mcpInstallationMethodSchema, mcpMarketplaceItemSchema, mcpParameterSchema, minimaxDefaultModelId, minimaxDefaultModelInfo, minimaxModels, mistralDefaultModelId, mistralModels, modeConfigSchema, modeMarketplaceItemSchema, modelIdKeys, modelIdKeysByProvider, modelInfoSchema, modelParameters, modelParametersSchema, moonshotDefaultModelId, moonshotModels, nonBlockingAsks, normalizeClaudeCodeModelId, ollamaDefaultModelId, ollamaDefaultModelInfo, openAiModelInfoSaneDefaults, openAiNativeDefaultModelId, openAiNativeModels, openRouterDefaultModelId, openRouterDefaultModelInfo, organizationAllowListSchema, organizationCloudSettingsSchema, organizationDefaultSettingsSchema, organizationFeaturesSchema, organizationSettingsSchema, promptComponentSchema, providerNames, providerNamesSchema, providerSettingsEntrySchema, providerSettingsSchema, providerSettingsSchemaDiscriminated, providerSettingsWithIdSchema, queuedMessageSchema, qwenCodeDefaultModelId, qwenCodeModels, reasoningEffortExtendedSchema, reasoningEffortSettingSchema, reasoningEffortSettingValues, reasoningEffortWithMinimalSchema, reasoningEfforts, reasoningEffortsExtended, reasoningEffortsSchema, requestyDefaultModelId, requestyDefaultModelInfo, resumableAsks, rooCodeEventsSchema, rooCodeSettingsSchema, rooCodeTelemetryEventSchema, rooDefaultModelId, rooModels, sambaNovaDefaultModelId, sambaNovaModels, serviceTierSchema, serviceTiers, shareResponseSchema, shouldReportApiErrorToTelemetry, staticAppPropertiesSchema, suggestionItemSchema, taskBridgeCommandSchema, taskBridgeEventSchema, taskCommandSchema, taskEventSchema, taskMetadataSchema, taskPropertiesSchema, telemetryPropertiesSchema, telemetrySettings, telemetrySettingsSchema, terminalActionIds, todoItemSchema, todoStatusSchema, tokenUsageSchema, toolGroups, toolGroupsSchema, toolNames, toolNamesSchema, toolProgressStatusSchema, toolUsageSchema, unboundDefaultModelId, unboundDefaultModelInfo, usageStatsSchema, userFeaturesSchema, userSettingsConfigSchema, userSettingsDataSchema, verbosityLevels, verbosityLevelsSchema, vercelAiGatewayDefaultModelId, vercelAiGatewayDefaultModelInfo, vertexDefaultModelId, vertexModels, vscodeLlmDefaultModelId, vscodeLlmModels, xaiDefaultModelId, xaiModels, zaiApiLineConfigs, zaiApiLineSchema };
|