Skip to content

Conversation

@mrubens
Copy link
Collaborator

@mrubens mrubens commented Sep 5, 2025

Important

Bump to version 3.27.0 with new user message features, Kimi K2-0905 model support, and multiple bug fixes.

  • Version Bump:
    • Update version to 3.27.0 in .changeset/v3.27.0.md.
  • Features:
    • Add user message editing and deletion functionality.
    • Add support for Kimi K2-0905 model in Chutes provider.
  • Bug Fixes:
    • Prevent stack overflow in codebase indexing for large projects.
    • Resolve race condition in Gemini Grounding Sources.
    • Preserve conversation context by retrying with full conversation on invalid previous_response_id.
    • Identify MCP and slash command config path in multiple folder workspaces.
    • Handle array paths from VSCode terminal profiles correctly.
    • Improve WelcomeView styling and readability.
    • Resolve CI e2e test ETIMEDOUT errors when downloading VS Code.

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

@mrubens mrubens requested review from cte and jr as code owners September 5, 2025 22:15
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Sep 5, 2025
@mrubens mrubens merged commit e3facc1 into main Sep 5, 2025
13 checks passed
@mrubens mrubens deleted the v3.27.0 branch September 5, 2025 22:16
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Sep 5, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Sep 5, 2025
Copy link

@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 the version bump PR! I've reviewed the changes and found some critical issues that need attention, particularly around version consistency. Since this PR is already merged, these comments are for future reference and potential follow-up fixes.

@@ -1,8 +1,8 @@
---
"roo-cline": patch
"roo-cline": minor
Copy link

Choose a reason for hiding this comment

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

Critical issue: The package.json file still shows version 3.26.7, but this changeset is bumping from 3.26.8 to 3.27.0. The package.json version needs to be updated to match. Was there a missing 3.26.8 release, or should this changeset be starting from 3.26.7?

@@ -1,8 +1,8 @@
---
"roo-cline": patch
"roo-cline": minor
Copy link

Choose a reason for hiding this comment

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

The change from "patch" to "minor" is appropriate given the new features (user message editing/deletion and new model support). However, could you clarify if these are purely additive features or if there are any breaking changes that justify the minor version bump?

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

Labels

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