Skip to content

Conversation

@mrubens
Copy link
Collaborator

@mrubens mrubens commented Sep 26, 2025

Important

Add changeset for v3.28.9 with Supernova model enhancements, UI experiments, fixes, new features, and refactoring.

  • Supernova Model:
    • Free model now supports a 1M token context window.
  • UI/UX:
    • Experiment to display Roo provider on welcome screen.
    • Website improvements for roocode.com.
  • Fixes:
    • Remove <thinking> tags from prompts for cleaner output.
    • Correct tool use suggestion for better model adherence.
  • Features:
    • Log out from cloud when resetting extension state.
    • Add telemetry tracking to DismissibleUpsell component.
  • Refactoring:
    • Remove pr-reviewer mode.
    • Remove user hint when refreshing models.

This description was created by Ellipsis for e4a90ac. 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 26, 2025 19:48
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. changelog-ready labels Sep 26, 2025
@mrubens mrubens merged commit 5458e8e into main Sep 26, 2025
15 of 16 checks passed
@mrubens mrubens deleted the release/v3.28.9 branch September 26, 2025 19:49
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Sep 26, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Sep 26, 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.

I found some issues that need attention before merge.

"roo-cline": patch
---

![3.28.9 Release - Supernova Upgrade](/releases/3.28.9-release.png)
Copy link
Contributor

Choose a reason for hiding this comment

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

P1: Leading slash in image path can break rendering on GitHub/NPM (resolves to site root). Use a repo-relative path instead for consistent display.

Suggested change
![3.28.9 Release - Supernova Upgrade](/releases/3.28.9-release.png)
![3.28.9 Release - Supernova Upgrade](releases/3.28.9-release.png)

- The free Supernova model now has a 1M token context window (thanks @mrubens!)
- Experiment to show the Roo provider on the welcome screen (thanks @mrubens!)
- Web: Website improvements to https://roocode.com/ (thanks @brunobergher!)
- Fix: Remove <thinking> tags from prompts for cleaner output and fewer tokens (#8318 by @hannesrudolph, PR by @app/roomote)
Copy link
Contributor

Choose a reason for hiding this comment

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

P2: Markdown will interpret as an HTML tag, so the text may disappear. Escape or wrap the tag in backticks to render it literally.

Suggested change
- Fix: Remove <thinking> tags from prompts for cleaner output and fewer tokens (#8318 by @hannesrudolph, PR by @app/roomote)
- Fix: Remove `<thinking>` tags from prompts for cleaner output and fewer tokens (#8318 by @hannesrudolph, PR by @app/roomote)

- Experiment to show the Roo provider on the welcome screen (thanks @mrubens!)
- Web: Website improvements to https://roocode.com/ (thanks @brunobergher!)
- Fix: Remove <thinking> tags from prompts for cleaner output and fewer tokens (#8318 by @hannesrudolph, PR by @app/roomote)
- Correct tool use suggestion to improve model adherence to suggestion (thanks @hannesrudolph!)
Copy link
Contributor

Choose a reason for hiding this comment

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

P3: Optional wording tweak to avoid repetition and improve clarity.

Suggested change
- Correct tool use suggestion to improve model adherence to suggestion (thanks @hannesrudolph!)
- Correct the tool-use suggestion to improve model adherence (thanks @hannesrudolph!)

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