mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
changeset version bump
This commit is contained in:
parent
1805b75b43
commit
fda21362da
3 changed files with 7 additions and 20 deletions
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
- Add support for Claude Opus 4.1
|
||||
- Add Fireworks AI provider (#6653 by @ershang-fireworks, PR by @ershang-fireworks)
|
||||
- Add Z AI provider (thanks @jues!)
|
||||
- Add Groq support for GPT-OSS
|
||||
- Add code indexing support for multiple folders similar to task history (#6197 by @NaccOll, PR by @NaccOll)
|
||||
- Make mode selection dropdowns responsive (#6423 by @AyazKaan, PR by @AyazKaan)
|
||||
- Redesigned task header and task history (thanks @brunobergher!)
|
||||
- Fix checkpoints timing and ensure checkpoints work properly (#4827 by @mrubens, PR by @NaccOll)
|
||||
- Fix empty mode names from being saved (#5766 by @kfxmvp, PR by @app/roomote)
|
||||
- Fix MCP server creation when setting is disabled (#6607 by @characharm, PR by @app/roomote)
|
||||
- Update highlight layer style and align to textarea (#6647 by @NaccOll, PR by @NaccOll)
|
||||
- Fix UI for approving chained commands
|
||||
- Use assistantMessageParser class instead of parseAssistantMessage (#5340 by @qdaxb, PR by @qdaxb)
|
||||
- Conditionally include reminder section based on todo list config (thanks @NaccOll!)
|
||||
- Task and TaskProvider event emitter cleanup with new events (thanks @cte!)
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 3.25.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- - Add support for Claude Opus 4.1
|
||||
|
||||
## [3.25.6] - 2025-08-01
|
||||
|
||||
- Set horizon-beta model max tokens to 32k for OpenRouter (requested by @hannesrudolph, PR by @app/roomote)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.25.6",
|
||||
"version": "3.25.7",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue