@roo-code/types 1.102.0 → 1.105.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 +5 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -19323,6 +19323,7 @@ declare const organizationCloudSettingsSchema: z.ZodObject<{
|
|
|
19323
19323
|
taskShareExpirationDays: z.ZodOptional<z.ZodNumber>;
|
|
19324
19324
|
allowMembersViewAllTasks: z.ZodOptional<z.ZodBoolean>;
|
|
19325
19325
|
workspaceTaskVisibility: z.ZodOptional<z.ZodEnum<["all", "list-only", "admins-and-creator", "creator", "full-lockdown"]>>;
|
|
19326
|
+
llmEnhancedFeaturesEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
19326
19327
|
}, "strip", z.ZodTypeAny, {
|
|
19327
19328
|
recordTaskMessages?: boolean | undefined;
|
|
19328
19329
|
enableTaskSharing?: boolean | undefined;
|
|
@@ -19330,6 +19331,7 @@ declare const organizationCloudSettingsSchema: z.ZodObject<{
|
|
|
19330
19331
|
taskShareExpirationDays?: number | undefined;
|
|
19331
19332
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19332
19333
|
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
19334
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
19333
19335
|
}, {
|
|
19334
19336
|
recordTaskMessages?: boolean | undefined;
|
|
19335
19337
|
enableTaskSharing?: boolean | undefined;
|
|
@@ -19337,6 +19339,7 @@ declare const organizationCloudSettingsSchema: z.ZodObject<{
|
|
|
19337
19339
|
taskShareExpirationDays?: number | undefined;
|
|
19338
19340
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19339
19341
|
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
19342
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
19340
19343
|
}>;
|
|
19341
19344
|
type OrganizationCloudSettings = z.infer<typeof organizationCloudSettingsSchema>;
|
|
19342
19345
|
/**
|
|
@@ -19362,6 +19365,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19362
19365
|
taskShareExpirationDays: z.ZodOptional<z.ZodNumber>;
|
|
19363
19366
|
allowMembersViewAllTasks: z.ZodOptional<z.ZodBoolean>;
|
|
19364
19367
|
workspaceTaskVisibility: z.ZodOptional<z.ZodEnum<["all", "list-only", "admins-and-creator", "creator", "full-lockdown"]>>;
|
|
19368
|
+
llmEnhancedFeaturesEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
19365
19369
|
}, "strip", z.ZodTypeAny, {
|
|
19366
19370
|
recordTaskMessages?: boolean | undefined;
|
|
19367
19371
|
enableTaskSharing?: boolean | undefined;
|
|
@@ -19369,6 +19373,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19369
19373
|
taskShareExpirationDays?: number | undefined;
|
|
19370
19374
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19371
19375
|
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
19376
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
19372
19377
|
}, {
|
|
19373
19378
|
recordTaskMessages?: boolean | undefined;
|
|
19374
19379
|
enableTaskSharing?: boolean | undefined;
|
|
@@ -19376,6 +19381,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19376
19381
|
taskShareExpirationDays?: number | undefined;
|
|
19377
19382
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19378
19383
|
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
19384
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
19379
19385
|
}>>;
|
|
19380
19386
|
defaultSettings: z.ZodObject<{
|
|
19381
19387
|
fuzzyMatchThreshold: z.ZodOptional<z.ZodNumber>;
|
|
@@ -20226,6 +20232,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20226
20232
|
taskShareExpirationDays?: number | undefined;
|
|
20227
20233
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
20228
20234
|
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
20235
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
20229
20236
|
} | undefined;
|
|
20230
20237
|
features?: {
|
|
20231
20238
|
roomoteControlEnabled?: boolean | undefined;
|
|
@@ -20462,6 +20469,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20462
20469
|
taskShareExpirationDays?: number | undefined;
|
|
20463
20470
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
20464
20471
|
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
20472
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
20465
20473
|
} | undefined;
|
|
20466
20474
|
features?: {
|
|
20467
20475
|
roomoteControlEnabled?: boolean | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -19323,6 +19323,7 @@ declare const organizationCloudSettingsSchema: z.ZodObject<{
|
|
|
19323
19323
|
taskShareExpirationDays: z.ZodOptional<z.ZodNumber>;
|
|
19324
19324
|
allowMembersViewAllTasks: z.ZodOptional<z.ZodBoolean>;
|
|
19325
19325
|
workspaceTaskVisibility: z.ZodOptional<z.ZodEnum<["all", "list-only", "admins-and-creator", "creator", "full-lockdown"]>>;
|
|
19326
|
+
llmEnhancedFeaturesEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
19326
19327
|
}, "strip", z.ZodTypeAny, {
|
|
19327
19328
|
recordTaskMessages?: boolean | undefined;
|
|
19328
19329
|
enableTaskSharing?: boolean | undefined;
|
|
@@ -19330,6 +19331,7 @@ declare const organizationCloudSettingsSchema: z.ZodObject<{
|
|
|
19330
19331
|
taskShareExpirationDays?: number | undefined;
|
|
19331
19332
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19332
19333
|
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
19334
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
19333
19335
|
}, {
|
|
19334
19336
|
recordTaskMessages?: boolean | undefined;
|
|
19335
19337
|
enableTaskSharing?: boolean | undefined;
|
|
@@ -19337,6 +19339,7 @@ declare const organizationCloudSettingsSchema: z.ZodObject<{
|
|
|
19337
19339
|
taskShareExpirationDays?: number | undefined;
|
|
19338
19340
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19339
19341
|
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
19342
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
19340
19343
|
}>;
|
|
19341
19344
|
type OrganizationCloudSettings = z.infer<typeof organizationCloudSettingsSchema>;
|
|
19342
19345
|
/**
|
|
@@ -19362,6 +19365,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19362
19365
|
taskShareExpirationDays: z.ZodOptional<z.ZodNumber>;
|
|
19363
19366
|
allowMembersViewAllTasks: z.ZodOptional<z.ZodBoolean>;
|
|
19364
19367
|
workspaceTaskVisibility: z.ZodOptional<z.ZodEnum<["all", "list-only", "admins-and-creator", "creator", "full-lockdown"]>>;
|
|
19368
|
+
llmEnhancedFeaturesEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
19365
19369
|
}, "strip", z.ZodTypeAny, {
|
|
19366
19370
|
recordTaskMessages?: boolean | undefined;
|
|
19367
19371
|
enableTaskSharing?: boolean | undefined;
|
|
@@ -19369,6 +19373,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19369
19373
|
taskShareExpirationDays?: number | undefined;
|
|
19370
19374
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19371
19375
|
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
19376
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
19372
19377
|
}, {
|
|
19373
19378
|
recordTaskMessages?: boolean | undefined;
|
|
19374
19379
|
enableTaskSharing?: boolean | undefined;
|
|
@@ -19376,6 +19381,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
19376
19381
|
taskShareExpirationDays?: number | undefined;
|
|
19377
19382
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
19378
19383
|
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
19384
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
19379
19385
|
}>>;
|
|
19380
19386
|
defaultSettings: z.ZodObject<{
|
|
19381
19387
|
fuzzyMatchThreshold: z.ZodOptional<z.ZodNumber>;
|
|
@@ -20226,6 +20232,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20226
20232
|
taskShareExpirationDays?: number | undefined;
|
|
20227
20233
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
20228
20234
|
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
20235
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
20229
20236
|
} | undefined;
|
|
20230
20237
|
features?: {
|
|
20231
20238
|
roomoteControlEnabled?: boolean | undefined;
|
|
@@ -20462,6 +20469,7 @@ declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
20462
20469
|
taskShareExpirationDays?: number | undefined;
|
|
20463
20470
|
allowMembersViewAllTasks?: boolean | undefined;
|
|
20464
20471
|
workspaceTaskVisibility?: "all" | "list-only" | "admins-and-creator" | "creator" | "full-lockdown" | undefined;
|
|
20472
|
+
llmEnhancedFeaturesEnabled?: boolean | undefined;
|
|
20465
20473
|
} | undefined;
|
|
20466
20474
|
features?: {
|
|
20467
20475
|
roomoteControlEnabled?: boolean | undefined;
|
package/dist/index.js
CHANGED
|
@@ -5668,7 +5668,7 @@ var MODELS_BY_PROVIDER = {
|
|
|
5668
5668
|
models: Object.keys(openAiNativeModels)
|
|
5669
5669
|
},
|
|
5670
5670
|
"qwen-code": { id: "qwen-code", label: "Qwen Code", models: Object.keys(qwenCodeModels) },
|
|
5671
|
-
roo: { id: "roo", label: "Roo Code
|
|
5671
|
+
roo: { id: "roo", label: "Roo Code Router", models: [] },
|
|
5672
5672
|
sambanova: {
|
|
5673
5673
|
id: "sambanova",
|
|
5674
5674
|
label: "SambaNova",
|
|
@@ -6551,7 +6551,8 @@ var organizationCloudSettingsSchema = z16.object({
|
|
|
6551
6551
|
allowPublicTaskSharing: z16.boolean().optional(),
|
|
6552
6552
|
taskShareExpirationDays: z16.number().int().positive().optional(),
|
|
6553
6553
|
allowMembersViewAllTasks: z16.boolean().optional(),
|
|
6554
|
-
workspaceTaskVisibility: workspaceTaskVisibilitySchema.optional()
|
|
6554
|
+
workspaceTaskVisibility: workspaceTaskVisibilitySchema.optional(),
|
|
6555
|
+
llmEnhancedFeaturesEnabled: z16.boolean().optional()
|
|
6555
6556
|
});
|
|
6556
6557
|
var organizationFeaturesSchema = z16.object({
|
|
6557
6558
|
roomoteControlEnabled: z16.boolean().optional()
|
|
@@ -6590,7 +6591,8 @@ var ORGANIZATION_DEFAULT = {
|
|
|
6590
6591
|
enableTaskSharing: true,
|
|
6591
6592
|
allowPublicTaskSharing: true,
|
|
6592
6593
|
taskShareExpirationDays: 30,
|
|
6593
|
-
allowMembersViewAllTasks: true
|
|
6594
|
+
allowMembersViewAllTasks: true,
|
|
6595
|
+
llmEnhancedFeaturesEnabled: false
|
|
6594
6596
|
},
|
|
6595
6597
|
defaultSettings: {},
|
|
6596
6598
|
allowList: ORGANIZATION_ALLOW_ALL
|