mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#8337)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
5458e8e05f
commit
28a7e4cd5c
3 changed files with 15 additions and 16 deletions
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
"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)
|
||||
- Correct tool use suggestion to improve model adherence to suggestion (thanks @hannesrudolph!)
|
||||
- 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!)
|
||||
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,5 +1,19 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.28.9] - 2025-09-26
|
||||
|
||||

|
||||
|
||||
- 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)
|
||||
- Correct tool use suggestion to improve model adherence to suggestion (thanks @hannesrudolph!)
|
||||
- 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!)
|
||||
|
||||
## [3.28.8] - 2025-09-25
|
||||
|
||||

|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.28.8",
|
||||
"version": "3.28.9",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue