Skip to content

Conversation

@mrubens
Copy link
Collaborator

@mrubens mrubens commented Aug 17, 2025

Release preparation for v3.25.16. This PR includes the changeset and any necessary documentation updates.


Important

Release v3.25.16 with new OpenAI model support, API enhancements, and multiple bug fixes.

  • Features:
    • Add support for OpenAI gpt-5-chat-latest model.
    • Add an API for resuming tasks by ID.
    • Emit event when a task requires interaction.
    • Make enhance with task history default to true.
  • Fixes:
    • Use native Ollama API instead of OpenAI compatibility layer.
    • Prevent XML entity decoding in diff tools.
    • Add type check before calling .match() on diffItem.content.
    • Enable save button for provider dropdown and checkbox changes.
    • Use cline.cwd as primary source for workspace path in codebaseSearchTool.
    • Hotfix multiple folder workspace checkpoint.
  • Refactor:
    • Improve call stack management in task execution system.

This description was created by Ellipsis for d1664dc. 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 17, 2025 02:47
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. changelog-ready labels Aug 17, 2025
@mrubens mrubens merged commit 6b57c1b into main Aug 17, 2025
18 checks passed
@mrubens mrubens deleted the release/v3.25.16 branch August 17, 2025 02:51
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Aug 17, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Aug 17, 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 preparing the v3.25.16 release! The changeset file looks good and properly documents all the changes. However, I noticed one critical issue that needs to be addressed.

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

Choose a reason for hiding this comment

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

The changeset looks good! However, I noticed that src/package.json still shows version "3.25.15" (line 6). Before merging this release PR, could you run pnpm changeset:version to bump the version to 3.25.16 and generate the changelog? This is typically the next step after creating the changeset file.

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

Labels

changelog-ready size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants