Skip to content

Commit de0cd99

Browse files
Add taskSyncEnabled to userSettingsConfigSchema (#7827)
feat: add taskSyncEnabled to userSettingsConfigSchema Co-authored-by: Roo Code <[email protected]>
1 parent bbd3d98 commit de0cd99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/types/src/cloud.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ export type UserFeatures = z.infer<typeof userFeaturesSchema>
162162

163163
export const userSettingsConfigSchema = z.object({
164164
extensionBridgeEnabled: z.boolean().optional(),
165+
taskSyncEnabled: z.boolean().optional(),
165166
})
166167

167168
export type UserSettingsConfig = z.infer<typeof userSettingsConfigSchema>

0 commit comments

Comments
 (0)