Compare commits

...

3 commits

Author SHA1 Message Date
Chris Estreich
0051866226
Update CHANGELOG.md 2025-11-03 16:18:56 -08:00
Chris Estreich
575551abb3
Update CHANGELOG.md 2025-11-03 16:17:22 -08:00
github-actions[bot]
ea180120b4 changeset version bump 2025-11-04 00:10:02 +00:00
4 changed files with 15 additions and 33 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
v3.29.6

View file

@ -1,27 +0,0 @@
---
"roo-cline": minor
---
![3.30.0 Release - PR Fixer](/releases/3.30.0-release.png)
## Extension Improvements
- Add OpenRouter embedding provider support (#8972 by @dmarkey, PR by @dmarkey)
- Convert Chutes to dynamic/router provider (thanks @app/roomote!)
- Fix: prevent message loss during queue drain race condition (#8536 by @hannesrudolph, PR by @daniel-lxs)
- Add GLM-4.6 model to Fireworks provider (#8752 by @mmealman, PR by @app/roomote)
- Add MiniMax M2 model to Fireworks.ai provider (#8961 by @dmarkey, PR by @app/roomote)
- Add preserveReasoning flag to include reasoning in API history (thanks @daniel-lxs!)
- Capture the reasoning content in base-openai-compatible for GLM 4.6 (thanks @mrubens!)
- Handle <think> tags in the base OpenAI-compatible provider (thanks @mrubens!)
- Don't output newline-only reasoning (thanks @mrubens!)
- Fix: create new Requesty profile during OAuth (thanks @Thibault00!)
- Fix: prevent UI flicker and enable resumption after task cancellation (thanks @daniel-lxs!)
- Fix: update terminal settings documentation link (thanks @hannesrudolph!)
- Terminal settings: Cleanup terminal settings tab and change default terminal to inline (thanks @hannesrudolph!)
- Optimize router model fetching with single-provider filtering (thanks @daniel-lxs!)
- Update readme to link the new Custom Modes video (thanks @SannidhyaSah!)
## New Cloud Agent: PR Fixer
We're excited to introduce the **PR Fixer** cloud agent to complement our existing PR Reviewer! The PR Fixer can analyze pull request feedback, check for failing tests, and help resolve merge conflicts before applying necessary code changes. Visit the new [PR Fixer page](https://roocode.com/pr-fixer?utm_source=roocode&utm_medium=changelog&utm_campaign=announcement) to learn more.

View file

@ -1,5 +1,19 @@
# Roo Code Changelog # Roo Code Changelog
## [3.30.0] - 2025-11-03
![3.30.0 Release - PR Fixer](/releases/3.30.0-release.png)
- Feat: Add OpenRouter embedding provider support (#8972 by @dmarkey, PR by @dmarkey)
- Feat: Add GLM-4.6 model to Fireworks provider (#8752 by @mmealman, PR by @app/roomote)
- Feat: Add MiniMax M2 model to Fireworks provider (#8961 by @dmarkey, PR by @app/roomote)
- Feat: Add preserveReasoning flag to include reasoning in API history (thanks @daniel-lxs!)
- Fix: Prevent message loss during queue drain race condition (#8536 by @hannesrudolph, PR by @daniel-lxs)
- Fix: Capture the reasoning content in base-openai-compatible for GLM 4.6 (thanks @mrubens!)
- Fix: Create new Requesty profile during OAuth (thanks @Thibault00!)
- Fix: Prevent UI flicker and enable resumption after task cancellation (thanks @daniel-lxs!)
- Fix: Cleanup terminal settings tab and change default terminal to inline (thanks @hannesrudolph!)
## [3.29.5] - 2025-11-01 ## [3.29.5] - 2025-11-01
- Fix: Resolve Qdrant codebase_search error by adding keyword index for type field (#8963 by @rossdonald, PR by @app/roomote) - Fix: Resolve Qdrant codebase_search error by adding keyword index for type field (#8963 by @rossdonald, PR by @app/roomote)

View file

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