Skip to content

Conversation

@hannesrudolph
Copy link
Collaborator

@hannesrudolph hannesrudolph commented Jan 23, 2026

Summary

Adds Roo Code v3.42.0 release notes and updates the docs navigation.

Changes

  • Add v3.42.0 release notes page
  • Add hero image for v3.42.0
  • Update update-notes index and sidebar entries

Important

Adds v3.42.0 release notes, hero image, and updates documentation index and sidebar.

  • Release Notes:
    • Adds v3.42.0.mdx with details on new features, bug fixes, and improvements.
    • Includes a hero image /img/v3.42.0/v3.42.0.png.
  • Documentation:
    • Updates index.md to include a link to v3.42.0.
    • Updates sidebars.ts to include v3.42.0 under the 'Extension Release Notes' category.

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

@vercel
Copy link

vercel bot commented Jan 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
roo-code-docs Ready Ready Preview, Comment Jan 23, 2026 6:24am

Request Review

@roomote
Copy link
Contributor

roomote bot commented Jan 23, 2026

Oroocle Clock   Follow along on Roo Cloud

Review status: 1 issue flagged.

  • Escape < / <= in .roo/rules-release-notes-writer/1_main_workflow.xml text so the file remains valid XML.

Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues.

@hannesrudolph hannesrudolph merged commit 0a7a113 into main Jan 23, 2026
4 checks passed
@hannesrudolph hannesrudolph deleted the docs/release-notes-v3.42.0 branch January 23, 2026 06:25
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Jan 23, 2026
Comment on lines +324 to +325
- 0.45 <= score < 0.65 OR multiple candidates within 0.05 -> ambiguous (needs review)
- score < 0.45 -> unlinked
Copy link
Contributor

Choose a reason for hiding this comment

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

This file is XML, so literal < characters in text content will break parsing. These threshold lines should use XML entities (< / <=) (or move the block into a CDATA section) so the workflow file remains valid.

Suggested change
- 0.45 <= score < 0.65 OR multiple candidates within 0.05 -> ambiguous (needs review)
- score < 0.45 -> unlinked
- 0.45 <= score < 0.65 OR multiple candidates within 0.05 -> ambiguous (needs review)
- score < 0.45 -> unlinked

Fix it with Roo Code or mention @roomote and request a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants