Skip to content

Conversation

@mrubens
Copy link
Collaborator

@mrubens mrubens commented Sep 14, 2025

Important

The v3.28.2 changeset includes UI improvements, bug fixes, and new features, enhancing performance and security.

  • UI Improvements:
    • Auto-approve UI redesigned for subtlety and compactness.
    • Added padding to cloudview for improved visual spacing.
  • Bug Fixes:
    • Fixed re-queue loop in Task.ask() causing performance issues.
    • Restricted @-mention parsing to line-start or whitespace to prevent false triggers.
    • Made nested git repository warning persistent with path info.
    • Included API key in /api/tags requests for authenticated instances.
    • Preserved original first message context during conversation condensing.
  • Features:
    • Added Qwen3 Next 80B A3B models to chutes provider.
    • Disabled Roomote Control on logout for security.
  • File:
    • Added .changeset/v3.28.2.md to document these changes.

This description was created by Ellipsis for 02201d5. 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 14, 2025 19:09
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. changelog-ready labels Sep 14, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 14, 2025
@mrubens mrubens merged commit 3be0a96 into main Sep 14, 2025
18 of 20 checks passed
@mrubens mrubens deleted the release/v3.28.2 branch September 14, 2025 19:12
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Sep 14, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Sep 14, 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 adding the changeset for v3.28.2! The release notes are comprehensive and well-documented. I've left a few minor suggestions for consistency that you might want to consider.

![3.28.2 Release - Auto-approve improvements](/releases/3.28.2-release.png)

- Improve auto-approve UI with smaller and more subtle design (thanks @brunobergher!)
- Fix: Message queue re-queue loop in Task.ask() causing performance issues (#7861 by @hannesrudolph, PR by @daniel-lxs)
Copy link

Choose a reason for hiding this comment

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

I noticed the attribution format varies throughout the changeset. Some entries use "thanks @username!" while others use "by @username, PR by @username". Would it be helpful to standardize this for consistency?

For example, you could use:

  • "(#issue by @reporter, PR by @author)" for fixes with issue numbers
  • "(thanks @author!)" for contributions without issue numbers

- Fix: Restrict @-mention parsing to line-start or whitespace boundaries to prevent false triggers (#7875 by @hannesrudolph, PR by @app/roomote)
- Fix: Make nested git repository warning persistent with path info for better visibility (#7884 by @hannesrudolph, PR by @app/roomote)
- Fix: Include API key in Ollama /api/tags requests for authenticated instances (#7902 by @ItsOnlyBinary, PR by @app/roomote)
- Fix: Preserve original first message context during conversation condensing (thanks @daniel-lxs!)
Copy link

Choose a reason for hiding this comment

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

For consistency with the other fixes that reference issue numbers, do you happen to know if there's an associated issue number for this fix? It would be helpful to include it if available.

"roo-cline": patch
---

![3.28.2 Release - Auto-approve improvements](/releases/3.28.2-release.png)
Copy link

Choose a reason for hiding this comment

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

The alt text mentions "Auto-approve improvements" but the changeset includes many other changes. Would a more generic alt text like "3.28.2 Release" or "3.28.2 Release Notes" better represent all the changes in this version?

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

Labels

changelog-ready lgtm This PR has been approved by a maintainer 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