@roo-code/types 1.75.0 → 1.77.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.d.ts CHANGED
@@ -1139,6 +1139,8 @@ type ProviderSettingsEntry = z.infer<typeof providerSettingsEntrySchema>;
1139
1139
  * Default value for consecutive mistake limit
1140
1140
  */
1141
1141
  declare const DEFAULT_CONSECUTIVE_MISTAKE_LIMIT = 3;
1142
+ declare const zaiApiLineSchema: z.ZodEnum<["international_coding", "international", "china_coding", "china"]>;
1143
+ type ZaiApiLine = z.infer<typeof zaiApiLineSchema>;
1142
1144
  declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiProvider", [z.ZodObject<{
1143
1145
  includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
1144
1146
  diffEnabled: z.ZodOptional<z.ZodBoolean>;
@@ -2961,7 +2963,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
2961
2963
  apiModelId: z.ZodOptional<z.ZodString>;
2962
2964
  } & {
2963
2965
  zaiApiKey: z.ZodOptional<z.ZodString>;
2964
- zaiApiLine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"china">, z.ZodLiteral<"international">]>>;
2966
+ zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "international", "china_coding", "china"]>>;
2965
2967
  } & {
2966
2968
  apiProvider: z.ZodLiteral<"zai">;
2967
2969
  }, "strip", z.ZodTypeAny, {
@@ -2980,7 +2982,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
2980
2982
  verbosity?: "low" | "medium" | "high" | undefined;
2981
2983
  apiModelId?: string | undefined;
2982
2984
  zaiApiKey?: string | undefined;
2983
- zaiApiLine?: "china" | "international" | undefined;
2985
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
2984
2986
  }, {
2985
2987
  apiProvider: "zai";
2986
2988
  reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
@@ -2997,7 +2999,7 @@ declare const providerSettingsSchemaDiscriminated: z.ZodDiscriminatedUnion<"apiP
2997
2999
  verbosity?: "low" | "medium" | "high" | undefined;
2998
3000
  apiModelId?: string | undefined;
2999
3001
  zaiApiKey?: string | undefined;
3000
- zaiApiLine?: "china" | "international" | undefined;
3002
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
3001
3003
  }>, z.ZodObject<{
3002
3004
  includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
3003
3005
  diffEnabled: z.ZodOptional<z.ZodBoolean>;
@@ -3339,7 +3341,7 @@ declare const providerSettingsSchema: z.ZodObject<{
3339
3341
  featherlessApiKey: z.ZodOptional<z.ZodString>;
3340
3342
  fireworksApiKey: z.ZodOptional<z.ZodString>;
3341
3343
  zaiApiKey: z.ZodOptional<z.ZodString>;
3342
- zaiApiLine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"china">, z.ZodLiteral<"international">]>>;
3344
+ zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "international", "china_coding", "china"]>>;
3343
3345
  sambaNovaApiKey: z.ZodOptional<z.ZodString>;
3344
3346
  cerebrasApiKey: z.ZodOptional<z.ZodString>;
3345
3347
  litellmBaseUrl: z.ZodOptional<z.ZodString>;
@@ -3697,7 +3699,7 @@ declare const providerSettingsSchema: z.ZodObject<{
3697
3699
  cerebrasApiKey?: string | undefined;
3698
3700
  sambaNovaApiKey?: string | undefined;
3699
3701
  zaiApiKey?: string | undefined;
3700
- zaiApiLine?: "china" | "international" | undefined;
3702
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
3701
3703
  fireworksApiKey?: string | undefined;
3702
3704
  featherlessApiKey?: string | undefined;
3703
3705
  ioIntelligenceModelId?: string | undefined;
@@ -3853,7 +3855,7 @@ declare const providerSettingsSchema: z.ZodObject<{
3853
3855
  cerebrasApiKey?: string | undefined;
3854
3856
  sambaNovaApiKey?: string | undefined;
3855
3857
  zaiApiKey?: string | undefined;
3856
- zaiApiLine?: "china" | "international" | undefined;
3858
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
3857
3859
  fireworksApiKey?: string | undefined;
3858
3860
  featherlessApiKey?: string | undefined;
3859
3861
  ioIntelligenceModelId?: string | undefined;
@@ -3893,7 +3895,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
3893
3895
  featherlessApiKey: z.ZodOptional<z.ZodString>;
3894
3896
  fireworksApiKey: z.ZodOptional<z.ZodString>;
3895
3897
  zaiApiKey: z.ZodOptional<z.ZodString>;
3896
- zaiApiLine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"china">, z.ZodLiteral<"international">]>>;
3898
+ zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "international", "china_coding", "china"]>>;
3897
3899
  sambaNovaApiKey: z.ZodOptional<z.ZodString>;
3898
3900
  cerebrasApiKey: z.ZodOptional<z.ZodString>;
3899
3901
  litellmBaseUrl: z.ZodOptional<z.ZodString>;
@@ -4254,7 +4256,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
4254
4256
  cerebrasApiKey?: string | undefined;
4255
4257
  sambaNovaApiKey?: string | undefined;
4256
4258
  zaiApiKey?: string | undefined;
4257
- zaiApiLine?: "china" | "international" | undefined;
4259
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
4258
4260
  fireworksApiKey?: string | undefined;
4259
4261
  featherlessApiKey?: string | undefined;
4260
4262
  ioIntelligenceModelId?: string | undefined;
@@ -4411,7 +4413,7 @@ declare const providerSettingsWithIdSchema: z.ZodObject<{
4411
4413
  cerebrasApiKey?: string | undefined;
4412
4414
  sambaNovaApiKey?: string | undefined;
4413
4415
  zaiApiKey?: string | undefined;
4414
- zaiApiLine?: "china" | "international" | undefined;
4416
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
4415
4417
  fireworksApiKey?: string | undefined;
4416
4418
  featherlessApiKey?: string | undefined;
4417
4419
  ioIntelligenceModelId?: string | undefined;
@@ -6242,7 +6244,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
6242
6244
  apiModelId: z.ZodOptional<z.ZodString>;
6243
6245
  } & {
6244
6246
  zaiApiKey: z.ZodOptional<z.ZodString>;
6245
- zaiApiLine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"china">, z.ZodLiteral<"international">]>>;
6247
+ zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "international", "china_coding", "china"]>>;
6246
6248
  } & {
6247
6249
  apiProvider: z.ZodLiteral<"zai">;
6248
6250
  }, "strip", z.ZodTypeAny, {
@@ -6261,7 +6263,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
6261
6263
  verbosity?: "low" | "medium" | "high" | undefined;
6262
6264
  apiModelId?: string | undefined;
6263
6265
  zaiApiKey?: string | undefined;
6264
- zaiApiLine?: "china" | "international" | undefined;
6266
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
6265
6267
  }, {
6266
6268
  apiProvider: "zai";
6267
6269
  reasoningEffort?: "low" | "medium" | "high" | "minimal" | undefined;
@@ -6278,7 +6280,7 @@ declare const discriminatedProviderSettingsWithIdSchema: z.ZodIntersection<z.Zod
6278
6280
  verbosity?: "low" | "medium" | "high" | undefined;
6279
6281
  apiModelId?: string | undefined;
6280
6282
  zaiApiKey?: string | undefined;
6281
- zaiApiLine?: "china" | "international" | undefined;
6283
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
6282
6284
  }>, z.ZodObject<{
6283
6285
  includeMaxTokens: z.ZodOptional<z.ZodBoolean>;
6284
6286
  diffEnabled: z.ZodOptional<z.ZodBoolean>;
@@ -6693,6 +6695,7 @@ declare const globalSettingsSchema: z.ZodObject<{
6693
6695
  workspace?: string | undefined;
6694
6696
  mode?: string | undefined;
6695
6697
  }>, "many">>;
6698
+ dismissedUpsells: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6696
6699
  openRouterImageApiKey: z.ZodOptional<z.ZodString>;
6697
6700
  openRouterImageGenerationSelectedModel: z.ZodOptional<z.ZodString>;
6698
6701
  condensingApiConfigId: z.ZodOptional<z.ZodString>;
@@ -6905,7 +6908,6 @@ declare const globalSettingsSchema: z.ZodObject<{
6905
6908
  telemetrySetting: z.ZodOptional<z.ZodEnum<["unset", "enabled", "disabled"]>>;
6906
6909
  mcpEnabled: z.ZodOptional<z.ZodBoolean>;
6907
6910
  enableMcpServerCreation: z.ZodOptional<z.ZodBoolean>;
6908
- remoteControlEnabled: z.ZodOptional<z.ZodBoolean>;
6909
6911
  mode: z.ZodOptional<z.ZodString>;
6910
6912
  modeApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
6911
6913
  customModes: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -7026,6 +7028,7 @@ declare const globalSettingsSchema: z.ZodObject<{
7026
7028
  workspace?: string | undefined;
7027
7029
  mode?: string | undefined;
7028
7030
  }[] | undefined;
7031
+ dismissedUpsells?: string[] | undefined;
7029
7032
  openRouterImageApiKey?: string | undefined;
7030
7033
  openRouterImageGenerationSelectedModel?: string | undefined;
7031
7034
  condensingApiConfigId?: string | undefined;
@@ -7130,7 +7133,6 @@ declare const globalSettingsSchema: z.ZodObject<{
7130
7133
  telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
7131
7134
  mcpEnabled?: boolean | undefined;
7132
7135
  enableMcpServerCreation?: boolean | undefined;
7133
- remoteControlEnabled?: boolean | undefined;
7134
7136
  modeApiConfigs?: Record<string, string> | undefined;
7135
7137
  customModePrompts?: Record<string, {
7136
7138
  description?: string | undefined;
@@ -7191,6 +7193,7 @@ declare const globalSettingsSchema: z.ZodObject<{
7191
7193
  workspace?: string | undefined;
7192
7194
  mode?: string | undefined;
7193
7195
  }[] | undefined;
7196
+ dismissedUpsells?: string[] | undefined;
7194
7197
  openRouterImageApiKey?: string | undefined;
7195
7198
  openRouterImageGenerationSelectedModel?: string | undefined;
7196
7199
  condensingApiConfigId?: string | undefined;
@@ -7295,7 +7298,6 @@ declare const globalSettingsSchema: z.ZodObject<{
7295
7298
  telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
7296
7299
  mcpEnabled?: boolean | undefined;
7297
7300
  enableMcpServerCreation?: boolean | undefined;
7298
- remoteControlEnabled?: boolean | undefined;
7299
7301
  modeApiConfigs?: Record<string, string> | undefined;
7300
7302
  customModePrompts?: Record<string, {
7301
7303
  description?: string | undefined;
@@ -7313,7 +7315,7 @@ declare const globalSettingsSchema: z.ZodObject<{
7313
7315
  lastModeImportPath?: string | undefined;
7314
7316
  }>;
7315
7317
  type GlobalSettings = z.infer<typeof globalSettingsSchema>;
7316
- declare const GLOBAL_SETTINGS_KEYS: ["diffEnabled", "fuzzyMatchThreshold", "rateLimitSeconds", "mode", "language", "customInstructions", "customModes", "currentApiConfigName", "listApiConfigMeta", "pinnedApiConfigs", "lastShownAnnouncementId", "taskHistory", "openRouterImageApiKey", "openRouterImageGenerationSelectedModel", "condensingApiConfigId", "customCondensingPrompt", "autoApprovalEnabled", "alwaysAllowReadOnly", "alwaysAllowReadOnlyOutsideWorkspace", "alwaysAllowWrite", "alwaysAllowWriteOutsideWorkspace", "alwaysAllowWriteProtected", "writeDelayMs", "alwaysAllowBrowser", "alwaysApproveResubmit", "requestDelaySeconds", "alwaysAllowMcp", "alwaysAllowModeSwitch", "alwaysAllowSubtasks", "alwaysAllowExecute", "alwaysAllowFollowupQuestions", "followupAutoApproveTimeoutMs", "alwaysAllowUpdateTodoList", "allowedCommands", "deniedCommands", "commandExecutionTimeout", "commandTimeoutAllowlist", "preventCompletionWithOpenTodos", "allowedMaxRequests", "allowedMaxCost", "autoCondenseContext", "autoCondenseContextPercent", "maxConcurrentFileReads", "includeDiagnosticMessages", "maxDiagnosticMessages", "browserToolEnabled", "browserViewportSize", "screenshotQuality", "remoteBrowserEnabled", "remoteBrowserHost", "cachedChromeHostUrl", "enableCheckpoints", "ttsEnabled", "ttsSpeed", "soundEnabled", "soundVolume", "maxOpenTabsContext", "maxWorkspaceFiles", "showRooIgnoredFiles", "maxReadFileLine", "maxImageFileSize", "maxTotalImageSize", "terminalOutputLineLimit", "terminalOutputCharacterLimit", "terminalShellIntegrationTimeout", "terminalShellIntegrationDisabled", "terminalCommandDelay", "terminalPowershellCounter", "terminalZshClearEolMark", "terminalZshOhMy", "terminalZshP10k", "terminalZdotdir", "terminalCompressProgressBar", "diagnosticsEnabled", "experiments", "codebaseIndexModels", "codebaseIndexConfig", "telemetrySetting", "mcpEnabled", "enableMcpServerCreation", "remoteControlEnabled", "modeApiConfigs", "customModePrompts", "customSupportPrompts", "enhancementApiConfigId", "includeTaskHistoryInEnhance", "historyPreviewCollapsed", "profileThresholds", "hasOpenedModeSelector", "lastModeExportPath", "lastModeImportPath"];
7318
+ declare const GLOBAL_SETTINGS_KEYS: ["diffEnabled", "fuzzyMatchThreshold", "rateLimitSeconds", "mode", "language", "customInstructions", "customModes", "currentApiConfigName", "listApiConfigMeta", "pinnedApiConfigs", "lastShownAnnouncementId", "taskHistory", "dismissedUpsells", "openRouterImageApiKey", "openRouterImageGenerationSelectedModel", "condensingApiConfigId", "customCondensingPrompt", "autoApprovalEnabled", "alwaysAllowReadOnly", "alwaysAllowReadOnlyOutsideWorkspace", "alwaysAllowWrite", "alwaysAllowWriteOutsideWorkspace", "alwaysAllowWriteProtected", "writeDelayMs", "alwaysAllowBrowser", "alwaysApproveResubmit", "requestDelaySeconds", "alwaysAllowMcp", "alwaysAllowModeSwitch", "alwaysAllowSubtasks", "alwaysAllowExecute", "alwaysAllowFollowupQuestions", "followupAutoApproveTimeoutMs", "alwaysAllowUpdateTodoList", "allowedCommands", "deniedCommands", "commandExecutionTimeout", "commandTimeoutAllowlist", "preventCompletionWithOpenTodos", "allowedMaxRequests", "allowedMaxCost", "autoCondenseContext", "autoCondenseContextPercent", "maxConcurrentFileReads", "includeDiagnosticMessages", "maxDiagnosticMessages", "browserToolEnabled", "browserViewportSize", "screenshotQuality", "remoteBrowserEnabled", "remoteBrowserHost", "cachedChromeHostUrl", "enableCheckpoints", "ttsEnabled", "ttsSpeed", "soundEnabled", "soundVolume", "maxOpenTabsContext", "maxWorkspaceFiles", "showRooIgnoredFiles", "maxReadFileLine", "maxImageFileSize", "maxTotalImageSize", "terminalOutputLineLimit", "terminalOutputCharacterLimit", "terminalShellIntegrationTimeout", "terminalShellIntegrationDisabled", "terminalCommandDelay", "terminalPowershellCounter", "terminalZshClearEolMark", "terminalZshOhMy", "terminalZshP10k", "terminalZdotdir", "terminalCompressProgressBar", "diagnosticsEnabled", "experiments", "codebaseIndexModels", "codebaseIndexConfig", "telemetrySetting", "mcpEnabled", "enableMcpServerCreation", "modeApiConfigs", "customModePrompts", "customSupportPrompts", "enhancementApiConfigId", "includeTaskHistoryInEnhance", "historyPreviewCollapsed", "profileThresholds", "hasOpenedModeSelector", "lastModeExportPath", "lastModeImportPath"];
7317
7319
  /**
7318
7320
  * RooCodeSettings
7319
7321
  */
@@ -7344,7 +7346,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
7344
7346
  featherlessApiKey: z.ZodOptional<z.ZodString>;
7345
7347
  fireworksApiKey: z.ZodOptional<z.ZodString>;
7346
7348
  zaiApiKey: z.ZodOptional<z.ZodString>;
7347
- zaiApiLine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"china">, z.ZodLiteral<"international">]>>;
7349
+ zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "international", "china_coding", "china"]>>;
7348
7350
  sambaNovaApiKey: z.ZodOptional<z.ZodString>;
7349
7351
  cerebrasApiKey: z.ZodOptional<z.ZodString>;
7350
7352
  litellmBaseUrl: z.ZodOptional<z.ZodString>;
@@ -7621,6 +7623,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
7621
7623
  workspace?: string | undefined;
7622
7624
  mode?: string | undefined;
7623
7625
  }>, "many">>;
7626
+ dismissedUpsells: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7624
7627
  openRouterImageApiKey: z.ZodOptional<z.ZodString>;
7625
7628
  openRouterImageGenerationSelectedModel: z.ZodOptional<z.ZodString>;
7626
7629
  condensingApiConfigId: z.ZodOptional<z.ZodString>;
@@ -7825,7 +7828,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
7825
7828
  telemetrySetting: z.ZodOptional<z.ZodEnum<["unset", "enabled", "disabled"]>>;
7826
7829
  mcpEnabled: z.ZodOptional<z.ZodBoolean>;
7827
7830
  enableMcpServerCreation: z.ZodOptional<z.ZodBoolean>;
7828
- remoteControlEnabled: z.ZodOptional<z.ZodBoolean>;
7829
7831
  mode: z.ZodOptional<z.ZodString>;
7830
7832
  modeApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
7831
7833
  customModes: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -8049,7 +8051,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8049
8051
  cerebrasApiKey?: string | undefined;
8050
8052
  sambaNovaApiKey?: string | undefined;
8051
8053
  zaiApiKey?: string | undefined;
8052
- zaiApiLine?: "china" | "international" | undefined;
8054
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
8053
8055
  fireworksApiKey?: string | undefined;
8054
8056
  featherlessApiKey?: string | undefined;
8055
8057
  ioIntelligenceModelId?: string | undefined;
@@ -8098,6 +8100,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8098
8100
  workspace?: string | undefined;
8099
8101
  mode?: string | undefined;
8100
8102
  }[] | undefined;
8103
+ dismissedUpsells?: string[] | undefined;
8101
8104
  openRouterImageApiKey?: string | undefined;
8102
8105
  openRouterImageGenerationSelectedModel?: string | undefined;
8103
8106
  condensingApiConfigId?: string | undefined;
@@ -8202,7 +8205,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8202
8205
  telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
8203
8206
  mcpEnabled?: boolean | undefined;
8204
8207
  enableMcpServerCreation?: boolean | undefined;
8205
- remoteControlEnabled?: boolean | undefined;
8206
8208
  modeApiConfigs?: Record<string, string> | undefined;
8207
8209
  customModePrompts?: Record<string, {
8208
8210
  description?: string | undefined;
@@ -8366,7 +8368,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8366
8368
  cerebrasApiKey?: string | undefined;
8367
8369
  sambaNovaApiKey?: string | undefined;
8368
8370
  zaiApiKey?: string | undefined;
8369
- zaiApiLine?: "china" | "international" | undefined;
8371
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
8370
8372
  fireworksApiKey?: string | undefined;
8371
8373
  featherlessApiKey?: string | undefined;
8372
8374
  ioIntelligenceModelId?: string | undefined;
@@ -8415,6 +8417,7 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8415
8417
  workspace?: string | undefined;
8416
8418
  mode?: string | undefined;
8417
8419
  }[] | undefined;
8420
+ dismissedUpsells?: string[] | undefined;
8418
8421
  openRouterImageApiKey?: string | undefined;
8419
8422
  openRouterImageGenerationSelectedModel?: string | undefined;
8420
8423
  condensingApiConfigId?: string | undefined;
@@ -8519,7 +8522,6 @@ declare const rooCodeSettingsSchema: z.ZodObject<{
8519
8522
  telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
8520
8523
  mcpEnabled?: boolean | undefined;
8521
8524
  enableMcpServerCreation?: boolean | undefined;
8522
- remoteControlEnabled?: boolean | undefined;
8523
8525
  modeApiConfigs?: Record<string, string> | undefined;
8524
8526
  customModePrompts?: Record<string, {
8525
8527
  description?: string | undefined;
@@ -8636,7 +8638,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
8636
8638
  featherlessApiKey: z.ZodOptional<z.ZodString>;
8637
8639
  fireworksApiKey: z.ZodOptional<z.ZodString>;
8638
8640
  zaiApiKey: z.ZodOptional<z.ZodString>;
8639
- zaiApiLine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"china">, z.ZodLiteral<"international">]>>;
8641
+ zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "international", "china_coding", "china"]>>;
8640
8642
  sambaNovaApiKey: z.ZodOptional<z.ZodString>;
8641
8643
  cerebrasApiKey: z.ZodOptional<z.ZodString>;
8642
8644
  litellmBaseUrl: z.ZodOptional<z.ZodString>;
@@ -8913,6 +8915,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
8913
8915
  workspace?: string | undefined;
8914
8916
  mode?: string | undefined;
8915
8917
  }>, "many">>;
8918
+ dismissedUpsells: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
8916
8919
  openRouterImageApiKey: z.ZodOptional<z.ZodString>;
8917
8920
  openRouterImageGenerationSelectedModel: z.ZodOptional<z.ZodString>;
8918
8921
  condensingApiConfigId: z.ZodOptional<z.ZodString>;
@@ -9117,7 +9120,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
9117
9120
  telemetrySetting: z.ZodOptional<z.ZodEnum<["unset", "enabled", "disabled"]>>;
9118
9121
  mcpEnabled: z.ZodOptional<z.ZodBoolean>;
9119
9122
  enableMcpServerCreation: z.ZodOptional<z.ZodBoolean>;
9120
- remoteControlEnabled: z.ZodOptional<z.ZodBoolean>;
9121
9123
  mode: z.ZodOptional<z.ZodString>;
9122
9124
  modeApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
9123
9125
  customModes: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -9341,7 +9343,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
9341
9343
  cerebrasApiKey?: string | undefined;
9342
9344
  sambaNovaApiKey?: string | undefined;
9343
9345
  zaiApiKey?: string | undefined;
9344
- zaiApiLine?: "china" | "international" | undefined;
9346
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
9345
9347
  fireworksApiKey?: string | undefined;
9346
9348
  featherlessApiKey?: string | undefined;
9347
9349
  ioIntelligenceModelId?: string | undefined;
@@ -9390,6 +9392,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
9390
9392
  workspace?: string | undefined;
9391
9393
  mode?: string | undefined;
9392
9394
  }[] | undefined;
