Skip to content

Conversation

@mrubens
Copy link
Collaborator

@mrubens mrubens commented Aug 20, 2025

Important

Adds changeset for v3.25.19, fixing 'roo' provider in checkExistKey function.

  • Changeset:
    • Adds .changeset/v3.25.19.md for version v3.25.19.
    • Describes a patch update for "roo-cline".
  • Functionality:
    • Fix: Adds 'roo' provider to checkExistKey function.

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

@mrubens mrubens requested review from cte and jr as code owners August 20, 2025 02:32
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. changelog-ready labels Aug 20, 2025
@mrubens mrubens merged commit 6e65aee into main Aug 20, 2025
17 checks passed
@mrubens mrubens deleted the release/v3.25.19 branch August 20, 2025 02:33
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Aug 20, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Aug 20, 2025
Copy link
Contributor

@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.

Thank you for adding this changeset! The content correctly documents the fix that was merged in PR #7239. I have one suggestion about the filename convention.

@@ -0,0 +1,5 @@
---
Copy link
Contributor

Choose a reason for hiding this comment

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

I noticed this changeset uses the version number as the filename. Could we consider using the standard changeset naming convention instead? Typically, changesets use randomly generated names (like brave-pandas-dance.md) to avoid potential conflicts when multiple changesets need to be included in the same release.

You could rename this using:

mv .changeset/v3.25.19.md .changeset/add-roo-provider.md

Or generate a standard name with:

npx changeset

This would help maintain consistency with the changeset workflow and prevent any issues if additional fixes need to be included in v3.25.19.

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

Labels

changelog-ready size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants