-
Notifications
You must be signed in to change notification settings - Fork 178
docs: add v3.44 release notes #513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Review complete. I left 2 small doc-formatting consistency notes as inline comments.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
| * Fixes an issue where the `new_task` tool could miss creating a checkpoint before handing off, making task state more consistent and recoverable. ([#10982](https://github.com/RooCodeInc/Roo-Code/pull/10982)) | ||
| * Fixes an issue where leftover Power Steering experiment references could display raw translation keys in the UI. ([#10980](https://github.com/RooCodeInc/Roo-Code/pull/10980)) | ||
| * Fixes an issue where Roo could fail to index code in worktrees stored inside hidden directories (for example `~/.roo/worktrees/`), which could break search and other codebase features in those worktrees. ([#11009](https://github.com/RooCodeInc/Roo-Code/pull/11009)) | ||
| ## Provider Updates |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this file, ## Provider Updates immediately follows the last bullet in ## Bug Fixes without a blank line, so it can render as part of the list instead of a new heading. Add a blank line before the heading to ensure consistent formatting.
Fix it with Roo Code or mention @roomote and request a fix.
|
|
||
| Worktrees are easier to work with in chat. The Worktree selector is more prominent, creating a worktree takes fewer steps, and the Create Worktree flow is clearer (including a native folder picker), so it’s faster to spin up an isolated branch/workspace and switch between worktrees while you work. ([#10940](https://github.com/RooCodeInc/Roo-Code/pull/10940)) | ||
|
|
||
| > **📚 Documentation**: See [Worktrees](/features/worktrees) for detailed usage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This note uses an emoji in the blockquote label ("📚"). Some markdown renderers or site style guides avoid emoji in docs; if consistency with the rest of the release notes matters, consider dropping the emoji and keeping the plain label.
Fix it with Roo Code or mention @roomote and request a fix.
Summary
Adds Roo Code v3.44 update notes pages (combined + patch releases) and wires them into docs navigation.
Changes
Important
Adds v3.44 release notes and updates documentation navigation to include them.
v3.44.0.mdx,v3.44.1.mdx,v3.44.2.mdx, andv3.44.mdx.index.mdto include links to v3.44 release notes.sidebars.tsto add a new category for v3.44 release notes.This description was created by
for 196755e. You can customize this summary. It will automatically update as commits are pushed.