9395
+ dismissedUpsells?: string[] | undefined;
9393
9396
  openRouterImageApiKey?: string | undefined;
9394
9397
  openRouterImageGenerationSelectedModel?: string | undefined;
9395
9398
  condensingApiConfigId?: string | undefined;
@@ -9494,7 +9497,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
9494
9497
  telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
9495
9498
  mcpEnabled?: boolean | undefined;
9496
9499
  enableMcpServerCreation?: boolean | undefined;
9497
- remoteControlEnabled?: boolean | undefined;
9498
9500
  modeApiConfigs?: Record<string, string> | undefined;
9499
9501
  customModePrompts?: Record<string, {
9500
9502
  description?: string | undefined;
@@ -9658,7 +9660,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
9658
9660
  cerebrasApiKey?: string | undefined;
9659
9661
  sambaNovaApiKey?: string | undefined;
9660
9662
  zaiApiKey?: string | undefined;
9661
- zaiApiLine?: "china" | "international" | undefined;
9663
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
9662
9664
  fireworksApiKey?: string | undefined;
9663
9665
  featherlessApiKey?: string | undefined;
9664
9666
  ioIntelligenceModelId?: string | undefined;
@@ -9707,6 +9709,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
9707
9709
  workspace?: string | undefined;
9708
9710
  mode?: string | undefined;
9709
9711
  }[] | undefined;
9712
+ dismissedUpsells?: string[] | undefined;
9710
9713
  openRouterImageApiKey?: string | undefined;
9711
9714
  openRouterImageGenerationSelectedModel?: string | undefined;
9712
9715
  condensingApiConfigId?: string | undefined;
@@ -9811,7 +9814,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
9811
9814
  telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
9812
9815
  mcpEnabled?: boolean | undefined;
9813
9816
  enableMcpServerCreation?: boolean | undefined;
9814
- remoteControlEnabled?: boolean | undefined;
9815
9817
  modeApiConfigs?: Record<string, string> | undefined;
9816
9818
  customModePrompts?: Record<string, {
9817
9819
  description?: string | undefined;
@@ -9981,7 +9983,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
9981
9983
  cerebrasApiKey?: string | undefined;
9982
9984
  sambaNovaApiKey?: string | undefined;
9983
9985
  zaiApiKey?: string | undefined;
9984
- zaiApiLine?: "china" | "international" | undefined;
9986
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
9985
9987
  fireworksApiKey?: string | undefined;
9986
9988
  featherlessApiKey?: string | undefined;
9987
9989
  ioIntelligenceModelId?: string | undefined;
@@ -10030,6 +10032,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10030
10032
  workspace?: string | undefined;
10031
10033
  mode?: string | undefined;
10032
10034
  }[] | undefined;
10035
+ dismissedUpsells?: string[] | undefined;
10033
10036
  openRouterImageApiKey?: string | undefined;
10034
10037
  openRouterImageGenerationSelectedModel?: string | undefined;
10035
10038
  condensingApiConfigId?: string | undefined;
@@ -10134,7 +10137,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10134
10137
  telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
10135
10138
  mcpEnabled?: boolean | undefined;
10136
10139
  enableMcpServerCreation?: boolean | undefined;
10137
- remoteControlEnabled?: boolean | undefined;
10138
10140
  modeApiConfigs?: Record<string, string> | undefined;
10139
10141
  customModePrompts?: Record<string, {
10140
10142
  description?: string | undefined;
@@ -10303,7 +10305,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10303
10305
  cerebrasApiKey?: string | undefined;
10304
10306
  sambaNovaApiKey?: string | undefined;
10305
10307
  zaiApiKey?: string | undefined;
10306
- zaiApiLine?: "china" | "international" | undefined;
10308
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
10307
10309
  fireworksApiKey?: string | undefined;
10308
10310
  featherlessApiKey?: string | undefined;
10309
10311
  ioIntelligenceModelId?: string | undefined;
@@ -10352,6 +10354,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10352
10354
  workspace?: string | undefined;
10353
10355
  mode?: string | undefined;
10354
10356
  }[] | undefined;
10357
+ dismissedUpsells?: string[] | undefined;
10355
10358
  openRouterImageApiKey?: string | undefined;
10356
10359
  openRouterImageGenerationSelectedModel?: string | undefined;
10357
10360
  condensingApiConfigId?: string | undefined;
@@ -10456,7 +10459,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10456
10459
  telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
10457
10460
  mcpEnabled?: boolean | undefined;
10458
10461
  enableMcpServerCreation?: boolean | undefined;
10459
- remoteControlEnabled?: boolean | undefined;
10460
10462
  modeApiConfigs?: Record<string, string> | undefined;
10461
10463
  customModePrompts?: Record<string, {
10462
10464
  description?: string | undefined;
@@ -10628,7 +10630,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10628
10630
  cerebrasApiKey?: string | undefined;
10629
10631
  sambaNovaApiKey?: string | undefined;
10630
10632
  zaiApiKey?: string | undefined;
10631
- zaiApiLine?: "china" | "international" | undefined;
10633
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
10632
10634
  fireworksApiKey?: string | undefined;
10633
10635
  featherlessApiKey?: string | undefined;
10634
10636
  ioIntelligenceModelId?: string | undefined;
@@ -10677,6 +10679,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10677
10679
  workspace?: string | undefined;
10678
10680
  mode?: string | undefined;
10679
10681
  }[] | undefined;
10682
+ dismissedUpsells?: string[] | undefined;
10680
10683
  openRouterImageApiKey?: string | undefined;
10681
10684
  openRouterImageGenerationSelectedModel?: string | undefined;
10682
10685
  condensingApiConfigId?: string | undefined;
@@ -10781,7 +10784,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10781
10784
  telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
10782
10785
  mcpEnabled?: boolean | undefined;
10783
10786
  enableMcpServerCreation?: boolean | undefined;
10784
- remoteControlEnabled?: boolean | undefined;
10785
10787
  modeApiConfigs?: Record<string, string> | undefined;
10786
10788
  customModePrompts?: Record<string, {
10787
10789
  description?: string | undefined;
@@ -10953,7 +10955,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
10953
10955
  cerebrasApiKey?: string | undefined;
10954
10956
  sambaNovaApiKey?: string | undefined;
10955
10957
  zaiApiKey?: string | undefined;
10956
- zaiApiLine?: "china" | "international" | undefined;
10958
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
10957
10959
  fireworksApiKey?: string | undefined;
10958
10960
  featherlessApiKey?: string | undefined;
10959
10961
  ioIntelligenceModelId?: string | undefined;
@@ -11002,6 +11004,7 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11002
11004
  workspace?: string | undefined;
11003
11005
  mode?: string | undefined;
11004
11006
  }[] | undefined;
11007
+ dismissedUpsells?: string[] | undefined;
11005
11008
  openRouterImageApiKey?: string | undefined;
11006
11009
  openRouterImageGenerationSelectedModel?: string | undefined;
11007
11010
  condensingApiConfigId?: string | undefined;
@@ -11106,7 +11109,6 @@ declare const taskCommandSchema: z.ZodDiscriminatedUnion<"commandName", [z.ZodOb
11106
11109
  telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
11107
11110
  mcpEnabled?: boolean | undefined;
11108
11111
  enableMcpServerCreation?: boolean | undefined;
11109
- remoteControlEnabled?: boolean | undefined;
11110
11112
  modeApiConfigs?: Record<string, string> | undefined;
11111
11113
  customModePrompts?: Record<string, {
11112
11114
  description?: string | undefined;
@@ -11224,7 +11226,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
11224
11226
  featherlessApiKey: z.ZodOptional<z.ZodString>;
11225
11227
  fireworksApiKey: z.ZodOptional<z.ZodString>;
11226
11228
  zaiApiKey: z.ZodOptional<z.ZodString>;
11227
- zaiApiLine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"china">, z.ZodLiteral<"international">]>>;
11229
+ zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "international", "china_coding", "china"]>>;
11228
11230
  sambaNovaApiKey: z.ZodOptional<z.ZodString>;
11229
11231
  cerebrasApiKey: z.ZodOptional<z.ZodString>;
11230
11232
  litellmBaseUrl: z.ZodOptional<z.ZodString>;
@@ -11501,6 +11503,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
11501
11503
  workspace?: string | undefined;
11502
11504
  mode?: string | undefined;
11503
11505
  }>, "many">>;
11506
+ dismissedUpsells: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
11504
11507
  openRouterImageApiKey: z.ZodOptional<z.ZodString>;
11505
11508
  openRouterImageGenerationSelectedModel: z.ZodOptional<z.ZodString>;
11506
11509
  condensingApiConfigId: z.ZodOptional<z.ZodString>;
@@ -11705,7 +11708,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
11705
11708
  telemetrySetting: z.ZodOptional<z.ZodEnum<["unset", "enabled", "disabled"]>>;
11706
11709
  mcpEnabled: z.ZodOptional<z.ZodBoolean>;
11707
11710
  enableMcpServerCreation: z.ZodOptional<z.ZodBoolean>;
11708
- remoteControlEnabled: z.ZodOptional<z.ZodBoolean>;
11709
11711
  mode: z.ZodOptional<z.ZodString>;
11710
11712
  modeApiConfigs: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
11711
11713
  customModes: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -11929,7 +11931,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
11929
11931
  cerebrasApiKey?: string | undefined;
11930
11932
  sambaNovaApiKey?: string | undefined;
11931
11933
  zaiApiKey?: string | undefined;
11932
- zaiApiLine?: "china" | "international" | undefined;
11934
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
11933
11935
  fireworksApiKey?: string | undefined;
11934
11936
  featherlessApiKey?: string | undefined;
11935
11937
  ioIntelligenceModelId?: string | undefined;
@@ -11978,6 +11980,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
11978
11980
  workspace?: string | undefined;
11979
11981
  mode?: string | undefined;
11980
11982
  }[] | undefined;
11983
+ dismissedUpsells?: string[] | undefined;
11981
11984
  openRouterImageApiKey?: string | undefined;
11982
11985
  openRouterImageGenerationSelectedModel?: string | undefined;
11983
11986
  condensingApiConfigId?: string | undefined;
@@ -12082,7 +12085,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
12082
12085
  telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
12083
12086
  mcpEnabled?: boolean | undefined;
12084
12087
  enableMcpServerCreation?: boolean | undefined;
12085
- remoteControlEnabled?: boolean | undefined;
12086
12088
  modeApiConfigs?: Record<string, string> | undefined;
12087
12089
  customModePrompts?: Record<string, {
12088
12090
  description?: string | undefined;
@@ -12246,7 +12248,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
12246
12248
  cerebrasApiKey?: string | undefined;
12247
12249
  sambaNovaApiKey?: string | undefined;
12248
12250
  zaiApiKey?: string | undefined;
12249
- zaiApiLine?: "china" | "international" | undefined;
12251
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
12250
12252
  fireworksApiKey?: string | undefined;
12251
12253
  featherlessApiKey?: string | undefined;
12252
12254
  ioIntelligenceModelId?: string | undefined;
@@ -12295,6 +12297,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
12295
12297
  workspace?: string | undefined;
12296
12298
  mode?: string | undefined;
12297
12299
  }[] | undefined;
12300
+ dismissedUpsells?: string[] | undefined;
12298
12301
  openRouterImageApiKey?: string | undefined;
12299
12302
  openRouterImageGenerationSelectedModel?: string | undefined;
12300
12303
  condensingApiConfigId?: string | undefined;
@@ -12399,7 +12402,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
12399
12402
  telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
12400
12403
  mcpEnabled?: boolean | undefined;
12401
12404
  enableMcpServerCreation?: boolean | undefined;
12402
- remoteControlEnabled?: boolean | undefined;
12403
12405
  modeApiConfigs?: Record<string, string> | undefined;
12404
12406
  customModePrompts?: Record<string, {
12405
12407
  description?: string | undefined;
@@ -12569,7 +12571,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
12569
12571
  cerebrasApiKey?: string | undefined;
12570
12572
  sambaNovaApiKey?: string | undefined;
12571
12573
  zaiApiKey?: string | undefined;
12572
- zaiApiLine?: "china" | "international" | undefined;
12574
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
12573
12575
  fireworksApiKey?: string | undefined;
12574
12576
  featherlessApiKey?: string | undefined;
12575
12577
  ioIntelligenceModelId?: string | undefined;
@@ -12618,6 +12620,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
12618
12620
  workspace?: string | undefined;
12619
12621
  mode?: string | undefined;
12620
12622
  }[] | undefined;
12623
+ dismissedUpsells?: string[] | undefined;
12621
12624
  openRouterImageApiKey?: string | undefined;
12622
12625
  openRouterImageGenerationSelectedModel?: string | undefined;
12623
12626
  condensingApiConfigId?: string | undefined;
@@ -12722,7 +12725,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
12722
12725
  telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
12723
12726
  mcpEnabled?: boolean | undefined;
12724
12727
  enableMcpServerCreation?: boolean | undefined;
12725
- remoteControlEnabled?: boolean | undefined;
12726
12728
  modeApiConfigs?: Record<string, string> | undefined;
12727
12729
  customModePrompts?: Record<string, {
12728
12730
  description?: string | undefined;
@@ -12891,7 +12893,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
12891
12893
  cerebrasApiKey?: string | undefined;
12892
12894
  sambaNovaApiKey?: string | undefined;
12893
12895
  zaiApiKey?: string | undefined;
12894
- zaiApiLine?: "china" | "international" | undefined;
12896
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
12895
12897
  fireworksApiKey?: string | undefined;
12896
12898
  featherlessApiKey?: string | undefined;
12897
12899
  ioIntelligenceModelId?: string | undefined;
@@ -12940,6 +12942,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
12940
12942
  workspace?: string | undefined;
12941
12943
  mode?: string | undefined;
12942
12944
  }[] | undefined;
12945
+ dismissedUpsells?: string[] | undefined;
12943
12946
  openRouterImageApiKey?: string | undefined;
12944
12947
  openRouterImageGenerationSelectedModel?: string | undefined;
12945
12948
  condensingApiConfigId?: string | undefined;
@@ -13044,7 +13047,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13044
13047
  telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
13045
13048
  mcpEnabled?: boolean | undefined;
13046
13049
  enableMcpServerCreation?: boolean | undefined;
13047
- remoteControlEnabled?: boolean | undefined;
13048
13050
  modeApiConfigs?: Record<string, string> | undefined;
13049
13051
  customModePrompts?: Record<string, {
13050
13052
  description?: string | undefined;
@@ -13216,7 +13218,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13216
13218
  cerebrasApiKey?: string | undefined;
13217
13219
  sambaNovaApiKey?: string | undefined;
13218
13220
  zaiApiKey?: string | undefined;
13219
- zaiApiLine?: "china" | "international" | undefined;
13221
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
13220
13222
  fireworksApiKey?: string | undefined;
13221
13223
  featherlessApiKey?: string | undefined;
13222
13224
  ioIntelligenceModelId?: string | undefined;
@@ -13265,6 +13267,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13265
13267
  workspace?: string | undefined;
13266
13268
  mode?: string | undefined;
13267
13269
  }[] | undefined;
13270
+ dismissedUpsells?: string[] | undefined;
13268
13271
  openRouterImageApiKey?: string | undefined;
13269
13272
  openRouterImageGenerationSelectedModel?: string | undefined;
13270
13273
  condensingApiConfigId?: string | undefined;
@@ -13369,7 +13372,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13369
13372
  telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
13370
13373
  mcpEnabled?: boolean | undefined;
13371
13374
  enableMcpServerCreation?: boolean | undefined;
13372
- remoteControlEnabled?: boolean | undefined;
13373
13375
  modeApiConfigs?: Record<string, string> | undefined;
13374
13376
  customModePrompts?: Record<string, {
13375
13377
  description?: string | undefined;
@@ -13541,7 +13543,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13541
13543
  cerebrasApiKey?: string | undefined;
13542
13544
  sambaNovaApiKey?: string | undefined;
13543
13545
  zaiApiKey?: string | undefined;
13544
- zaiApiLine?: "china" | "international" | undefined;
13546
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
13545
13547
  fireworksApiKey?: string | undefined;
13546
13548
  featherlessApiKey?: string | undefined;
13547
13549
  ioIntelligenceModelId?: string | undefined;
@@ -13590,6 +13592,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13590
13592
  workspace?: string | undefined;
13591
13593
  mode?: string | undefined;
13592
13594
  }[] | undefined;
13595
+ dismissedUpsells?: string[] | undefined;
13593
13596
  openRouterImageApiKey?: string | undefined;
13594
13597
  openRouterImageGenerationSelectedModel?: string | undefined;
13595
13598
  condensingApiConfigId?: string | undefined;
@@ -13694,7 +13697,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13694
13697
  telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
13695
13698
  mcpEnabled?: boolean | undefined;
13696
13699
  enableMcpServerCreation?: boolean | undefined;
13697
- remoteControlEnabled?: boolean | undefined;
13698
13700
  modeApiConfigs?: Record<string, string> | undefined;
13699
13701
  customModePrompts?: Record<string, {
13700
13702
  description?: string | undefined;
@@ -13897,7 +13899,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13897
13899
  cerebrasApiKey?: string | undefined;
13898
13900
  sambaNovaApiKey?: string | undefined;
13899
13901
  zaiApiKey?: string | undefined;
13900
- zaiApiLine?: "china" | "international" | undefined;
13902
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
13901
13903
  fireworksApiKey?: string | undefined;
13902
13904
  featherlessApiKey?: string | undefined;
13903
13905
  ioIntelligenceModelId?: string | undefined;
@@ -13946,6 +13948,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
13946
13948
  workspace?: string | undefined;
13947
13949
  mode?: string | undefined;
13948
13950
  }[] | undefined;
13951
+ dismissedUpsells?: string[] | undefined;
13949
13952
  openRouterImageApiKey?: string | undefined;
13950
13953
  openRouterImageGenerationSelectedModel?: string | undefined;
13951
13954
  condensingApiConfigId?: string | undefined;
@@ -14050,7 +14053,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14050
14053
  telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
14051
14054
  mcpEnabled?: boolean | undefined;
14052
14055
  enableMcpServerCreation?: boolean | undefined;
14053
- remoteControlEnabled?: boolean | undefined;
14054
14056
  modeApiConfigs?: Record<string, string> | undefined;
14055
14057
  customModePrompts?: Record<string, {
14056
14058
  description?: string | undefined;
@@ -14236,7 +14238,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14236
14238
  cerebrasApiKey?: string | undefined;
14237
14239
  sambaNovaApiKey?: string | undefined;
14238
14240
  zaiApiKey?: string | undefined;
14239
- zaiApiLine?: "china" | "international" | undefined;
14241
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
14240
14242
  fireworksApiKey?: string | undefined;
14241
14243
  featherlessApiKey?: string | undefined;
14242
14244
  ioIntelligenceModelId?: string | undefined;
@@ -14285,6 +14287,7 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14285
14287
  workspace?: string | undefined;
14286
14288
  mode?: string | undefined;
14287
14289
  }[] | undefined;
14290
+ dismissedUpsells?: string[] | undefined;
14288
14291
  openRouterImageApiKey?: string | undefined;
14289
14292
  openRouterImageGenerationSelectedModel?: string | undefined;
14290
14293
  condensingApiConfigId?: string | undefined;
@@ -14389,7 +14392,6 @@ declare const ipcMessageSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
14389
14392
  telemetrySetting?: "unset" | "enabled" | "disabled" | undefined;
14390
14393
  mcpEnabled?: boolean | undefined;
14391
14394
  enableMcpServerCreation?: boolean | undefined;
14392
- remoteControlEnabled?: boolean | undefined;
14393
14395
  modeApiConfigs?: Record<string, string> | undefined;
14394
14396
  customModePrompts?: Record<string, {
14395
14397
  description?: string | undefined;
@@ -16802,7 +16804,7 @@ interface TelemetryClient {
16802
16804
  subscription?: TelemetryEventSubscription;
16803
16805
  setProvider(provider: TelemetryPropertiesProvider): void;
16804
16806
  capture(options: TelemetryEvent): Promise<void>;
16805
- updateTelemetryState(didUserOptIn: boolean): void;
16807
+ updateTelemetryState(isOptedIn: boolean): void;
16806
16808
  isTelemetryEnabled(): boolean;
16807
16809
  shutdown(): Promise<void>;
16808
16810
  }
@@ -17344,7 +17346,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
17344
17346
  featherlessApiKey: z.ZodOptional<z.ZodString>;
17345
17347
  fireworksApiKey: z.ZodOptional<z.ZodString>;
17346
17348
  zaiApiKey: z.ZodOptional<z.ZodString>;
17347
- zaiApiLine: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"china">, z.ZodLiteral<"international">]>>;
17349
+ zaiApiLine: z.ZodOptional<z.ZodEnum<["international_coding", "international", "china_coding", "china"]>>;
17348
17350
  sambaNovaApiKey: z.ZodOptional<z.ZodString>;
17349
17351
  cerebrasApiKey: z.ZodOptional<z.ZodString>;
17350
17352
  litellmBaseUrl: z.ZodOptional<z.ZodString>;
@@ -17705,7 +17707,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
17705
17707
  cerebrasApiKey?: string | undefined;
17706
17708
  sambaNovaApiKey?: string | undefined;
17707
17709
  zaiApiKey?: string | undefined;
17708
- zaiApiLine?: "china" | "international" | undefined;
17710
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
17709
17711
  fireworksApiKey?: string | undefined;
17710
17712
  featherlessApiKey?: string | undefined;
17711
17713
  ioIntelligenceModelId?: string | undefined;
@@ -17862,7 +17864,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
17862
17864
  cerebrasApiKey?: string | undefined;
17863
17865
  sambaNovaApiKey?: string | undefined;
17864
17866
  zaiApiKey?: string | undefined;
17865
- zaiApiLine?: "china" | "international" | undefined;
17867
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
17866
17868
  fireworksApiKey?: string | undefined;
17867
17869
  featherlessApiKey?: string | undefined;
17868
17870
  ioIntelligenceModelId?: string | undefined;
@@ -18078,7 +18080,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
18078
18080
  cerebrasApiKey?: string | undefined;
18079
18081
  sambaNovaApiKey?: string | undefined;
18080
18082
  zaiApiKey?: string | undefined;
18081
- zaiApiLine?: "china" | "international" | undefined;
18083
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
18082
18084
  fireworksApiKey?: string | undefined;
18083
18085
  featherlessApiKey?: string | undefined;
18084
18086
  ioIntelligenceModelId?: string | undefined;
@@ -18294,7 +18296,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
18294
18296
  cerebrasApiKey?: string | undefined;
18295
18297
  sambaNovaApiKey?: string | undefined;
18296
18298
  zaiApiKey?: string | undefined;
18297
- zaiApiLine?: "china" | "international" | undefined;
18299
+ zaiApiLine?: "international_coding" | "international" | "china_coding" | "china" | undefined;
18298
18300
  fireworksApiKey?: string | undefined;
18299
18301
  featherlessApiKey?: string | undefined;
18300
18302
  ioIntelligenceModelId?: string | undefined;
