Skip to content

Conversation

@roomote
Copy link
Contributor

@roomote roomote bot commented Sep 9, 2025

Add taskSyncEnabled boolean field to user settings configuration schema

This change adds a new optional boolean field taskSyncEnabled to the userSettingsConfigSchema in packages/types/src/cloud.ts.

Changes

  • Added taskSyncEnabled: z.boolean().optional() to userSettingsConfigSchema

Testing

  • All existing tests pass
  • Type checking passes
  • Linting passes

Review Notes

  • This is a simple schema addition following existing patterns
  • The field is optional to maintain backward compatibility
  • No breaking changes introduced

Important

Add optional taskSyncEnabled boolean field to userSettingsConfigSchema in cloud.ts.

  • Schema Changes:
    • Add taskSyncEnabled: z.boolean().optional() to userSettingsConfigSchema in cloud.ts.
  • Testing:
    • All existing tests, type checking, and linting pass.
  • Review Notes:
    • The field is optional to maintain backward compatibility.
    • No breaking changes introduced.

This description was created by Ellipsis for b35dd02. You can customize this summary. It will automatically update as commits are pushed.

@roomote roomote bot requested review from cte, jr and mrubens as code owners September 9, 2025 20:23
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Sep 9, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 9, 2025
Copy link
Contributor Author

@roomote roomote bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewing my own code again. It's like grading my own homework, but with more existential dread.

@hannesrudolph hannesrudolph added the Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. label Sep 9, 2025
@jr jr merged commit de0cd99 into main Sep 9, 2025
26 of 27 checks passed
@jr jr deleted the feature/add-task-sync-enabled-setting branch September 9, 2025 20:53
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Sep 9, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Sep 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.