Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
98307f6e1a
Update CHANGELOG.md 2025-10-27 15:06:30 -04:00
github-actions[bot]
bed408c53d changeset version bump 2025-10-27 19:03:27 +00:00
3 changed files with 8 additions and 9 deletions

View file

@ -1,8 +0,0 @@
---
"roo-cline": patch
---
- Add support for LongCat-Flash-Thinking-FP8 models in Chutes AI provider (#8425 by @leakless21, PR by @roomote)
- Fix: Remove specific Claude model version from settings descriptions to avoid outdated references (#8435 by @rwydaegh, PR by @roomote)
- Fix: Correct caching logic in Roo provider to improve performance (thanks @mrubens!)
- Fix: Ensure free models don't display pricing information in the UI (thanks @mrubens!)

View file

@ -1,5 +1,12 @@
# Roo Code Changelog
## [3.29.2] - 2025-10-27
- Add support for LongCat-Flash-Thinking-FP8 models in Chutes AI provider (#8425 by @leakless21, PR by @roomote)
- Fix: Remove specific Claude model version from settings descriptions to avoid outdated references (#8435 by @rwydaegh, PR by @roomote)
- Fix: Correct caching logic in Roo provider to improve performance (thanks @mrubens!)
- Fix: Ensure free models don't display pricing information in the UI (thanks @mrubens!)
## [3.29.1] - 2025-10-26
![3.29.1 Release - Window Cleaning](/releases/3.29.1-release.png)

View file

@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
"version": "3.29.1",
"version": "3.29.2",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",