@@ -18468,6 +18470,13 @@ interface SettingsService {
18468
18470
  * @returns Promise that resolves to true if successful, false otherwise
18469
18471
  */
18470
18472
  updateUserSettings(settings: Partial<UserSettingsConfig>): Promise<boolean>;
18473
+ /**
18474
+ * Determines if task sync/recording is enabled based on organization and user settings
18475
+ * Organization settings take precedence over user settings.
18476
+ * User settings default to true if unspecified.
18477
+ * @returns true if task sync is enabled, false otherwise
18478
+ */
18479
+ isTaskSyncEnabled(): boolean;
18471
18480
  /**
18472
18481
  * Dispose of the settings service and clean up resources
18473
18482
  */
@@ -39147,6 +39156,26 @@ declare const codebaseIndexProviderSchema: z.ZodObject<{
39147
39156
  }>;
39148
39157
  type CodebaseIndexProvider = z.infer<typeof codebaseIndexProviderSchema>;
39149
39158
 
39159
+ /**
39160
+ * Cookie consent constants and types
39161
+ * Shared across all Roo Code repositories
39162
+ */
39163
+ /**
39164
+ * The name of the cookie that stores user's consent preference
39165
+ * Used by react-cookie-consent library
39166
+ */
39167
+ declare const CONSENT_COOKIE_NAME = "roo-code-cookie-consent";
39168
+ /**
39169
+ * Possible values for the consent cookie
39170
+ */
39171
+ type ConsentCookieValue = "true" | "false";
39172
+ /**
39173
+ * Cookie consent event names for communication between components
39174
+ */
39175
+ declare const COOKIE_CONSENT_EVENTS: {
39176
+ readonly CHANGED: "cookieConsentChanged";
39177
+ };
39178
+
39150
39179
  /**
39151
39180
  * ExperimentId
39152
39181
  */
@@ -40809,7 +40838,7 @@ declare const cerebrasModels: {
40809
40838
  };
40810
40839
  };
40811
40840
 
40812
- type ChutesModelId = "deepseek-ai/DeepSeek-R1-0528" | "deepseek-ai/DeepSeek-R1" | "deepseek-ai/DeepSeek-V3" | "deepseek-ai/DeepSeek-V3.1" | "unsloth/Llama-3.3-70B-Instruct" | "chutesai/Llama-4-Scout-17B-16E-Instruct" | "unsloth/Mistral-Nemo-Instruct-2407" | "unsloth/gemma-3-12b-it" | "NousResearch/DeepHermes-3-Llama-3-8B-Preview" | "unsloth/gemma-3-4b-it" | "nvidia/Llama-3_3-Nemotron-Super-49B-v1" | "nvidia/Llama-3_1-Nemotron-Ultra-253B-v1" | "chutesai/Llama-4-Maverick-17B-128E-Instruct-FP8" | "deepseek-ai/DeepSeek-V3-Base" | "deepseek-ai/DeepSeek-R1-Zero" | "deepseek-ai/DeepSeek-V3-0324" | "Qwen/Qwen3-235B-A22B" | "Qwen/Qwen3-235B-A22B-Instruct-2507" | "Qwen/Qwen3-32B" | "Qwen/Qwen3-30B-A3B" | "Qwen/Qwen3-14B" | "Qwen/Qwen3-8B" | "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8" | "microsoft/MAI-DS-R1-FP8" | "tngtech/DeepSeek-R1T-Chimera" | "zai-org/GLM-4.5-Air" | "zai-org/GLM-4.5-FP8" | "moonshotai/Kimi-K2-Instruct-75k" | "moonshotai/Kimi-K2-Instruct-0905" | "Qwen/Qwen3-235B-A22B-Thinking-2507";
40841
+ type ChutesModelId = "deepseek-ai/DeepSeek-R1-0528" | "deepseek-ai/DeepSeek-R1" | "deepseek-ai/DeepSeek-V3" | "deepseek-ai/DeepSeek-V3.1" | "unsloth/Llama-3.3-70B-Instruct" | "chutesai/Llama-4-Scout-17B-16E-Instruct" | "unsloth/Mistral-Nemo-Instruct-2407" | "unsloth/gemma-3-12b-it" | "NousResearch/DeepHermes-3-Llama-3-8B-Preview" | "unsloth/gemma-3-4b-it" | "nvidia/Llama-3_3-Nemotron-Super-49B-v1" | "nvidia/Llama-3_1-Nemotron-Ultra-253B-v1" | "chutesai/Llama-4-Maverick-17B-128E-Instruct-FP8" | "deepseek-ai/DeepSeek-V3-Base" | "deepseek-ai/DeepSeek-R1-Zero" | "deepseek-ai/DeepSeek-V3-0324" | "Qwen/Qwen3-235B-A22B" | "Qwen/Qwen3-235B-A22B-Instruct-2507" | "Qwen/Qwen3-32B" | "Qwen/Qwen3-30B-A3B" | "Qwen/Qwen3-14B" | "Qwen/Qwen3-8B" | "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8" | "microsoft/MAI-DS-R1-FP8" | "tngtech/DeepSeek-R1T-Chimera" | "zai-org/GLM-4.5-Air" | "zai-org/GLM-4.5-FP8" | "moonshotai/Kimi-K2-Instruct-75k" | "moonshotai/Kimi-K2-Instruct-0905" | "Qwen/Qwen3-235B-A22B-Thinking-2507" | "Qwen/Qwen3-Next-80B-A3B-Instruct" | "Qwen/Qwen3-Next-80B-A3B-Thinking";
40813
40842
  declare const chutesDefaultModelId: ChutesModelId;
