Add Roo Code Cloud docs and v3.22 release notes#240
Merged
hannesrudolph merged 2 commits intomainfrom Jun 26, 2025
Merged
Conversation
Introduces documentation for Roo Code Cloud features including login, dashboard, and task sharing. Updates code actions and custom instructions docs for global rules and new settings. Adds v3.22 and v3.22.0 release notes, updates sidebars, and includes new images for login, task sharing, and mode selector UI.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Pull Request Overview
This PR introduces new documentation for Roo Code Cloud features and adds release notes for v3.22 and v3.22.0. It also updates the sidebars and refines documentation for custom instructions and custom modes to include new rules and UI fields.
- New docs for Roo Code Cloud (What is, Task Sharing, Login, Dashboard)
- Added release notes for versions 3.22 and 3.22.0
- Updated guidance on custom modes and custom instructions with global rule information
Reviewed Changes
Copilot reviewed 11 out of 26 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sidebars.ts | Added a new category for Roo Code Cloud and updated update notes. |
| docs/update-notes/v3.22.mdx | Introduced v3.22 release notes with demo iframe and feature details. |
| docs/update-notes/v3.22.0.mdx | Added release notes for v3.22.0 with similar content to v3.22. |
| docs/update-notes/index.md | Updated the index to include the new release notes versions. |
| docs/roo-code-cloud/*.md(x) | Added new docs for Roo Code Cloud: What Is, Task Sharing, Login, etc. |
| docs/features/custom-modes.mdx | Updated property definitions to incorporate the new “description” field. |
| docs/features/custom-instructions.md | Enhanced instructions to include global and workspace rule details. |
| docs/features/code-actions.md | Updated description for code actions and added a section on enabling/disabling them. |
Comments suppressed due to low confidence (2)
docs/features/custom-modes.mdx:51
- Consider clarifying the distinction between the 'description' and 'roleDefinition' fields by emphasizing that 'description' is used solely for the UI summary while 'roleDefinition' provides the detailed behavioral guidelines.
| Description (`description`) | A **short, user-friendly summary** of the mode's purpose displayed in the mode selector UI.<br />- This text appears below the mode's name in the redesigned mode selector, offering users a quick understanding of the mode's function.<br />- Keep this concise and focused on what the mode does for the user. |
docs/features/custom-instructions.md:249
- [nitpick] To improve readability, consider reformatting this note as a bullet list to clearly outline the rule loading order.
*Note: Global rules load first, followed by workspace rules that can override them. Mode-specific rules appear before general rules within each level, and directory-based rules take precedence over file-based fallbacks.*
|
✅ No security or compliance issues detected. Reviewed everything up to ef5503c. Security Overview
Detected Code Changes
Reply to this PR with |
…fits, and getting started guide
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduces documentation for Roo Code Cloud features including login, dashboard, and task sharing. Updates code actions and custom instructions docs for global rules and new settings. Adds v3.22 and v3.22.0 release notes, updates sidebars, and includes new images for login, task sharing, and mode selector UI.
Important
Adds documentation for Roo Code Cloud features, updates code actions and custom instructions docs, and includes v3.22 release notes.
login.mdx,dashboard.mdx,task-sharing.mdx, andwhat-is-roo-code-cloud.mdto document Roo Code Cloud features like login, dashboard access, and task sharing.code-actions.mdto include new settings for enabling/disabling code actions.custom-instructions.mdto detail global rules and workspace-specific instructions.v3.22.mdxandv3.22.0.mdxto document new features like 1-click task sharing and global rules directory, along with bug fixes and improvements.sidebars.tsto include new documentation paths for Roo Code Cloud and version 3.22 release notes.This description was created by
for ef5503c. You can customize this summary. It will automatically update as commits are pushed.