-
Notifications
You must be signed in to change notification settings - Fork 2.7k
chore: add changeset for v3.28.9 #8336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,15 @@ | ||||||
| --- | ||||||
| "roo-cline": patch | ||||||
| --- | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
| - 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) | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
|
||||||
| - Correct tool use suggestion to improve model adherence to suggestion (thanks @hannesrudolph!) | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P3: Optional wording tweak to avoid repetition and improve clarity.
Suggested change
|
||||||
| - feat: log out from cloud when resetting extension state (thanks @app/roomote!) | ||||||
| - feat: Add telemetry tracking to DismissibleUpsell component (thanks @app/roomote!) | ||||||
| - refactor: remove pr-reviewer mode (thanks @daniel-lxs!) | ||||||
| - Removing user hint when refreshing models (thanks @requesty-JohnCosta27!) | ||||||
There was a problem hiding this comment.
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.