40814
40843
  declare const chutesModels: {
40815
40844
  readonly "deepseek-ai/DeepSeek-R1-0528": {
@@ -41082,6 +41111,24 @@ declare const chutesModels: {
41082
41111
  readonly outputPrice: 0.31202496;
41083
41112
  readonly description: "Qwen3 235B A22B Thinking 2507 model with 262K context window.";
41084
41113
  };
41114
+ readonly "Qwen/Qwen3-Next-80B-A3B-Instruct": {
41115
+ readonly maxTokens: 32768;
41116
+ readonly contextWindow: 131072;
41117
+ readonly supportsImages: false;
41118
+ readonly supportsPromptCache: false;
41119
+ readonly inputPrice: 0;
41120
+ readonly outputPrice: 0;
41121
+ readonly description: "Fast, stable instruction-tuned model optimized for complex tasks, RAG, and tool use without thinking traces.";
41122
+ };
41123
+ readonly "Qwen/Qwen3-Next-80B-A3B-Thinking": {
41124
+ readonly maxTokens: 32768;
41125
+ readonly contextWindow: 131072;
41126
+ readonly supportsImages: false;
41127
+ readonly supportsPromptCache: false;
41128
+ readonly inputPrice: 0;
41129
+ readonly outputPrice: 0;
41130
+ readonly description: "Reasoning-first model with structured thinking traces for multi-step problems, math proofs, and code synthesis.";
41131
+ };
41085
41132
  };
41086
41133
 
41087
41134
  /**
@@ -43198,8 +43245,30 @@ declare const mainlandZAiModels: {
43198
43245
  };
43199
43246
  };
43200
43247
  declare const ZAI_DEFAULT_TEMPERATURE = 0;
43248
+ declare const zaiApiLineConfigs: {
43249
+ international_coding: {
43250
+ name: string;
43251
+ baseUrl: string;
43252
+ isChina: false;
43253
+ };
43254
+ international: {
43255
+ name: string;
43256
+ baseUrl: string;
43257
+ isChina: false;
43258
+ };
43259
+ china_coding: {
43260
+ name: string;
43261
+ baseUrl: string;
43262
+ isChina: true;
43263
+ };
43264
+ china: {
43265
+ name: string;
43266
+ baseUrl: string;
43267
+ isChina: true;
43268
+ };
43269
+ };
43201
43270
 
43202
43271
  declare const deepInfraDefaultModelId = "Qwen/Qwen3-Coder-480B-A35B-Instruct-Turbo";
43203
43272
  declare const deepInfraDefaultModelInfo: ModelInfo;
43204
43273
 
43205
- export { ANTHROPIC_DEFAULT_MAX_TOKENS, ANTHROPIC_STYLE_PROVIDERS, AWS_INFERENCE_PROFILE_MAPPING, type Ack, type AnthropicModelId, type AppProperties, type AssertEqual, type AuthService, type AuthServiceEvents, type AuthState, BEDROCK_CLAUDE_SONNET_4_MODEL_ID, BEDROCK_DEFAULT_CONTEXT, BEDROCK_DEFAULT_TEMPERATURE, BEDROCK_MAX_TOKENS, BEDROCK_REGIONS, type BedrockModelId, CLAUDE_CODE_DEFAULT_MAX_OUTPUT_TOKENS, CODEBASE_INDEX_DEFAULTS, type CerebrasModelId, type ChutesModelId, type ClaudeCodeModelId, type ClineAsk, type ClineMessage, type ClineSay, type CloudAppProperties, type CloudOrganization, type CloudOrganizationMembership, type CloudServiceEvents, type CloudUserInfo, type CodeActionId, type CodeActionName, type CodebaseIndexConfig, type CodebaseIndexModels, type CodebaseIndexProvider, type CommandExecutionStatus, type CommandId, ConnectionState, type ContextCondense, type CreateTaskOptions, type CustomModePrompts, type CustomModesSettings, type CustomSupportPrompts, DEEP_SEEK_DEFAULT_TEMPERATURE, DEFAULT_CONSECUTIVE_MISTAKE_LIMIT, DEFAULT_MODES, DEFAULT_TERMINAL_OUTPUT_CHARACTER_LIMIT, DEFAULT_WRITE_DELAY_MS, DOUBAO_API_BASE_URL, DOUBAO_API_CHAT_PATH, type DeepSeekModelId, type DynamicAppProperties, type DynamicProvider, EVALS_SETTINGS, EVALS_TIMEOUT, type Equals, type ExperimentId, type Experiments, type ExtensionBridgeCommand, ExtensionBridgeCommandName, type ExtensionBridgeEvent, ExtensionBridgeEventName, type ExtensionInstance, ExtensionSocketEvents, type ExtensionTask, type FeatherlessModelId, type FireworksModelId, type FollowUpData, type FollowUpDataType, GLAMA_DEFAULT_TEMPERATURE, GLOBAL_SECRET_KEYS, GLOBAL_SETTINGS_KEYS, GLOBAL_STATE_KEYS, GPT5_DEFAULT_TEMPERATURE, type GeminiModelId, type GitProperties, 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, INSTANCE_TTL_SECONDS, type IOIntelligenceModelId, IO_INTELLIGENCE_CACHE_DURATION, type IdleAsk, type InstallMarketplaceItemOptions, type InteractiveAsk, type InternationalZAiModelId, type IpcClientEvents, type IpcMessage, IpcMessageType, IpcOrigin, type IpcServerEvents, type JWTPayload, type JoinResponse, type Keys, LITELLM_COMPUTER_USE_MODELS, LMSTUDIO_DEFAULT_TEMPERATURE, type Language, type LeaveResponse, MISTRAL_DEFAULT_TEMPERATURE, MODELS_BY_PROVIDER, MODEL_ID_KEYS, MOONSHOT_DEFAULT_TEMPERATURE, type MainlandZAiModelId, type MarketplaceItem, type MarketplaceItemType, type McpExecutionStatus, type McpInstallationMethod, type McpMarketplaceItem, type McpParameter, type McpServerUse, type MistralModelId, type ModeConfig, type ModeMarketplaceItem, type ModelInfo, type ModelParameter, type MoonshotModelId, OPENAI_AZURE_AI_INFERENCE_PATH, OPENAI_NATIVE_DEFAULT_TEMPERATURE, OPENROUTER_DEFAULT_PROVIDER_NAME, OPEN_ROUTER_COMPUTER_USE_MODELS, OPEN_ROUTER_PROMPT_CACHING_MODELS, OPEN_ROUTER_REASONING_BUDGET_MODELS, OPEN_ROUTER_REQUIRED_REASONING_BUDGET_MODELS, ORGANIZATION_ALLOW_ALL, ORGANIZATION_DEFAULT, type OpenAiNativeModelId, type OrganizationAllowList, type OrganizationCloudSettings, type OrganizationDefaultSettings, type OrganizationSettings, PROVIDER_SETTINGS_KEYS, type PromptComponent, type ProviderName, type ProviderSettings, type ProviderSettingsEntry, type ProviderSettingsWithId, type QueuedMessage, type QwenCodeModelId, type ReasoningEffort, type ReasoningEffortWithMinimal, type ResumableAsk, type RetryConfig, type RooCodeAPI, type RooCodeAPIEvents, RooCodeEventName, type RooCodeEvents, type RooCodeIpcServer, type RooCodeSettings, type RooCodeTelemetryEvent, type RooModelId, SECRET_STATE_KEYS, type SambaNovaModelId, type SecretState, type ServiceTier, type SettingsService, type SettingsServiceEvents, type ShareResponse, type ShareVisibility, type StaticAppProperties, type SuggestionItem, 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 ToolUsage, 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_REGIONS, type Values, type VerbosityLevel, type VertexModelId, type VscodeLlmModelId, type XAIModelId, ZAI_DEFAULT_TEMPERATURE, ackSchema, anthropicDefaultModelId, anthropicModels, appPropertiesSchema, azureOpenAiDefaultApiVersion, bedrockDefaultModelId, bedrockDefaultPromptRouterModelId, bedrockModels, cerebrasDefaultModelId, cerebrasModels, chutesDefaultModelId, chutesModels, claudeCodeDefaultModelId, claudeCodeModels, clineAskSchema, clineAsks, clineMessageSchema, clineSaySchema, clineSays, cloudAppPropertiesSchema, codeActionIds, codebaseIndexConfigSchema, codebaseIndexModelsSchema, codebaseIndexProviderSchema, commandExecutionStatusSchema, commandIds, contextCondenseSchema, convertModelNameForVertex, customModePromptsSchema, customModesSettingsSchema, customSupportPromptsSchema, deepInfraDefaultModelId, deepInfraDefaultModelInfo, deepSeekDefaultModelId, deepSeekModels, discriminatedProviderSettingsWithIdSchema, doubaoDefaultModelId, doubaoDefaultModelInfo, doubaoModels, dynamicAppPropertiesSchema, dynamicProviders, experimentIds, experimentIdsSchema, experimentsSchema, extensionBridgeCommandSchema, extensionBridgeEventSchema, extensionInstanceSchema, featherlessDefaultModelId, featherlessModels, fireworksDefaultModelId, fireworksModels, followUpDataSchema, geminiDefaultModelId, geminiModels, getApiProtocol, getClaudeCodeModelId, getModelId, gitPropertiesSchema, glamaDefaultModelId, glamaDefaultModelInfo, globalSettingsSchema, groqDefaultModelId, groqModels, groupEntrySchema, groupOptionsSchema, historyItemSchema, idleAsks, installMarketplaceItemOptionsSchema, interactiveAsks, internationalZAiDefaultModelId, internationalZAiModels, ioIntelligenceDefaultBaseUrl, ioIntelligenceDefaultModelId, ioIntelligenceModels, ipcMessageSchema, isDynamicProvider, isGlobalStateKey, isIdleAsk, isInteractiveAsk, isLanguage, isModelParameter, isResumableAsk, isSecretStateKey, lMStudioDefaultModelId, lMStudioDefaultModelInfo, languages, languagesSchema, litellmDefaultModelId, litellmDefaultModelInfo, mainlandZAiDefaultModelId, mainlandZAiModels, marketplaceItemSchema, marketplaceItemTypeSchema, mcpExecutionStatusSchema, mcpInstallationMethodSchema, mcpMarketplaceItemSchema, mcpParameterSchema, mistralDefaultModelId, mistralModels, modeConfigSchema, modeMarketplaceItemSchema, modelInfoSchema, modelParameters, modelParametersSchema, moonshotDefaultModelId, moonshotModels, ollamaDefaultModelId, ollamaDefaultModelInfo, openAiModelInfoSaneDefaults, openAiNativeDefaultModelId, openAiNativeModels, openRouterDefaultModelId, openRouterDefaultModelInfo, organizationAllowListSchema, organizationCloudSettingsSchema, organizationDefaultSettingsSchema, organizationSettingsSchema, promptComponentSchema, providerNames, providerNamesSchema, providerSettingsEntrySchema, providerSettingsSchema, providerSettingsSchemaDiscriminated, providerSettingsWithIdSchema, queuedMessageSchema, qwenCodeDefaultModelId, qwenCodeModels, reasoningEffortWithMinimalSchema, reasoningEfforts, reasoningEffortsSchema, requestyDefaultModelId, requestyDefaultModelInfo, resumableAsks, rooCodeEventsSchema, rooCodeSettingsSchema, rooCodeTelemetryEventSchema, rooDefaultModelId, rooModels, sambaNovaDefaultModelId, sambaNovaModels, serviceTierSchema, serviceTiers, shareResponseSchema, shouldUseSingleFileRead, staticAppPropertiesSchema, suggestionItemSchema, taskBridgeCommandSchema, taskBridgeEventSchema, taskCommandSchema, taskEventSchema, taskMetadataSchema, taskPropertiesSchema, telemetryPropertiesSchema, telemetrySettings, telemetrySettingsSchema, terminalActionIds, todoItemSchema, todoStatusSchema, tokenUsageSchema, toolGroups, toolGroupsSchema, toolNames, toolNamesSchema, toolProgressStatusSchema, toolUsageSchema, unboundDefaultModelId, unboundDefaultModelInfo, userFeaturesSchema, userSettingsConfigSchema, userSettingsDataSchema, verbosityLevels, verbosityLevelsSchema, vercelAiGatewayDefaultModelId, vercelAiGatewayDefaultModelInfo, vertexDefaultModelId, vertexModels, vscodeLlmDefaultModelId, vscodeLlmModels, xaiDefaultModelId, xaiModels };
43274
+ export { ANTHROPIC_DEFAULT_MAX_TOKENS, ANTHROPIC_STYLE_PROVIDERS, AWS_INFERENCE_PROFILE_MAPPING, type Ack, type AnthropicModelId, type AppProperties, type AssertEqual, type AuthService, type AuthServiceEvents, type AuthState, BEDROCK_CLAUDE_SONNET_4_MODEL_ID, BEDROCK_DEFAULT_CONTEXT, BEDROCK_DEFAULT_TEMPERATURE, BEDROCK_MAX_TOKENS, BEDROCK_REGIONS, type BedrockModelId, CLAUDE_CODE_DEFAULT_MAX_OUTPUT_TOKENS, CODEBASE_INDEX_DEFAULTS, CONSENT_COOKIE_NAME, COOKIE_CONSENT_EVENTS, type CerebrasModelId, type ChutesModelId, type ClaudeCodeModelId, type ClineAsk, 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 CommandExecutionStatus, type CommandId, ConnectionState, type ConsentCookieValue, type ContextCondense, type CreateTaskOptions, type CustomModePrompts, type CustomModesSettings, type CustomSupportPrompts, DEEP_SEEK_DEFAULT_TEMPERATURE, DEFAULT_CONSECUTIVE_MISTAKE_LIMIT, DEFAULT_MODES, DEFAULT_TERMINAL_OUTPUT_CHARACTER_LIMIT, DEFAULT_WRITE_DELAY_MS, DOUBAO_API_BASE_URL, DOUBAO_API_CHAT_PATH, type DeepSeekModelId, type DynamicAppProperties, type DynamicProvider, EVALS_SETTINGS, EVALS_TIMEOUT, type Equals, type ExperimentId, type Experiments, type ExtensionBridgeCommand, ExtensionBridgeCommandName, type ExtensionBridgeEvent, ExtensionBridgeEventName, type ExtensionInstance, ExtensionSocketEvents, type ExtensionTask, type FeatherlessModelId, type FireworksModelId, type FollowUpData, type FollowUpDataType, GLAMA_DEFAULT_TEMPERATURE, GLOBAL_SECRET_KEYS, GLOBAL_SETTINGS_KEYS, GLOBAL_STATE_KEYS, GPT5_DEFAULT_TEMPERATURE, type GeminiModelId, type GitProperties, 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, INSTANCE_TTL_SECONDS, type IOIntelligenceModelId, IO_INTELLIGENCE_CACHE_DURATION, type IdleAsk, type InstallMarketplaceItemOptions, type InteractiveAsk, type InternationalZAiModelId, type IpcClientEvents, type IpcMessage, IpcMessageType, IpcOrigin, type IpcServerEvents, type JWTPayload, type JoinResponse, type Keys, LITELLM_COMPUTER_USE_MODELS, LMSTUDIO_DEFAULT_TEMPERATURE, type Language, type LeaveResponse, MISTRAL_DEFAULT_TEMPERATURE, MODELS_BY_PROVIDER, MODEL_ID_KEYS, MOONSHOT_DEFAULT_TEMPERATURE, type MainlandZAiModelId, type MarketplaceItem, type MarketplaceItemType, type McpExecutionStatus, type McpInstallationMethod, type McpMarketplaceItem, type McpParameter, type McpServerUse, type MistralModelId, type ModeConfig, type ModeMarketplaceItem, type ModelInfo, type ModelParameter, type MoonshotModelId, OPENAI_AZURE_AI_INFERENCE_PATH, OPENAI_NATIVE_DEFAULT_TEMPERATURE, OPENROUTER_DEFAULT_PROVIDER_NAME, OPEN_ROUTER_COMPUTER_USE_MODELS, OPEN_ROUTER_PROMPT_CACHING_MODELS, OPEN_ROUTER_REASONING_BUDGET_MODELS, OPEN_ROUTER_REQUIRED_REASONING_BUDGET_MODELS, ORGANIZATION_ALLOW_ALL, ORGANIZATION_DEFAULT, type OpenAiNativeModelId, type OrganizationAllowList, type OrganizationCloudSettings, type OrganizationDefaultSettings, type OrganizationSettings, PROVIDER_SETTINGS_KEYS, type PromptComponent, type ProviderName, type ProviderSettings, type ProviderSettingsEntry, type ProviderSettingsWithId, type QueuedMessage, type QwenCodeModelId, type ReasoningEffort, type ReasoningEffortWithMinimal, type ResumableAsk, type RetryConfig, type RooCodeAPI, type RooCodeAPIEvents, RooCodeEventName, type RooCodeEvents, type RooCodeIpcServer, type RooCodeSettings, type RooCodeTelemetryEvent, type RooModelId, SECRET_STATE_KEYS, type SambaNovaModelId, type SecretState, type ServiceTier, type SettingsService, type SettingsServiceEvents, type ShareResponse, type ShareVisibility, type StaticAppProperties, type SuggestionItem, 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 ToolUsage, 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_REGIONS, type Values, type VerbosityLevel, type VertexModelId, type VscodeLlmModelId, type XAIModelId, ZAI_DEFAULT_TEMPERATURE, type ZaiApiLine, ackSchema, anthropicDefaultModelId, anthropicModels, appPropertiesSchema, azureOpenAiDefaultApiVersion, bedrockDefaultModelId, bedrockDefaultPromptRouterModelId, bedrockModels, cerebrasDefaultModelId, cerebrasModels, chutesDefaultModelId, chutesModels, claudeCodeDefaultModelId, claudeCodeModels, clineAskSchema, clineAsks, clineMessageSchema, clineSaySchema, clineSays, cloudAppPropertiesSchema, codeActionIds, codebaseIndexConfigSchema, codebaseIndexModelsSchema, codebaseIndexProviderSchema, commandExecutionStatusSchema, commandIds, contextCondenseSchema, convertModelNameForVertex, customModePromptsSchema, customModesSettingsSchema, customSupportPromptsSchema, deepInfraDefaultModelId, deepInfraDefaultModelInfo, deepSeekDefaultModelId, deepSeekModels, discriminatedProviderSettingsWithIdSchema, doubaoDefaultModelId, doubaoDefaultModelInfo, doubaoModels, dynamicAppPropertiesSchema, dynamicProviders, experimentIds, experimentIdsSchema, experimentsSchema, extensionBridgeCommandSchema, extensionBridgeEventSchema, extensionInstanceSchema, featherlessDefaultModelId, featherlessModels, fireworksDefaultModelId, fireworksModels, followUpDataSchema, geminiDefaultModelId, geminiModels, getApiProtocol, getClaudeCodeModelId, getModelId, gitPropertiesSchema, glamaDefaultModelId, glamaDefaultModelInfo, globalSettingsSchema, groqDefaultModelId, groqModels, groupEntrySchema, groupOptionsSchema, historyItemSchema, idleAsks, installMarketplaceItemOptionsSchema, interactiveAsks, internationalZAiDefaultModelId, internationalZAiModels, ioIntelligenceDefaultBaseUrl, ioIntelligenceDefaultModelId, ioIntelligenceModels, ipcMessageSchema, isDynamicProvider, isGlobalStateKey, isIdleAsk, isInteractiveAsk, isLanguage, isModelParameter, isResumableAsk, isSecretStateKey, lMStudioDefaultModelId, lMStudioDefaultModelInfo, languages, languagesSchema, litellmDefaultModelId, litellmDefaultModelInfo, mainlandZAiDefaultModelId, mainlandZAiModels, marketplaceItemSchema, marketplaceItemTypeSchema, mcpExecutionStatusSchema, mcpInstallationMethodSchema, mcpMarketplaceItemSchema, mcpParameterSchema, mistralDefaultModelId, mistralModels, modeConfigSchema, modeMarketplaceItemSchema, modelInfoSchema, modelParameters, modelParametersSchema, moonshotDefaultModelId, moonshotModels, ollamaDefaultModelId, ollamaDefaultModelInfo, openAiModelInfoSaneDefaults, openAiNativeDefaultModelId, openAiNativeModels, openRouterDefaultModelId, openRouterDefaultModelInfo, organizationAllowListSchema, organizationCloudSettingsSchema, organizationDefaultSettingsSchema, organizationSettingsSchema, promptComponentSchema, providerNames, providerNamesSchema, providerSettingsEntrySchema, providerSettingsSchema, providerSettingsSchemaDiscriminated, providerSettingsWithIdSchema, queuedMessageSchema, qwenCodeDefaultModelId, qwenCodeModels, reasoningEffortWithMinimalSchema, reasoningEfforts, reasoningEffortsSchema, requestyDefaultModelId, requestyDefaultModelInfo, resumableAsks, rooCodeEventsSchema, rooCodeSettingsSchema, rooCodeTelemetryEventSchema, rooDefaultModelId, rooModels, sambaNovaDefaultModelId, sambaNovaModels, serviceTierSchema, serviceTiers, shareResponseSchema, shouldUseSingleFileRead, staticAppPropertiesSchema, suggestionItemSchema, taskBridgeCommandSchema, taskBridgeEventSchema, taskCommandSchema, taskEventSchema, taskMetadataSchema, taskPropertiesSchema, telemetryPropertiesSchema, telemetrySettings, telemetrySettingsSchema, terminalActionIds, todoItemSchema, todoStatusSchema, tokenUsageSchema, toolGroups, toolGroupsSchema, toolNames, toolNamesSchema, toolProgressStatusSchema, toolUsageSchema, unboundDefaultModelId, unboundDefaultModelInfo, userFeaturesSchema, userSettingsConfigSchema, userSettingsDataSchema, verbosityLevels, verbosityLevelsSchema, vercelAiGatewayDefaultModelId, vercelAiGatewayDefaultModelInfo, vertexDefaultModelId, vertexModels, vscodeLlmDefaultModelId, vscodeLlmModels, xaiDefaultModelId, xaiModels, zaiApiLineConfigs, zaiApiLineSchema };